-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steam crashes tint2 System Tray #197
Comments
I don't know if I understand correctly. Are you trying to start steam using the system tray and tint2 crashes? Does steam start or does tint2 just crash? And I also don't know if the whole tint2 crashes or just the system tray. Also, try to kill tint2 with And I don't quite know what do you mean by system tray. Do you mean panellauncher.tint2rc? |
By system tray i mean this element of the panel: I start steam by other means and when steam wants to create the icon in the system tray, the panel crashes. Other tint2 panels I still have are running fine. Steam starts fine, but since the panel with the system tray is gone there will not be an icon in the tray. Not sure how to include a file so i just share the log in the code here: |
Sorry but i wasn't able to recreate this issue. But this is probably not problem with the Axarva's fork but with the main tint2 because in the Axarva's fork the system tray was not changed. |
Seems to be that a glib2 update broke tint2. |
Could you upgrade the modified tint to the latest version 17.0.2 https://gitlab.com/o9000/tint2/ ? It seems that the tint from this repository was forked from github which is behind the official gitlab release, or am i mistaken ?
|
I investigated it a little bit further. Indeed it is not a problem of the fork and also happens on the latest version of tint2 as well as on this https://gitlab.com/nick87720z/tint2 |
I switched away from xorg 5 months ago. Before that i used tint2 but wasn't using the system tray. Now in wayland I'm using waybar. Unfortunately I don't know any better alternative to tint2. |
As far as I know xmonad doesn't support Wayland. What WM are you using with Wayland? |
Xmonad doesn't support wayland. I'm currently using Hyprland. Also I tried to again recreate the issue but wasn't able. Is it only happing with steam or with other programs too. I don't have steam installed but everything works fine with slack, discord and webcord. Tried it with this generated config: https://github.com/JZITNIK-github/dotfiles/blob/main/.config/tint2/tint2rc |
Also, this is definitely not the correct way to do it but it might work if it really bothers you that the tint2 is crashing. I thought starting tint2 like this: tint2start() {
while true; do
tint2 -c ~/.config/tint2/tray.tint2rc
done
}
tint2start & |
Everything works - it is only steam that makes it crash :) |
Describe the bug
Using your fork of tint2, starting steam will crash the panel with the system Tray.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No crashes.
Desktop (please complete the following information):
Additional context
Any ideas would be helpful, as I understand it is probably out of scope for your project, however it might be the best place to exchange some information about this issue.
The text was updated successfully, but these errors were encountered: