El dia diumenge, 4 de juliol de 2021 a les 22:04:41 UTC+2, 
[email protected] va escriure:

>
>
> https://unix.stackexchange.com/questions/434605/xsession-exec-not-recognise-home-or-arguments
>
> This fixed it for me, follow it up with EXEC=qtile start in the .desktop 
> file as well. 
>

Doesn't work for me :-(

Hope it helps
> On Sunday, 4 July 2021 at 20:13:44 UTC+5:30 [email protected] wrote:
>
>> Your qtile executable may not be on your path. 
>>
>> You could either reinstall qtile using sudo, or (as root) edit your 
>> qtile.desktop file and add the full path to qtile to the exec line. 
>>
>
I have Qtile installed as root and I test with and without absolute path 
and non of both works.

But I've found the problem, not sure it's a bug or mine and how to resolve.

Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/libqtile/pangocffi.py", line 
51, in <module>
from libqtile._ffi_pango import ffi
File "/usr/local/lib/python3.9/dist-packages/libqtile/_ffi_pango.py", line 
3, in <module>
from cairocffi._generated.ffi import ffi as _ffi0
ModuleNotFoundError: No module named 'cairocffi._generated'

The cairocffi (v1.2.0) is installed correctly and imported correctly 
'alone', but the '_generated' submodule it's not callable. In the 
'libqtile/_ffi_pango.py' I make the hard patch:

- from cairocffi._generated.ffi import ffi as _ffi0
+ from cairocffi import ffi as _ffi0

And the Qtile start correctly. Anyone has experimented something similar? 
It's strange. I'm working with the new release 0.18.0.

Now the problem is that my multiple screen doesn't work well. I will open a 
new thread with more information.

I will continuing testing with the cairocffi problem. If any one have any 
other idea will be welcomed!

Thanks all for the help!!


 

>
>> On Saturday, July 3, 2021 at 4:32:00 AM UTC-4 [email protected] wrote:
>>
>>> Hi!
>>>
>>> Anybody has the next problem?:
>>>
>>> With a Debian 5.10.46-1 and lightdm as display manager, suddenly the 
>>> Qtile not start. But if I start a different X environment, like i3 for 
>>> example :-D, and execute on a console:
>>>
>>>     sudo startx ~/.config/qtile/xinitrc -- :1 vt8
>>>
>>> Where xinit is:
>>>
>>>     qtile start -c /home/bernat/.config/qtile/config.py -l DEBUG
>>>
>>> It start correctly.
>>>
>>> Any one have any idea what I'm doing wrong? Or any idea how to get the 
>>> log correctly? I don't know how to get it when start Qtile from the display 
>>> manager.
>>>
>>> I have the Qtile installed from git repository with "pip install .". I 
>>> tried the master and the HEAD (0.17.0), and any of both works.
>>>
>>> I have the /usr/share/xsession/qtile.desktop deffined like in the 
>>> resources/qtile.desktop.
>>>
>>> Any help will be appreciate.
>>>
>>> Thank you very much!
>>>
>>> bernat
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qtile-dev/868b0abb-3655-4cd8-9977-38c3bdf23d2bn%40googlegroups.com.

Reply via email to