systray-whitelist changes are only temporary (how do i make them permenant?)
- by Ed Sweeney
I am writing a Qt C++ app. The notifications from
trayIcon->showMessage(title, message)
show up fine after I run the following command and logout/login:
gsettings set com.canonical.Unity.Panel systray-whitelist "['all']"
But after a few minutes the notifications don’t display any more and I have to repeat the gsettings logout/login.
How can I get unity to play my messages without this fooling around when my user installs my app?
Thanks for any help!