When running AGS, after installing the dependencies listed and using the AGS home-manager module, I get these errors:
(com.github.Aylur.ags:3089): Gjs-WARNING **: 13:13:08.441: Gio.UnixOutputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.OutputStream instead.
0 subprocess() ["resource:///com/github/Aylur/ags/utils/exec.js":27:23]
1 BrightnessService() ["file:///home/alx/.config/ags/services/brightness.js":59:10]
2 <TOP LEVEL> ["file:///home/alx/.config/ags/services/brightness.js":84:16]
3 _init/GLib.MainLoop.prototype.runAsync/</<() ["resource:///org/gnome/gjs/modules/core/overrides/GLib.js":266:33]
(com.github.Aylur.ags:3089): Gjs-WARNING **: 13:13:08.441: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
0 subprocess() ["resource:///com/github/Aylur/ags/utils/exec.js":31:23]
1 BrightnessService() ["file:///home/alx/.config/ags/services/brightness.js":59:10]
2 <TOP LEVEL> ["file:///home/alx/.config/ags/services/brightness.js":84:16]
3 _init/GLib.MainLoop.prototype.runAsync/</<() ["resource:///org/gnome/gjs/modules/core/overrides/GLib.js":266:33]
(com.github.Aylur.ags:3089): Gjs-CRITICAL **: 13:13:08.452: JS ERROR: TypeError: section.get_file() is null
applyCss/<@resource:///com/github/Aylur/ags/app.js:73:34
applyCss@resource:///com/github/Aylur/ags/app.js:81:29
config@resource:///com/github/Aylur/ags/app.js:180:18
@file:///home/alx/.config/ags/config.js:15:5
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
(com.github.Aylur.ags:3089): Gjs-WARNING **: 13:13:08.452: JS ERROR: Gtk.CssProviderError: <data>:1:0Expected a valid selector
applyCss@resource:///com/github/Aylur/ags/app.js:81:29
config@resource:///com/github/Aylur/ags/app.js:180:18
@file:///home/alx/.config/ags/config.js:15:5
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
When running AGS, after installing the dependencies listed and using the AGS home-manager module, I get these errors: