Package Details: ghostty_wrapper 1.0.0-2

Git Clone URL: https://aur.archlinux.org/ghostty_wrapper.git (read-only, click to copy)
Package Base: ghostty_wrapper
Description: Wrapper for using ghostty as the default terminal emulator in Gnome
Upstream URL: None
Licenses: GPL-3.0-or-later
Conflicts: gnome-terminal
Submitter: lucas-yotsui
Maintainer: lucas-yotsui
Last Packager: lucas-yotsui
Votes: 0
Popularity: 0.000000
First Submitted: 2024-12-30 02:34 (UTC)
Last Updated: 2024-12-30 15:50 (UTC)

Required by (0)

Sources (1)

Latest Comments

NekoLOvO commented on 2025-02-13 03:32 (UTC) (edited on 2025-02-13 03:37 (UTC) by NekoLOvO)

In PKGBUILD, you shouldn't use sudo in package(), otherwise it will ask the password for builduser. And all operations need to be done in package directory. sudo ln -sf "/usr/bin/ghostty_wrapper" "/usr/bin/gnome-terminal" should be:

install -Dm755 ghostty_wrapper "${pkgdir}/usr/bin/ghostty_wrapper"
ln -sf "/usr/bin/ghostty_wrapper" "${pkgdir}/usr/bin/gnome-terminal"