LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-21-2023, 03:36 AM   #2311
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,555

Rep: Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419Reputation: 3419

Quote:
Originally Posted by chrisretusn View Post
I use qbittorrent. I build it my self.
A big fan of QBitTorrent here: me. It's my favorite Torrent client on Windows too.
 
1 members found this post helpful.
Old 05-21-2023, 06:04 AM   #2312
giomat
Member
 
Registered: Jul 2017
Posts: 339

Rep: Reputation: 239Reputation: 239Reputation: 239
to add on the torrent client, ktorrent seems pretty much on life support and has troubles dealing with magnet links. I switched to qbittorrent but transmission is a very worthy alternative, with optional gtk and qt gui, and as a bonus was also recently rewritten in c++
 
1 members found this post helpful.
Old 05-21-2023, 12:43 PM   #2313
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 561

Rep: Reputation: 321Reputation: 321Reputation: 321Reputation: 321
Quote:
Originally Posted by LuckyCyborg View Post
Well, I've heard that the server guys really hate the torrent clients, because they are capable to eat all available bandwidth.

Anyway, the Slackware ships the lovely console Torrent client named BitTornado since the Tutankhamen times - it's within /extra .
IMO, bittornado should be removed from /extra
because it is an abandoned project with no development
since 2006 and even then it was (and still is)...

"BitTornado is TheSHAD0W's experimental version of Bram Cohen's BitTorrent utility."
________________________^^^^^^^^^^^^________________________________________________
 
2 members found this post helpful.
Old 05-21-2023, 03:37 PM   #2314
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Finally ...and we got very fast ...

nmap-7.94

That have all gui , ndiff etc ported to python3 , no more python2 here.
 
5 members found this post helpful.
Old 05-21-2023, 10:28 PM   #2315
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 463

Rep: Reputation: 237Reputation: 237Reputation: 237
GTK+ 3.24.38

Quote:
Overview of Changes in GTK+ 3.24.38, 21-05-2023
===============================================

* GtkFileChooser:
- Avoid warnings with GLib 2.76

* Theme:
- Set caret color in the dark theme

* Windows:
- Fix running under GLES

* Wayland:
- Notify on initial setting changes
- Don't crash on 0 size cursors
- Don't crash if xdg_activation_v1 is missing

* Debugging:
- Show more information in the inspector

* Translation updates
https://download.gnome.org/sources/g...3.24.38.tar.xz
https://download.gnome.org/sources/g...4.38.sha256sum
 
2 members found this post helpful.
Old 05-22-2023, 11:07 AM   #2316
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 561

Rep: Reputation: 321Reputation: 321Reputation: 321Reputation: 321
Quote:
Originally Posted by USUARIONUEVO View Post
Finally ...and we got very fast ...

nmap-7.94

That have all gui , ndiff etc ported to python3 , no more python2 here.
Do you mean to say that python2 is not linked to from any other packages
therefore, you have completely removed python2 from your system ?
 
Old 05-22-2023, 11:10 AM   #2317
lucabon
Member
 
Registered: Oct 2021
Location: Italy
Distribution: Slackware
Posts: 106

Rep: Reputation: 76
Since DKIM (and maybe DMARC) become[s] quite mandatory while setting up a mail server, what about including opendkim and opendmarc on the next Slackware release?

For opendkim, I got the source (2.11.0-beta2) and patches from Debian, since the latest release (2.10.3) seems to fail sometimes in verify.

They require libbsd and libmd.

Last edited by lucabon; 05-22-2023 at 11:13 AM. Reason: Added requirements
 
Old 05-22-2023, 12:25 PM   #2318
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
Quote:
Originally Posted by glennmcc View Post
Do you mean to say that python2 is not linked to from any other packages
therefore, you have completely removed python2 from your system ?
NO , i not say nothing more use python2 but is one app more migrated to python3

And yes , i have 1 experimental box without python2 with slackware 15.0 , in -current is more easy work , minor number of packages provides python2 things.
 
Old 05-22-2023, 02:41 PM   #2319
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,162
Blog Entries: 5

Rep: Reputation: 394Reputation: 394Reputation: 394Reputation: 394
sc-im v0.8.3

Changes:
https://github.com/andmarti1424/sc-i...ses/tag/v0.8.3
 
Old 05-22-2023, 02:56 PM   #2320
glennmcc
Member
 
Registered: Jan 2021
Location: North Jackson, Ohio (USA)
Distribution: slackware64-15.0, slackware64-current, slackware-14.0
Posts: 561

Rep: Reputation: 321Reputation: 321Reputation: 321Reputation: 321
Quote:
Originally Posted by USUARIONUEVO View Post
NO , i not say nothing more use python2 but is one app more migrated to python3

And yes , i have 1 experimental box without python2 with slackware 15.0 , in -current is more easy work , minor number of packages provides python2 things.
A cursory check shows...

--- checklib.sh ---
#!/bin/sh
cd /var/adm/packages
for pkg in *; do
( cd /
while read line; do
[ "$line" == "FILE LIST:" ] && break
done
while read f; do
[ -x "$f" ] && objdump -x "$f" 2>/dev/null|grep NEEDED|grep -Eq $1 && echo $pkg && break
done
) < $pkg
done | sed -u 's/-[^-]*-[^-]*-[^-]*$//'
___________________

root@glennmcc-i7:/# checklib.sh libpython2.7.so
gpgme
libgnt
libxml2
marisa
newt
pilot-link
python2
python2-module-collection
util-linux
volume_key
______________________

So, yes, you are correct...
it will not take much more work to rid ourselves of python2

Last edited by glennmcc; 05-22-2023 at 03:56 PM.
 
1 members found this post helpful.
Old 05-22-2023, 04:15 PM   #2321
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,344

Rep: Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942Reputation: 942
@glennmcc

as an example , download and open de vulume_key package , then you can see how it provides python2 and python3 modules , nothing need but package provides , packages can be rebuild without python2.

As i say , nmap are different and important , cause not a lib , its a program with gui , where the only way is disable gui or get a github tarball from development, but the new release are officially ported to python3 , no loose the gui , or some tools like ndiff.

Removeing python2 its more easy now , but ... not my decision , wait for it, or make your custom rebuilds :=)
 
Old 05-23-2023, 08:24 AM   #2322
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 463

Rep: Reputation: 237Reputation: 237Reputation: 237
Glib 2.76.3

Quote:
Overview of changes in GLib 2.76.3, 2023-05-23
==============================================

* Bugs fixed:
- #1264 Use-after-free under
send_message_with_reply_cleanup():gdbusconnection.c:1792 (Philip Withnall)
- !3402 Backport !3398 “Avoid having g_futex_simple() inadvertently modify
errno” to glib-2-76
- !3403 Backport !3400 “Revert "Fix error format in gio/gunixconnection.c
(part 2)"” to glib-2-76
- !3427 Backport !3291 “gdbusconnection: Fix double unref on timeout/cancel
sending a message” to glib-2-76
- !3428 Backport !3425 “gwin32networkmonitor: Fix returning address of local
variable” to glib-2-76
- !3434 Backport !3430 “gobject_gdb.py: fix regression caused by bfbe7127d5”
to glib-2-76

* Translation updates:
- Galician (Fran Dieguez)
https://download.gnome.org/sources/g...-2.76.3.tar.xz
https://download.gnome.org/sources/g...76.3.sha256sum
 
1 members found this post helpful.
Old 05-24-2023, 07:49 PM   #2323
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,417

Rep: Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158Reputation: 4158
Thunderbird 102.11.1

Release notes:
https://www.thunderbird.net/en-US/th.../releasenotes/
 
Old 05-25-2023, 05:46 AM   #2324
reddog83
Member
 
Registered: Apr 2018
Distribution: Slackware 15.0/Current
Posts: 463

Rep: Reputation: 237Reputation: 237Reputation: 237
Vala 0.56.8

Quote:
Vala 0.56.8
===========
* Various improvements and bug fixes:
- codegen: Include "glib-object.h" when using GType/GBoxedCopyFunc
- valadoc: Backing method of lambda-expression isn't included in valadoc AST
- valadoc/tests: Add girwriter test
- build: Improve usage of AC_PATH_PROG() for valacs
- build: valadoc requires valac 0.18.1

* Bindings:
- gio-2.0: Add new symbols from 2.76
- glib-2.0: Add new symbols from 2.76
- glib-2.0: Fix binding of g_variant_type_n_items()
- gtk4: Don't skip AlertDialog ctor
https://download.gnome.org/sources/v...-0.56.8.tar.xz
https://download.gnome.org/sources/v...56.8.sha256sum
 
1 members found this post helpful.
Old 05-25-2023, 02:18 PM   #2325
litelinux
Member
 
Registered: Sep 2018
Location: Taipei/Taichung, TW
Distribution: Slackware
Posts: 105

Rep: Reputation: 58
Since no one requested it, I'd propose removing QtAV Player and QtAV QML Player (or at least change the default). They are unintuitive to use, loaded with bugs, and barely supports video formats other than MP4. Even xine-ui fares better.

It would be lovely if we ditch this in favor of MPV and its KDE frontend, Haruna.

Cheers,
ltlnx
 
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 06:09 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