-
-
Notifications
You must be signed in to change notification settings - Fork 577
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
aw-qt fails to start on gnome 40 (Wayland) because of old libgio-2.0.so.0 #710
Comments
Hi there! |
@nbCloud91 I just released v0.12.0b1, which still contains the libgio library. Can you confirm the error is still present in that release and that removing the lib solves it? |
Checked out the pre-release v0.12.0b1, still the same issue. PS: I'm not using ActivityWatch, looking at the state of affairs regarding Gnome implementation of Wayland, it seems like many convenience software packages will not be available to end users. Neither is there any consensus among the different DEs regarding wlroots or other standards. Tried using sway, but I do not like tiling WM, gave up. |
@ErikBjare I am getting this error using v0.12.0b2 |
I'm getting this error on recently published 0.12.0, on Ubuntu 21.10 |
@tmotyl Did removing the library work in your case too? Which distro? |
Ubuntu 21.10 on Wayland vanilla AW:
after removing libgio-2.0.so.0
so error is gone, but warning stays |
Ubuntu 22 after removing libgio getting |
When running
This configuration is in place at [aw-qt]
autostart_modules = ["aw-server-rust", "aw-awatcher"]
#autostart_modules = ["aw-server-rust", "aw-watcher-afk", "aw-watcher-window"] Also reported to ActivityWatch/aw-qt#92 (comment) |
Describe the bug
Although default gnome does not have system-tray, most common distributions provide extensions to circumvent that. Thus,
aw-qt
should work in these cases. But upon starting it with./aw-qt
, this error comes up and process is terminated:Workaround
the
libgio-2.0.so.0
bundled with the application is old and is requesting a key which is not present. I deleted the bundled lib and got the tray-icon to work.The text was updated successfully, but these errors were encountered: