Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
aims-desktop
aims-desktop-metapackages
Commits
94a7fabd
Commit
94a7fabd
authored
Apr 25, 2019
by
Jonathan Carter
Browse files
make tilix default
parent
cbdb1e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
2020.1/aims-desktop/aims-desktop-2020/debian/changelog
View file @
94a7fabd
aims-desktop (2020.32) buster; urgency=medium
* Effectively make Tilix the default x-terminal-emulator
-- Jonathan Carter <jcc@debian.org> Thu, 25 Apr 2019 09:46:34 +0000
aims-desktop (2020.31) buster; urgency=medium
* Add and enable dekstop-icons shell extension
...
...
2020.1/aims-desktop/aims-desktop-2020/debian/postinst
View file @
94a7fabd
...
...
@@ -19,3 +19,12 @@ if [ ! -f /etc/gdm3/custom.conf ]; then
echo
"[daemon]"
>>
/etc/gdm3/custom.conf
echo
"WaylandEnable=false"
>>
/etc/gdm3/custom.conf
fi
# Increase the priority of tilix, gnome-terminal is 40.
if
[
"
$1
"
=
"configure"
]
;
then
update-alternatives
--install
/usr/bin/x-terminal-emulator
\
x-terminal-emulator /usr/bin/tilix.wrapper 45
\
--slave
/usr/share/man/man1/x-terminal-emulator.1.gz
\
x-terminal-emulator.1.gz /usr/share/man/man1/tilix.1.gz
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment