https://bugs.kde.org/show_bug.cgi?id=377918

Sven Brauch <m...@svenbrauch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@svenbrauch.de

--- Comment #1 from Sven Brauch <m...@svenbrauch.de> ---
> KDevPlatform currently uses the KDE_FULL_SESSION variable to
> determine whether or not it should use KDE file dialogs instead
> of "native" ones (read: Qt's implementation of actual native dialogs).

That is not correct, on GNOME it would e.g. use the GNOME file dialog. The Qt
ones are just the fallback in case there is no QPA plugin requesting something
else.

The env var stuff is not meant as a choice for the user; it is detecting
whether we can embed the KDE dialog, or whether we have to fall back to the
native dialogs because the KDE one looks out of place.

I do not think we should offer users a choice on what file dialogs to use in
our application, neither compile- nor runtime. This choice has to be made on
the QPA plugin level.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to