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

[Feature request] mate-panel --run-dialog: Load aliases #1401

Open
davidhedlund opened this issue Aug 30, 2023 · 0 comments
Open

[Feature request] mate-panel --run-dialog: Load aliases #1401

davidhedlund opened this issue Aug 30, 2023 · 0 comments

Comments

@davidhedlund
Copy link

davidhedlund commented Aug 30, 2023

Expected behaviour

Aliases should be loaded.

Actual behaviour

Aliases are not loaded.

Steps to reproduce the behaviour

Example:

  • Add this to ~/.bash_aliases: alias emacs='emacs --maximize'.

Test it in mate-terminal:

  • Close mate-terminal. re-open mate-terminal.
  • Run emacs in the terminal.
  • Emacs will open with a maximized window.

aliases are not loaded by mate-panel --run-dialog:

  • Press the keyboard shortcut Alt+F2 to open mate-panel --run-dialog.
  • type emacs and hit enter.
  • emacs will not open with a maximized window.

Side-note: emacs --maximize is a good example, because .emacs (LISP) cannot maximize the window in GNU/Linux without producing a distracting visual effect.

emacs -mm is the shorthand for emacs --maximize. But typing the extra " -mm" require you to remember to type it every time, and it takes energy to type it dozens of times every day for developers. Sure, keyboard shortcuts can be set, but it's easy to forget to use them.

MATE general version

1.26.0

Package version

1.26.0

Linux Distribution

Ubuntu MATE 22.04

Link to bugreport of your Distribution (requirement)

Not a bug, but lack of feature.

@davidhedlund davidhedlund changed the title mate-panel --run-dialog: Load aliases [Feature request] mate-panel --run-dialog: Load aliases Sep 3, 2023
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

1 participant