Python Forum
Please advice Linux library - tray icon, popup windows, ICQ/Skype style etc
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please advice Linux library - tray icon, popup windows, ICQ/Skype style etc
#1
Hello,

I am decent at text-only Python but never did any real work on GUI. And now I need to use Python (v3, probably) to create some lightweigt notifier and chat thingies. They will need to run under Linux and need to be able to work well in both Gnome and KDE; other platforms are not a priority.

I need to implement:

- A tray icon. It needs to display under KDE and Gnome (I think FreeDesktop.org is acceptable as KDE supports it natively and Gnome has an extension for it)

- a "mouseover" popup for the tray icon

- Popup windows that just appear on top of other stuff, when the program is minimized and has an icon in the tray (for notifications)

- Finally, and this is less of a priority right now, an ICQ/Skype style "contact list" UI. Ideally I'd love to have sample code for that so I can extend it to implement the necessary custom chat backend. But I could also DIY it.

So, what GUI library should I be looking at? The "Gnome_KDE tray icon" thing might be the decider, but not sure.
Reply


Messages In This Thread
Please advice Linux library - tray icon, popup windows, ICQ/Skype style etc - by ramendik - Dec-01-2017, 11:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Exclamation [PyQt] Setting icon on QAction from outside QGuiApplication gradlon93 3 1,742 Jan-04-2023, 11:37 AM
Last Post: gradlon93
  [PyQt] Hover over highlighted text and open popup window DrakeSoft 2 1,537 Oct-29-2022, 04:30 PM
Last Post: DrakeSoft
  PyQt6 QAction with icon and string malonn 2 1,720 Sep-12-2022, 11:59 AM
Last Post: malonn
  [Tkinter] GUI Style Oshadha 3 1,459 Jun-30-2022, 05:05 PM
Last Post: Larz60+
  how to remove icon ilyess68ysl 4 3,734 Oct-15-2021, 10:05 AM
Last Post: ilyess68ysl
  Icon in tkinter menator01 8 5,013 May-03-2020, 02:01 PM
Last Post: wuf
  POPUP on widget Entry taratata2020 4 3,774 Mar-10-2020, 05:04 PM
Last Post: taratata2020
  Python + GTK + AppIndicator3 tray submenu Icon nodefive 5 4,899 Dec-03-2019, 01:23 PM
Last Post: Axel_Erfurt
  [Tkinter] Password Reveal Icon Evil_Patrick 2 4,690 Nov-29-2019, 02:20 PM
Last Post: Evil_Patrick
  [Tkinter] Window Icon Evil_Patrick 6 8,111 Oct-18-2019, 11:26 AM
Last Post: Evil_Patrick

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020