petsoi

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 3 days ago

Could you please elaborate? I'm not sure if I get your points.

 

Summary of changes

  • lockscreen: Allow to adjust to smaller screen sizes
  • lockscreen: Swap horizontal deck and vertical carousel to not accidentally trigger swipe when entering PIN
  • upcoming-events plugin: Allow to configure number of days
  • torch: Hide brightness slider when there’s only a single brightness level
  • Improve notification appearance when there’s multiple notifications from the same app
  • Use parent’s icon for toplevels without a proper matching icon
  • Handle WWan network types better
  • Make Wi-Fi hotspot insensitive on lock screen to be consistent with Wi-Fi network switching.
  • Make compatible with g-s-d 47
  • In preparation of Cell Broadcast support use mm-glib for ModemManager interaction
  • Ease setup and lib versioning for libphosh-rs users
  • Fix crashes related to scale changes, Wi-Fi hotspot and other bug fixes
 

Audacious is an open source audio player. A descendant of XMMS.

New features and improvements:

  • Support titlebar dimming for Winamp skins also with GTK
  • Allow to never show playlist tabs also in GTK interface (#1409)
  • Improve controls responsiveness with the Sndio output plugin
  • Add Qt 6 support for the Qt Multimedia output plugin
  • Support many more MPRIS metadata fields
  • Include .adx as file extension for the FFmpeg plugin (#1466)

Bugs fixed:

  • Include patch version in SONAMEs again (#1408)
  • Fix writing tags into audio files on Windows (#1421)
  • Make drag and drop work with GTK on Wayland (#1423)
  • Fix build with GCC and Meson on macOS
  • Handle big-endian systems correctly with Meson
  • Fix excessive CPU usage with the Qt Multimedia output plugin
  • Enable scroll buttons for playlist tabs on macOS (#1455)

Other changes:

  • Lower GTK 3 version requirement from 3.22 to 3.18
  • Offer SHA256 checksum files for our release tarballs (#1432)
  • Make CDDB support optional for the Audio CD plugin (#1437)
  • Allow minimum speed of 0.25 for the Speed and Pitch plugin (#1447)
  • Prefer PulseAudio plugin over PipeWire plugin for better backwards compatibility
  • Specify application ID and icon name for PulseAudio
  • Update translations
46
Tcl/Tk 9.0 released (www.tcl-lang.org)
submitted 5 days ago* (last edited 5 days ago) by [email protected] to c/[email protected]
 

Highlights of Tcl 9.0

  • 64-bit Capacity: Data values larger than 2Gb
  • Unicode and Encodings: full codepoint range, added encodings, encoding profiles to govern I/O, and more.
  • Zip Filesystems: mount zipfiles as filesystems
  • Attached Archives: enable starkit-style deployment of apps, with support data in filesystem archives attached to executable or libraries. Build tclsh and wish this way.
  • New Notifiers: The central event handling engine in Tcl is now constructed on top of the system calls epoll or kqueue when they are available. The select based implementation also remains for platforms where they are not.
  • Many new commands and features

Important Incompatibilities in Tcl 9.0

  • Namespace varname resolution: Current namespace, not global.
  • I/O malencoding: now raises error by default.
  • Tilde (~) in pathnames: no longer interpreted as home directory.
  • tcl_precision no longer has effect on number formatting

Highlights of Tk 9.0

  • Access to OS facilities: notifications, print, and tray systems
  • Scalable Vector Graphics: partial support in images, extensive use to enable scalable widget and theme appearances.
  • Images: full access to metadata and alpha channel.
  • Platform Features and Conventions: many improvements, including two-finger gesture support where available.
[–] [email protected] 2 points 3 weeks ago

Strange... I'm using it for some time and I didn't experience anything like this.

[–] [email protected] 3 points 3 weeks ago (3 children)

Radicle’s network of seed nodes help propagate and host code, forming a decentralized, censorship resistant, and ungovernable distribution system.

https://radicle.xyz/2024/09/10/radicle-1.0.html

[–] [email protected] 8 points 4 weeks ago

Cool. Thanks for sharing!

[–] [email protected] 4 points 1 month ago

That's very cool!

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

when calling cat <(echo data from the stdin stream) from_file.txt, you get the data in the first argument from a stream. With the .bash_logout I do not have much experience yet.

[–] [email protected] 1 points 2 months ago

Depending how deep you want to dive into Linux, there is a great ebooks collection available:

https://www.humblebundle.com/books/linux-for-seasoned-admins-oreilly-books

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago) (2 children)

You mean sth like cat <(history | cut -c 8-) history.txt | sort | uniq > history.txt? Not sure if it possible to remove the file names.

It should probably work to put it in .bash_logout.

[–] [email protected] 2 points 2 months ago

What would you expect and why?

view more: next ›