On Ubuntu 18.04 I created a nautilus.desktop file, so that a right click on the starter opened a jump- or quicklist
the entries looked something like that:
[Desktop Action new-window]
Name=New Window
Exec=nautilus --new-window
[Desktop Action NewShortcut]
Name= --
Exec=-
[Desktop Action NewShortcut1]
Name=Persönlicher Ordner
Exec=nautilus /home/ck
After a fresh install with Ubuntu 20.04 this does not seem to work any more, using the old starter does not create the jump- or quicklist. Basically nothing happens. Any ideas how to acieve a jump- or quicklist?
Thx, k