Skip to content
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

[Issue] ags bar not functioning #1022

Open
user12xxxxxx opened this issue Dec 26, 2024 · 8 comments
Open

[Issue] ags bar not functioning #1022

user12xxxxxx opened this issue Dec 26, 2024 · 8 comments

Comments

@user12xxxxxx
Copy link


The issue

logged in and was greeted with this
Screenshot_2024-12-26_13 55 20

commented the colors.conf line in the hyprland.conf
but this still remained
Screenshot_2024-12-26_13 53 05

pkill ags; ags logs

(com.github.Aylur.ags:192594): Gtk-WARNING **: 13:55:58.493: Theme directory 256/applets of theme OneUI-dark has no size field


(com.github.Aylur.ags:192594): Gtk-WARNING **: 13:55:58.493: Theme directory 16@2x/emblems of theme OneUI-dark has no size field


(com.github.Aylur.ags:192594): Gtk-WARNING **: 13:55:58.493: Theme directory 22@2x/devices of theme OneUI-dark has no size field


(com.github.Aylur.ags:192594): Gtk-WARNING **: 13:55:58.493: Theme directory 22@2x/emblems of theme OneUI-dark has no size field


(com.github.Aylur.ags:192594): Gtk-WARNING **: 13:55:58.493: Theme directory 256@2x/applets of theme OneUI-dark has no size field


(com.github.Aylur.ags:192594): Gjs-Console-CRITICAL **: 13:55:59.491: CSS ERROR: Invalid name of pseudo-class at line 8 in /home/nautesh/.cache/ags/user/generated/style.css
Gtk.CssProviderError: style.css:9:5Invalid name of pseudo-class

also tried the -remove cache and reinstall illogical-ags but no luck
(saw recent opened issue but they weren't helpfull)
your help would be appreciated

@user12xxxxxx
Copy link
Author

followed the guide on #1010 fixed the bar
but theming is not working
(probably cause i commented the colors.conf line)
also refer #1018

@QuinaryDolphin
Copy link

Changing @import 'material'; to @import './fallback/material'; fixed the bar for me but the theming is still causing problems. I tried re-installing the dots, changing the wallpaper and pkill ags; ags yet I still can't get the theming to work.

@gabdepa
Copy link

gabdepa commented Dec 26, 2024

Had the same issue, also changing @import 'material'; to @import './fallback/material'; in /home/u200b/.config/ags/scss/main.scss worked.
But the theming problem still persists as well.

@PlexILIghT
Copy link

PlexILIghT commented Dec 27, 2024

Had the same issue, also changing @import 'material'; to @import './fallback/material'; in /home/u200b/.config/ags/scss/main.scss worked. But the theming problem still persists as well.

Glad I helped😅. My username in config line..
I'm facing the same issue btw. Only apps are changing colors accordingly. AGS is locked in only one color scheme.

@PlexILIghT
Copy link

Changing @import 'material'; to @import './fallback/material'; fixed the bar for me but the theming is still causing problems. I tried re-installing the dots, changing the wallpaper and pkill ags; ags yet I still can't get the theming to work.

@YunusEmreBesli, What problems are you exactly facing? Just color scheme not changing or errors not gone? It is possible that you haven't got some python modules installed (possibly because of two python versions and the package manager installing libs in opposite python of what the config uses). Consider checking my colors.conf Issue thread #1013

@QuinaryDolphin
Copy link

@PlexILIghT Both the theme not changing colors and errors. I get the popup color stuff when I change wallpaper but nothing changes. I installed the packages mentioned in #1011 but it didn't change anything. I'll try to look more into it when I'm on my pc but at this point I'm kinda lost.

@PlexILIghT
Copy link

PlexILIghT commented Dec 27, 2024

@YunusEmreBesli Try getting same packages through my instructions in #1013. Download package, cd into it, and make with makepkg -si. You may have the same problem as me - packagemanager installing modules for wrong python (that is not being used by apps).
It's bare bones solution, better to get rid of other python version and make pm's point to python you want, but I'm too lazy to figure it out rn

@QuinaryDolphin
Copy link

@PlexILIghT That actually fixed it! The error was still there but after I changed my wallpaper it was gone! The terminal and all that changed colors too. I also had another version of python installed just like you so I guess that was the reason. Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants