fbmessenger
fbmessenger copied to clipboard
Tray icon
An icon in the tray on the desktop would be very nice, please.
Merging with #34
So a tray icon is out of the question?
Oh my bad, I misinterpreted this. Not out of the question. The app currently quits when the main window is closed, though, so we might want to rearchitect it a bit to run in the background if we add a tray icon. Not sure how that would interact with Gnome 3.8, which seems to hide the tray below the visible desktop.
Well an option to enable and disable it would be useful for gnome users.
Has there been done any work on this?
No, I'm not working on this one myself, since the current design of the app is simpler/portable and works well for me. If anyone else wants to try it, though, I'd be happy to merge it.
I tried it for ubuntu, but got problem with using indicate library. Anyway I will take a look.
:+1: for a 'close to tray' option!
minimizing his great app into tray would be awesome. love it also as it is now. i neither know python nor qt, but i found this on stackoverflow, mb this will help some creative mind to implement this option =)
http://stackoverflow.com/questions/758256/pyqt4-minimize-to-tray
Tray icon (mimize to tray) is absolutely needed. Without it it's useless to me.
I want to work on this feature. I already have some working code but it will need some further improvements. Jack, can I make a new branch to work on that one? If I will get it to a point where you are pleased with it, you can merge it back into the master.
Absolutely, fork away. My time for fbmessenger recently has been taken up by issue #45, so I'd love the help.
Great.
The tray icon code has been merged from pull request #58. I don't see the icon on Ubuntu, though. It looks like installing sni-qt
fixes the issue, so we might need to take a dependency on that. Can anyone else confirm this issue/fix?
@dantelecan, can you confirm that you have sni-qt
installed, and that uninstalling it breaks the tray icon? The issue with the tray icon not getting the right image might be related to #59.
Hey, great. I can confirm tray icon works in Manjaro (Archlinux) linux without installing anything more.
The next step is to show tray icon notifications (new message, ...).
@oconnor663 Installing sni-qt
did not fix the issue #59 for me on Kubuntu 14.04.
Yes @rohandhruva, I wouldn't have expected sni-qt
to help with your issue. It will only help people who don't see the tray icon at all, and maybe just on Unity.
@oconnor663, I already had sni-qt installed (I tested on a live cd mode inside VirtualBox). And yes, if I removed the sni-qt, the tray was not displayed anymore.