LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-09-2022, 03:15 AM   #1
Slackware-Spain
LQ Newbie
 
Registered: Sep 2020
Location: Madrid
Distribution: Slackware 14.2/15.0
Posts: 10

Rep: Reputation: 5
Problems with Qtile 0.13


Good morning, I have installed Qtile in Slackware 15.0 but the widget.Clock does not appear correctly. Does anyone know the cause?
 
Old 03-09-2022, 05:09 AM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
if you have used the script from SlackBuilds.org for 14.2 it happened because you have used a script meant for a different version of Slackware: you should use a different repository, SlackBuilds.org's git master branch that you can clone locally with
Code:
git clone git://git.slackbuilds.org/slackbuilds.git
will work fine for Slackware 15.0.
be sure to read qtile's README of that repository and follow the instructions listed there.
 
1 members found this post helpful.
Old 03-09-2022, 05:49 AM   #3
Slackware-Spain
LQ Newbie
 
Registered: Sep 2020
Location: Madrid
Distribution: Slackware 14.2/15.0
Posts: 10

Original Poster
Rep: Reputation: 5
Thank you very much Ponce, I will do so.
 
Old 03-10-2022, 03:48 AM   #4
Slackware-Spain
LQ Newbie
 
Registered: Sep 2020
Location: Madrid
Distribution: Slackware 14.2/15.0
Posts: 10

Original Poster
Rep: Reputation: 5
Good morning, I have tried to install qtile 0.2.0 and it has not been possible.
 
Old 03-10-2022, 03:51 AM   #5
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,118

Rep: Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192Reputation: 4192
Quote:
Originally Posted by Slackware-Spain View Post
Good morning, I have tried to install qtile 0.2.0 and it has not been possible.
if you don't post the build logs or any other useful information it will be quite impossible too trying to help you...
 
Old 03-10-2022, 04:45 AM   #6
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
Quote:
Originally Posted by Slackware-Spain View Post
Good morning, I have tried to install qtile 0.2.0 and it has not been possible.
It builds fine here
It needs the following dependencies (python/):
python3-xcffib
------> python2-setuptools-scm
------> python2-scandir
----> py attrs pluggy more-itertools atomicwrites funcsigs pathlib2
--> pytest
-> pytest-runner
cairocffi

Last edited by marav; 03-10-2022 at 04:49 AM.
 
Old 03-10-2022, 08:09 AM   #7
Slackware-Spain
LQ Newbie
 
Registered: Sep 2020
Location: Madrid
Distribution: Slackware 14.2/15.0
Posts: 10

Original Poster
Rep: Reputation: 5
Good morning, it seems that python 3.9 is necessary as a requirement and I only have 3.7
Attached Thumbnails
Click image for larger version

Name:	VirtualBox_Slackware 15.0 Byobu + Qtile_10_03_2022_15_05_59.png
Views:	18
Size:	24.7 KB
ID:	38567  
 
Old 03-10-2022, 08:15 AM   #8
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
Quote:
Originally Posted by Slackware-Spain View Post
Good morning, it seems that python 3.9 is necessary as a requirement and I only have 3.7
python 3.9 is provided by slackware by default
Code:
blackstar :: ~ » ls -l /usr/bin/python*
lrwxrwxrwx 1 root root     9 déc.  28 02:01 /usr/bin/python -> python2.7
lrwxrwxrwx 1 root root    14 déc.  28 02:01 /usr/bin/python-config -> python2-config
lrwxrwxrwx 1 root root     9 déc.  28 02:01 /usr/bin/python2 -> python2.7
lrwxrwxrwx 1 root root    16 déc.  28 02:01 /usr/bin/python2-config -> python2.7-config
-rwxr-xr-x 1 root root 14392 févr. 13  2021 /usr/bin/python2.7
-rwxr-xr-x 1 root root  1681 févr. 13  2021 /usr/bin/python2.7-config
lrwxrwxrwx 1 root root     9 janv. 16 12:09 /usr/bin/python3 -> python3.9
lrwxrwxrwx 1 root root    16 janv. 16 12:09 /usr/bin/python3-config -> python3.9-config
-rwxr-xr-x 1 root root 14392 janv. 16 03:42 /usr/bin/python3.9
-rwxr-xr-x 1 root root  3067 janv. 16 03:42 /usr/bin/python3.9-config
Code:
$ slackpkg search python3

[inst] slackware64 : python3-3.9.10-x86_64-1

Last edited by marav; 03-10-2022 at 08:17 AM.
 
Old 03-10-2022, 08:55 AM   #9
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
Quote:
Originally Posted by Slackware-Spain View Post
Good morning, it seems that python 3.9 is necessary as a requirement and I only have 3.7
From your error log you can see that you are indeed using python 3.9, so no worries there.
I also see that you are doing the build manually using the setup.py command, why don't you try using the latest slackbuild?

https://github.com/SlackBuildsOrg/sl.../desktop/qtile

download and put all the files in the link above into a directory of your choice (for example /root/Downloads/qtile-slackbuild/).
Then grab the source for qtile 0.2 from here
https://files.pythonhosted.org/packa...-0.20.0.tar.gz
and put it in the same directory.

Finally, execute the slackbuild script
Code:
chmod +x qtile.SlackBuild && ./qtile.SlackBuild
 
Old 03-10-2022, 09:46 AM   #10
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
Quote:
Originally Posted by giomat View Post
From your error log you can see that you are indeed using python 3.9, so no worries there.
I also see that you are doing the build manually using the setup.py command, why don't you try using the latest slackbuild?

https://github.com/SlackBuildsOrg/sl.../desktop/qtile

download and put all the files in the link above into a directory of your choice (for example /root/Downloads/qtile-slackbuild/).
Then grab the source for qtile 0.2 from here
https://files.pythonhosted.org/packa...-0.20.0.tar.gz
and put it in the same directory.

Finally, execute the slackbuild script
Code:
chmod +x qtile.SlackBuild && ./qtile.SlackBuild
In short, must read:
https://slackbuilds.org/howto/
 
Old 03-10-2022, 04:00 PM   #11
Slackware-Spain
LQ Newbie
 
Registered: Sep 2020
Location: Madrid
Distribution: Slackware 14.2/15.0
Posts: 10

Original Poster
Rep: Reputation: 5
Hi everyone, I've also tried the qtile.Slackbuild script and I can't install either.I have also tried it with pip and you can see that it is using python 2.7
Attached Thumbnails
Click image for larger version

Name:	VirtualBox_Slackware 15.0 Byobu + Qtile.png
Views:	13
Size:	224.0 KB
ID:	38569   Click image for larger version

Name:	VirtualBox_Slackware 15.0 Qtile pip.png
Views:	14
Size:	160.8 KB
ID:	38570  

Last edited by Slackware-Spain; 03-10-2022 at 04:28 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Qtile weather widget Richard Wallace Linux - Newbie 4 11-05-2021 09:06 AM
Dual screen configuration (X11 + qtile) AdrianMorales Linux - Newbie 2 05-31-2021 01:43 AM
QTILE - File paths in widgets break qtile zkwrtl Linux - Desktop 4 01-29-2021 03:38 PM
[SOLVED] Error with QTile (Blank Screen) victor001 Slackware 3 03-28-2018 07:55 PM
Problems, Problems and More Problems! vijayendar Linux - Newbie 1 05-14-2003 11:19 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration