From 95b179725cc7d4a630c6597e16cad04034c8e060 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Sat, 17 Feb 2024 14:17:41 -0800 Subject: [PATCH] chore(kde): Add prompt desktop icon to fix users with default set to Prompt --- .../applications/org.gnome.Prompt.desktop | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 system_files/desktop/kinoite/usr/share/applications/org.gnome.Prompt.desktop diff --git a/system_files/desktop/kinoite/usr/share/applications/org.gnome.Prompt.desktop b/system_files/desktop/kinoite/usr/share/applications/org.gnome.Prompt.desktop new file mode 100644 index 00000000..2e57681d --- /dev/null +++ b/system_files/desktop/kinoite/usr/share/applications/org.gnome.Prompt.desktop @@ -0,0 +1,29 @@ +[Desktop Entry] +NoDisplay=true +Name=Ptyxis +Comment=A container-oriented terminal for GNOME +Exec=kde-ptyxis +# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +Icon=@APP_ID@ +DBusActivatable=true +StartupNotify=true +Terminal=false +Type=Application +Categories=GNOME;GTK;System;TerminalEmulator; +# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +Keywords=terminal;prompt;ptyxis;shell;command;commandline;cmd;cli; +Actions=new-window;new-tab;preferences; +X-ExecArg=-- +X-KDE-AuthorizeAction=shell_access + +[Desktop Action new-window] +Name=New Window +Exec=ptyxis --new-window + +[Desktop Action new-tab] +Name=New Tab +Exec=ptyxis --tab + +[Desktop Action preferences] +Name=Preferences +Exec=ptyxis --preferences