Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Snap Apps

dgsasha edited this page Dec 14, 2022 · 2 revisions

If Snap is installed you can enable Snap support when configuring the theme.

If you really want Snaps to access the GTK4/Libadwaita configuration, you will have to run this command for each Snap, replacing SNAP-NAME with the name of the Snap:

sudo mount --bind --mkdir ~/.config/gtk-4.0 ~/snap/SNAP-NAME/current/.config/gtk-4.0

For this to persist after reboot, you need to add the following line to /etc/fstab for each Snap. Replace USERNAME and SNAP-NAME with the correct information.

/home/USERNAME/.config/gtk-4.0  /home/USERNAME/snap/SNAP-NAME/current/.config/gtk-4.0  none  bind  0  0
Clone this wiki locally