Commit Graph

30 Commits

Author SHA1 Message Date
Nate Faber
d823965b18
Lint code 2020-10-04 12:08:26 +02:00
Nate Faber
89e211f1fa
Add more python package dependencies for qtile
Qtile cannot connect to dbus and cause applications to freeze when they attempt to send notifications.
For example, slack will completely freeze when a new message comes in after it attempts to send a notification.

This is caused by an inability to import dbus and pygobject3 as evidenced by this error in the logs
`WARNING libqtile manager.py:setup_eventloop():L240 importing dbus/gobject failed, dbus will not work.`

Also added the python packages dependencies mentioned here:
https://github.com/NixOS/nixpkgs/issues/45039
https://github.com/DavHau/mach-nix/issues/125
2020-10-04 10:46:12 +02:00
deliciouslytyped
c45f9a1e70
qtile: 0.13.0 -> 0.16.0 (#93705)
* qtile: 0.13.0 -> 0.16.0

* qtile: refactoring to use setuptools_scm solution used in other places in nixpkgs
2020-07-25 17:51:57 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Kamil Chmielewski
2ead786984 qtile: FIX No module named 'pkg_resources' 2019-09-27 19:57:02 +09:00
Kamil Chmielewski
d8378602a9 qtile: 0.12.0 -> 0.13.0
needs Python 3 to use Clock widget:
https://github.com/qtile/qtile/issues/1258#issuecomment-451958978
2019-01-07 17:12:35 +01:00
R. RyanTM
25e4011d75 qtile: 0.11.1 -> 0.12.0 (#44702)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/qtile/versions.
2018-08-09 00:05:03 +02:00
Kamil Chmielewski
bd3489e04a qtile: 0.10.7 -> 0.11.1 2018-05-24 17:25:14 +02:00
Jan Tojnar
cd35a39b11
pythonPackages.cairocffi: move out of python-modules.nix 2018-02-27 19:29:56 +01:00
Stefan Junker
7c1e44f7b6 qtile: 0.10.4 -> 0.10.7 2018-02-01 09:04:08 +01:00
Orivej Desh
76090f5dc3 qtile: disable check after #32244 2017-12-11 11:21:32 +00:00
Orivej Desh
eb3d207611 qtile: fix wrapProgram quotation 2017-11-19 23:56:03 +00:00
Orivej Desh
fb703ad117 treewide: update the usage of makeWrapper after #31497 2017-11-19 23:50:49 +00:00
John Ericson
531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Vladimír Čunát
6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00
Frederik Rietdijk
3ba16c8234 Do not use top-level buildPythonPackage or buildPythonApplication
but instead use the one in pythonPackages.
2016-09-26 11:10:51 +02:00
Marius Bakke
4a7d31a392 treewide: remove double quotes from wrappers
Close #14753; see that for context.
2016-06-22 11:12:27 +02:00
Vladimír Čunát
09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Kamil Chmielewski
314e4edf59 qtile: 0.10.2 -> 0.10.4 2016-02-15 14:17:10 +01:00
Alexander V. Nikolaev
f07a7fc5fd qtile: dlopen'able path now are in "out", not "dev" 2016-01-26 23:01:05 +02:00
Vladimír Čunát
716aac2519 Merge branch 'staging' into closure-size 2016-01-19 09:55:31 +01:00
Kamil Chmielewski
cb0ddd9d6a qtile: 0.10.2 -> 0.10.3 2015-12-28 11:02:05 +01:00
Luca Bruno
5b0352a6a4 Merge branch 'master' into closure-size 2015-12-11 18:31:00 +01:00
Alexander V. Nikolaev
28c44a15c7 qtile: rework package
* Use absolute paths to load gobject, pango and cairo.
* Add xcb-cursor support (also with absolute path)
* Avoid tainting child processes environment:
  Save PATH and PYTHONPATH in wrapper, and restore them in python code.
* Alter restart process, using $0 saved in wrapper, which allow user
  to restart qtile after system rebuild to upgrade it.
2015-12-01 13:46:18 +02:00
Vladimír Čunát
333d69a5f0 Merge staging into closure-size
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Kamil Chmielewski
e4927ee346 qtile: 0.10.1 -> 0.10.2 2015-10-22 00:34:07 +02:00
Vladimír Čunát
cba6641623 cairo, pango: fix some string references 2015-10-13 20:18:51 +02:00
Vladimír Čunát
88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Kamil Chmielewski
e610f27c43 qtile: init at 0.10.1 2015-07-28 22:55:32 +02:00