| 31 Jan 2025 |
| @jaafar:kde.org joined the room. | 22:55:47 |
@jaafar:kde.org | $ dconf list /org/gnome/mutter/
attach-modal-dialogs
dynamic-workspaces
edge-tiling
keybindings/
wayland/
workspaces-only-on-primary
There's supposed to be another dconf key here called overlay-key for setting the key that brings up the Overview on GNOME. Neither dconf nor gsettings seem to find it, however. | 22:58:41 |
FreeVariable | Are people hyped for Gnome 48? 😀 | 23:47:10 |
| 1 Feb 2025 |
Jan Tojnar | dconf will only show settings that were explicitly written, that is, set to a non-default value | 02:50:59 |
Jan Tojnar | We intentionally do not expose schemas to gsettings program but it would typically show because the XDG_DATA_DIRS environment variable is inherited from gnome-shell | 03:02:17 |
linj | In reply to @jtojnar:matrix.org We intentionally do not expose schemas to gsettings program but it would typically show because the XDG_DATA_DIRS environment variable is inherited from gnome-shell Why are package schemas not added to XDG_DATA_DIRS? | 03:51:38 |
Jan Tojnar | In reply to @me:linj.tech Why are package schemas not added to XDG_DATA_DIRS? Because there could be conflicts if we had to dig in arbitrarily deep. | 09:04:54 |
Jan Tojnar | It is a consequence of not having single FHS tree | 09:05:49 |