Skip to content

Commit

Permalink
feat: use more feature-complete xdg-terminal-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Dec 30, 2024
1 parent 76566fa commit 379f926
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
4 changes: 4 additions & 0 deletions build_files/base/05-override-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ echo 'eval "$(starship init bash)"' >> /etc/bashrc
# Bash Prexec
curl --retry 3 -Lo /usr/share/bash-prexec https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh

# xdg-terminal-exec
curl --retry 3 -Lo /usr/bin/xdg-terminal-exec https://raw.githubusercontent.com/Vladimir-csp/xdg-terminal-exec/refs/tags/v0.12.0/xdg-terminal-exec
chmod 0644 /usr/bin/xdg-terminal-exec

# Topgrade Install
pip install --prefix=/usr topgrade

Expand Down
2 changes: 2 additions & 0 deletions system_files/kinoite/etc/xdg/xdg-terminals.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
org.gnome.Ptyxis.desktop
org.kde.konsole.desktop
17 changes: 0 additions & 17 deletions system_files/kinoite/usr/bin/xdg-terminal-exec

This file was deleted.

0 comments on commit 379f926

Please sign in to comment.