Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Application Launcher with Application in Terminal enabled should use user-specified terminal emulator #672

Open
N0rbert opened this issue Oct 24, 2021 · 2 comments

Comments

@N0rbert
Copy link

N0rbert commented Oct 24, 2021

Expected behaviour

Midnight Commander is opened in the user-defined terminal - in Tilix

Actual behaviour

Midnight Commander is opened in default terminal - in MATE Terminal

Steps to reproduce the behaviour

  1. Install Ubuntu MATE 21.10

  2. Install non-default terminal - Tilix, by sudo apt-get install tilix

  3. Install terminal-based application - Midnight Commander, by sudo apt-get install mc

  4. Set Tilix as default terminal in mate-default-applications-properties or programmatically:

    gsettings set org.mate.applications-terminal exec "'tilix'"
    
  5. Set Tilix as alternative for x-terminal-emulator by update-alternatives:

    update-alternatives --set x-terminal-emulator /usr/bin/tilix.wrapper
    sudo update-alternatives --set x-terminal-emulator /usr/bin/tilix.wrapper
    
  6. Reboot

  7. Add Custom Application Launcher to the MATE Panel:

    • Type: Application in Terminal
    • Name: mc
    • Command: mc
  8. Click the icon of just created Custom Application Launcher

MATE general version

1.26.0

Package version

1.26.0-0ubuntu1

Linux Distribution

Ubuntu MATE 21.10

Link to bugreport of your Distribution (requirement)

https://bugs.launchpad.net/ubuntu/+source/mate-panel/+bug/1873750

Notes:

  • This also happens with desktop-files installed by Midnight Commander, it opens in MATE Terminal when called from Brisk menu, Classic menu, Compact Menu, Dock, <Alt>+<F1> menu, Advanced Mate Menu (mate-menu package)
  • What is interesting, the <Alt>+<F2> respects user preferences and uses Tilix
  • Also <Ctrl>+<Alt>+<T> opens Tilix as expected.
@N0rbert
Copy link
Author

N0rbert commented Apr 9, 2022

Still happens on latest Ubuntu MATE 22.04 LTS beta.

@cwendling
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants