#1710 closed Bug (fixed)
the daemon will use the Application Support folder on Mac for Web UI files
Reported by: | Waldorf | Owned by: | livings124 |
---|---|---|---|
Priority: | Normal | Milestone: | 1.52 |
Component: | Mac Client | Version: | 1.42 |
Severity: | Normal | Keywords: | |
Cc: |
Description
On Darwin (Mac OS X), the locations T looks for the web interface is being crippled by the #ifdef macro. I arranged the directories in the patch to what I felt was right: user application support (so users can easily override it) > app bundle (won't do a thing in the daemon) > default unix directories (/usr/share etc).
Attachments (1)
Change History (6)
Changed 12 years ago by Waldorf
comment:1 Changed 12 years ago by livings124
comment:2 Changed 12 years ago by charles
- Component changed from libtransmission to Mac Client
comment:3 Changed 12 years ago by livings124
- Milestone changed from 1.50 to 1.60
comment:4 Changed 12 years ago by livings124
- Resolution set to fixed
- Status changed from new to closed
comment:5 Changed 12 years ago by livings124
- Milestone changed from 1.60 to 1.52
- Summary changed from [patch] daemon on Darwin cannot locate Web Interface files to the daemon will use the Application Support folder on Mac for Web UI files
1.5x - r8204
Note: See
TracTickets for help on using
tickets.
If a user wants to update the web ui, why not replace the one in the app package? This breaks the concept of the app being fully self contained. And why is " default unix directories (/usr/share etc)" need? There shouldn't be a situation where the web ui isn't contained in the app package.