Another attempt to fix favorites command.

This commit is contained in:
Hyperling 2021-02-06 15:49:07 -06:00
parent f70a5a61fb
commit b21c0b3fa9

View File

@ -16,11 +16,11 @@
# Setup Favorites Bar (Terminal, Files, Firefox, Thunderbird, LBRY, Discord, VS Code, Android Studio, Lutris, Steam) # Setup Favorites Bar (Terminal, Files, Firefox, Thunderbird, LBRY, Discord, VS Code, Android Studio, Lutris, Steam)
- name: General | Account Management | GNOME | Favorites (Linux) - name: General | Account Management | GNOME | Favorites (Linux)
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps "['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'io.lbry.lbry-app.desktop', 'com.discordapp.Discord.desktop', 'code.desktop', 'com.google.AndroidStudio.desktop', 'net.lutris.Lutris.desktop', 'steam.desktop']" shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps \"['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'io.lbry.lbry-app.desktop', 'com.discordapp.Discord.desktop', 'code.desktop', 'com.google.AndroidStudio.desktop', 'net.lutris.Lutris.desktop', 'steam.desktop']\"
when: ansible_system == "Linux" when: ansible_system == "Linux"
- name: General | Account Management | GNOME | Favorites (FreeBSD) - name: General | Account Management | GNOME | Favorites (FreeBSD)
shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps "['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'code.desktop']" shell: sudo -u ling dconf write /org/gnome/shell/favorite-apps \"['org.gnome.Terminal.desktop', 'org.gnome.Nautilus.desktop', 'firefox.desktop', 'org.mozilla.Thunderbird.desktop', 'code.desktop']\"
when: ansible_system == "FreeBSD" when: ansible_system == "FreeBSD"