Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion default/walker/walker.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Walker
Comment=Walker Service
Exec=walker --gapplication-service
Exec=env GSK_RENDERER=cairo walker --gapplication-service
StartupNotify=false
Terminal=false
Type=Application
6 changes: 6 additions & 0 deletions migrations/1781295157.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
echo "Apply the GSK_RENDERER fix to the autostarted Walker service"

mkdir -p ~/.config/autostart/
cp $OMARCHY_PATH/default/walker/walker.desktop ~/.config/autostart/
Comment thread
r-witz marked this conversation as resolved.
Comment thread
r-witz marked this conversation as resolved.
systemctl --user daemon-reload
Comment thread
r-witz marked this conversation as resolved.
omarchy-restart-walker
Comment thread
r-witz marked this conversation as resolved.