You were right. My app is already placed in the launcher, but invisible. I checked it by changing the order. Great. Thx
Then I resized the icon to 32x32px and moved it to /usr/share/icons/radio_icon.png
Finally, I edited/usr/share/applications/BRadio.desktop file to the correct icon path (checked ):
Reboot.
But still unvisible in the launcher!?
There is another strange behavior of my python (CustomTkinter) app. I wrote the python app so it should launch in fullscreen mode, but when I start it, sometimes it opens in fullscreen and more often it opens as a normal window. Closing and reopen the app brings it eventually up in fullscreen mode. That is odd.
Then I resized the icon to 32x32px and moved it to /usr/share/icons/radio_icon.png
Finally, I edited/usr/share/applications/BRadio.desktop file to the correct icon path (checked ):
Code:
[Desktop Entry]Type=ApplicationEncoding=UTF-8Name=BRADIOComment=Start ShowerradioIcon=/usr/share/icons/radio_icon.pngExec=/home/radio/showerradio/run.shStartUpNotify= trueTerminal= falseCategories=None;
But still unvisible in the launcher!?
There is another strange behavior of my python (CustomTkinter) app. I wrote the python app so it should launch in fullscreen mode, but when I start it, sometimes it opens in fullscreen and more often it opens as a normal window. Closing and reopen the app brings it eventually up in fullscreen mode. That is odd.
Statistics: Posted by chess-levin — Mon Mar 25, 2024 6:57 pm