end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.82k stars 264 forks source link

Error: no property exclusivity on AgsWindow #125

Closed jenkshields closed 9 months ago

jenkshields commented 9 months ago

I've followed the installation instructions in the wiki but am running into an error when running ags:

(ags:33493): Gjs-WARNING **: 18:39:36.257: JS ERROR: ImportError: Unable to load file from: resource:///com/github/Aylur/ags/variable.js (The resource at “/com/github/Aylur/ags/variable.js” does not exist)
loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:88:21
loadURI@resource:///org/gnome/gjs/modules/internal/loader.js:290:30
resolveModule@resource:///org/gnome/gjs/modules/internal/loader.js:179:33
moduleResolveHook@resource:///org/gnome/gjs/modules/internal/loader.js:338:29
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

Full disclosure, I may have fucked up trying to install this while ags was already running! Any idea what the best approach is to start from scratch if need be?

jenkshields commented 9 months ago

After reading some other issues, I guessed it might have been an update issue - I was on 1.0.0 of ags and now have 1.5.1 running, and have another issue:

(com.github.Aylur.ags:5726): Gjs-Console-CRITICAL **: 20:43:14.065: Error: No property exclusivity on AgsWindow
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:55:50
AgsWidget@resource:///com/github/Aylur/ags/widgets/widget.js:10:12
AgsWindow@resource:///com/github/Aylur/ags/widgets/window.js:28:9
createCtor/<@resource:///com/github/Aylur/ags/widget.js:22:26
CornerTopleft@file:///home/jennifer/.config/ags/windows/screencorners/main.js:4:43
@file:///home/jennifer/.config/ags/config.js:41:9
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
end-4 commented 9 months ago

update even more. you should clone and compile manually according to the instructions on AGS wiki

end-4 commented 9 months ago

that 1.5.1 was the aur package right? my ags installed from source actually says 1.5.3 now

jenkshields commented 9 months ago

Thank you - I didn't realise there was anything newer, looking at their releases page!

ags is launching now, thanks - now I'm getting a failed to open uinput device: Permission denied - any clues?

end-4 commented 9 months ago
sudo usermod -aG video $(whoami)  # if this somehow doesn't work, just replace "$(whoami)" with your username
sudo usermod -aG input $(whoami)  # same for this
jenkshields commented 9 months ago

Sick, thank you!