Skip to content

Commit

Permalink
feat: Enable Discord RPC for non-flatpak applications by default
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Feb 5, 2024
1 parent 0cc3f0c commit b24e2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ RUN /tmp/image-info.sh && \
systemctl enable joycond && \
systemctl --global enable bazzite-user-setup.service && \
systemctl --global enable podman.socket && \
systemctl --global enable systemd-tmpfiles-setup.service && \
if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
sed -i '/^PRETTY_NAME/s/Kinoite/Bazzite/' /usr/lib/os-release && \
systemctl --global enable com.system76.Scheduler.dbusproxy.service \
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
L %t/discord-ipc-0 - - - - app/com.discordapp.Discord/discord-ipc-0

0 comments on commit b24e2dc

Please sign in to comment.