New version of ags.
Hello flick0. Cuz of new 2.0.x for aylurs gtk shell entire AGS part now doesn't work. Would you gonna update dotfiles? Also for newcomers and other who updated it too: Remove existing ags and clone v1 branch from official ags repository. Build it from source:
git clone --recursive --branch v1 https://github.com/Aylur/ags.git
cd ags
npm install
meson setup build
meson install -C build
ive been busy with uni stuff so havent been able to keep up with the ags changes, but i will look into it soon
Take your time. Simple rollback fixed ags and it works like before :)
how did you fix this problem OohSorry??
how did you fix this problem OohSorry??
use the older version 1.8.2
how did you fix this problem OohSorry??
use the older version 1.8.2
How could I go about this?
@TEoSaT either you can find that specific version using your package manager (pacman, etc.), download it from the releases page of ags, or build it from source with that specific version.