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

Commit

Permalink
Merge pull request #13 from tulilirockz/feat-kera-fallback
Browse files Browse the repository at this point in the history
feat: kera-desktop fallback to gnome
  • Loading branch information
castrojo authored Sep 25, 2023
2 parents 09fe9e5 + d31f562 commit 2373776
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-base}"
ARG BASE_IMAGE_NAME="${BASE_IMAGE_NAME:-silverblue}"
ARG IMAGE_FLAVOR="${IMAGE_FLAVOR:-main}"
ARG SOURCE_IMAGE="${SOURCE_IMAGE:-$BASE_IMAGE_NAME-$IMAGE_FLAVOR}"
ARG BASE_IMAGE="ghcr.io/ublue-os/${SOURCE_IMAGE}"
Expand All @@ -17,8 +17,8 @@ RUN wget -qO /tmp/kera-desktop.tar.gz "https://gitlab.com/kerahq/releases/-/raw/
mkdir -p /usr/share/kera-desktop-bin && \
tar -xf /tmp/kera-desktop.tar.gz -C /usr/share/kera-desktop-bin && \
/tmp/build.sh && \
echo -e '[daemon]\nDefaultSession=kera.desktop' >> /etc/gdm/custom.conf && \
rm -rf /tmp/* /var/* && \
systemctl enable sddm && \
ostree container commit && \
mkdir -p /var/tmp && \
chmod -R 1777 /var/tmp
Expand Down
20 changes: 1 addition & 19 deletions packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,7 @@
"all": {
"include": {
"all": [
"cage",
"sddm",
"wireplumber",
"pipewire-gstreamer",
"pipewire-pulseaudio",
"pipewire-alsa",
"pipewire-jack-audio-connection-kit",
"pipewire-plugin-libcamera",
"pavucontrol",
"gnome-software",
"nm-connection-editor",
"NetworkManager-adsl",
"NetworkManager-bluetooth",
"NetworkManager-ppp",
"NetworkManager-wifi",
"NetworkManager-wwan",
"blueman",
"polkit-gnome",
"qt5-qtwayland"
"cage"
]
},
"exclude": {
Expand Down
5 changes: 0 additions & 5 deletions usr/share/wayland-sessions/kera-desktop.desktop

This file was deleted.

5 changes: 5 additions & 0 deletions usr/share/wayland-sessions/kera.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Desktop Entry]
Name=Kera Desktop
Comment=Kera Desktop Session
Exec=/usr/bin/kera-session
Type=Application

0 comments on commit 2373776

Please sign in to comment.