Skip to content

Commit a612cf6

Browse files
shanemcdclaude
andcommitted
mybox: Work around Kinoite tmpfiles bug with gnome-remote-desktop user
The upstream 90-atomic-desktops-ownership-fixes.conf references gnome-remote-desktop user which doesn't exist on Kinoite. Fix: https://pagure.io/workstation-ostree-config/c/5b4bba7d2555006ea116f6f68d744a32489e1ee5 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a23d0fa commit a612cf6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mybox/Containerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@ COPY files/apcupsd.conf /etc/apcupsd/apcupsd.conf
124124
RUN <<EORUN
125125
set -euxo pipefail
126126

127+
# TODO: Remove once Kinoite images include the fix from:
128+
# https://pagure.io/workstation-ostree-config/c/5b4bba7d2555006ea116f6f68d744a32489e1ee5
129+
# The upstream config references gnome-remote-desktop user which doesn't exist on Kinoite
130+
cat > /usr/lib/tmpfiles.d/90-atomic-desktops-ownership-fixes.conf << 'EOF'
131+
Z /var/lib/passim - passim passim
132+
Z /var/log/passim - passim passim
133+
Z /etc/colord/ - colord colord
134+
EOF
135+
127136
# Dvorak keyboard layout for console
128137
echo 'KEYMAP=dvorak' > /etc/vconsole.conf
129138

0 commit comments

Comments
 (0)