Score:-1

Installing chromeOS theme on ubuntu not working

gw flag
sudo snap connect [other snap];gtk-3-themes chromeos-themes:gtk-3-themes
error: snap "snap]" is not installed
gtk-3-themes: command not found

and when I entered this

for i in $(snap connections | grep gtk-common-themes:gtk-3-themes | awk '{print $2}'); do sudo snap connect $i chromeos-themes:gtk-3-themes; done

I see nothing

Score:0
pl flag

The first one, you need to replace [other snap] with the actual name of another snap, such as a GTK application installed via snap in your example. Also, you typo'ed a colon into a semicolon. So it should probably be:

sudo snap connect leafpad:gtk-3-themes chromeos-themes:gtk-3-themes

Also, for the for line, I don't think you'll see any output. It just works for a bit then finishes.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.