Skip to content

Commit

Permalink
[xdgapps] Do not inherit QT_QPA_PLATFORM to launched apps
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Feb 10, 2023
1 parent fe19bba commit 2fd3ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications_xdg/src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ vector<IndexItem> Plugin::indexApps(const bool &abort) const
Plugin::Plugin()
{
qunsetenv("DESKTOP_AUTOSTART_ID");
qunsetenv("QT_QPA_PLATFORM");

// Load settings
ignoreShowInKeys = settings()->value(CFG_IGNORESHOWINKEYS, DEF_IGNORESHOWINKEYS).toBool();
Expand Down

0 comments on commit 2fd3ae6

Please sign in to comment.