[SOLVED] Desktop shortcuts stopped working ?

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JLC17
Level 3
Level 3
Posts: 175
Joined: Tue Feb 07, 2017 11:51 am

[SOLVED] Desktop shortcuts stopped working ?

Post by JLC17 »

I noticed this thread about creating NEW shortcuts

viewtopic.php?f=208&t=285360

However, my problem is slightly different in that the shortcuts I had on my desktop before I upgraded to 19 have all stopped working. When I click on them - nothing.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Desktop shortcuts stopped working ?

Post by smurphos »

There a couple of outstanding bugs for some desktop launchers. I think both were introduced late in the beta by a fix for another bug from 19.

https://github.com/linuxmint/nemo/issues/2009

https://github.com/linuxmint/nemo/issues/2039
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
JLC17
Level 3
Level 3
Posts: 175
Joined: Tue Feb 07, 2017 11:51 am

Re: Desktop shortcuts stopped working ?

Post by JLC17 »

OK, thanks to the bug reports above

https://github.com/linuxmint/nemo/issues/2009

I've found a workaround.

My shortcuts were firing up an ssh connection to a server. The original shortcut was:

Code: Select all

[Desktop Entry]
Type=Application
Comment=Secure Shell to Debian server
Terminal=true
Name=SSH to DebServer64
Exec=ssh user@192.168.10.97 -p 971
Changing the exec line to:

Code: Select all

Exec=gnome-terminal -e "ssh user@192.168.10.97 -p 971"
fixed the issue.

I guess the Cinnamon guys were feeling a need to compete with the Windows 10 updates ?
Locked

Return to “Cinnamon”