LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-11-2023, 11:53 AM   #2281
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled

Quote:
Originally Posted by rizitis View Post
plz add this script to current Mr Pat
Well done Ioannis
 
1 members found this post helpful.
Old 05-11-2023, 01:41 PM   #2282
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,219

Rep: Reputation: 299Reputation: 299Reputation: 299
at-spi2-core-2.48.2
https://download.gnome.org/sources/a...-2.48.2.tar.xz

This one fixes a regression introduced in previous ver.
 
Old 05-11-2023, 01:48 PM   #2283
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,699

Rep: Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381Reputation: 1381
openvpn-2.6.4
https://github.com/OpenVPN/openvpn/releases/tag/v2.6.4
 
Old 05-11-2023, 02:57 PM   #2284
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,065

Rep: Reputation: Disabled
[removed, I was wrong]

Last edited by Didier Spaier; 05-11-2023 at 03:06 PM.
 
Old 05-11-2023, 06:18 PM   #2285
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0
Posts: 556

Rep: Reputation: 315Reputation: 315Reputation: 315Reputation: 315
Quote:
Originally Posted by rizitis View Post
plz add this script to current Mr Pat
I like it.

Modified it just a bit to display just the logo & system info.

Then added it at the bottom of /etc/rc.d/rc.local
so that it will display at each boot-up.

Thank you
Attached Thumbnails
Click image for larger version

Name:	fun7.jpg
Views:	138
Size:	247.1 KB
ID:	41031  

Last edited by glennmcc; 05-11-2023 at 06:36 PM.
 
1 members found this post helpful.
Old 05-13-2023, 06:22 AM   #2286
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,406

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
KDE Frameworks 5.106.0

Announcements:
https://kde.org/announcements/frameworks/5/5.106.0/
 
Old 05-13-2023, 10:42 AM   #2287
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,406

Rep: Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140Reputation: 4140
Just a suggestion

In order to have the benefit of DDC/CI
Code:
DDC essentially allows the monitor to inform the computer about it’s supported display modes. 
But even more important, a display data channel allows the user to oversee and change monitor 
features such as the brightness, contrast and color palette directly from their computer.!
https://appuals.com/what-is-ddc-ci-and-how-to-use-it/

We need the addition of : ddcutil
http://www.ddcutil.com/
as well as compiling powerdevil with:
Code:
-DWITH_DDCUTIL=ON

Last edited by marav; 05-13-2023 at 10:45 AM.
 
2 members found this post helpful.
Old 05-13-2023, 06:15 PM   #2288
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,219

Rep: Reputation: 299Reputation: 299Reputation: 299
Could we add -Dlibnma_gtk4=true to the stock libnma build ?

This would build also the gtk4 part of libnma, since we have already gtk4 in adding this
compile flag to libnma should not hurt anything.

Any objections ?
 
Old 05-13-2023, 08:18 PM   #2289
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Rep: Reputation: 237Reputation: 237Reputation: 237
@saxa we need 2 packages to have that compile flag added to them.
 
Old 05-14-2023, 03:19 PM   #2290
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,219

Rep: Reputation: 299Reputation: 299Reputation: 299
Quote:
Originally Posted by reddog83 View Post
@saxa we need 2 packages to have that compile flag added to them.
Really ? Which ones, I have not noticed that we would need to add something else.
 
Old 05-14-2023, 03:48 PM   #2291
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Rep: Reputation: 237Reputation: 237Reputation: 237
Vte needs the gtk option added as well and so does ibus, networkmanager-openvpn they all have gtk4 options
 
Old 05-14-2023, 09:49 PM   #2292
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,219

Rep: Reputation: 299Reputation: 299Reputation: 299
@reddog83 , ok but this is not what I asked. I just asked if we can have libnma rebuilt so it links also to gtk4 and created the gtk4 related stuff in it.

Of course I know that this is also valid for vte, and hence I would take the opportunity to request also a vte rebuild
with -Dgtk4=true added in the slackbuild.

And I understood you wrongly, I understood you were telling me that to add -Dlibnma_gtk4=true we need to add 2 other dependencies to get that built successfully. But as far as I know this is not needed.
 
Old 05-14-2023, 09:51 PM   #2293
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,219

Rep: Reputation: 299Reputation: 299Reputation: 299
And yeah, why not add it to ibus and networkmanager-openvpn and all other stuff which can deliver gtk4 stuff ?
At the end we have gtk4 in our tree, so why not link things to it ?
 
Old 05-14-2023, 09:53 PM   #2294
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 461

Rep: Reputation: 237Reputation: 237Reputation: 237
You are correct it would be nice to see all the components that have gtk4 added.
You need vte's gtk4 compnonent for Gnome Console 44.0 if you were to add it.
 
Old 05-14-2023, 10:48 PM   #2295
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0
Posts: 556

Rep: Reputation: 315Reputation: 315Reputation: 315Reputation: 315
Quote:
Originally Posted by saxa View Post
And yeah, why not add it to ibus and networkmanager-openvpn and all other stuff which can deliver gtk4 stuff ?
At the end we have gtk4 in our tree, so why not link things to it ?
How about KISS ?

Build libinput _without_ gtk4, remove fcitx5-gtk from the distro, remove all of gtk4 from the distro.
 
2 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
Apache 2.4 requests to non-SSL site with "Upgrade-Insecure-Requests: 1" and no trailing / get redirected to default site owendelong Linux - Server 2 06-22-2021 02:08 PM
[SOLVED] Requests for -current (20151216) rworkman Slackware 3441 12-28-2017 03:50 PM

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

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