Skip to content

Commit

Permalink
fix(kde): Load dconf for Prompt on KDE with bazzite-user-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Jan 10, 2024
1 parent 18845dc commit e66c473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion system_files/desktop/shared/usr/bin/bazzite-user-setup
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BAZZITE_CONFIG_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/bazzite"
mkdir -p "$BAZZITE_CONFIG_DIR"

# SCRIPT VERSION
USER_SETUP_VER=20
USER_SETUP_VER=21
USER_SETUP_VER_FILE="$BAZZITE_CONFIG_DIR/version"
USER_SETUP_FEDORA_VER_FILE="$BAZZITE_CONFIG_DIR/fedora_version"

Expand Down Expand Up @@ -63,6 +63,9 @@ if [[ $BASE_IMAGE_NAME =~ "kinoite" ]]; then
echo 'Enabling System76-Scheduler KWin script'
kwriteconfig5 --file kwinrc --group Plugins --key kwin-system76-scheduler-integrationEnabled true

echo 'Configuring Prompt'
dconf load / < /etc/dconf/db/local.d/02-bazzite-kde

if [[ $IMAGE_NAME =~ "deck" || $IMAGE_NAME =~ "ally" || $IMAGE_NAME =~ "framegame" ]]; then
echo 'Running setup for Kinoite on Steam Deck'
if [[ ! -f "$HOME/Desktop/Return.desktop" ]]; then
Expand Down

0 comments on commit e66c473

Please sign in to comment.