Skip to content

Commit

Permalink
fix: Correct issue with steam web debug service
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Oct 11, 2024
1 parent 5fcfee5 commit a14d6cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,6 @@ RUN /usr/libexec/containerbuild/image-info && \
systemctl enable cec-onpoweroff.service && \
systemctl enable cec-onsleep.service && \
systemctl enable bazzite-tdpfix.service && \
systemctl --global enable steam-web-debug-portforward.service && \
systemctl --global disable sdgyrodsu.service && \
systemctl disable input-remapper.service && \
systemctl disable ublue-update.timer && \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[Unit]
Description="Portforward CEF remote debug port"
Description="Portforward CEF remote debug port for user %f"

[Service]
ExecStart=/usr/bin/socat TCP4-LISTEN:8081,fork TCP4:127.0.0.1:8080
User=%f
Restart=always

[Install]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ timedatectl set-ntp true

# Allow Tailscale Control
tailscale set --operator="$(systemd-escape $1)"

# Enable Steam Web Debug Service
systemctl enable steam-web-debug-portforward@$(systemd-escape $1).service && \
2 changes: 1 addition & 1 deletion system_files/desktop/shared/usr/libexec/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BAZZITE_CONFIG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/bazzite"
mkdir -p "$BAZZITE_CONFIG_DIR"

# SCRIPT VERSION
USER_SETUP_VER=42
USER_SETUP_VER=43
USER_SETUP_VER_FILE="$BAZZITE_CONFIG_DIR/version"
USER_SETUP_FEDORA_VER_FILE="$BAZZITE_CONFIG_DIR/fedora_version"
USER_SETUP_IMAGE_VER_FILE=$BAZZITE_CONFIG_DIR/image_name""
Expand Down

0 comments on commit a14d6cb

Please sign in to comment.