leapp
leapp copied to clipboard
Add configurable terminal
Is your feature request related to a problem? I don't use Gnome so I don't gnome-terminal installed.
Describe the solution you'd like It would be nice if the user could provide a path to their own terminal.
Describe alternatives you've considered I symlinked mate-terminal so it works but it's a hack.
Thanks for the feedback! There is a pull request to partially take into account this, feel free to contribute I you want! #184
In the meantime would you like to post the script for the workaround you used? We're arranging a place to gather all scripts from Leapp users so it will be easier for other devs to find solutions to their issues.
Thanks for the feedback! There is a pull request to partially take into account this, feel free to contribute I you want! #184
In the meantime would you like to post the script for the workaround you used? We're arranging a place to gather all scripts from Leapp users so it will be easier for other devs to find solutions to their issues.
Not so much of a script, more of a simple symlink.
MATE Desktop Environment
ln -s /usr/bin/mate-terminal /usr/bin/gnome-terminal
KDE Plasma
ln -s /usr/bin/konsole /usr/bin/gnome-terminal