Chromium browser snap application launcher fix
NapoleonWils0n
Fix for the snap version of the Chromium browser .desktop file not working with application launchers like rofi
Graphical applications on linux use .desktop files which are text files with an exec command and the path to the binary to launch, these .desktop files are stored either in /usr/share/applications or in your home directory in ~/.local/share/applications
but the .desktop files for applications installed as snap packages are install in /var/lib/snapd/desktop/applications
and your application launcher may not search that location and so you cant launch snap packages except from the command line the fix is to copy the snap package .desktop files to your ~/.local/share/applications directory
chromium browser .desktop file fix https://github.com/NapoleonWils0n/cerberus/blob/master/chromium-browser/chomium-snap-launcher.org ... https://www.youtube.com/watch?v=10AoQ43S1Nc
37023410 Bytes