| Summary: | Not all QT5/QT4 based apps show the same Pop-Up Window when opening files. | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Xeno Idaltu <xenoidaltu> |
| Component: | general | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | CC: | plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | 5.14.5 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Debian stable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Xeno Idaltu
2020-02-24 12:14:36 UTC
We can't control from a desktop what other apps do internally The most we provide is a "platform integration" plugin, that Qt5 apps load. This will adjust the open dialog to use the "best" one. Apps can disable it and apps loaded through snaps/flatpak/appimage may not be able to use it depending on how it is packaged. (In reply to David Edmundson from comment #1) > We can't control from a desktop what other apps do internally > > The most we provide is a "platform integration" plugin, that Qt5 apps load. > This will adjust the open dialog to use the "best" one. Apps can disable it > and apps loaded through snaps/flatpak/appimage may not be able to use it > depending on how it is packaged. It looks like the "pop-up window" I am referring to is called KDialog. Is there a way to make a QT4 application use KDialog instead of the Basic QT4-OpenFile Dialog? PuddleTag, a QT4 App, ceased maintenance on 2016 yet OpenSuse-KDE makes PuddleTag use KDialog instead. I need this feature because I have files on an external drive and when using QT4 apps I have to click all the way to my desired path. Sometimes 10 clicks per file and doing it on a regular basis is time consuming and inefficient. >Is there a way to make a QT4 application use KDialog instead of the Basic QT4-OpenFile Dialog?
Not without changing the code of that application
|