Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Creating a shortcut for a custom app in Linux

Creating a shortcut for a custom app in Linux

Creating a shortcut for a custom app in Linux, In modern Linux desktop environments (like GNOME, KDE, XFCE, etc.) we can  create a Desktop Entry file with the .desktop extension. app_name.desktop file acts as the configuration for your application’s shortcut, allowing it to appear in your application menu, search results, and on your desktop.
Creating a shortcut for a custom app in Linux

Creating a shortcut for a custom app in Linux

create file name called my_app.sh, with code given below

shortcut for a custom app in Linux

open terminal / konsole …., in same folder, and run the command given below

chmod 755 ./my_app.sh
sudo ./my_app.sh

Now you can see you app in application menu, remember you need to change following details

  • Exec (application launching, I used )
  • iconName (icon path for your application

If you have and query or suggestion or need assistance then please contact me using comments, I will reply to fix your problem, if you like our content then you can subscribe to our Youtube channel. If you want to hire me then reach us at [email protected].

5 1 vote
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments