#1514 closed feature-request (Fixed)
Indicator Applet
Reported by: | Calum | Owned by: | Calum |
---|---|---|---|
Priority: | major | Milestone: | 1.3.2 |
Component: | GTK UI | Version: | 1.3.1 |
Keywords: | Cc: |
Description
https://bugs.launchpad.net/deluge/+bug/584669
This will be needed for Ubuntu 11.04 as they remove support for notification area.
This Patch was tested by Grundoko:
Everything works fine except for changing the upload and download speed limits. Those buttons in the applet do nothing.
Also, if you go to either Limit Upload or Download speed, and select a custom amount. It will open a small window asking for the amount, upon clicking OK, it will crash Deluge.
In my opinion, for the next release of Deluge, if it's not finished, those two settings could simply be removed until fixed.
Attachments (2)
Change History (8)
by , 14 years ago
Attachment: | systemtray.py.patch added |
---|
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | tray_menu.glade.patch added |
---|
comment:2 by , 14 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
I have refactored the patch:
https://github.com/cas--/Deluge/commit/11bcf23a14b30caf760dbb2a38c9f7bdcc31568a
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Now in 1.3-stable: fd3a33af03
comment:4 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Ever since this got into master my deluge is not working properly. No icons at all in the system tray menu. Not even a decent exit. Tray icons keep piling up...
follow-up: 6 comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Please create a new ticket for master then.
I've made a little patch as a temporary solution, so you can use it without it crashing your Deluge. Really all it does is it comments out the code that shows the Bandwidth limitations, so they no longer show up in the list.
I'm not much of a programmer, so someone a little more knowledgeable than me is going to have to actually fix the problem at some point, but if that doesn't happen by the release of Ubuntu Natty, this should suffice.