foudfou
foudfou
Woah! Sounds great! A few hints: - could you fork this repository in github, and possibly apply your changes in a new branch ? That'd be easier to review and...
I remember zip _does_ support symlinks, but I think xpi does not (to be verified). Ses also [a similar issue](/gnome-integration-team/firefox-gnome/issues/221).
Hi. FireTray does nothing with USB devices. I wonder if it's a side-effect of ctypes/libffi ([#118](/foudfou/FireTray/issues/118#issuecomment-30978201)?). And I don't think this is specific to FireTray: my guess is that other...
Can you try with previous versions of FireTray ? Possibly trying a git bisect ? Any luck with strace or gdb ?
Same for me. Using arch. _All_ of my icons disappear after a restart (the whole tray obviously). I haven't tried to downgrade i3, have you ? I'm tempted to close...
Hi, see #130, and [this explanation](/foudfou/FireTray/wiki/AppIndicators-StatusNotifierItem). Basically the message count can't be displayed with libappindicator at this time. #143 is tracking the replacement of libappindicator, but I haven't time to...
Re-reading your post, the issue is rather about the [systray-whitelist-back-in trick](http://www.webupd8.org/2013/05/how-to-get-systray-whitelist-back-in.html) not working. So I'll re-open.
Hi, no. This is a long since abandoned feature, as it's been replaced by the `-firetrayShowHide` command-line option. Basically, you need to create a link to `firefox -firetrayShowHide` (or thunderbird),...
This is suggested in the README where you found the outdated information: > - command-line `-firetrayShowHide` option (useful for window manager's keyboard shortcuts) > I don't think icons can actually...
I don't think you need to hack anything, and check for an existing TB process. Just try `thunderbird -firetrayShowHide` from the command line and see how it works.