From 167ae81b2b86f7466f999026c4e96673eaf948bb Mon Sep 17 00:00:00 2001 From: azmandios Date: Tue, 5 Apr 2022 20:41:11 +0300 Subject: [PATCH] add desktop files for Gnome --- desktop/Gitahead.desktop | 9 +++++++++ desktop/Postman.desktop | 9 +++++++++ desktop/filezilla.desktop | 9 +++++++++ desktop/firefox-developer.desktop | 23 +++++++++++++++++++++++ desktop/navicat.desktop | 11 +++++++++++ 5 files changed, 61 insertions(+) create mode 100755 desktop/Gitahead.desktop create mode 100755 desktop/Postman.desktop create mode 100755 desktop/filezilla.desktop create mode 100755 desktop/firefox-developer.desktop create mode 100644 desktop/navicat.desktop diff --git a/desktop/Gitahead.desktop b/desktop/Gitahead.desktop new file mode 100755 index 0000000..fafa2cd --- /dev/null +++ b/desktop/Gitahead.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Gitahead +Comment=gitahead GUI git manager +Exec=/home/azmandios/code/_github_repos_stars/gitahead/build/release/GitAhead +Icon=/home/azmandios/code/_github_repos_stars/gitahead/rsrc/GitAhead.icns +StartupWMClass=Joplin +Type=Application +Categories=Development; diff --git a/desktop/Postman.desktop b/desktop/Postman.desktop new file mode 100755 index 0000000..e61ec28 --- /dev/null +++ b/desktop/Postman.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Postman +Comment=API test +Exec=/home/azmandios/Applications/Postman/Postman +Icon=/home/azmandios/Applications/Postman/app/icons/icon_128x128.png +StartupWMClass=Postman +Type=Application +Categories=Development; diff --git a/desktop/filezilla.desktop b/desktop/filezilla.desktop new file mode 100755 index 0000000..5745d09 --- /dev/null +++ b/desktop/filezilla.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Filezilla +Comment=ftp/sftp file manager +Exec=/home/azmandios/Applications/FileZilla3/bin/filezilla +Icon=/home/azmandios/Applications/FileZilla3/share/filezilla/resources/48x48/filezilla.png +StartupWMClass=Filezilla +Type=Application +Categories=Development; diff --git a/desktop/firefox-developer.desktop b/desktop/firefox-developer.desktop new file mode 100755 index 0000000..c39676d --- /dev/null +++ b/desktop/firefox-developer.desktop @@ -0,0 +1,23 @@ +[Desktop Entry] +Version=1.0 +Name=Firefox Developer Web Browser +Comment=Browse the World Wide Web +GenericName=Web Browser +Keywords=Fird +Exec=/home/azmandios/Applications/firefox/firefox +Icon=/home/azmandios/Applications/firefox/icons/default128.png +Terminal=false +X-MultipleArgs=false +Type=Application +Categories=GNOME;GTK;Network;WebBrowser;Development; +MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall; +StartupNotify=true +StartupWMClass=firefox-aurora + +[Desktop Action new-window] +Name=Open a New Window +Exec=/home/azmandios/Applications/firefox/firefox %u + +[Desktop Action new-private-window] +Name=Open a New Private Window +Exec=/home/azmandios/Applications/firefox/firefox --private-window %u \ No newline at end of file diff --git a/desktop/navicat.desktop b/desktop/navicat.desktop new file mode 100644 index 0000000..7c1137f --- /dev/null +++ b/desktop/navicat.desktop @@ -0,0 +1,11 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Version=1.0 +Type=Application +Terminal=false +Exec=/home/azmandios/Applications/Navicat_Premium_15_en-x86_64.appimage +Name=Navicat +Comment=Navicat +Icon=/home/azmandios/Applications/navicat-icon.png +StartupWMClass=AppRun +Categories=IDE;Development