When spawned with a directory, interpret it as the starting cwd #629
Labels
crash(-like)
Bug that results in severe state corruption, lock-ups with recovery, or outright termination
enhancement
New feature or request
feature-request
User requested features
frontend
Contour Terminal Emulator (GUI frontend)
good first issue
Good for newcomers
platform: linux
topics that directly address Linux platform (any distro)
When Contour is started from a desktop integration (e.g. right click -> open with -> contour), unfortunately the integration only fires
contour [... directory path ...]
. This causes contour to crash because a directory cannot be started as a program image.The solution would either be:
For example, Konsole does not crash (at least...), but is also rather buggy: when opening, from Dolphin, Konsole in
~/foo/bar
as the "Open with..." action, it spawns the default shell in~/foo
.The text was updated successfully, but these errors were encountered: