Linux Mint Desktop

one of the best alternatives to Microsoft Windows and Apple MacOS. - Linux Mint / Cool desktops don’t change

caption

Linux Mint 21

  • display manager is lightdm

Add Application to Cinnamon Menu and Panel

Add an entry in /usr/share/applications with the name of the <desired_name>.desktop and with content (see also Recognized desktop entry keys):

[Desktop Entry]
Encoding=UTF-8
Version=2.9.9
Name=Newshosting
GenericName=Newshosting Launcher
Type=Application
Exec=/bin/sh -c "/home/scking/newshosting-2.9.9/newshosting.sh"
Icon=/home/scking/newshosting-2.9.9/64x64_newshosting.png

When complete, save this file and using chmod, give it 644 permissions:
sudo chmod 644 /usr/share/applications/newshosting.desktop

BUT it will be erased when a package add the very same entry. So for custumisation of an existing entry, it’s better to first copy it locally to your user config:

cp /usr/share/applications/firefox.desktop ~/.local/share/applications/

Custimoze the launch command for eg, then run update-desktop-database ~/.local/share/applications/ - it should now override the /usr/share one.

Cinnamon Add shortcut to panel

This require to add the launcher app to panel (default panel, allows only unpin, not add)

Recent files - pull up the menu, type ‘privacy’

File Explorer Nemo

Post install fix

Updating

Written on September 22, 2019, Last update on November 11, 2023
linux-system desktop application quote