I need to create a .desktop
shortcut for 'Show Applications', so that I can pin it to the Plank dock to view all applications and search.
I need to create a .desktop
shortcut for 'Show Applications', so that I can pin it to the Plank dock to view all applications and search.
First install
xdotool
by running the following command in TerminalThe key combination Super+A shows the 'Show Applications' screen. The following command will simulate this specific combination
So create a simple
.desktop
launcher and use the command above for theExec=
entry.Although the answer above is the accepted and will certainly work if you use the xorg display server, following command directly "commands" Gnome Shell to show the applications overview.
So create a simple
.desktop
launcher and use the command above for theExec =
entry.Whereas
xdotool
may not work reliably on Wayland, this approach will also work on Wayland without issues.I actually created a lightweight deb installer to do this, check out my repo here https://github.com/milan102/Ubuntu-Launchpad
The installation instructions are in the github README. The program is a simple shell script that invokes the keyboard shortcut for showing applications (Super + A)