LinuxQuestions.org
Visit Jeremy's Blog.
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-09-2023, 05:35 PM   #2266
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191

Quote:
Originally Posted by saxa View Post
Here is a slackbuild with gobject-instorspection enabled. Since it doesnt cost us anything.
Code:
@@ -100,8 +100,8 @@ unshare -n meson setup \
   -Dbroadway-backend=true \
   -Dbuild-examples=false \
   -Dbuild-tests=false \
-  -Dinstall-tests=false \
   -Dwayland-backend=true \
+  -Dintrospection=enabled \
   .. || exit 1
   "${NINJA:=ninja}" $NUMJOBS || exit 1
   DESTDIR=$PKG $NINJA install || exit 1
https://git.slackware.nl/current/dif...b76303ea6333ca
 
1 members found this post helpful.
Old 05-09-2023, 06:26 PM   #2267
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
@volkerdi, thanks for the gtk4 update man !

In all those years building gnome stuff I learned one thing, its always better to explicitly enable stuff autodetection seems too automatic at times LOL.
 
2 members found this post helpful.
Old 05-09-2023, 07:30 PM   #2268
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 468

Rep: Reputation: 242Reputation: 242Reputation: 242
GTK 4.10.3
This patch fix's this issue
Quote:
That way, we can return the item even after the row is removed. This is
particularly relevant in ListItemFactory::unbind callbacks because they
often use gtk_tree_list_row_get_item() and user code never tracks
changes to this property.

A side effect of this is that the item will survive until the row gets
destroyed, but that's what users expect anyway, so we can live with it.
https://gitlab.gnome.org/GNOME/gtk/-...fd8aa3d084d54c

Here is the patch:
Quote:
treelistmodel: Don't add items in reverse
https://gitlab.gnome.org/GNOME/gtk/-...sts/5744.patch

Last edited by reddog83; 05-09-2023 at 07:31 PM.
 
1 members found this post helpful.
Old 05-09-2023, 08:16 PM   #2269
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 584

Rep: Reputation: 338Reputation: 338Reputation: 338Reputation: 338
Question:

Now that -current has gtk4-4.10.3,
will libinput and fcitx5-gtk need to be rebuilt against it ?
 
Old 05-09-2023, 09:27 PM   #2270
Lockywolf
Member
 
Registered: Jul 2007
Posts: 683

Rep: Reputation: 253Reputation: 253Reputation: 253
Can we have libbpf? Seems an integral part of the usespace provided by the kernel.
 
Old 05-10-2023, 02:10 AM   #2271
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 708
Blog Entries: 1

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Thank you Mr Patrick Volkerding !
Slackware Current right now support Gnome 43-44 out of the box. (thanks to @reddog)
If you are a gamer, (i m not), Slackware with Gnome 43 is one of the 3 Linux disrtos that support vrr (thanks to @Maras), only fedora and arch can support it also.
For Gnome 44 none distro so far
 
2 members found this post helpful.
Old 05-10-2023, 04:51 AM   #2272
ZhaoLin1457
Senior Member
 
Registered: Jan 2018
Posts: 1,051

Rep: Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266Reputation: 1266
Quote:
Originally Posted by Lockywolf View Post
Can we have libbpf? Seems an integral part of the usespace provided by the kernel.
Isn't this BPF the feature that requires debug kernels?

Last edited by ZhaoLin1457; 05-10-2023 at 04:59 AM.
 
1 members found this post helpful.
Old 05-10-2023, 05:40 AM   #2273
saxa
Senior Member
 
Registered: Aug 2004
Location: Nova Gorica, Salvador
Distribution: Slackware
Posts: 1,226

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Quote:
Originally Posted by glennmcc View Post
Question:

Now that -current has gtk4-4.10.3,
will libinput and fcitx5-gtk need to be rebuilt against it ?
I think not, on my system all was working. But since I do not use fcitx5-gtk i have no idea if it works correctly or not. But it starts and it does some things on the terminal, which to me seems like is working. For libinput I think also works and on my machine all stuff related to libinput works as expected.
 
Old 05-10-2023, 01:04 PM   #2274
qunying
Member
 
Registered: Jun 2002
Distribution: Slackware
Posts: 258

Rep: Reputation: 147Reputation: 147
Suggest to enable the fips provider for openssl when built.

Last edited by qunying; 05-10-2023 at 06:40 PM.
 
Old 05-10-2023, 01:27 PM   #2275
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
Thunderbird 112.11.0

Release notes:
https://www.thunderbird.net/en-US/th.../releasenotes/
 
Old 05-10-2023, 04:09 PM   #2276
Daedra
Senior Member
 
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,730

Rep: Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393Reputation: 1393
network-manager-applet needs this patch to fix segmentation fault when importing .ovpn files.
https://gitlab.gnome.org/GNOME/netwo...2d5be98810228d
 
2 members found this post helpful.
Old 05-10-2023, 05:41 PM   #2277
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 468

Rep: Reputation: 242Reputation: 242Reputation: 242
at-spi2-core 2.48.1

Quote:
What's new in at-spi2-core 2.48.1:

* Fixes for atk-only builds under Windows.

* meson: Avoid requiring libsystemd when configured to use dbus-daemon

* Fix crash when a bad index is passed to atspi_accessible_get_child_at_index.

* Fix possible infinite recursion in atspi_accessible_clear_cache.
https://download.gnome.org/sources/a...-2.48.1.tar.xz
https://download.gnome.org/sources/a...48.1.sha256sum
 
Old 05-11-2023, 12:29 AM   #2278
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,605

Rep: Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470Reputation: 3470
Fresh backed! Mesa 23.1.0

https://archive.mesa3d.org/mesa-23.1.0.tar.xz
https://archive.mesa3d.org/mesa-23.1.0.tar.xz.sig
 
2 members found this post helpful.
Old 05-11-2023, 07:17 AM   #2279
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,441

Rep: Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191Reputation: 4191
KDE Gear 23.04.1

Today they all get new bugfix source releases with updated translations, including:
Code:
    - kdenlive: Fix corrupted project files on opening
    - skanpage: Scan Export window's OCR language list is now scrollable
    - spectacle: Quitting Spectacle with Escape no longer affects windows below it
Announcements:
https://kde.org/announcements/gear/23.04.1/
 
Old 05-11-2023, 11:35 AM   #2280
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 708
Blog Entries: 1

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
plz add this script to current Mr Pat
Attached Files
File Type: txt fun7.txt (1.4 KB, 88 views)
 
4 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 11:05 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