[HOW TO] Jump List (Quicklist) Mint 18 KDE Plasma 5

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] Jump List (Quicklist) Mint 18 KDE Plasma 5

Post by minitux »

Jump List Dolphin

Code: Select all

kdesudo kate /usr/share/applications/org.kde.dolphin.desktop
add at the end of file this

Code: Select all

Actions=Documents;Pictures;Downloads;Music;Videos;Dolphin Root

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

[Desktop Action Picture]
Name=Pictures
Exec=dolphin Pictures

[Desktop Action Downloads]
Name=Downloads
Exec=dolphin Downloads

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

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

[Desktop Action Dolphin Root]
Name=Dolphin Root
Exec=kdesudo -c "KDE_SESSION_VERSION=5 KDE_FULL_SESSION=true dbus-launch dolphin /" 
Jump List Konsole

Code: Select all

kdesudo kate /usr/share/applications/org.kde.konsole.desktop
add

Code: Select all

;Konsole Root
to the line "Actions=NewWindow;NewTab" and at the and of file

Code: Select all

[Desktop Action Konsole Root]
Name=Konsole Root
Exec=gksu konsole
Jump List Software Center (mintinstall-kde)

Code: Select all

kdesudo kate /usr/share/applications/mintinstall-kde.desktop
and add at the end of file

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=kdesudo software-properties-kde

[Desktop Action Mint Update]
Name=Mint Update
Exec=mintupdate
apply all the changes, logout e re-login

Some Screenshot

Image

Image

Image
Post Reply

Return to “Tutorials”