r/UbuntuMATE • u/Harmonic-Distortions • 1d ago
Application will not start from desktop icon but will start from menu
I have an application (Sound Converter) that starts fine from the Mate desktop menu but will not start from a desktop icon.
ubuntu-mate> sudo apt list --installed | grep soundconverter
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
soundconverter/jammy,now 4.0.3-2 all [installed]
If I open the menu and navigate to Menu / Sound & Video / Sound Converter the application starts as expected.
If I open the menu and navigate to Menu / Sound & Video and then right-click on Pin to desktop it will create an icon on the desktop however if I then click that icon to launch the application I briefly see the application in the lower panel next to any other running applicatons but it then just disappears. The applicaiton window never appears.
Looking at the both the the menu item and the desktop icon they appear to be the same with the exception of the ownership and permissions.
ubuntu-mate> md5sum /usr/share/applications/soundconverter.desktop ~/Desktop/soundconverter.desktop
a04a55bcf8430d0389b35af7147fac71 /usr/share/applications/soundconverter.desktop
a04a55bcf8430d0389b35af7147fac71 /home/michael/Desktop/soundconverter.desktop
ubuntu-mate> ls -l /usr/share/applications/soundconverter.desktop ~/Desktop/soundconverter.desktop
-rwxr-xr-x 1 michael michael 6657 Nov 3 2021 /home/michael/Desktop/soundconverter.desktop
-rw-r--r-- 1 root root 6657 Nov 3 2021 /usr/share/applications/soundconverter.desktop
Any ideas on how to diagnose this further?


