Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 9754  / 3 Years ago, tue, august 10, 2021, 11:53:25

When I run Steam there are two icons, one in the Launcher and one in the Unity panel. How do I remove the icon on the Launcher? I just want an icon of Steam on Unity Panel.



Clicking the close button in Steam just minimises the window to the launcher, not fully hiding it.


More From » unity

 Answers
3

To do this only for your user, you need to run this command in a terminal:



echo 'STEAM_FRAME_FORCE_CLOSE DEFAULT=1' >> ~/.pam_environment


Then logout and log back in.






Alternatively, you could add it for all users with this command:



echo 'STEAM_FRAME_FORCE_CLOSE=1' | sudo tee -a /etc/environment


Then logout and log back in.



References:




[#30367] Tuesday, August 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ightrushi

Total Points: 129
Total Questions: 125
Total Answers: 127

Location: French Southern and Antarctic Lands
Member since Fri, Jan 6, 2023
1 Year ago
;