Distribution
Arch -- kernel: 6.11.4-arch2-1
Package version
6.2.8
Frequency
Always
Bug description
On a file "Right-click > Open with ..." then selecting a terminal application like Neovim seems to fully disregard my default terminal specified in org.cinnamon.desktop.default-applications.terminal exec as set with gsettings, instead always opening the app in xterm as far as i can tell.
With xterm uninstalled, opening a file in Neovim this way just fails silently.
If I just symlink my terminal to /usr/bin/xterm, it works as expected and Neovim opens the file in my terminal just fine.
Steps to reproduce
- Uninstall
xterm (possibly uninstall other 'default' terminals like gnome-terminal too — i haven't tried much, just xterm alacritty and st, of which only xterm worked)
- Open nemo, on a file "Right-click > Open with ..."
- Choose any terminal app — I believe this applies to apps whose
.desktop file specifies Terminal=true
Expected behavior
For consistency I guess this should just use the terminal set at org.cinnamon.desktop.default-applications.terminal exec.
This gsettings key is required/used to determine the terminal for the "Open in terminal" dialog within folders already, so I expected the same would apply to "Open with ... > some terminal app", which it doesn't seem to.
Additional information
No response
Distribution
Arch -- kernel: 6.11.4-arch2-1
Package version
6.2.8
Frequency
Always
Bug description
On a file "Right-click > Open with ..." then selecting a terminal application like Neovim seems to fully disregard my default terminal specified in
org.cinnamon.desktop.default-applications.terminal execas set with gsettings, instead always opening the app inxtermas far as i can tell.With
xtermuninstalled, opening a file in Neovim this way just fails silently.If I just symlink my terminal to
/usr/bin/xterm, it works as expected and Neovim opens the file in my terminal just fine.Steps to reproduce
xterm(possibly uninstall other 'default' terminals likegnome-terminaltoo — i haven't tried much, justxtermalacrittyandst, of which onlyxtermworked).desktopfile specifiesTerminal=trueExpected behavior
For consistency I guess this should just use the terminal set at
org.cinnamon.desktop.default-applications.terminal exec.This gsettings key is required/used to determine the terminal for the "Open in terminal" dialog within folders already, so I expected the same would apply to "Open with ... > some terminal app", which it doesn't seem to.
Additional information
No response