kotontrion / dotfiles

my personal dotfiles, use at your own risk
140 stars 3 forks source link

launcher and quicksettings broken after latest update #8

Closed bawsdeep closed 8 months ago

bawsdeep commented 8 months ago

getting erros that heres no window namend quicksettings and same for applauncher

kotontrion commented 8 months ago

These errors are probably related to the config not loaded properly. There should be others errors as well. Could you post the full output log of ags?

Also make sure ags is up to date, as the current version of my dotfiles require changes made in the latest ags commit.

bawsdeep commented 8 months ago

yes just updated to makes sure to be on the latest ags

Gjs-Console-Message: 23:37:54.334: Scss compiled
Gjs-Console-Message: 23:37:54.339: Compiled css applied

(com.github.Aylur.ags:34961): Gjs-CRITICAL **: 23:37:54.507: JS ERROR: Error: No property keymode on Ags_AgsWindow
_init/Gtk.Widget.prototype._init@resource:///org/gnome/gjs/modules/core/overrides/Gtk.js:59:50
_init@resource:///com/github/Aylur/ags/widgets/widget.js:126:19
AgsWidget@resource:///com/github/Aylur/ags/widgets/widget.js:88:12
AgsWindow@resource:///com/github/Aylur/ags/widgets/window.js:38:9
createCtor/<@resource:///com/github/Aylur/ags/widget.js:23:16
default@file:///home/bawsdeep/.config/ags/modules/quicksettings/index.js:115:17
@file:///home/bawsdeep/.config/ags/config.js:61:3
idle/<@resource:///com/github/Aylur/ags/utils/timeout.js:20:9
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:34961): Gjs-Console-CRITICAL **: 23:37:56.783: Error: There is no window named launcher
getWindow@resource:///com/github/Aylur/ags/app.js:101:27
toggleWindow@resource:///com/github/Aylur/ags/app.js:76:24
ToggleWindow@resource:///com/github/Aylur/ags/app.js:234:14
_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:329:38
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:34961): Gjs-Console-CRITICAL **: 23:37:56.783: Error: There is no window named launcher
getWindow@resource:///com/github/Aylur/ags/app.js:101:27
ToggleWindow@resource:///com/github/Aylur/ags/app.js:235:24
_handleMethodCall@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:329:38
_wrapJSObject/<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:408:34
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34

(com.github.Aylur.ags:34961): Gjs-Console-CRITICAL **: 23:37:58.556: Error: There is no window named quicksettings
getWindow@resource:///com/github/Aylur/ags/app.js:101:27
toggleWindow@resource:///com/github/Aylur/ags/app.js:76:24
on_primary_click_release@file:///home/bawsdeep/.config/ags/modules/bar/index.js:21:45
AgsEventBox/<@resource:///com/github/Aylur/ags/widgets/eventbox.js:50:29
_init/GLib.MainLoop.prototype.runAsync/</<@resource:///org/gnome/gjs/modules/core/overrides/GLib.js:266:34
kotontrion commented 8 months ago

It complains about keymode not being a property. keymode did replace the focusable property of windows. So I have to assume your ags is not up to date.

What is the output of ags --version (should be 1.7.4)? How did you install ags?

bawsdeep commented 8 months ago

It complains about keymode not being a property. keymode did replace the focusable property of windows. So I have to assume your ags is not up to date.

What is the output of ags --version (should be 1.7.4)? How did you install ags?

yeah thats it its 1.7.1 thinl the aur package might not be up to date

kotontrion commented 8 months ago

The aur package is definitely up to date (I'm the package maintainer).

As you are using the aur package what is the package version(pacman -Qi aylurs-gtk-shell-git)?

Did you build ags from source manually once? If so you probably have it installed twice (aur and manually) this could be the issue.

bawsdeep commented 8 months ago

well yes i forgot that i build it by hand ive updated to 1.7.4 and everything works fine thanks for your help