I wonder if it can be extended to support the same features than Ptyxis
@Malix How are you with packaging RPMs? I created a ghostty group on pagure.io and have started on a couple things. There seems to be a lot of work to do for packaging build dependencies. I am new to packaging so I would appreciate the help. I still need to set up a copr for it. I haven’t pushed anything up to pagure yet, I will push what I have so far up on a development branch later today/tonight.
I compiled Ghostty by myself using a fedora 41 installed in a toolbox. I used this command to install zig and other dependencies:
toolbox run --container fedora-toolbox-41 sudo dnf install gtk4-devel zig libadwaita-devel
Then inside the ghostty folder I used this command to compile and install it inside ~/.local
:
toolbox run --container fedora-toolbox-41 zig build -p $HOME/.local -Doptimize=ReleaseFast
This way it will install the binary, icons and .desktop file to launch from gnome.
Just noticed Ghostty.org now lists a Fedora Silverblue community package under install options:
(Giving it a try today)