Skip to content

Commit

Permalink
Switch to Ptyxis as the default terminal app
Browse files Browse the repository at this point in the history
Submit version v23
  • Loading branch information
purejava committed Nov 5, 2024
1 parent f503074 commit cce1eba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let BOOT_WAIT = 15; // 15s
let CHECK_INTERVAL = 60*60; // 1h
let NOTIFY = false;
let HOWMUCH = 0;
let UPDATE_CMD = "gnome-terminal -- /bin/sh -c \"sudo dnf upgrade; echo Done - Press enter to exit; read _\" ";
let UPDATE_CMD = "ptyxis -- /bin/sh -c \"sudo dnf upgrade; echo Done - Press enter to exit; read _\" ";
let CHECK_CMD = "/bin/bash -c \"/usr/bin/dnf check-update -yq | grep -E 'x86_64|i686|noarch|aarch64' | awk '{print $1,$2}'\"";
let MANAGER_CMD = "";
let PACKAGE_CACHE_DIR = "";
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"uuid": "update-extension@purejava.org",
"gettext-domain": "update-extension@purejava.org",
"settings-schema": "org.gnome.shell.extensions.fedora-update",
"version": 22
"version": 23
}
Binary file modified schemas/gschemas.compiled
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</key>

<key name="update-cmd" type="s">
<default>"gnome-terminal -- /bin/sh -c \"sudo dnf upgrade; echo Done - Press enter to exit; read _\" "</default>
<default>"ptyxis -- /bin/sh -c \"sudo dnf upgrade; echo Done - Press enter to exit; read _\" "</default>
<summary>Command to run to update packages.</summary>
<description>Command to run to update packages.</description>
</key>
Expand Down

0 comments on commit cce1eba

Please sign in to comment.