mckinney
  • Joined on 2023-01-24
mckinney opened issue citadel/citadel#17 2026-05-11 16:27:18 +00:00
DISPLAY / WAYLAND_DISPLAY environment variables sometimes not set in Realms terminals
mckinney commented on issue citadel/citadel#15 2026-05-08 16:13:14 +00:00
Clean way to install standalone package

The current way to do it for a Debian package is: sudo apt install ./package_name.deb

mckinney commented on issue citadel/citadel#2 2026-05-08 16:10:26 +00:00
Display settings do not persist between boots

Another possible approach would be to patch mutter in citadel so that it uses a custom path for monitors.xml.

mckinney opened issue citadel/citadel#16 2026-05-08 16:05:16 +00:00
Realms UI and Realmsd state issues
mckinney closed issue citadel/citadel#3 2026-05-08 15:53:15 +00:00
Must click twice to authenticate to a new wifi network ('no-secrets' and No agents were available for this request)
mckinney pushed to master at mckinney/citadel 2026-04-17 15:21:13 +00:00
efafbf4b08 merge upstream
7a93624e5b Update citadel-tools to latest commit
9de033ac2e Update citadel-realms to latest commit
295f428af8 Enable TPM2 and repart in systemd
8df7e99e64 Add tpm2-tools and tpm2-tss packages
Compare 5 commits »
mckinney opened issue isa/citadel-installer-ui#1 2026-03-25 17:27:32 +00:00
Fixed ApplicationWindow dimensions makes window too large for screen on some setups
mckinney commented on issue citadel/citadel#3 2025-09-23 15:37:43 +00:00
Must click twice to authenticate to a new wifi network ('no-secrets' and No agents were available for this request)

I fixed this for myself by adding some recipes to the build from meta-openembedded:

  • gcr (for gcr3, which is required by gnome-keyring)
  • gnome-keyring

It also requires adding the…

mckinney commented on issue citadel/citadel#5 2025-09-09 15:25:55 +00:00
Remove Debian unstable Pins and repo

After some discussion, I bundled the patch for this with the patch for #4. For someone building from within an existing realm, they will have access to the right debootstrap version. Otherwise,…

mckinney pushed to master at mckinney/citadel 2025-09-09 15:18:26 +00:00
51ad1a0034 Updated realmfs-builder and Dockerfile to use Debian forky. Removed unstable repo and preferences.
mckinney created pull request brl/citadel#23 2025-09-04 17:44:21 +00:00
Enabled port 443 for AllowUserPorts in apt-cacher-ng config to allow https repos
mckinney pushed to master at mckinney/citadel 2025-09-04 17:39:52 +00:00
5ed8bc76c4 Enabled port 443 for AllowUserPorts in apt-cacher-ng config to allow https repos
mckinney commented on issue citadel/citadel#5 2025-09-03 19:14:23 +00:00
Remove Debian unstable Pins and repo

This change will need to happen after the upgrade to forky (#4). Bookworm's version of debootstrap is missing the required /usr/share/debootstrap/scripts/forky build script. Although it is…

mckinney opened issue citadel/citadel#5 2025-09-03 13:29:19 +00:00
Remove Debian unstable Pins and repo
mckinney created repository mckinney/citadel-tools 2025-09-02 18:26:00 +00:00
mckinney created repository mckinney/citadel 2025-09-02 14:35:45 +00:00
mckinney commented on issue citadel/citadel#4 2025-08-28 15:00:27 +00:00
Update realmfs-builder to build Debian forky

This may require a newer version of debootstrap that contains the bootstrap scripts for forky. I will update the Dockerfile to use a more recent version of Debian for Docker builds, but someone…

mckinney opened issue citadel/citadel#4 2025-08-28 14:38:11 +00:00
Update realmfs-builder to build Debian forky
mckinney commented on issue citadel/citadel#2 2025-08-28 14:16:42 +00:00
Display settings do not persist between boots

First attempt to fix this was to add the following line to our tmpfiles.d storage config inmeta-citadel/recipes-citadel/citadel-config/files/00-storage-tmpfiles.conf:

L /home/citadel/.con…