Merge branch 'jpouellet-prefer-gtk'

This commit is contained in:
Andrew David Wong 2016-11-22 03:11:19 -08:00
commit eee348c4ba
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -212,6 +212,8 @@ Clearly, cutting out navigating through the file system can save a user quite a
The the desktop GUIs which QubesOS versions 1 - 3.1 offer are [KDE](https://www.kde.org), as well as [Xfce](https://xfce.org). We are currently migrating towards using [GNOME](https://www.gnome.org). We know some people prefer KDE, however, we believe the overalluser experience of GNOME is more focused on simplicity and ease of use for average non-technical users. Xfce will always be supported, and technical users will always be able to still use KDE or other desktop environments.
This means you should use GTK rather than Qt for new GUIs.
All three desktop environments have their own [human interface guidelines](https://en.wikipedia.org/wiki/Human_interface_guidelines) and we suggest you familiarize yourself with the platform you developing for.
- [GNOME Human Interface Guidelines](https://developer.gnome.org/hig/3.18/)