ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.23k stars 174 forks source link

Tray icon items does not start steam #10777

Open valr337 opened 6 months ago

valr337 commented 6 months ago

Your system information

Please describe your issue in as much detail as possible:

Upon clicking any menu entry from tray icon(ex: "Store"), the respective page does not show

Steps for reproducing this issue:

  1. Open steam via GUI (.local/share/applications/steam.desktop)
  2. Right click steam icon from task bar and click "Store" ( or any other entry ) (Side note: Only "Exit steam" entry works)

Extra information:

Tried solution from these issues

  1. https://github.com/ValveSoftware/steam-for-linux/issues/4795#issuecomment-271054962
~ » sudo apt install libdbusmenu-gtk4:i386                                                                                                                                        

libdbusmenu-gtk4:i386 is already the newest version (18.10.20180917~bzr492+repack1-3ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  1. https://github.com/ValveSoftware/steam-for-linux/issues/5222#issuecomment-340209608
    
    ~ » find / -type d -iname "pinned_libs*" 2>/dev/null                                                                                                                         
    /home/USER/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32
    /home/USER/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64

~ » rm -r /home/USER/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs*

~ » find / -type d -iname "pinned_libs*" 2>/dev/null

hrzhu commented 5 months ago

I recently upgraded to Kubuntu 24.04 and I had the same issue. Steam starts minimized if I start it from start menu and the options in tray menu doesn't work. If I start steam from terminal, it just works fine. I didn't have this issue on Kubuntu 22.04.

I find a workaround to my problem. Uncheck setting -> interface -> enable GPU accelerated rendering in web views and then Steam works fine when I starting if from start menu.

I use AMD GPU as well. Unlike OP, I install Steam from Ubuntu repo not Steam website.