Opened 14 years ago
Closed 13 years ago
#1581 closed patch (Fixed)
Provide a way to disable usage of the application indicator interface
Reported by: | nick | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.3.2 |
Component: | GTK UI | Version: | 1.3.0_dev |
Keywords: | Cc: |
Description
I personally really dislike the way an application indicator behaves, so even if the library is available, I'd like to have the old systray icon.
I've attached a patch that provides a new option to disable usage of the application indicator. Seems to work quite nicely for me.
Attachments (2)
Change History (10)
by , 14 years ago
Attachment: | disable_appindicator.patch added |
---|
comment:1 by , 14 years ago
Milestone: | Future → 1.3.2 |
---|---|
Priority: | major → trivial |
Type: | feature-request → patch |
comment:2 by , 13 years ago
I think it would better to make this option "Enable Application Indicator" and keep its default as False. Having "positive" actions is a better design imo.
Any chance you could change the patch to reflect this?
comment:3 by , 13 years ago
I also thought about this but would mean the icon was actually missing on Natty and could have a lot of users asking where its gone.
This will only affect people with appindicator installed.
comment:4 by , 13 years ago
Debian packages have the power to patch, so I'm sure they can flip the option by default...
I'm with andar on this, the default shouldn't cater for Ubuntu.
comment:5 by , 13 years ago
Yes, this was exactly my thoughts. Ubuntu can simply patch the default to True for their users. I don't like it on by default because it really lacks functionality compared to the system tray and not everyone that has app indicator installed actually wants to use it.
comment:6 by , 13 years ago
Sounds reasonable. I'll see about switching up the patch so it's a positive icon. Hopefully will have time soon.
by , 13 years ago
Attachment: | enable_appindicator_patch.patch added |
---|
Add 'enable application indicator' option to gtkui. Defaults to false.
comment:7 by , 13 years ago
Okay, uploaded a patch with a positive option that defaults the option to false.
Patch to add option for disabling the use of application indicator