Package Details: gnome-terminal-transparency 3.54.1-1

Git Clone URL: https://aur.archlinux.org/gnome-terminal-transparency.git (read-only, click to copy)
Package Base: gnome-terminal-transparency
Description: The GNOME Terminal Emulator with background transparency
Upstream URL: https://wiki.gnome.org/Apps/Terminal
Keywords: gnome terminal transparency
Licenses: cc-by-sa-3.0, GPL-3.0-or-later, GPL-3.0-only, GFDL-1.3-only
Groups: gnome-extra
Conflicts: gnome-terminal
Provides: gnome-terminal
Submitter: hoschi
Maintainer: hoschi
Last Packager: hoschi
Votes: 109
Popularity: 0.006415
First Submitted: 2016-04-12 21:23 (UTC)
Last Updated: 2024-10-27 11:55 (UTC)

Required by (13)

Sources (2)

Pinned Comments

hoschi commented on 2017-04-26 15:38 (UTC) (edited on 2022-11-06 16:47 (UTC) by hoschi)

Hi!

This is less invasive than gnome-terminal-fedora because it doesn't include the notification feature. Therefore you can stay with the regular vte3 and vte-common! To fulfill the makedepends you probably need to install the packages itstool, docbook-xsl, appstream-glib and yelp-tools. Ensure that you have installed the package group base-devel, which is a requirement to use AUR.

http://i.imgur.com/whZYSLX.png

Top Workaround with devilspie, fore- and background are transparent.

Bottom Background transparency with gnome-terminal, better readability.

@Users of Manjaro

Please check if Manjaro is providing the same version of GNOME, especially the dependencies vte3 and vte-common. If you want the package for an older release, you can pick the required files from the git log.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

hoschi commented on 2019-04-03 21:58 (UTC) (edited on 2019-04-07 21:01 (UTC) by hoschi)

When you're using Wayland, you will probably see a white rectangle behind the popover menu. I hope we can fix that soon.

hoschi commented on 2018-10-07 09:31 (UTC)

Well done surrealistic :)

surrealistic commented on 2018-10-07 09:24 (UTC)

I just fixed it, it was because my PKG_CONFIG_PATH variable was bad defined and it couldn't find the required files.

surrealistic commented on 2018-10-05 10:29 (UTC)

Yes, looks like GNOME is not installed, but I'm already using GNOME and it's installed with the GTK libraries. I thought that maybe it's because I was using the Plasma session in that moment and I tried again with the GNOME session with the same result so I disabled SDDM and I enabled GDM and I started the GNOME session again to try to install gnome-terminal-transparency but it returns the same.

hoschi commented on 2018-10-04 22:27 (UTC)

The package requirements are not fulfilled. Looks like GNOME is not installed?

surrealistic commented on 2018-10-04 14:38 (UTC)

Checking GTK+ fails:

checking which gtk+ version to compile against... 3.0 Package gdk-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gdk-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gdk-3.0' found checking for TERM... no configure: error: Package requirements (vte-2.91 >= 0.54.1 glib-2.0 >= 2.42.0 gio-2.0 >= 2.34.0 gtk+-3.0 >= 3.12.0 gsettings-desktop-schemas >= 0.1.0 dconf >= 0.14.0 uuid libpcre2-8 >= 10.00 ) were not met:

No package 'vte-2.91' found No package 'glib-2.0' found No package 'gio-2.0' found No package 'gtk+-3.0' found No package 'gsettings-desktop-schemas' found No package 'dconf' found No package 'uuid' found No package 'libpcre2-8' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables TERM_CFLAGS and TERM_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ==> ERROR: A failure occurred in build(). Aborting... Error making: gnome-terminal-transparency

hoschi commented on 2018-09-10 19:56 (UTC)

@beto: Hello! Please install base-devel this is a requirement for using AUR.

beto commented on 2018-09-10 15:59 (UTC) (edited on 2018-09-10 18:03 (UTC) by beto)

Running makepkg launches an error:

PKGBUILD: line 29: patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting...

Edit: My mistake, if somebody gets the same it's because you need to install "patch" package with "pacman -S patch"