Hey friends, I've switched to MATE and now use the MATE terminal.
I'm therefore disowning gt36, feel free to adopt if you'd like.
Search Criteria
Package Details: gnome-terminal36 3.6.2-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-10-18)
| Package Base: | gnome-terminal36 |
|---|---|
| Description: | The GNOME Terminal Emulator 3.6.2 version |
| Upstream URL: | http://www.gnome.org |
| Category: | gnome |
| Licenses: | |
| Submitter: | JoveYu |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2013-06-03 06:47 |
| Last Updated: | 2014-01-15 04:28 |
Dependencies (4)
Required by (0)
Sources
Latest Comments
Comment by Xisiqomelir
Comment by madscience
I'm unable to edit profiles, nothing happens since I did latest updates.
Comment by 7kry
So I suggest...
7c7
< pkgrel=1
---
> pkgrel=2
11c11
< depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
---
> depends=('gconf' 'vte290' 'gsettings-desktop-schemas' 'libsm')
Comment by 7kry
As madscience and z3r0_k00l75 have noticed, update of vte3 causes some problem.
my-zsh % ldd `which gnome-terminal` | grep vte
libvte2_90.so.9 => not found
my-zsh % % pacman -Ql vte3 | grep libvte
vte3 /usr/lib/libvte-2.91.so
vte3 /usr/lib/libvte-2.91.so.0
vte3 /usr/lib/libvte-2.91.so.0.3800.1
So I installed extra/vte290, too.
my-zsh % pacman -Ql vte290 | grep libvte
vte290 /usr/lib/libvte2_90.so
vte290 /usr/lib/libvte2_90.so.9
vte290 /usr/lib/libvte2_90.so.9.3600.3
my-zsh % % ldd `which gnome-terminal` | grep vte
libvte2_90.so.9 => /usr/lib/libvte2_90.so.9 (0x00007f10d917e000)
Therefore `depends' in PKGBUILD must contains vte290, and vte3 must be removed.
Comment by z3r0_k00l75
I noticed this as well. Installing vte290 fixes it. I edited the pkgbuild and rebuilt the package substituting vte290 for vte3. Builds and runs fine.
Comment by madscience
gnome-terminal36 will no longer run since the update to vte3. Also, build fails.
Comment by I-sty
Hi Xisiqmelir,
I reinstalled this package and I have no error right now!
Comment by Xisiqomelir
Hi I-sty,
First, let me try to reproduce your error. Is the glib you are currently on 2.40.0-1?
If you downgrade glib to 2.38.2-1 (the version I have on my 'stable' Arch box) do you still get the same errors?
Comment by I-sty
Hi,
I updated the glib package, and I'm getting these errors always when I exec the package:
(gnome-terminal:8854): GLib-GIO-CRITICAL **: g_settings_get: the format string may not contain '&' (key 'monospace-font-name' from schema 'org.gnome.desktop.interface'). This call will probably stop working with a future version of glib.
(gnome-terminal:8854): Gtk-WARNING **: Unknown property: GtkHScale.update-policy
(gnome-terminal:8854): Gtk-WARNING **: Unknown property: GtkHScale.update-policy
Comment by Xisiqomelir
OK, uploaded new tarball. If 3.6.1 built, I think this should build too. If I broke anything, please email me.
As GNOME has abandoned transparency, and there won't ever be another 3.6.x update, this should tide us over until we all move to Wayland.
Comment by Nordlicht
PKGBUILD for 3.6.2:
# Maintainer: Jove Yu <yushijun110[AT]gmail.com>
pkgname=gnome-terminal36
_pkgname=gnome-terminal
pkgver=3.6.2
pkgrel=1
pkgdesc="The GNOME Terminal Emulator 3.6 version"
arch=('i686' 'x86_64')
license=('GPL')
depends=('gconf' 'vte3' 'gsettings-desktop-schemas' 'libsm')
makedepends=('gnome-doc-utils' 'intltool' 'gtk2' 'itstool' 'docbook-xsl')
provides=('gnome-terminal' )
conflicts=('gnome-terminal')
options=('!emptydirs')
url="http://www.gnome.org"
groups=('gnome')
install=gnome-terminal.install
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz)
sha256sums=('2df2f07c5dae9b2bb85ab75be249a285f97197ca954e9b80d8babf65832c416c')
build() {
cd "$_pkgname-$pkgver"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --disable-scrollkeeper
make
}
package() {
cd "$_pkgname-$pkgver"
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
install -m755 -d "$pkgdir/usr/share/gconf/schemas"
gconf-merge-schema "$pkgdir/usr/share/gconf/schemas/$_pkgname.schemas" --domain gnome-terminal "$pkgdir"/etc/gconf/schemas/*.schemas
rm -f "$pkgdir"/etc/gconf/schemas/*.schemas
}
Comment by Xisiqomelir
Hello everyone,
I'm going to try and maintain terminal36 in a decent condition going forwards. With the current GNOME devs attempting to destroy all the good work that happened in GNOME 2, I feel that people will want at least one terminal with real redrawing transparency for use in compiz or some other compositor.
First order of business will be to update to 3.6.2. I'll try to get a PKGBUILD out later this week.
Comment by Louis
Flagged out of date. Newest version is 3.6.2.