Bug 495041 - Open With overriding Terminal flag
Summary: Open With overriding Terminal flag
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Open/save dialogs (other bugs)
Version First Reported In: 6.2.0
Platform: Other Linux
: NOR major
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-19 13:16 UTC by Jared Adams
Modified: 2024-10-19 13:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Adams 2024-10-19 13:16:17 UTC
The new Open With dialog ignores an application's Run in terminal option in favor of the dialog's Run in terminal option. This results in terminal applications seeming to not get started, as they have no terminal to attach to. I see a few options right now:
1. OR the Run in terminal settings, so if either the application OR the dialog is set to run in terminal, the application will be
2. Make the dialog's Run in terminal a tristate: default, yes, no
3. Make another check box above Run in terminal to explicitly override the application's setting

I think option #1 is the best choice. This ensures that terminal applications always have a terminal.