Skip to content

Commit

Permalink
fix breakage of connman-gtk
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 16, 2024
1 parent 0c351f7 commit e7ffe13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/packages-templates/connman-gtk_FIXUPHACK
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ cat << EOF > usr/local/bin/connman-gtk

gsettings set net.connman.gtk launch-to-tray false

exec /usr/bin/connman-gtk "\\\$@"
exec /usr/bin/connman-gtk "\$@"
EOF
chmod 755 usr/local/bin/connman-gtk

0 comments on commit e7ffe13

Please sign in to comment.