Bug 433251 - That the qt download dialog gets used in gtk programs
Summary: That the qt download dialog gets used in gtk programs
Status: RESOLVED NOT A BUG
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-19 14:58 UTC by Toadfield
Modified: 2021-06-15 13:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toadfield 2021-02-19 14:58:33 UTC
If a gtk program wants to download something then it opens that ugly gtk download dialog instead of the qt dialog.
There is already a way to enable that only the qt dialog pops up,it is also possible to do that globally with an env var that I forgot.
But I want that that's enabled by default in kde,cause everyone hates the gtk download dialog.
Comment 1 2wxsy58236r3 2021-02-20 06:01:37 UTC
The GTK_USE_PORTAL=1 environment variable can help you.

Note that you need to have the xdg-desktop-portal-kde package installed.
Comment 2 Nicolas Fella 2021-02-20 11:06:39 UTC
GTK_USE_PORTAL=1 works, but only for apps that implement xdg portals. It's not KDE's job to fix all third party applications, that's up to the app developers and/or GTK to implement a generic solution
Comment 3 2wxsy58236r3 2021-02-20 14:27:52 UTC
> It's not KDE's job to fix all third party applications

I guess the bug reporter wants KDE to automatically set GTK_USE_PORTAL=1 so that apps that implement xdg portals can use KDE file dialog.
Comment 4 Toadfield 2021-06-15 13:44:26 UTC
(In reply to 2wxsy58236r3 from comment #3)
> > It's not KDE's job to fix all third party applications
> 
> I guess the bug reporter wants KDE to automatically set GTK_USE_PORTAL=1 so
> that apps that implement xdg portals can use KDE file dialog.

Yea,that is what I meant.