prasanthrangan / hyprdots

// Aesthetic, dynamic and minimal dots for Arch hyprland
GNU General Public License v3.0
7.37k stars 870 forks source link

Config error at line 134 (~/.config/hypr/hyprland.conf): source file ~/.config/hypr/themes/theme.conf doesn't exist! Hyprland may not work properly. ; Hyprland-Legacy Renderer #696

Closed georgerabus closed 6 months ago

georgerabus commented 10 months ago

I get this message at top of the screen on a blue bar. Installed minimal arch, cloned the git immediately and ran the script. It doesnt work for me out of box. Also after the "colorful" grub menu it takes me to tty login screen and after that I have to manually execute it Hyprland

kRHYME7 commented 10 months ago

Hello, was the Installation completed? Try to rerun ./install.sh -r?

georgerabus commented 10 months ago

Hello, was the Installation completed? Try to rerun ./install.sh -r?

I couldn't return anything since it was on tty but it was reinstalled successfully.

I figured out I need to actually specify the theme i want in hyprland.conf, but now there is another problem: Config error at line 19 (~/.config/themes/Tokyo-Night.conf): Error setting value <rgba|565t39cc| rgba|9aa5cecc) 45deg> for field <group:col_border_locked_inactive>:No such field. It's on the same blue bar

Moreover, when I exit session, I see this log: [libseat] [libswat/backend/seatd.c:64] Could not connect to socket /run/seatd.sock: No such file or directory [libseat] [libseat/libseat.c:76] Bakend 'seatd' failed to open seat, skipping. I don't know if it's related but I will provide anything

kRHYME7 commented 10 months ago

what version of hyprland did you install?

pacman -Q hyprland

georgerabus commented 10 months ago

what version of hyprland did you install?

I installed hyprland-legacyrenderer, because my gpu doesn't support opengl 3.3

kRHYME7 commented 10 months ago

Oh, I remember now, it should be tough work as the version is not yet or won't be maintained. Is the version still at hyprland-legacyrenderer-0.28.0 ?

This one is a good read. https://github.com/prasanthrangan/hyprdots/issues/663

I guess someone did it a while ago.

georgerabus commented 10 months ago

Is the version still at hyprland-legacyrenderer-0.28.0 ? Apparently its at version 0.28.0-1, but I don't think there is major difference, I'll try to fix the problem

kRHYME7 commented 10 months ago

There is, as per new breaking changes but Please read https://github.com/prasanthrangan/hyprdots/issues/663 I think there is an installation guide on the thread you can use.

georgerabus commented 10 months ago

I guess I need to uninstall all the hyprland installs after i did this git clone https://gist.github.com/Skerse/0780196bda625b41df9ca292c360f47a ./hyprland-legacyrenderer cd ./hyprland-legacyrenderer makepkg -si I got the same issue. can you help me sort it out? I am somewhat new to arch, how to properly clean up everything? I don't want to reinstall everything from 0 once again

RookiexCookie commented 10 months ago

Yea i had the same thing for a while , wasnt able rofi styles and sythnwave them so i just deleted the whole hyperdots folder and re cloned it and then i re-ran ./install.sh -r and it worked without errors

CheapNightbot commented 10 months ago

I guess I need to uninstall all the hyprland installs after i did this git clone https://gist.github.com/Skerse/0780196bda625b41df9ca292c360f47a ./hyprland-legacyrenderer cd ./hyprland-legacyrenderer makepkg -si I got the same issue.

Did it got installed properly? I don't think you should be getting the errors you mentioned after installing the lastest version of hyprland-legacyrenderer using the instructions provided by Skerse in the #663 issue. As the reason for errors were the new feature/changes in the new version of hyprland and the un-maintained version of hyprland-legacyrenderer hadn't those features and this Hyprdots configs are made to work with the latest hyprland.


can you help me sort it out? I am somewhat new to arch, how to properly clean up everything? I don't want to reinstall everything from 0 once again

Uninstalling with sudo pacman -R hyprland or yay -R hyprland should be fine. I had no issues. Also, I had mentioned that I uninstalled (I forgot the exact name) that xorg-desktop....-hyprland packages (in issue #663), but later just to see if that was also causing issues, I installed that again & NO, it wasn't causing issues. So make sure to keep that installed or reinstall if already uninstalled.

Temporary Workaround!

And for now, if you can login to Hyprland environment, you can just simply comment out the lines which are shown on the error message. You can check the #663 issue, I mentioned from which line to which I commented out. Those lines of code (if I remember correctly and if me not wrong) just have to do with the RGB borders around the active application windows and somewhere a blur effect. So, commenting them out will not create any problem.


Thank you. Hope I was clear and did not confuse you.

Skerse commented 10 months ago

@gelordo Can you please run yay -Ss hyprland-legacyrenderer or paru -Ss hyprland-legacyrenderer (whatever your aur helper you use is) and give me the output please? It should say which version is installed.

ShyamgowthamMurugaraj commented 9 months ago

@gelordo I got this same error too. It was a problem with the symlink "theme.conf" in the themes directory. The symlink links to "/home/tittu/.config/hypr/themes/Catpuccin-Mocha.conf" which is in the author's device. Create a new symlink linking to the theme in your PC, it might work. Thank you!