Opened 12 years ago
Closed 12 years ago
#216 closed defect (fixed)
wheezy package issues
Reported by: | remche | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | UI | Keywords: | Applet |
Cc: |
Description
hi,
I tried winswitch on a wheezy install, I had to :
- install manually python-appindicatore
- changing tray_icon_name for winswitch_indicator, as winswitch_applet file does not exist, and is not in ALL_BUILTIN (ui/icons.py).
Thx for your work,
cheers,
rémi
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
- the tray system that you use is up to you, either
appindicator
or the regularStatusIcon
based system tray. This really depends on your desktop environment. I am afraid that we can't add this as a dependency to the package, not even a "recommends" one because this API does not degrade well (last time I tried 'appindicator' would fails silently)
- Can you expand on what you did with
tray_icon_name
? Which files did you change and why? (ideally a patch) The change you suggest may well break other things as this appindicator API is a bit of a nightmare to deal with (older versions cannot load with a full path, etc)
FYI: "winswitch_applet.png
" should exist in /usr/share/icons/hicolor/*/apps/
because this is the only place where some versions of appindicator can load it from..
Edit: please specify your setup/desktop environment so I can try to reproduce.
comment:3 Changed 12 years ago by
Based on what you said, there is an untested fix in r4990, and beta packages with the fix included here: http://winswitch.org/beta/wheezy/main/
Let me know if that solves your problem.
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Hum. In fact, applet was running, but nothing working after that.
I had to copy winswitch_indicator to winswitch_applet, and add winswitch_applet to ALL_BUILTIN...