Closed AaronTechnic closed 2 years ago
There are currently no programs in MassOS which require GTK4. Flatpak programs which require it will use the GNOME runtime which includes GTK4. GTK4 support is a possibility in the future, but I don't plan to include it until some programs in MassOS depend on it.
For GTK4 support, we also need to make sure the MassOS theme (Arc) is supported and enabled with it. In the latest version of the Arc theme, GTK4 is supported, however enabling it in GTK4 programs may need extra configuration files.
Lastly, it may be necessary to edit the build flags passed to Meson. -Dtracker=enabled
is only necessary for GNOME, Xfce doesn't use Tracker, and if Tracker must be installed, it might require installing additional GNOME-specific dependencies which we don't want/need for Xfce. You can also add the flags -Dcolord=enabled -Dsysprof=enabled -Dmedia-gstreamer=enabled -Dmedia-ffmpeg=enabled
to add support for more features which MassOS already provides the necessary dependencies for.
Got it. Thanks.
Since GTK apps are porting to GTK4, I think it might be a good idea to include it by default on MassOS.
Here are the commands that I used to install: