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] Fresh Arch install and nothing is working? #468

Open
pepperonipizzah opened this issue May 2, 2024 · 15 comments
Open

[Issue] Fresh Arch install and nothing is working? #468

pepperonipizzah opened this issue May 2, 2024 · 15 comments

Comments

@pepperonipizzah
Copy link

  • I have read the Usage and the Troubleshooting pages of the wiki
  • I have made sure that both my config and system packages are up to date
  • Linux distro: ARCH LINUX

The issue

After resolving an issue with installing hyprland-git that prevented install.sh from installing the dotfiles. i got into hyprland from tty and ags did not boot up at all. im also getting a hyprland config error. cant ss because it wont let me.
config error in file hyprland/colors.conf at line 9 rgba() expects length of 8 characters or 4 comma separated values

here is what is output when ags is ran manually with pkill ags; ags

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:95:30: '' is not a valid color name

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:95:44: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:96:46: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:97:41: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:98:47: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:99:49: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:100:44: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:105:41: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:106:43: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:107:47: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:108:49: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:109:42: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:110:44: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:112:60: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:113:62: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:116:45: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:117:55: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:119:55: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:120:57: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:121:56: Expected a valid selector

(com.github.Aylur.ags:10295): Gtk-WARNING **: 22:18:22.372: Theme parsing error: gtk.css:122:58: Expected a valid selector

** (com.github.Aylur.ags:10295): WARNING **: 22:18:22.457: Failed to load shared library 'libgvc.so' referenced by the typelib: libgvc.so: cannot open shared object file: No such file or directory

(com.github.Aylur.ags:10295): Gjs-WARNING **: 22:18:22.457: JS ERROR: Error: Unsupported type void, deriving from fundamental void
Audio@resource:///com/github/Aylur/ags/service/audio.js:114:9
@resource:///com/github/Aylur/ags/service/audio.js:201:15
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

fonts don't seem to be installed correctly either in terminal. there is no wallpaper. basically nothing works. this is my first time installing so i dont really know what its really supposed to look like. I've tried looking at other Issues and people seem to be having all these issues today. Is there a way I can use a slightly older build?

Click to expand
Paste your log here
@pepperonipizzah
Copy link
Author

it's not meant to do this right.. 😭

20240502_233313
20240502_233246

@idiom444
Copy link

idiom444 commented May 2, 2024

I have the same issue. To attempt to solve this i have tried these solutions:

The first made some of the widgets load but they are very broken and i also have the same error message you see on your screen. Fresh arch install.

In case it is relevant i had this issue as well #461
I ended up skipping hyprland-git and running yay -S hyprland

@pepperonipizzah
Copy link
Author

yeah it seems completely broken...

@pepperonipizzah
Copy link
Author

faq says that hyprland git is used because end-4 prefers it i think. hyprland is not the issue. I don't really have the time to troubleshoot, kinda nuked my old setup because I was sick of troubleshooting lol...

I can only presume that it's something to do with the python 3.12 update and packages breaking. it's a byproduct of bleeding edge.

hope it gets fixed soon, let me know if I can provide more details :)

@arqueon
Copy link

arqueon commented May 3, 2024

Same for me, I fixed the hyprland compilation, also there was a problem wit ags, I finally installed it, install finished but only a black screen, no toolbars, but I was able to run foot via Supert-T, but not any much more. I tried the same install with endeavour-gnome and pure arch linux.

@playerz-unknowns
Copy link

Same for me, I fixed the hyprland compilation, also there was a problem wit ags, I finally installed it, install finished but only a black screen, no toolbars, but I was able to run foot via Supert-T, but not any much more. I tried the same install with endeavour-gnome and pure arch linux.

had the same issue yesterday,reinstalled the exact same way and the issue solved by itself,i think its a problem with package versions.
if you have errors while compiling,maybe try using chaotic-aur,saves a ton of time

@pepperonipizzah
Copy link
Author

Same for me, I fixed the hyprland compilation, also there was a problem wit ags, I finally installed it, install finished but only a black screen, no toolbars, but I was able to run foot via Supert-T, but not any much more. I tried the same install with endeavour-gnome and pure arch linux.

had the same issue yesterday,reinstalled the exact same way and the issue solved by itself,i think its a problem with package versions. if you have errors while compiling,maybe try using chaotic-aur,saves a ton of time

Could you explain how to use that?

@idiom444
Copy link

idiom444 commented May 3, 2024

I have the same issue. To attempt to solve this i have tried these solutions:

* [[Issue] ags not running  #350](https://github.com/end-4/dots-hyprland/issues/350) add colormode.txt

* [[Issue] Changing wallpaper or changing things from sidebar live config causes loss of styling #452](https://github.com/end-4/dots-hyprland/issues/452)

* [[Issue] Ags & cursor related problem #465](https://github.com/end-4/dots-hyprland/issues/465)

The first made some of the widgets load but they are very broken and i also have the same error message you see on your screen. Fresh arch install.

In case it is relevant i had this issue as well #461 I ended up skipping hyprland-git and running yay -S hyprland

So i have tried fresh install a couple times since my last comment. The latest time i went through the manual install instructions and still get the same situation. I managed to build hyperland-git this time instead of hyperland and all the dependencies were successful.

Here is my pkill ags;ags:

pkill output (com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:95:30: '' is not a valid color name

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:95:44: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:96:46: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:97:41: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:98:47: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:99:49: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:100:44: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:105:41: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:106:43: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:107:47: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:108:49: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:109:42: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:110:44: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:112:60: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:113:62: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:116:45: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:117:55: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:119:55: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:120:57: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:121:56: Expected a valid selector

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:22.519: Theme parsing error: gtk.css:122:58: Expected a valid selector

(com.github.Aylur.ags:3968): Gjs-Console-WARNING **: 23:29:22.594: Error: can't assign "chromium-browser" as icon, it is not a file nor a named icon
set icon@resource:///com/github/Aylur/ags/widgets/icon.js:45:30
_handleParamProp@resource:///com/github/Aylur/ags/widgets/widget.js:124:13
Icon@resource:///com/github/Aylur/ags/widgets/icon.js:25:14
newIcon@resource:///com/github/Aylur/ags/widgets/icon.js:8:12
ElementTile@file:///home/Idiom/.config/ags/modules/cheatsheet/periodictable.js:26:32
default/mainBoard<.children</<.children<@file:///home/Idiom/.config/ags/modules/cheatsheet/periodictable.js:62:58
default/mainBoard<.children<@file:///home/Idiom/.config/ags/modules/cheatsheet/periodictable.js:62:27
default@file:///home/Idiom/.config/ags/modules/cheatsheet/periodictable.js:60:33
@file:///home/Idiom/.config/ags/modules/cheatsheet/main.js:18:24
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:3968): Gjs-Console-CRITICAL **: 23:29:22.817: Error: There is no window named overview
getWindow@resource:///com/github/Aylur/ags/app.js:140:27
update@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:334:26
default/OverviewRow/setup/<@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:377:60
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:3968): Gjs-Console-CRITICAL **: 23:29:22.817: Error: There is no window named overview
getWindow@resource:///com/github/Aylur/ags/app.js:140:27
update@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:334:26
default/OverviewRow/setup/<@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:398:39
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:3968): Gjs-Console-CRITICAL **: 23:29:22.817: Error: There is no window named overview
getWindow@resource:///com/github/Aylur/ags/app.js:140:27
update@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:334:26
default/OverviewRow/setup/<@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:377:60
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:3968): Gjs-Console-CRITICAL **: 23:29:22.817: Error: There is no window named overview
getWindow@resource:///com/github/Aylur/ags/app.js:140:27
update@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:334:26
default/OverviewRow/setup/<@file:///home/Idiom/.config/ags/modules/overview/overview_hyprland.js:398:39
hook/<@resource:///com/github/Aylur/ags/widgets/widget.js:43:25
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:3968): Gjs-Console-CRITICAL **: 23:29:24.990: CSS ERROR: Invalid name of pseudo-class at line 8 in /home/Idiom/.cache/ags/user/generated/style.css

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:25.037: Attempting to add a widget with type Ags_Box to a container of type Ags_Box, but the widget is already inside a container of type Ags_Box, please remove the widget from its existing container first.

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:25.038: Attempting to add a widget with type Ags_Box to a container of type Ags_Box, but the widget is already inside a container of type Ags_Box, please remove the widget from its existing container first.
Gtk.CssProviderError: style.css:9:5Invalid name of pseudo-class

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:25.157: Attempting to add a widget with type Ags_Revealer to a container of type Ags_Box, but the widget is already inside a container of type Ags_Box, please remove the widget from its existing container first.

(com.github.Aylur.ags:3968): Gtk-WARNING **: 23:29:25.163: Attempting to add a widget with type Ags_Revealer to a container of type Ags_Box, but the widget is already inside a container of type Ags_Box, please remove the widget from its existing container first.

(com.github.Aylur.ags:3968): GLib-GObject-CRITICAL **: 23:29:25.184: value "1.525223" of type 'gdouble' is invalid or out of range for property 'fraction' of type 'gdouble'

(com.github.Aylur.ags:3968): GLib-GObject-CRITICAL **: 23:29:25.184: value "1.525223" of type 'gdouble' is invalid or out of range for property 'fraction' of type 'gdouble'

(com.github.Aylur.ags:3968): GLib-GObject-CRITICAL **: 23:29:25.184: value "1.525223" of type 'gdouble' is invalid or out of range for property 'fraction' of type 'gdouble'

@idiom444
Copy link

idiom444 commented May 4, 2024

Hey I have been having this issue for some time now and my issue was not having a wallpaper set. CTRL + SUPER + T doesn't have any files there so I never set a wallpaper and i guess the rest of the setup needs one for its colors. Took me a crazy amount of time to figure this out lol.

@end-4
Copy link
Owner

end-4 commented May 4, 2024

looks like i need a crazier way to tell people to pick a wall then

end-4 added a commit that referenced this issue May 4, 2024
@end-4
Copy link
Owner

end-4 commented May 4, 2024

image

@idiom444
Copy link

idiom444 commented May 4, 2024

Yeah I tried that initially but there were no wallpapers in the folder that opens so i kind of glossed over it for some time.

Downloaded some random picture and solved it.

@H0mire
Copy link
Contributor

H0mire commented May 4, 2024

Yeah, having some default picture from Hyprland that automatically loads would be convenient.

@iliass-ess
Copy link

image

The thing is the bar and widgets won't render without picking a wallpaper, so there is no way for new users to see that notification. A default wallpaper would be great!

@pepperonipizzah
Copy link
Author

thanks for all the help. i really wanted to get this working because i love the look to these dotfiles. i would like to delve into the modules of ags but thats for another day.

i figured out that a wallpaper must be set after trial and error and around the same time people figured that out too lol.

A default wallpaper would be appreciated as i was completely clueless as to why it was not working on a fresh install. i was convinced the dotfiles were broken or smth.

Thanks for all the input i appreciate it.

end-4 added a commit to Soliprem/dots-hyprland that referenced this issue May 24, 2024
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

8 participants
@idiom444 @H0mire @arqueon @pepperonipizzah @end-4 @iliass-ess @playerz-unknowns and others