this post was submitted on 15 May 2025
10 points (91.7% liked)

Arch Linux

8753 readers
8 users here now

The beloved lightweight distro

founded 5 years ago
MODERATORS
 

Since I no longer had an icon for Steam in Gnome, I tried to reinstall Steam via pacman -S steam. That didn't bring me an icon in the Gnome overview either, but that was because I had created a separate *.desktop file in ~/.local/share/applications. I removed this and the icon in the overview came back. But now I have the problem that the games I call up via Steam no longer start. For one game, the launcher starts, but then displays the message “Please start Steam first” (Steam is already running, otherwise I wouldn't be able to start the game). Other games bring up the message that no wine-mono is supposedly installed. But it is installed.

A reinstallation of Steam has not changed anything. What can I do?

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 2 points 1 month ago (3 children)

Sounds like you broke your install of steam. Uninstall all versions, rm every location they were installed, and just reinstall.

[–] Luffy879@lemmy.ml 1 points 1 month ago (1 children)

Isnt there an option to purge it per pacman?

[–] MsFlammkuchen@lemmy.blahaj.zone 3 points 1 month ago (2 children)

No, because the steam package is only the launcher, which downloads steam to the user's home directory most times it's either ~/.local/share/steam or ~/.steam

[–] IceFoxX@lemmy.world 1 points 1 day ago

/.steam is just symlink so delete both

[–] MoLoPoLY@discuss.tchncs.de 3 points 1 month ago (1 children)

I uninstalled Steam with pacman -Runs steam. After that there were still several folders within my home. I removed these and then installed steam with pacman -Syu steam aga in. Luckily I didn't need to reinstall the games as they are installed on a separate partition. I simply remounted the library and can now start the games without any error messages. Thanks for your help.

BTW: Whats the difference between pacman -Rns and pacman -Runs? What does u mean?

[–] MsFlammkuchen@lemmy.blahaj.zone 3 points 1 month ago* (last edited 1 month ago) (1 children)

If I interpret the wiki correctly, it is only takes effect when removing groups. If you remove a group and some of those packages are dependencies of another installed package, you get an error. The -u or --unneeded flag strikes those needed packages from the list and removes only the unneeded ones.

Edit: I just looked at the man page for pacman. There appear to be other usages besides groups. It probably does the same as with groups just with explicitly stated packages.

-u, --unneeded

Removes targets that are not required by any other packages. This is mostly useful when removing a group without using the -c option, to avoid breaking any dependencies.

[–] MoLoPoLY@discuss.tchncs.de 2 points 1 month ago

Many thx. I hadn't referred to groups, but at least that's how it makes sense.

[–] meliodas_101@lemmy.world 1 points 1 month ago (1 children)

What is the default locations for installation of programs in arch ?

[–] just_another_person@lemmy.world 2 points 1 month ago

~/.steam I believe, but check what your launcher points to.

[–] MoLoPoLY@discuss.tchncs.de 1 points 1 month ago (1 children)

Do you know which locations, i have to remove?

[–] Epzillon@lemmy.world 2 points 1 month ago

Dunno if im stupid here but: whereis steam