File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,11 @@ inline bool createAppRunHook(appdir::AppDir &appDir) {
98
98
ofs << " # generated by linuxdeploy-plugin-qt" << std::endl
99
99
<< std::endl
100
100
<< " # try to make Qt apps more \" native looking\" on Gtk-based desktops, if possible" << std::endl
101
- << " # on other desktops, use the XDG Desktop Portal plugin instead to get native dialogs" << std::endl
102
101
<< " # see https://github.com/AppImage/AppImageKit/issues/977#issue-462374883" << std::endl
103
- << " # and https://github.com/linuxdeploy/linuxdeploy-plugin-qt/pull/63" << std::endl
104
102
<< " case \" ${XDG_CURRENT_DESKTOP}\" in" << std::endl
105
103
<< " *GNOME*|*gnome*|*XFCE*)" << std::endl
106
104
<< " export QT_QPA_PLATFORMTHEME=" << (haveGtk3 ? " gtk3" : " gtk2" ) << std::endl
107
105
<< " ;;" << std::endl
108
- << " *)" << std::endl
109
- << " export QT_QPA_PLATFORMTHEME=xdgdesktopportal" << std::endl
110
- << " ;;" << std::endl
111
106
<< " esac" << std::endl;
112
107
113
108
return true ;
You can’t perform that action at this time.
0 commit comments