Package Details: tilix-git 1.9.6.r20.g1405af0b-2

Git Clone URL: https://aur.archlinux.org/tilix-git.git (read-only, click to copy)
Package Base: tilix-git
Description: A tiling terminal emulator for Linux using GTK+ 3
Upstream URL: https://gnunn1.github.io/tilix-web
Licenses: MPL-2.0
Conflicts: tilix
Provides: tilix
Submitter: dsboger
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 24
Popularity: 0.000000
First Submitted: 2017-03-12 01:46 (UTC)
Last Updated: 2024-03-11 20:15 (UTC)

Dependencies (14)

Required by (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

<deleted-account> commented on 2017-01-19 16:38 (UTC)

@dsboger Well i was able to get this works finally! The problem was that libvted3 and libgtkd3 were installed in /usr/lib/x86_64-linux-gnu/ and were not detected by terminix in there. I created a symbolic link from there to /usr/lib/ and everything works fine! Here was my result of the command you asked for gtkd-git /usr/lib/x86_64-linux-gnu/ gtkd-git /usr/lib/x86_64-linux-gnu/libgstreamerd-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libgstreamerd-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libgstreamerd-3.so.0.5.1 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkd-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libgtkd-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkd-3.so.0.5.1 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdgl-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdgl-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdgl-3.so.0.5.1 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdsv-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdsv-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libgtkdsv-3.so.0.5.1 gtkd-git /usr/lib/x86_64-linux-gnu/libpeasd-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libpeasd-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libpeasd-3.so.0.5.1 gtkd-git /usr/lib/x86_64-linux-gnu/libvted-3.so gtkd-git /usr/lib/x86_64-linux-gnu/libvted-3.so.0 gtkd-git /usr/lib/x86_64-linux-gnu/libvted-3.so.0.5.1

dsboger commented on 2017-01-10 12:06 (UTC)

@bil-elmoussaoui that's strange. I'm not seeing such error myself, so I need more info. Does it output any strange message when building/installing gtkd-git or terminix-git? Can you post the entire build/install output, plus the output of the following command: $ pacman -Ql gtkd-git | grep /usr/lib Thanks!

<deleted-account> commented on 2017-01-10 00:42 (UTC)

I just installed both gtkd-git and terminix-git but sadly i can't use the application; here's the error i got terminix: error while loading shared libraries: libvted-3.so.0: cannot open shared object file: No such file or directory

dsboger commented on 2016-12-26 22:01 (UTC)

@f2404 true. terminix package links gtkd statically, and terminix-git links dynamically. It is not hard to link gtkd statically: just build using dub [1] instead of autotools. This PKGBUILD never changes beyond version bumping, so you can maintain an alternative one with very little effort. If you need it, I can assemble one for you. [1] https://github.com/gnunn1/terminix#building

f2404 commented on 2016-12-26 18:22 (UTC)

@surefire, I see, thanks. But how comes that https://aur.archlinux.org/packages/terminix/ doesn't require gtkd? It's probably built statically; would be nice to have an option for static build here.

surefire commented on 2016-12-26 18:03 (UTC) (edited on 2016-12-26 18:06 (UTC) by surefire)

@f2404 it is easy to detect by using ldd $ ldd /usr/bin/terminix | grep gtkd libgtkd-3.so.0 => /usr/lib/libgtkd-3.so.0 (0x00007f6eb2d41000) $ pacman -Qo /usr/lib/libgtkd-3.so.0 /usr/lib/libgtkd-3.so.0 is owned by gtkd 3.3.1-1 gtkd not only a make dependency.

f2404 commented on 2016-12-26 17:27 (UTC)

Isn't gtkd just a make dependency?

dsboger commented on 2016-12-18 20:15 (UTC)

@f2404 I'll do it, but please be aware that i686 is not supported upstream and i686-specific issues are likely to not get attention. I also will not test building this package under other than x86_64 before pushing changes.

f2404 commented on 2016-12-18 17:30 (UTC)

Please add i686 arch - I was able to build 32-bit package without any issues.

dsboger commented on 2016-07-14 14:14 (UTC)

This package now uses LDC compiler and runtime, instead of DMD. As a consequence, the dependency now shifted from gtkd-dmd to gtkd. If you have any issues, please report here! Thanks!