petsoi

joined 1 year ago
MODERATOR OF
 

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
41
Tcl/Tk 9.0 released (www.tcl-lang.org)
submitted 1 day ago* (last edited 1 day ago) by petsoi@discuss.tchncs.de to c/linux@lemmy.ml
 

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.
 

Pods is a frontend for podman. It uses libadwaita for its user interface and strives to meet the design principles of GNOME.

Features

  • Accent colors are now properly supported. (#804, #807, #809, #811)
  • All dialogs have been ported to AdwDialog to be more adaptive. (#810)
  • Containers are now represented by cards in the container panel. (#778)
  • The image search has been completely revised and is now much more streamlined. In addition, the tags of an image are suggested. (#758)
  • Port mappings can now be configured when creating pods. (#772)
  • Enable searching for container and pod processes. (#747)
  • Killing container processes is now supported. (#748)
  • The image search results now have an "verified" icon if an image is official. (#761)
  • Logs are now sent to both std and syslog. (#763)
  • Make it possible to create privileged containers. (#753)
  • Better handling of empty states when selecting images, pods and volumes for a container to be created. (#769)
  • Unification of status and health status in the container row. (#774)
  • The recently introduced libadwaita Spinner now replaces all gtk Spinners. (#802)

Fixes

  • All remaining processes are now closed after a container terminal exits. (#744)
  • Streams are now closed correctly so that they do not run forever when the user changes the connection. (#764)
  • A bug was fixed where the content of the container log page was initially too large. (#769)
  • Stop filtering out containers, pods and volumes by default. (#770)

Improvements

  • We now use appdata to construct the about dialog. (#743)
  • Improve performance by utilizing the SignalListItemFactory::setup signal. (#745)
  • Port GtkTreeView to GtkColumnView. (#746)
  • After the last connection has been removed from the page with the connection selection, the home page is displayed again. (#760)
  • The same background color is now used for list views as for the window. (#769)
  • We have moved the banner from the bottom to the top in the container log page. (#769)
  • Some titles have been shortened. (#769)
  • We now use AboutDialog instead of AboutWindow. (803)
  • Various style improvements (#741, #757)
[–] petsoi@discuss.tchncs.de 2 points 2 weeks ago

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

[–] petsoi@discuss.tchncs.de 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

[–] petsoi@discuss.tchncs.de 8 points 3 weeks ago

Cool. Thanks for sharing!

[–] petsoi@discuss.tchncs.de 5 points 1 month ago

That's very cool!

[–] petsoi@discuss.tchncs.de 5 points 2 months ago (1 children)

Probably also due to the GUADEC...

[–] petsoi@discuss.tchncs.de 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.

[–] petsoi@discuss.tchncs.de 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

[–] petsoi@discuss.tchncs.de 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.

[–] petsoi@discuss.tchncs.de 2 points 2 months ago

What would you expect and why?

view more: next ›