Questions tagged [qsystemtrayicon]

QSystemTray is a class in the Qt framework, representing a notification area icon.

The QSystemTrayIcon class provides an icon for an application in the system tray.

Modern operating systems usually provide a special area on the desktop, called the system tray or notification area, where long-running applications can display icons and short messages.

Source:QT Reference Documentation

6 questions
9
votes
1 answer

Make sniqt recognize all tray abilities (or create a working indicator in Qt)

There is this old thread of mine: How do I create a working indicator with Qt/C++? where I was suggested to use the QSystemTray library for making a tray icon in Ubuntu for my application. Sniqt is a program that takes care of the rest. As known,…
2
votes
0 answers

TeamSpeak 3 Tray Icon

I have TeamSpeak 3 installed but it doesn't show a tray icon, and I'd like it to. I cannot find anything regarding this other than an outdated post on howtogeek. I'm running Ubuntu 15.10. If you need me to provide any other information, please just…
Colin
  • 83
1
vote
0 answers

Customize system tray icons in KDE

Is there anyway to use customized icons for notification center? Some programs like Skype has very different icons. Maybe using another notification center manager can be solution, but I didn't find any. I am using Kubuntu 15.10 with plasma version…
Sadegh
  • 1,125
1
vote
0 answers

QSystemTrayIcon disappears on Ubuntu 20.04/22.04 after reboot

My Qt Application shows the QSystemTrayIcon on fresh install but after reboot or logout/login I see the QSystemTrayIcon disappears from UI on startup. I am seeing this issue on 20.04 and 22.04. 18.04 works no issues. My implementation is…
anshah
  • 21
0
votes
1 answer

how to get the lan messenger back

i installed LAN messenger in my Ubuntu 12.04 PC. it is working well. accidentally i checked the box don't show system tray icon in the settings. so now i cant bring back its interface. but its working in background. i want the interface back…
0
votes
1 answer

How to minimize PyBitmessage to the system tray?

I recently installed PyBitMessage, and now I can't get it to minimize to the system tray. If I click the red X, it just exits (unlike Transmission, which can be configured to "survive" being closed - the red X can be made to simply hide the GUI.) I…
JamesTheAwesomeDude
  • 1,986
  • 5
  • 21
  • 42