Package Details: qtile-git 0.29.0.r55.gfd6b2cd-1

Git Clone URL: https://aur.archlinux.org/qtile-git.git (read-only, click to copy)
Package Base: qtile-git
Description: A full-featured, pure-Python tiling window manager
Upstream URL: https://github.com/qtile/qtile
Licenses: MIT
Conflicts: qtile
Provides: qtile
Submitter: Mr.Elendig
Maintainer: xiota (elParaguayo)
Last Packager: elParaguayo
Votes: 69
Popularity: 0.38
First Submitted: 2008-09-23 19:38 (UTC)
Last Updated: 2024-12-19 07:07 (UTC)

Dependencies (55)

Required by (4)

Sources (1)

Pinned Comments

xiota commented on 2024-09-20 20:36 (UTC) (edited on 2024-09-20 20:49 (UTC) by xiota)

Re: The tests take a very long time to run.

When I adopted this package, checks were disabled. Upon enabling them, I saw a large number of failures. Leaving the checks enabled will prevent problems from going unnoticed.

Users who rebuild frequently may not need to run checks after every build. They may opt for one of the following:

  • Pass the --nocheck option to makepkg to skip the tests.
  • Configure makepkg to disable checks by default.
    • Edit the BUILDENV array in /etc/makepkg.conf.
    • Occasionally use the --check option.

Latest Comments

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

dvzrv commented on 2021-07-19 10:40 (UTC)

@RogerDuran/@dequis: Please have a look at the Arch package guidelines (specifically the package etiquette):

  • All occurences of $srcdir and $pkgdir have to be quoted
  • Avoid using makepkg subroutines (e.g. msg): use printf or echo instead (or remove altogether, as install -v is sufficiently verbose)

Please also update the relevant depends, makedepends, checkdepends and optdepends (see community/qtile for further info).

Thanks!

mcol commented on 2021-06-27 21:45 (UTC)

In addition to python-dbus-next, python-xcffib is now an optional dependency (for X11 backend), as are python-xkbcommon, pywayland and pywroots (for Wayland backend).

elParaguayo commented on 2021-02-25 21:31 (UTC)

Qtile now has python-dbus-next as an optional dependency for interaction with dbus (replacing python-dbus).

FalconProgrammer commented on 2021-02-15 08:45 (UTC) (edited on 2021-02-15 08:45 (UTC) by FalconProgrammer)

The Memory widget requires the psutil python module (or the python-psutil community package). Could this be added as a dependency?

Granitosaurus commented on 2020-04-19 04:03 (UTC)

Can we update this to use python3 instead of python2? Python2 is dead and there's no reason to not use python3 here since qtile fully supports it.

tjackson commented on 2017-08-20 23:11 (UTC)

Hi there. If xcb-util-cursor isn't installed then the bar doesn't respect your cursor preferences.

kynikos commented on 2015-12-06 11:17 (UTC)

python-setuptools doesn't seem necessary only for building, but also for running (try to uninstall it and restart qtile), I think it should be moved to depends.

lybin commented on 2015-10-02 13:09 (UTC)

@RogerDuran, qtile doesn't works after upgrading python to 3.5. Increase the release please, it need to rebuild qtile.

lybin commented on 2015-08-08 12:52 (UTC)

@RogerDuran, can you to add, please, everywhere: optdepends=( 'python-setproctitle: change the process name to qtile' 'xcb-util-cursor: show the activity in desktop to qtile' 'python-gobject: widget, notify' 'python-dbus: widget, notify' 'python-wifi: widget, wlan' )

RogerDuran commented on 2015-08-06 20:50 (UTC)

@lybin: fixed, thanks!