Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AGS (Aylurs GTK Shell) v2 breaks AGS overview #488

Open
JaKooLit opened this issue Nov 15, 2024 · 3 comments
Open

AGS (Aylurs GTK Shell) v2 breaks AGS overview #488

JaKooLit opened this issue Nov 15, 2024 · 3 comments

Comments

@JaKooLit
Copy link
Owner

This is just to inform you that with the new ags (aylurs-gtk-shell) breaks the AGS overview

JaKooLit/Arch-Hyprland#173

I dont have immediate plan atm as I am outside country

target for fixing would be by end of December or even Jan 2025 once im at home

@JaKooLit JaKooLit changed the title AGS v2 breaks AGS (Aylurs GTK Shell) v2 breaks AGS overview Nov 15, 2024
@dwilliam62
Copy link
Collaborator

There are no some workarounds for this issue, until the code can be updated

For NixOS users:
Added this code to you config.nix Search for 'ags` Then comment it out.
Add this to the config.nix file:


 (ags.overrideAttrs (oldAttrs: {
        inherit (oldAttrs) pname;
        version = "1.8.2";
      }))

Then rebuild

For Arch Users
Here's how to install AGS v1.8.2. Huge thanks to @bigmcnuggets

Remove your current AGS installation. You can install an older version on the side and keep the new one, but that comes witht he hassle of redirecting your keybinds to the old one.

yay or paru -R aylurs-gtk-shell

(aylurs-gtk-shell is AGS in case anyone didnt know, AGS in AUR is a game engine apparently)

go to the git page and download version 1.8.2 zip or tarball

https://github.com/Aylur/ags/releases

unpack it and place it wherever you want to build from. open a terminal window and CD into the build folder and then into the unzipped AGS folder. Then copy and paste the build instructions below and voila your AGS is back to normal

npm install
meson setup build
meson install -C build

if anyone wants to see the build instructions on the AGS wiki the link to the page is below, build instructions at the bottom. https://aylur.github.io/ags-docs/config/installation/#from-source (edited)


For Fedora 40/41 Users:

As of this announcement AGS is still at v1.8.2

https://docs.fedoraproject.org/en-US/quick-docs/dnf/#exclude-package

The covers how to add an exclusion to DNF to prevent AGS from being updated

The package name is: aylurs-gtk-shell

sudo nano /etc/dnf/dnf.conf

Add excludepkgs=aylurs-gtk-shell

@JaKooLit
Copy link
Owner Author

Distro-Hyprland install scripts have been updated to install from Source (Aylurs GtK shell v1.8.2) so that AGS overview will still work

@JaKooLit JaKooLit pinned this issue Nov 19, 2024
@0xl30
Copy link
Contributor

0xl30 commented Nov 19, 2024

Arch User Solutions Go Back v1.8.2
mkdir -p ~/ags cd ~/ags curl -o PKGBUILD 'https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=aylurs-gtk-shell&id=2ab04a8eee058143307a1241e6e635bac1f6decc' makepkg -si Don't Forgot Uninstall v2.0.1 And Add Upgrade Ignore List In /etc/pacman.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants