[HOW TO] Quicklist for Cinnamon Desktop

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
minitux

[HOW TO] Quicklist for Cinnamon Desktop

Post by minitux »

Quicklist for Nemo

Code: Select all

gksu xed /usr/share/applications/nemo.desktop
and add this lines

Code: Select all

Nemo Root;Documents;Music;Pictures;Videos;Downloads
to the existent line "Actions="

Then, at the end of file add

Code: Select all

[Desktop Action Nemo Root]
Name=Nemo Root
Exec=gksu nemo /

[Desktop Action Documents]
Name=Documents
Exec=nemo Documents

[Desktop Action Music]
Name=Music
Exec=nemo Music

[Desktop Action Pictures]
Name=Pictures
Exec=nemo Pictures

[Desktop Action Videos]
Name=Videos
Exec=nemo Videos

[Desktop Action Downloads]
Name=Downloads
Exec=nemo Downloads
Quicklist for Software Center

Code: Select all

gksu xed /usr/share/applications/mintinstall.desktop 
at the end of file add

Code: Select all

Actions=Synaptic;Software Sources;Mint Update

[Desktop Action Synaptic]
Name=Synaptic
Exec=synaptic-pkexec

[Desktop Action Software Sources]
Name=Software Sources
Exec=gksu software-properties-gtk

[Desktop Action Mint Update]
Name=Mint Update
Exec=mintupdate
Quicklist for Terminal

Code: Select all

gksu xed /usr/share/applications/gnome-terminal.desktop
and add this to "Actions="

Code: Select all

;Terminal Root
And at the end of file

Code: Select all

[Desktop Action Root Terminal]
Name=Root Terminal
Exec=gksu gnome-terminal
Quicklist for Cinnamon Settings

Code: Select all

gksu xed /usr/share/applications/cinnamon-settings.desktop
and add to the end of file this

Code: Select all

Actions=Gnome System Monitor;Dconf Editor;Gparted;Disks;USB Format;USB Writer

[Desktop Action Gnome System Monitor]
Name=System Monitor
Exec=gnome-system-monitor

[Desktop Action Dconf Editor]
Name=Dconf Editor
Exec=dconf-editor

[Desktop Action Gparted]
Name=Gparted
Exec=gksu gparted

[Desktop Action Disks]
Name=Disks
Exec=gnome-disks

[Desktop Action USB Format]
Name=USB Format
Exec=mintstick -m format

[Desktop Action USB Writer]
Name=USB Writer
Exec=mintstick -m iso
Save the files and reboot cinnamon shell with
Alt+F2+r and press Enter

Some screenshot

Image

Image

Image

Image
minitux

Re: [HOW TO] Quicklist for Cinnamon Desktop

Post by minitux »

Quicklist for Multimedia, this contain my program, but you can modify with yours

Code: Select all

xed .local/share/applications/multimedia.desktop
copy/paste

Code: Select all

[Desktop Entry]
Name=Multimedia
Icon=/usr/share/icons/Mint-X/categories/48/applications-multimedia.png
Terminal=false
Type=Application
StartupNotify=true
Exec=
Actions=Vlc;Soundconverter;Asunder;Eastytag;Dvd95;Curlew;Clementine

[Desktop Action Vlc]
Name=Vlc
Exec=vlc

[Desktop Action Soundconverter]
Name=Soundconverter
Exec=soundconverter

[Desktop Action Asunder]
Name=Asunder
Exec=asunder

[Desktop Action Eastytag]
Name=Eastytag
Exec=easytag

[Desktop Action Dvd95]
Name=Dvd95
Exec=dvd95

[Desktop Action Curlew]
Name=Curlew
Exec=curlew %U

[Desktop Action Clementine]
Name=Clementine
Exec=clementine %U
save and close the file and restart the shell
Alt+F2+r and then search in the cinnamon menu the launcher multimedia and add to panel, with right clic there are all the launcher for multimedia programs added to the multimedia.desktop

Image
Image
minitux

Re: [HOW TO] Quicklist for Cinnamon Desktop

Post by minitux »

Quicklist Graphics, same as Multimedia, you can add or remove applications following the same syntax in the launcher

Code: Select all

xed .local/share/applications/graphics.desktop
copy/paste

Code: Select all

[Desktop Entry]
Name=Graphics
Icon=/usr/share/icons/Mint-X/categories/48/applications-graphics.png
Terminal=false
Type=Application
StartupNotify=true
Exec=
Actions=Gimp;Inkscape;Libreoffice Draw;Simplescan;Pix

[Desktop Action Gimp]
Name=Gimp
Exec=/usr/bin/gimp

[Desktop Action Inkscape]
Name=Inkscape
Exec=/usr/bin/inkscape

[Desktop Action Libreoffice Draw]
Name=Libreoffice Draw
Exec=libreoffice --draw %U

[Desktop Action Simplescan]
Name=Simplescan
Exec=/usr/bin/simple-scan

[Desktop Action Pix]
Name=Pix
Exec=pix %U
save and close the file and restart the shell
Alt+F2+r and then search in the cinnamon menu the launcher graphics and add to panel, with right clic there are all the launcher for graphics programs added to the graphics.desktop

Image
Image
Post Reply

Return to “Tutorials”