LinuxQuestions.org
Review your favorite Linux distribution.
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 11-14-2023, 07:19 PM   #1
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 227

Rep: Reputation: 204Reputation: 204Reputation: 204
LXQt 1.4.0 for Slackware 15.0, Current, incl distributions based on Slackware


The LXQt team announces the release of LXQt 1.4.0

== Slackware 15.0 ==

Unfortunately, Slackware 15.0 KDE packages are not compatible with LXQT 1.4.0.
I recommend to install Slackware 15.0 without KDE series, or remove the Slack15.0 KDE series.

The required KDE deps are part of the installation anyway.

Code:
$ git clone https://gitlab.com/slackernetukbuilds/lxqt-snuk-stable.git 
$ cd lxqt-snuk-stable 
# sh build.sh

== Slackware -current ==

If KDE- Dependencies are not installed, run as root:

Code:
KDE=yes sh build.sh
Code:
$ git clone https://gitlab.com/slackernetukbuilds/lxqt-snuk-current.git 
$ cd lxqt-snuk-current 
# sh build.sh
Finally add the snuk tag to your /etc/slackpkg/blacklist

Code:
[0-9]+_snuk
If you would like to remove LXQt, run as root.

Code:
ls /var/log/packages/* | grep snuk | xargs removepkg

I'm considering to add an automate configuration, similar to the most distributions.
Attached Thumbnails
Click image for larger version

Name:	lxqt-1.4.png
Views:	117
Size:	194.3 KB
ID:	42052  
 
Old 11-15-2023, 01:57 AM   #2
giomat
Member
 
Registered: Jul 2017
Posts: 341

Rep: Reputation: 243Reputation: 243Reputation: 243
Many thanks, I was hoping for this
 
1 members found this post helpful.
Old 11-15-2023, 10:59 PM   #3
dchmelik
Senior Member
 
Registered: Nov 2008
Location: USA
Distribution: Slackware, FreeBSD, Illumos, NetBSD, DragonflyBSD, Plan9, Inferno, OpenBSD, FreeDOS, HURD
Posts: 1,076

Rep: Reputation: 151Reputation: 151
Can you still use KDE5 programs like konsole, dolphin, KATE, and does LXQt have a configuration program similar to systemsettings or is more like old GNOME that you're forced to configure with textfiles?
 
Old 11-16-2023, 02:00 AM   #4
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 227

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by dchmelik View Post
Can you still use KDE5 programs like konsole, dolphin, KATE, and does LXQt have a configuration program similar to systemsettings or is more like old GNOME that you're forced to configure with textfiles?
Yep, but I would recommend to install LXQt on Current, as already mentioned.....Slack15 KDE isn't compatible to LXQt 1.4.

Anyway, if you like, you can use kwin as LXQt WM as well.

https://github.com/lxqt/lxqt-session...wmanagers.conf
 
1 members found this post helpful.
Old 11-16-2023, 04:36 AM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,078

Rep: Reputation: Disabled
Quote:
Originally Posted by lancsuk View Post
Anyway, if you like, you can use kwin as LXQt WM as well.
Yes, its modular design is one of the things I like in LXQt. Another one is PCManFM-Qt, my preferred file manager.
 
Old 11-16-2023, 11:11 AM   #6
biker_rat
Member
 
Registered: Feb 2010
Posts: 374

Rep: Reputation: 220Reputation: 220Reputation: 220
you can use labwc
 
Old 11-19-2023, 01:21 PM   #7
DryFalls
Member
 
Registered: Apr 2021
Posts: 44

Rep: Reputation: Disabled
Thanks for this lancsuk. Everything built smoothly and upgraded from a running v.1.30 system (built with SbO and Skaendo's build scripts). For those running without kde5, I'd suggest adding polkit-qt and PyQT5 as dependencies; possibly libdbusmenu-qt as well.

The only problem I have is with lxqt-panel and/or lxqt-notificationd in every installation since version 0.17. My xsession-errors log rapindly fills up with
Code:
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.Menu was not found
 in object /StatusNotifierItem)
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.IconThemePath was
 not found in object /StatusNotifierItem)
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.ToolTip was not 
 found in object /StatusNotifierItem)
 ...
for every icon in the system tray and is repeated every time till the log file is unmanagebly huge. I haven't been able to track this down so wnd up disabling the panel logging altogether (redirect output to /dev/null) which is also a pretty ugly fix.

Anyone have ideas on this?

By the way, if plasma5 DE is installed, almost everything kde has to offer functions under LxQt DE with much lower resource overhead (on less-than-bleeding-edge hardware).

thanks
df
 
Old 11-19-2023, 01:54 PM   #8
lancsuk
Member
 
Registered: Jul 2019
Location: Burnley / UK
Distribution: Slackware current
Posts: 227

Original Poster
Rep: Reputation: 204Reputation: 204Reputation: 204
Quote:
Originally Posted by DryFalls View Post
Code:
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.Menu was not found
 in object /StatusNotifierItem)
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.IconThemePath was
 not found in object /StatusNotifierItem)
Error on DBus request(:1.36,/StatusNotifierItem):
 QDBusError(org.freedesktop.DBus.Error.UnknownProperty,
 Property org.kde.StatusNotifierItem.ToolTip was not 
 found in object /StatusNotifierItem)
 ...
I think you are right, with libdbusmenu-qt5, polkit-qt and PyQT5 . But polkit-qt, libdbusmenu-qt5, and PyQt5 is part of the l series anyway.
Maybe I am wrong, I guess these error happen, because plasma-workspace isn't installed. I have to check that.

Last edited by lancsuk; 11-19-2023 at 02:28 PM.
 
Old 11-19-2023, 04:54 PM   #9
DryFalls
Member
 
Registered: Apr 2021
Posts: 44

Rep: Reputation: Disabled
Quote:
Originally Posted by lancsuk View Post
But polkit-qt, libdbusmenu-qt5, and PyQt5 is part of the l series anyway.
Yes of course. I have an experimental "bare-bones" live system I play with but also a full install with all of kde, etc. In the latter case I get the exact same errors and no such errors running plasma desktop. I read somewhere that rhe LxQt devs were going to merge in knotifyconfig for status-notification but I may have misread that.

thanks
 
Old 11-20-2023, 06:45 AM   #10
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,078

Rep: Reputation: Disabled
Yesterday I made an installation of Slackware64-15.0 without the kde series of packages but with all other package included in a Qemu VM, fully upgraded it, then cloned the repository https://gitlab.com/slackernetukbuild...nuk-stable.git in the same state as at time of writing and ran build.sh. No issue of any kind. Good job lancsuk!
 
Old 11-20-2023, 07:24 PM   #11
jloco
Member
 
Registered: Apr 2016
Location: Detroit, MI
Distribution: Slackware
Posts: 196

Rep: Reputation: 190Reputation: 190
I forked snuk's repo and added aarch64 to the scripts here: https://github.com/mac-a-r0ni/lxqt-snuk-current-aarch64, I've also build the entire thing on a full install of slackwareaarch64-current and placed built packages in my "might be a real repo some day" directory on my server here: https://slackware.lngn.net/pub/aarch64/pkg_dump/lxqt/

Again, these packages are for aarch64!

Cheers!
 
  


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
Is there any chance for new Intel Z790-based motherboard that it works flawlessly incl. BT and WIFI? ardabro Linux - Hardware 4 11-04-2023 09:41 PM
LXQt 1.1.0 for Slackware 15.0, Current, incl distributions based on Slackware lancsuk Slackware 17 11-11-2022 02:00 AM
LXer: LXQt 0.14 Desktop Adds Split View in File Manager, LXQt 1.0 Still in Development LXer Syndicated Linux News 0 01-27-2019 12:32 PM
rsync-based offsite backup incl SQL db bkup rjtucke Linux - Server 2 10-02-2008 08:42 AM

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

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