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 04-19-2021, 07:34 AM   #7441
gmgf
Senior Member
 
Registered: Jun 2012
Location: Bergerac, France
Distribution: Slackware
Posts: 2,211

Rep: Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998Reputation: 998

Quote:
Originally Posted by saxa View Post

NetworkManager-1.30.4:

https://download.gnome.org/sources/N...-1.30.4.tar.xz

i use 1.30 version, with dhcpcd 9.4.0, since two months, on current, without problem
 
Old 04-19-2021, 08:26 AM   #7442
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,213

Rep: Reputation: 297Reputation: 297Reputation: 297
@gmgf yeah, lets hope that we get that one in shortly.
 
Old 04-19-2021, 11:19 AM   #7443
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
since the clock is ticking, friendly bump for the inclusion of numpy3 and rebuild of opencv to generate python bindings
 
5 members found this post helpful.
Old 04-20-2021, 02:04 AM   #7444
gbschenkel
Member
 
Registered: Nov 2010
Location: Porto Alegre, Brazil
Distribution: Slackware, Proxmox, AlpineLinux, Devuan, TurnkeyLinux
Posts: 99

Rep: Reputation: 60
Hey Pat, any chance to enable Automatic Process Group Scheduling(SCHED_AUTOGROUP=y) on Kernel? Cheers.

Code:
Automatic process group scheduling (SCHED_AUTOGROUP)

CONFIG_SCHED_AUTOGROUP:

This option optimizes the scheduler for common desktop workloads by
automatically creating and populating task groups. This separation
of workloads isolates aggressive CPU burners (like build jobs) from
desktop applications. Task group autogeneration is currently based
upon task session.

Symbol: SCHED_AUTOGROUP [=y]
Type : bool
Defined at init/Kconfig:1205
Prompt: Automatic process group scheduling
Location:
-> General setup
Selects: CGROUPS [=y] && CGROUP_SCHED [=y] && FAIR_GROUP_SCHED [=y]
 
6 members found this post helpful.
Old 04-20-2021, 03:41 AM   #7445
opty
Member
 
Registered: Mar 2021
Posts: 175

Rep: Reputation: Disabled
ChangeLog.txt:

Code:
Mon Apr 19 21:40:04 UTC 2021
[...]
l/libical-3.0.10-x86_64-1.txz:  Upgraded.
l/libical-3.0.9-x86_64-4.txz:  Rebuilt.
  Recompiled against icu4c-69.1.
Easter egg? :-)
 
Old 04-20-2021, 04:49 AM   #7446
cthibal
LQ Newbie
 
Registered: Apr 2015
Distribution: Slackware64-14.2
Posts: 27

Rep: Reputation: Disabled
Xfce without CSD

Hello,

Thanks for your great job ;-)
Currently testing 15.0-beta1 so far, so good.

If you can't bear gnomification of Xfce 4.16 (ie. CSD buttons and search on title bar), an alternative is to use libxfce4ui-noscd.
I compiled it with Pat slackbuild, with additional configure option '--enable-maintainer-mode'.

Source https://github.com/Xfce-Classic/libxfce4ui-nocsd

Maybe to add it in SBo ?

BR

Larry
 
3 members found this post helpful.
Old 04-20-2021, 05:38 AM   #7447
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
First of all, I want to thanks very much to our BDFL for merging on current the Wayland/Plasma5 changes proposed previously!

Please consider applying the following one-line patch to KWin:
Code:
diff -urN kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp kwin-5.21.4/plugins/screencast/screencastmanager.cpp
--- kwin-5.21.4.orig/plugins/screencast/screencastmanager.cpp	2021-04-06 15:27:01.000000000 +0300
+++ kwin-5.21.4/plugins/screencast/screencastmanager.cpp	2021-04-19 10:58:00.395022083 +0300
@@ -131,7 +131,7 @@
     connect(waylandStream, &KWaylandServer::ScreencastStreamV1Interface::finished, stream, &PipeWireStream::stop);
     connect(stream, &PipeWireStream::stopStreaming, waylandStream, [stream, waylandStream] {
         waylandStream->sendClosed();
-        delete stream;
+        stream->deleteLater();
     });
     connect(stream, &PipeWireStream::streamReady, stream, [waylandStream] (uint nodeid) {
         waylandStream->sendCreated(nodeid);
It was merged for Plasma 5.22 there: https://invent.kde.org/plasma/kwin/-/merge_requests/852

BUT, I believe that it's very important and useful to us, to apply along with now Plasma 5.21.4 and future Plasma 5.21.5, because it fixes an old caveat of Wayland/Plasma5 regarding the PipeWire video streams: KWin crashes (dragging the entire desktop with it) when PipeWire daemons stops working from whatever reasons - be it a crash or an user's manual restart of them. At least this is my past experience.

Please note that I use since several days this patch with no collateral issues and it's just about hardening the current Wayland/Plasma5 stack.

Also, it has ZERO influence on the traditional X11/Plasma5 because it's specific to kwin_wayland.

Secondly, please consider the completition of the Wayland/Plasma5 stack, by adding also the xdg-desktop-portal : https://github.com/flatpak/xdg-desktop-portal

It is used by the Wayland/Plasma5 for streaming and/or recording the desktop via PipWire video streams. This means that applications like TeamViever or any other remote desktop solution on Wayland will no work without it.

Please note that xdg-desktop-portal-kde which actually is included offers the frontend (e.g. dialogs) and integration on Plasma5, but the backend is this xdg-desktop-portal .

Please note also that actually the xdg-desktop-portal is NOT used on Slackware-current by any other application beyond the Wayland/Plasma5, then I believe that is quite safe to consider that there no influence on the Slackware-current stack. Eventually, it's a hard dependency for an eventual (custom installed) FlatPak package, as originally it's supposed.

The third proposal is just cosmetic - the daemon supervisor made by @raforg was added on N series, but its main purpose is of generic daemon capable to run (and supervise) programs on background, for example on init scripts.

It's integration with elogind was added specifically for Slackware, on a feature request made by @ZhaoLin1457, and it's an optional feature. Then we could use it well also for its original purpose.

From what I known, we can say that that daemon of @raforg is the little brother of the more known daemontools of D. J. Bernstein : https://cr.yp.to/daemontools.html

That's WHY I believe that its place is probably best on the A series along with init system and elogind - after all, it has no network capabilities and it's a (init) system tool.

Last edited by LuckyCyborg; 04-20-2021 at 09:06 AM.
 
6 members found this post helpful.
Old 04-20-2021, 09:09 AM   #7448
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
As giomat said, time running out...
So, I give a bump here for including sway 1.6 desktop.


Longwinded part:
The footprint on the DVD would be minimal ( a few mb) and it would complement fluxbox as another very different (wayland, tiling) minimalist desktop in xap series, for those who don't want to include kde & xfce series in their install.
Sway can also be made xwayland centric with the .profile file mentioned recently in this thread by LuckyCyborg for kde on wayland (although my personnel install leans to pure wayland, xwayland experience is less buggy - more apps work). Only absolute must change to the stock build instructions from swaywm.org is alter the stupid default of alacritty to xterm in the default sway configuration or everyone will think sway is broken (if alacritty is not installed).
 
Old 04-20-2021, 09:19 AM   #7449
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,500

Rep: Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308Reputation: 3308
I for one I will vote for the reference Wayland compositor, as smaller DE variant: Weston.

https://github.com/wayland-project/weston

Maybe I have started to be old, but I like the windows to have buttons, no matter how minimalist is a DE - and it looks like in the attached screenshot.

It have even a taskbar!

Bonus points: looks like that the future XFCE will use it as its Wayland compositor of choice for working, well... in its Wayland/XFCE sessions.
Attached Thumbnails
Click image for larger version

Name:	wayland-screenshot.jpg
Views:	101
Size:	140.5 KB
ID:	36177  

Last edited by LuckyCyborg; 04-20-2021 at 09:29 AM.
 
2 members found this post helpful.
Old 04-20-2021, 09:33 AM   #7450
Thom1b
Member
 
Registered: Mar 2010
Location: France
Distribution: Slackware
Posts: 484

Rep: Reputation: 337Reputation: 337Reputation: 337Reputation: 337
Hi,

I'm just curious why we still have gnupg-1.4. I know it's still supported but it's very old. In my case, I removed it and recompiled gnupg2 without "--enable-gpg-is-gpg2" and it works fine.
Maybe gnupg-1.4 can move in pasture tree?
 
2 members found this post helpful.
Old 04-20-2021, 02:28 PM   #7451
gouttegd
Member
 
Registered: Nov 2019
Location: London, UK
Distribution: Slackware
Posts: 92

Rep: Reputation: 161Reputation: 161
Quote:
Originally Posted by Thom1b View Post
I'm just curious why we still have gnupg-1.4. I know it's still supported but it's very old. In my case, I removed it and recompiled gnupg2 without "--enable-gpg-is-gpg2" and it works fine.
Maybe gnupg-1.4 can move in pasture tree?
I wholeheartedly support such a move. The only raison d’ętre for GnuPG 1.4 is for those who need to still be able to decrypt old messages or archives from the 1990s. Everybody else should be using GnuPG 2 (and even those needing GnuPG 1.4 for compatibility should use GnuPG 2 most of the time, and use GnuPG 1.4 only when decrypting old messages).

It would be very nice if invoking gpg on Slackware gave you GnuPG 2.

(Full disclosure: I am a GnuPG contributor.)
 
5 members found this post helpful.
Old 04-20-2021, 03:09 PM   #7452
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Quote:
Originally Posted by biker_rat View Post
Only absolute must change to the stock build instructions from swaywm.org is alter the stupid default of alacritty to xterm in the default sway configuration or everyone will think sway is broken (if alacritty is not installed).
But why switch to Wayland and use terminal emulator straight from the dark days of X?
 
Old 04-20-2021, 04:07 PM   #7453
biker_rat
Member
 
Registered: Feb 2010
Posts: 369

Rep: Reputation: 220Reputation: 220Reputation: 220
Using xterm as default has the advantage that xterm is installed outside of xfce or kde package series. It is essential that if sway is installed whichever terminal is the sway default is also installed or else the sway DE will be unusable until you manually configure the default to be a terminal that you do have installed (unless you also install a launcher with it like bemenu or dmenu_wayland - but then that package has to be installed and the default sway config must point to it or you still have the same issue). Configuration changes using a text editor in console to sway are simple, but I believe most distros want to ship a DE that usually works immediately post install without a prerequisite of tinkering with config files to start it the first time. Personally my sway slackbuild points at xfce4-terminal as default terminal, but my slackbuild leans toward doing as much as possible in wayland natively. As LuckyCyborg pointed out, going the other way and pointing at xwayland whenever possible yields a better user experience on a lot of hardware.
 
Old 04-20-2021, 09:16 PM   #7454
baldzhang
Member
 
Registered: Aug 2012
Posts: 58

Rep: Reputation: Disabled
Quote:
Originally Posted by baldzhang View Post
issue 1)
/proc was mounted twice


issue 2)
when add more NICs after installation, /etc/udev/rules.d/70-persistent-net.rules was not updated
still there
 
Old 04-21-2021, 02:54 AM   #7455
cthibal
LQ Newbie
 
Registered: Apr 2015
Distribution: Slackware64-14.2
Posts: 27

Rep: Reputation: Disabled
Hello,

Would it be possible to modify default /etc/inputrc to prevent highlighting pasted text when pasting from middle-click in xterm ?

IMHO it only add confusion: is it the text we selected (old fashion) or is it the text we pasted (new fashion) ?

Old fashion was not confusing, everything selected in xterm was staying highlighted, period.

Line to add in /etc/inputrc:
set enable-bracketed-paste off

BR

Larry
 
6 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
[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 04: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