https://bugs.kde.org/show_bug.cgi?id=442740
Bug ID: 442740
Summary: Automatically detect app type and run in console
window, if needed and user agree.
Product: frameworks-kded
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
STEPS TO REPRODUCE
1. Open In Dolphin or KRunner some console program
OBSERVED RESULT
There is no console spawn.
EXPECTED RESULT
KDE will detect it is console application and if so, suggest to ran terminal.
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
I created such tools. It uses some hacks and needs further love, but I asks for
direction/suggestions. One key missing is full VT support.
Currently, it detects if app is console or graphical (X11/Wayland), shows some
early start messages (linker problems, for example), etc. It uses libgreattao,
which is my library, but I can port my solution to Qt. After detecting app type
(or earlier), user could select to open terminal window. To perform detection,
we start the apps itself, so I need to have good implementation of VT.
Currently virtual terminal implementation is only in early stage. Some other
bugs should been addressed.
Link to topic:
https://forum.kde.org/viewtopic.php?f=304&t=171864
Link to sourceforge project's page:
https://sourceforge.net/projects/wxconsolespawner/
Link to YouTube movie (outdated);
https://www.youtube.com/watch?v=Ed6oAI3RsyE&t=10s
--
You are receiving this mail because:
You are watching all bug changes.