8

There are several posts for this already but they are all outdated and I want to know if it can be done more simply now.

Is there a way to open the dash menu and add a program to the desktop by right mouse clicking or something? Or do I still need to go to use/share/applications then copy and paste to the desktop and then make it an executable?

Recap, I know this has been asked before but is there a better way now?

vanadium
  • 88,010
  • 1
    Not likely, because now desktop icons are supported by an experimental extension. Possibly, you can't even drag files from nautilus to the desktop now. – vanadium Apr 19 '19 at 06:31
  • Dragging and dropping to the desktop from usr/share/applications doesn't work anymore :( – NiallMitch14 Apr 19 '19 at 13:24
  • @vanadium Why would they remove a feature like that? – Ultra Gamer Apr 19 '19 at 16:29
  • 2
    @NiallMitch14 Why would they remove a feature like that? – Ultra Gamer Apr 19 '19 at 16:30
  • No clue. I was disappointed seeing that my previous shortcuts didn't work when I upgraded – NiallMitch14 Apr 19 '19 at 16:40
  • It is now different technology. Perhaps a matter of time before the developpers of the extension implement the connection with the file manager. – vanadium Apr 19 '19 at 17:34
  • @vanadium Ok, would you mind writing an answer to this post simply saying there is no other way at the moment, I keep getting auto flagged because people keep not writing answers. – Ultra Gamer Apr 20 '19 at 07:23
  • It is perfectly acceptable here to write your own answer, and accept it, if further research and information brought you to a valid answer. So please go ahead. – vanadium Apr 20 '19 at 11:17
  • @vanadium "if further research and information brought you to a valid answer" you answered it though, it's only right you get the points. – Ultra Gamer Apr 21 '19 at 16:21
  • 1
    In the mean time, I did some more testing. I normally do not work with desktop icons/launchers, so that is why I initially hesitated to answer. Thank you very much! – vanadium Apr 22 '19 at 08:45

1 Answers1

3

In Ubuntu 19.04, like in previous Ubuntu versions, it is not possible to drag applications from the dash or the application menu to the desktop.

Desktop files from Ubuntu 19.04 onwards are handled by a Gnome Shell extension, and not anymore by files. You can still copy or create .desktop files on the desktop as before. The right-click menu has an option "allow launching" to turn that .desktop file into a launcher.

vanadium
  • 88,010