v0.4.2 #8
Firstp1ck
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pacsea v0.4.2 — Terminal invocation reliability
Date: 2025-10-23
Highlights
for
xfce4-terminalto use--command "bash -lc '<cmd>'", avoiding theprevious parsing issue where
-lcwas treated as a terminal option and thewindow opened to an idle prompt.
are installed, Pacsea now picks the first one that appears on PATH, which is
more predictable and honors user shell configuration.
Details
xfce4-terminalinvocation-e bash -lc <cmd>(could fail with “Unknown option: -lc”).--command "bash -lc '<cmd>'"with robust single-quote escaping.gnome-terminal:-- bash -lc <cmd>kitty:bash -lc <cmd>xterm:-hold -e bash -lc <cmd>konsole:-e bash -lc <cmd>tilix/mate-terminal: keep-- bash -lc <cmd>as before."No such file or directory" errors when capturing argv.
Packaging
(
cargo test ... -- --test-threads=1) to avoid PATH/env races inenvironment-mutating tests.
Upgrade notes
xfce4-terminalstill opens to an idleprompt, check terminal Preferences → General and ensure a user-defined
"Run a custom command" is not overriding Pacsea’s command. Disabling that
option resolves most local overrides.
Thanks
xfce4-terminalbehavior.This discussion was created from the release v0.4.2.
Beta Was this translation helpful? Give feedback.
All reactions