Package Details: x-tile 3.3-3

Git Clone URL: https://aur.archlinux.org/x-tile.git (read-only, click to copy)
Package Base: x-tile
Description: Allows you to select a number of windows and tile them in different ways (Fancyzones for Linux)
Upstream URL: https://www.giuspen.com/x-tile
Licenses: GPL2
Submitter: None
Maintainer: Raymo111
Last Packager: Raymo111
Votes: 46
Popularity: 0.000394
First Submitted: 2009-08-30 22:59 (UTC)
Last Updated: 2021-09-16 23:50 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

cfinnberg commented on 2023-10-29 13:34 (UTC)

To add to what @asessionguy commented, the build function of the PKGBUILD can be modified to look like this:

build() {
  cd "$pkgname-$pkgver"
  sed -ie '/distclass/ i\    py_modules = [],' setup.py
  python setup.py build
}

asessionguy commented on 2022-07-28 18:17 (UTC)

I got this error while running makepkg:

error: Multiple top-level packages discovered in a flat-layout: ['glade', 'linux', 'locale', 'debian', 'modules'].

Solution was to add "py_modules = []" inside 'setup' function call in setup.py (found in https://github.com/pypa/setuptools/issues/3197#issuecomment-1078770109), then running:

python setup.py build
sudo python setup.py install

Raymo111 commented on 2021-09-16 23:40 (UTC) (edited on 2021-09-16 23:43 (UTC) by Raymo111)

@yochananmarqos Adopted.

yochananmarqos commented on 2021-09-16 23:39 (UTC)

@Raymo111: Feel free to adopt the package, I don't use it anymore.

Raymo111 commented on 2021-09-16 23:36 (UTC)

Missing dependencies: python-cairo and python-prctl. Without the first editing custom tile settings won't work, and without the second the process name will be python and not x-tile.

Ext commented on 2021-08-20 04:25 (UTC)

ERROR: Error loading 'http://www.giuspen.com/software/x-tile-3.3.tar.xz' Interrupt...

bidulock commented on 2020-05-09 01:30 (UTC)

@yochananmarqos can you take this over? I don't use it and hate both gtk3 and python.

yochananmarqos commented on 2019-07-07 14:28 (UTC)

As of v2.6, this no longer requires python2-gconf and should be replaced by pygtk.

yochananmarqos commented on 2019-06-30 18:39 (UTC)

This is missing python2-libappindicator for the tray icon.

olliemath commented on 2016-09-27 19:19 (UTC)

This PKGBUILD is failing checksums on my system..