- Added citadel-setpassword.service and shell script to set a default
password of 'citadel' in install mode, does not run in any other mode or
if a password is already set
- Re-implement disable logging out of Gnome:
* Lock preventing log outs in gsettings override
* Patched gnome-session so that locking log outs does not lock
shutting down
* Patched gnome-shell to remove 'Log Out' from status label
- Added keyboard shortcut for Citadel Realms UI (gtk) to gnome-shell:
* Added gsetting for the shortcut
* Separated inital realm dconf database and Citadel dconf databases to
use different settings for each
* Added Ctrl+Alt+c as the keyboard shortcut for launching Citadel
Realms UI to the citadel dconf database
- Added neovim init.vim to realms skel since neovim is now default vim
in realms
- Base realmfs is now based on Debian bullseye
- Replaced buster link in docs/duck/realmfs.duck with bullseye
- Added neovim as the default vim in the base realmfs packages
- Updated sway to 1.5.1
- Updated sway config with color theme, fixes, etc
- Patched sway default wayland display socket to use wayland-0 as first
socket
- Updated wlroots to 0.12.0
- Updated wdisplays to more recent commit
- Fixed sway-session-switcher to work with newer gnome-session
- Fixed dependency in swaybg
- Added new rust launcher (sgmenu), removed old one (sgflow)
- Added gtk-layer-shell recipe, needed for sgmenu, useful for other
things
- Removed unused sgstatus recipe
The kernel id is a sha256sum that is embedded in the kernel image header
and also in the initramfs (in /etc/initrd-release). It exists so that
when resource images are being located during boot, the compatibility of
the citadel kernel image can be matched with the currently booting
kernel. This ensures that the correct set of modules will be mounted.
The kernel id had previously been calculated from the sha256sum of the
kernel binary before attaching the initramfs, but the sequence of steps
performed by poky when building a kernel changed and caused this method
to fail.
Now the sha256sum is calculated from the 'defconfig' file in the recipe
directory instead. This should work equally as well to uniquely identify
a kernel instance.
File "/home/user/citadel/build/tmp-glibc/work/corei7-64-oe-linux/gnome-terminal/3.38.0-r0/recipe-sysroot-native/usr/bin/itstool", line 27, in <module>
import libxml2
ModuleNotFoundError: No module named 'libxml2'
This is now found in a separate package called systemd-extra-utils
Some related recipes have been updated:
* libblockdev 2.24
* cryptsetup 2.3.4
* lvm 2.03.06
Otherwise Pulseaudio client will attempt to connect to and load
configuration information from XServer which no longer works with
Wayland gnome and causes a deadlock during gnome shell initialization.