This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
forked from Schneegans/gnome-shell-pod
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ FROM archlinux:latest@sha256:e21266b93a65192313d3857651abf2b5a194bad9438b3d8a565 | |
RUN pacman -Syu --noconfirm gnome-shell vte3 xorg-server-xvfb xorg-xinit mesa packagekit gdm && \ | ||
pacman -Scc --noconfirm | ||
|
||
COPY common / | ||
COPY common archlinux / | ||
|
||
RUN systemctl set-default gnome-session-x11.target && \ | ||
systemctl mask systemd-oomd low-memory-monitor rtkit-daemon udisks2 && \ | ||
|
@@ -14,7 +14,8 @@ RUN systemctl set-default gnome-session-x11.target && \ | |
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \ | ||
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \ | ||
' && \ | ||
truncate --size 0 /etc/machine-id | ||
truncate --size 0 /etc/machine-id && \ | ||
dconf update | ||
|
||
# dbus port | ||
EXPOSE 1234 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
user-db:user | ||
system-db:local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[org/gnome/shell] | ||
welcome-dialog-last-shown-version='99.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ RUN apt-get update -y && \ | |
gnome-session gjs dbus-user-session gdm3 gir1.2-vte-2.91 xvfb \ | ||
packagekit gir1.2-packagekitglib-1.0 | ||
|
||
COPY common / | ||
COPY common debian / | ||
|
||
RUN systemctl set-default gnome-session-x11.target && \ | ||
systemctl mask systemd-oomd low-memory-monitor rtkit-daemon udisks2 && \ | ||
|
@@ -24,7 +24,8 @@ RUN systemctl set-default gnome-session-x11.target && \ | |
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \ | ||
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \ | ||
' && \ | ||
truncate --size 0 /etc/machine-id | ||
truncate --size 0 /etc/machine-id && \ | ||
dconf update | ||
|
||
# dbus port | ||
EXPOSE 1234 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
user-db:user | ||
system-db:local |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,8 @@ RUN systemctl set-default gnome-session-x11.target && \ | |
mkdir -p $HOME/.config/systemd/user/sockets.target.wants/ && \ | ||
ln -s /etc/xdg/systemd/user/[email protected] $HOME/.config/systemd/user/sockets.target.wants/[email protected] \ | ||
' && \ | ||
truncate --size 0 /etc/machine-id | ||
truncate --size 0 /etc/machine-id && \ | ||
dconf update | ||
|
||
# dbus port | ||
EXPOSE 1234 | ||
|