Package Details: tilix-git 1.9.6.r41.g9dee5ad-1

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: 25
Popularity: 0.002216
First Submitted: 2017-03-12 01:46 (UTC)
Last Updated: 2025-03-18 18:02 (UTC)

Dependencies (13)

Required by (6)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5

wcasanova commented on 2016-04-27 23:06 (UTC) (edited on 2016-04-27 23:06 (UTC) by wcasanova)

use archlinux on gnome 3.20. Pacman v5.0.1 - libalpm v10.0.1

dsboger commented on 2016-04-27 22:56 (UTC) (edited on 2016-04-27 22:56 (UTC) by dsboger)

@Bitl0rd That should not have been necessary, unless you are using an older pacman (< 5.0.1) or glib2 (< 2.48.0-2). Latest versions enabled ALPM hooks that compile the schemas on every install. Could you confirm that, please? Otherwise there may be a bug somewhere. Thanks!

wcasanova commented on 2016-04-27 22:51 (UTC)

solved fix reinstall gsettings-desktop-schemas

dsboger commented on 2016-04-27 22:41 (UTC)

@Bitl0rd could you give us more info: when that error occurs? what is your distro? What is the version of pacman (pacman --version)? Thanks!

wcasanova commented on 2016-04-27 22:35 (UTC)

Settings schema 'com.gexperts.Terminix.Keybindings' is not installed

dsboger commented on 2016-03-08 02:13 (UTC)

@carlwgeorge Putting the commands directly inside the PKGBUILD leads to duplicated maintenance effort (which is also generally discouraged) and is error-prone. Upstream project does not use a Makefile, but a shell script. I would prefer autotools support, but I don't see a big problem as long as the script works (i.e. does the same things a Makefile would). Please, note that I work close to upstream to make sure the build works (even contributing directly to the install script). Maybe in the future we may work on a more standard solution.

<deleted-account> commented on 2016-02-12 03:00 (UTC)

Running a seperate shell script within your PKGBUILD is generally discouraged. Either put the minimal commands necessary within the prepare(), build(), and package() functions, or write out a Makefile.