Attempt fixing favorites command.
This commit is contained in:
		@@ -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"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user