LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 01-03-2017, 05:59 PM   #61
ryanpcmcquen
Member
 
Registered: Apr 2013
Distribution: DistroWanderer
Posts: 381

Rep: Reputation: Disabled

Quote:
Originally Posted by cwizardone View Post
Lumina version 1.2.0. has been released.

The announcement and change log,

https://lumina-desktop.org/version-1-2-0-released/
Anyone want to put together a diff for the SlackBuild? I don't have a system to test it on right now, so there will be some delay ...
 
1 members found this post helpful.
Old 01-04-2017, 08:02 AM   #62
navigium
Member
 
Registered: Aug 2014
Location: Switzerland
Distribution: Slackware, FreeBSD
Posts: 119

Rep: Reputation: 58
I used 1.0.1 for a few weeks and it looks quite impressive, but eventually I went back to FVWM with a tint2 toolbar. Lumina still has some weird bugs which need to be solved until I'll try again.

The weirdest bug I noticed: When connecting the laptop to a external projector, the terminal windows of xfce4-terminal, konsole and terminator disappeared. xterm still worked, though. This might also be a Fluxbox error. If I find the time I need to look into replacing Fluxbox with FVWM and give it another try.
 
Old 01-06-2017, 06:24 PM   #63
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Well, that didn't take long.
Here is the source for Luimina-1.2.0-p1, https://github.com/trueos/lumina/arc....2.0-p1.tar.gz
 
Old 04-29-2019, 06:34 PM   #64
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Lumina-1.5.0 has been released.

The tarball, https://github.com/trueos/lumina/archive/v1.5.0.tar.gz

It looks like they are putting together a new web site for Lumina,
https://lumina-desktop.org/

Features,
https://lumina-desktop.org/features/
 
2 members found this post helpful.
Old 10-02-2021, 09:24 PM   #65
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Lumina Desktop 1.6.1 has been released.
Quote:
This is a minor but long awaited update that finally brings in the downstream theme work that we did for Project Trident. There are a few other minor bug fixes that have been sitting in the Master Branch that are included as well, since the prior v1.6.0 tagged release was so long ago.

Note to Packagers:
As of this version there is an additional dependency on the La Capitaine Icon Theme. The fallback old Google Material Design Icon Themes are still included for OSes and distros without a package for La Capitaine, however we are planning on eventually removing them at some pointin the future. For more information on that icon theme, see the updated Core [ReadMe] for a link to that icon themes' github repo.
https://github.com/lumina-desktop/lumina/releases

The source code, https://github.com/lumina-desktop/lu.../v1.6.1.tar.gz
 
1 members found this post helpful.
Old 10-02-2021, 10:28 PM   #66
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Unable to get 1.6.0 to build on 14.2 with qt-5.9.6 and qt-webkit 5.7.1 (both from alienbob). I'm geting error codes:
Quote:
../libLumina/LuminaX11.cpp: In member function 'QIcon LXCB::WindowIcon(WId)':
../libLumina/LuminaX11.cpp:501:6: error: 'qsizetype' was not declared in this scope
for(qsizetype i=0; i<image.sizeInBytes()/4; ++i, ++dat){
^
../libLumina/LuminaX11.cpp:501:21: error: 'i' was not declared in this scope
for(qsizetype i=0; i<image.sizeInBytes()/4; ++i, ++dat){
^
../libLumina/LuminaX11.cpp:501:29: error: 'class QImage' has no member named 'sizeInBytes'
for(qsizetype i=0; i<image.sizeInBytes()/4; ++i, ++dat){
^
../libLumina/LuminaX11.cpp: In member function 'void LXCB:aintRoot(QRect, const QPixmap*)':
../libLumina/LuminaX11.cpp:550:12: error: 'class QImage' has no member named 'sizeInBytes'
0, qimage.sizeInBytes(), qimage.bits());
^
make[3]: *** [.build/obj/LuminaX11.o] Error 1
Makefile:1694: recipe for target '.build/obj/LuminaX11.o' failed
make[3]: Leaving directory '/tmp/SBo/lumina-1.6.0/src-qt5/core/lumina-desktop'
make[2]: *** [sub-lumina-desktop-make_first] Error 2
Makefile:49: recipe for target 'sub-lumina-desktop-make_first' failed
make[2]: Leaving directory '/tmp/SBo/lumina-1.6.0/src-qt5/core'
make[1]: *** [sub-core-make_first] Error 2
Makefile:46: recipe for target 'sub-core-make_first' failed
make[1]: Leaving directory '/tmp/SBo/lumina-1.6.0/src-qt5'
make: *** [sub-src-qt5-make_first] Error 2
Makefile:44: recipe for target 'sub-src-qt5-make_first' failed
Failures:
lumina: lumina.SlackBuild return non-zero
root@Hicrest1:~# df /tmp
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/cryptvg-tmp 16382888 11125104 4402540 72% /tmp
Anyone have an idea of what I'm doing wrong? I doubt this is a 1.6.0 to 1.6.1 bug issue.
Thanks.
 
1 members found this post helpful.
Old 10-03-2021, 04:06 AM   #67
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 335

Rep: Reputation: 390Reputation: 390Reputation: 390Reputation: 390
Quote:
Originally Posted by bamunds View Post
Unable to get 1.6.0 to build on 14.2 with qt-5.9.6 and qt-webkit 5.7.1 (both from alienbob). I'm geting error codes:

Anyone have an idea of what I'm doing wrong? I doubt this is a 1.6.0 to 1.6.1 bug issue.
Thanks.
I see a few errors due to features missing in your Qt version:
* qsizetype was introduced in Qt 5.10
* QImage::sizeInBytes() was introduced in Qt 5.10

The code could probably be adapted to work with previous Qt versions, but I guess you'll find a lot of other places where fixing is needed.
I'm a bit confused that the lumina team doesn't seem to explicitly declare a minimum Qt version, and they don't even check for it in their build system.
 
1 members found this post helpful.
Old 10-03-2021, 09:24 AM   #68
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
I tried to build 1.6.1, but it ended with a long list of errors.
 
Old 10-03-2021, 11:34 AM   #69
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by ctrlaltca View Post
I see a few errors due to features missing in your Qt version:
* qsizetype was introduced in Qt 5.10
* QImage::sizeInBytes() was introduced in Qt 5.10
This is odd, because the github repository lumina-core dependencies specifically says that qt5.4 is required, not 5.10. It could be the github information needs updating. Maybe the qmake command isn't finding the right system? Message sent to slackbuild maintainer to discuss which qt5 version they used to build. Will also touch base with Ken Moore's replacement to see if github site dependencies are incorrect for core.
Other ideas are still welcome. Cheers, BrianA_MN
 
1 members found this post helpful.
Old 10-03-2021, 07:48 PM   #70
Jeebizz
Senior Member
 
Registered: May 2004
Distribution: Slackware15.0 64-Bit Desktop, Debian 11 non-free Toshiba Satellite Notebook
Posts: 4,191

Rep: Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383Reputation: 1383
So has anyone attempted to compile Lumina 1.6.1 on --Current ? For me it stops and errors out here after a few minutes going into the process of compiling:
Click image for larger version

Name:	VirtualBox_Slackware --Current_03_10_2021_19_42_59.png
Views:	36
Size:	67.1 KB
ID:	37366
 
1 members found this post helpful.
Old 10-03-2021, 09:54 PM   #71
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by bamunds View Post
This is odd, because the github repository lumina-core dependencies specifically says that qt5.4 is required, not 5.10. It could be the github information needs updating. Maybe the qmake command isn't finding the right system? Message sent to slackbuild maintainer to discuss which qt5 version they used to build. Will also touch base with Ken Moore's replacement to see if github site dependencies are incorrect for core.
Other ideas are still welcome. Cheers, BrianA_MN
Pursuing knowledge of what is happening... Downloaded the lumina-1.6.1.tar.gz, exploded and followed the build from source directions of github. While "qmake" only finds Slackware 14.2 qt-4.8.7, but the slackbuild "qmake-qt5" finds 5.9.6 version. So if minumum version is qt5.4 the slackbuild is finding and using 5.9.6.
 
1 members found this post helpful.
Old 10-04-2021, 12:04 PM   #72
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Additional update. Slackbuilds maintainer sent his build of 1.6.0 and it fails to start, giving only a blank screen. Downloaded AlienBob lumina-1.4.0.p1 and it runs without issues. Contacted Lumina-desktop new developer/maintainer and they agree that documentation needs updating and hope to have the requirements properly documented by release of 1.6.2 in the near future. So the qt version requirement changed someplace between 1.4.0.p1 and 1.6.0. Not sure the features upgrades are significant, but hopefully this helps someone else wishing to tryout lumina. Cheers, BrianA_MN
 
2 members found this post helpful.
Old 10-05-2021, 08:24 AM   #73
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Slackware64-current sboui. Used the provided slack build and everything worked as expected
 
Old 10-05-2021, 09:37 AM   #74
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,154

Original Poster
Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
Quote:
Originally Posted by Gordie View Post
Slackware64-current sboui. Used the provided slack build and everything worked as expected
You successfully built Lumina-1.6.1?
 
Old 10-05-2021, 04:13 PM   #75
Gordie
Member
 
Registered: Aug 2007
Location: Nolalu, Ontario, Canada
Distribution: Slackware64-Current
Posts: 871

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Quote:
Originally Posted by cwizardone View Post
You successfully built Lumina-1.6.1?
Oops, I used sboui to build Lumina-1.6.0 NOT 1.6.1. Soon Slackware 15 will be in the rear view mirror and SlackBuilds.org will have all the SlackBuilds working.

Sorry for the noise.

Tried for Lumina-1.6.1 It takes a long time to run so Laid down for a nap and found the process ground to a halt when I woke up.
Code:
make[3]: Leaving directory '/tmp/SBo/lumina-1.6.1/src-qt5/core/lumina-theme-engine'
cd lumina-checkpass/ && ( test -e Makefile || /usr/bin/qmake-qt5 -o Makefile /tmp/SBo/lumina-1.6.1/src-qt5/core/lumina-checkpass/lumina-checkpass.pro PREFIX=/usr LIBPREFIX=/usr/lib64 QMAKE_CFLAGS_ISYSTEM= 'QMAKE_CFLAGS=-O2 -fPIC' 'QMAKE_CXXFLAGS=-O2 -fPIC' QMAKE_CFLAGS_ISYSTEM= QT5LIBDIR=/usr/lib64/qt5 CONFIG+=WITH_I18N L_ETCDIR=/etc ) && make -f Makefile install
make[3]: Entering directory '/tmp/SBo/lumina-1.6.1/src-qt5/core/lumina-checkpass'
/usr/bin/qmake-qt5 -install qinstall -exe lumina-checkpass /tmp/SBo/package-lumina/usr/sbin/lumina-checkpass
strip /tmp/SBo/package-lumina/usr/sbin/lumina-checkpass
chmod 4555 /usr/sbin/lumina-checkpass
chmod: cannot access '/usr/sbin/lumina-checkpass': No such file or directory
make[3]: *** [Makefile:1209: install_perms] Error 1
make[3]: Leaving directory '/tmp/SBo/lumina-1.6.1/src-qt5/core/lumina-checkpass'
make[2]: *** [Makefile:241: sub-lumina-checkpass-install_subtargets] Error 2
make[2]: Leaving directory '/tmp/SBo/lumina-1.6.1/src-qt5/core'
make[1]: *** [Makefile:61: sub-core-install_subtargets] Error 2
make[1]: Leaving directory '/tmp/SBo/lumina-1.6.1/src-qt5'
make: *** [Makefile:59: sub-src-qt5-install_subtargets] Error 2
bash-5.1#

Last edited by Gordie; 10-05-2021 at 05:41 PM.
 
1 members found this post helpful.
  


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: Lumina Desktop Getting Ready for FreeBSD 11.0 LXer Syndicated Linux News 0 02-11-2016 05:50 PM
LXer: Digitanks released + source code released under the BSD license LXer Syndicated Linux News 0 11-06-2011 03:01 PM
LXer: CrossOver 10.1.0 released and CrossOver Games 10.1.1 released LXer Syndicated Linux News 0 07-19-2011 04:50 PM
Installing 7.2 on Elonex Lumina (Cyrix processor) GaryBond Red Hat 0 08-27-2004 03:41 PM
Installing red hat 7.2 on Elonex Lumina (cyrix cpu) GaryBond Linux - Newbie 0 08-24-2004 03:31 PM

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

All times are GMT -5. The time now is 11:22 PM.

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