Opened 16 years ago
Closed 16 years ago
#2365 closed enhancement (fixed)
Tracker preferences should be accessible from the preferences menu/folder
Reported by: | aldeck | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Preferences | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Tracker preferences should be accessible from the preferences menu/folder.
You get used to it with time (almost), but it sure is unintuitive and inconsistant. Tracker prefs is not a separate app, this might change in the future, but for now, it would be nice to find a way to "link" to it in the prefs menu and folder.
Change History (10)
comment:1 by , 16 years ago
comment:3 by , 16 years ago
Ok, if everyone is still ok with this enhancement, i've got a few questions to finish the job.
- do you prefer a script 'hey Tracker DO Preferences', or a small executable that sends the message?
- what's a good place for that in the source tree/jamfiles?
- what's a good place for that in the resulting build? directly in the prefs folder or via a symbolic link to somewhere else?
As a side question, wouldn't it be nice to show an alert if tracker isn't running?
PS: if you think it's faster for you to do it instead of explaining it here, go ahead, i'll learn from the diff :)
comment:4 by , 16 years ago
- I'd prefer a small app. Maybe easier to add a proper icon or do some other tricks. Maybe we'd even want to move the settings code there one day.
- src/preferences/tracker
- directly in the prefs folder I'd say.
sidenote: I'd just start it. :-)
Thanks for looking into it! If there is no Tracker window open, you can't even get to the preferences at all.
comment:5 by , 16 years ago
Perhaps it'd be best to simply move the tracker settings into a standalone preflet and have Tracker just use be_roster to invoke that instead of the other way around?
comment:6 by , 16 years ago
Well, although it's a very wanted enhancement IMO, apparently no one wanted to get his hands too dirty :) (except me, well not that dirty :P)
Besides it's not necessarily a wrong nor hackish approach if you think of it.
Regards :)
comment:7 by , 16 years ago
Ok, now comes a jam question, i can't simply use 'Preference Tracker' in the jamfile (to generate /boot/beos/preferences/Tracker) because it obviously clashes with 'Application Tracker'.
Is there a simple trick to have a target name different from the executable name? Or should we just find another name? For testing i used TrackerPreferences, but that's just ugly :)
comment:8 by , 16 years ago
I suspect the answer to your question is "use grist!"
Here's a thread that can probably enlighten:
http://lists.berlios.de/pipermail/haiku-commits/2007-February/000874.html
comment:10 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for the hints! Implemented in hrev29087
With a little better IPC, it shouldn't be too hard to externalize tracker's settings entirely (pretty well-encapsulated), and if that were to happen, might as well do Deskbar, too. But then this ticket would need renaming.