dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

New version of ags.

Open OohSorry opened this issue 1 year ago • 2 comments

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

OohSorry avatar Nov 26 '24 16:11 OohSorry

ive been busy with uni stuff so havent been able to keep up with the ags changes, but i will look into it soon

flickowoa avatar Nov 29 '24 05:11 flickowoa

Take your time. Simple rollback fixed ags and it works like before :)

OohSorry avatar Dec 04 '24 13:12 OohSorry

how did you fix this problem OohSorry??

Rawxu avatar Mar 19 '25 15:03 Rawxu

how did you fix this problem OohSorry??

use the older version 1.8.2

rafaeljacov avatar Mar 21 '25 13:03 rafaeljacov

how did you fix this problem OohSorry??

use the older version 1.8.2

How could I go about this?

TEoSaT avatar Aug 23 '25 17:08 TEoSaT

@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.

rafaeljacov avatar Aug 24 '25 09:08 rafaeljacov