Hacker News new | past | comments | ask | show | jobs | submit login

so the technical question then is: how can i replace the file picker that the apps on my desktop use?



a startingpoint for answers may be here: https://superuser.com/questions/944119/replace-gtk-file-dial...

there is an xdg-desktop-portal feature that allows this, or pretend that a different desktop is used by setting XDG_CURRENT_DESKTOP for the application, as well as KGtk which is a library that can be loaded with LD_PRELOAD.

either of these have to be applied per application though.


Fork those apps, remove GTK, add Qt.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: