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 10-05-2022, 07:29 AM   #1
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Question QT6


Quick question, don't want to start a flame war or anything. Just noticed that the pre-release version of Protonmail Bridge-2.4.0 has switched over to QT6 and I don't recall having read about qt6 in Slackware in recent times. The QT5 version works fine for me and if it craps out there is always the browser interface. So what's the status, if known? The pre-release version runs fine on Win 11 fwiw. Thanks
 
Old 10-05-2022, 07:35 AM   #2
drumz
Member
 
Registered: Apr 2005
Location: Oklahoma, USA
Distribution: Slackware
Posts: 906

Rep: Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697Reputation: 697
In the case of Protonmail Bridge it vendors QT (i.e., it includes QT itself and doesn't rely on the OS to provide QT), so it should work just fine:

Code:
++========================================
||
||   Package:  ./network/protonmail-bridge/protonmail-bridge-2.3.0-x86_64-1_SBo.txz
||
++========================================
drwxr-xr-x root/root         0 2022-09-12 16:43 ./
drwxr-xr-x root/root         0 2022-09-12 16:43 install/
-rw-r--r-- root/root       458 2022-09-12 16:43 install/doinst.sh
-rw-r--r-- root/root       969 2022-09-12 16:43 install/slack-desc
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/bin/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/doc/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/doc/protonmail-bridge-2.3.0/
-rw-r--r-- root/root     69036 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/Changelog.md
-rw-r--r-- root/root     32473 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/LICENSE
-rw-r--r-- root/root       169 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/changelog.gz
-rw-r--r-- root/root      3165 2022-09-12 16:43 usr/doc/protonmail-bridge-2.3.0/protonmail-bridge.SlackBuild
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/protonmail/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/lib64/protonmail/bridge/
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/
-rwxr-xr-x root/root    450544 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DCore.so.5
-rwxr-xr-x root/root    697928 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DExtras.so.5
-rwxr-xr-x root/root    495464 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DInput.so.5
-rwxr-xr-x root/root     47896 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DLogic.so.5
-rwxr-xr-x root/root    176152 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DQuick.so.5
...
 
3 members found this post helpful.
Old 10-05-2022, 08:14 AM   #3
kgha
Senior Member
 
Registered: May 2018
Location: Sweden
Distribution: Slackware 64 -current multilib from AlienBob's LiveSlak MATE
Posts: 1,071

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Calibre switched to Qt6 back in July. Included in the binary tarball, but building from source will of course require Qt6.
 
3 members found this post helpful.
Old 10-05-2022, 08:24 AM   #4
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Original Poster
Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Quote:
Originally Posted by drumz View Post
In the case of Protonmail Bridge it vendors QT (i.e., it includes QT itself and doesn't rely on the OS to provide QT), so it should work just fine:

Code:
++========================================
||
||   Package:  ./network/protonmail-bridge/protonmail-bridge-2.3.0-x86_64-1_SBo.txz
||
++========================================
drwxr-xr-x root/root         0 2022-09-12 16:43 ./
drwxr-xr-x root/root         0 2022-09-12 16:43 install/
-rw-r--r-- root/root       458 2022-09-12 16:43 install/doinst.sh
-rw-r--r-- root/root       969 2022-09-12 16:43 install/slack-desc
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/bin/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/doc/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/doc/protonmail-bridge-2.3.0/
-rw-r--r-- root/root     69036 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/Changelog.md
-rw-r--r-- root/root     32473 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/LICENSE
-rw-r--r-- root/root       169 2022-08-31 15:14 usr/doc/protonmail-bridge-2.3.0/changelog.gz
-rw-r--r-- root/root      3165 2022-09-12 16:43 usr/doc/protonmail-bridge-2.3.0/protonmail-bridge.SlackBuild
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/protonmail/
drwxr-xr-x root/root         0 2022-09-12 16:43 usr/lib64/protonmail/bridge/
drwxr-xr-x root/root         0 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/
-rwxr-xr-x root/root    450544 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DCore.so.5
-rwxr-xr-x root/root    697928 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DExtras.so.5
-rwxr-xr-x root/root    495464 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DInput.so.5
-rwxr-xr-x root/root     47896 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DLogic.so.5
-rwxr-xr-x root/root    176152 2022-08-31 15:14 usr/lib64/protonmail/bridge/lib/libQt53DQuick.so.5
...
Ahhh, good catch. Have been building things for so long I tend to over look the pre-built packages. Excellent!! Converted the .rpm to a .tgz and you are correct. Will give it a go. Many thanks again.
 
Old 10-05-2022, 08:37 AM   #5
3rensho
Senior Member
 
Registered: Mar 2008
Location: Deutschland
Distribution: Slackware64-current
Posts: 1,024

Original Poster
Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
Moved the unpacked files to correct location under /usr/lib64 and it runs just fine. Many thanks again.
 
Old 10-05-2022, 11:39 AM   #6
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,662

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
We also have it on SBo already : https://slackbuilds.org/repository/15.0/libraries/qt6/
 
6 members found this post helpful.
Old 10-11-2022, 02:33 PM   #7
murdo
Member
 
Registered: Aug 2021
Location: Scotland
Distribution: Slackware64-Current
Posts: 91

Rep: Reputation: 28
Am I misunderstanding something about the SBo page for Qt6 or does it say it's 40GB? It says:

Code:
Qt6 requires 16GB of RAM to build, and a minimum of 40GB of available
disk storage. Disk storage requirements may increase when built
against optional dependencies.
That's larger than my Slackware install if you strip away some of the SBo's I've already installed! Is that actually how much space it takes up once installed???
 
Old 10-11-2022, 02:38 PM   #8
Tonus
Senior Member
 
Registered: Jan 2007
Location: Paris, France
Distribution: Slackware-15.0
Posts: 1,405
Blog Entries: 3

Rep: Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514Reputation: 514
Quote:
Originally Posted by murdo View Post
Is that actually how much space it takes up once installed???
That's space needed to build, not the space needed for installation.

Edit : since no chance I can actually build qt6 on my main, let's have a look at Arch qt6-base
Package Size: 12.8 MB
Installed Size: 53.9 MB

Last edited by Tonus; 10-11-2022 at 03:14 PM.
 
3 members found this post helpful.
Old 10-11-2022, 03:16 PM   #9
murdo
Member
 
Registered: Aug 2021
Location: Scotland
Distribution: Slackware64-Current
Posts: 91

Rep: Reputation: 28
Quote:
Originally Posted by Tonus View Post
That's space needed to build, not the space needed for installation.

Edit : since no chance I can actually build qt6 on my main, let's have a look at Arch qt6-base
Package Size: 12.8 MB
Installed Size: 53.9 MB
Ahh, thank you, never been so glad to have misinterpreted something!
 
1 members found this post helpful.
Old 10-13-2022, 06:37 AM   #10
elcore
Senior Member
 
Registered: Sep 2014
Distribution: Slackware
Posts: 1,753

Rep: Reputation: Disabled
Quote:
Originally Posted by murdo View Post
Am I misunderstanding something about the SBo page for Qt6 or does it say it's 40GB?
Those are requirements for qtwebengine build, and not for qtbase. Which is why qtwebengine should be a separate package.
 
  


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
LXer: Hands-On with Fedora Media Writer 5.0: New Qt6 UI, Fedora Kinoite Support, and More LXer Syndicated Linux News 0 05-12-2022 04:15 PM
LXer: PDF Mix Tool 1.0 Released With Overhauled Interface, PDF Metadata Editing And Qt6 Support LXer Syndicated Linux News 0 06-15-2021 11:21 AM

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

All times are GMT -5. The time now is 02: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