Archives For November 30, 1999

This tutorial shows how to share either the Public or certain user folder for local network access in Ubuntu 24.04 or Ubuntu 24.10 with default GNOME desktop.

There are quite a few applications designed for local network file sharing/transferring, but for Ubuntu and other Linux with GNOME, there are built-in services to share user specific folder/folders for local access.
Continue Reading…

Darktable, the popular free open-source photography and RAW developer, released new 5.0.0 version yesterday. PPA updated for Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10.

Darktable 5.0.0 is a new major feature release. It now shows a splash screen at startup, including app loading process bar, which is useful for the user who has a large library. For choice, it can be disabled in the Preferences dialog, under miscellaneous tab.

Darktable startup splash screen

Continue Reading…

For those who are waiting for the latest NVIDIA 565.77 driver package, it’s now available in PPA for Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10.

NVIDIA 565.77 is so far the latest feature branch version graphics driver for Linux. As Ubuntu seems to prefer the production branch version, this new driver release will be less likely (in my own opinion) to be add into official system repository.

If the new driver includes specific features and bug-fixes for your device, then you may try the “Graphics Drivers” team PPA maintained by Ubuntu Team members.

Continue Reading…

Kdenlive, the popular Qt-based free open-source video editor, released new 24.12 version a few days ago.

The new release package was made available on December 14. KDE.org announced it within KDE Gear 24.12, though there’s still no official release note in kdenlive website at the moment of writing.

Continue Reading…

Flowblade, free open-source non-linear video editor, announced new 2.18 feature release today!

The new release introduced Credits Scroll Generator, allowing to add animated texts with scrolling or paging effects, like the list of names involved in making a film or TV show. And, text presentation and layout changes are controlled using a bit of MarkDown inspired markup.

Continue Reading…

qBittorrent, the popular free open-source Qt based BitTorrent client, released version 5.0.3 along with 5.1.0 Beta one day ago on Tuesday.

Changlog for the new 5.1.0 Beta so far is not available. But for version 5.0.3, it’s a maintenance release that includes primarily bug-fixes, improvements, and translation updates.
Continue Reading…

For those who want to try out the new XFCE Desktop 4.20, XUbuntu developer team has made it into experimental PPA for (X)Ubuntu 24.04 and (X)Ubuntu 24.10.

XFCE 4.20 is the new major release of the popular lightweight Linux desktop. It features experimental Wayland support, client-side decoration and hamburger menu for Thunar, power profile daemon, hybrid sleep, and many other exciting new features. See HERE or the official release note for details.

Try XFCE 4.20 in (X)Ubuntu 24.04 | 24.10

XFCE 4.20 will be probably default in next XUbuntu 25.04, Fedora 42 (spin), Arch, etc Linux Distributions.

For (X)Ubuntu, Linux Mint (XFCE edition), Linux Lite users who can’t wait, XUbuntu developer team has made the new desktop release into QA experimental PPA for testing purpose!

NOTE: The PPA is for testing purpose!!! The packages will be either moved to the Staging PPA (if passed verification), or removed.

1. First, press Ctrl+Alt+T on keyboard to open up a terminal window. When it opens, run command to add the PPA:

sudo add-apt-repository ppa:xubuntu-dev/experimental

Type user password when it asks, while there’s no visual feedback, and hit Enter to continue

2. After adding PPA, just run command to install all available updates to upgrade to XFCE 4.20:

sudo apt full-upgrade

NOTE: Linux Mint user may need to run sudo apt update first to refresh package cache.

For non-XUbuntu or Ubuntu based systems without XFCE4, you need to run the command below instead to install the new desktop environment:

sudo apt install xubuntu-desktop

Tips: It’s recommended to copy what packages it’s going to install, in case you want to uninstall them later.

After installation, restart your computer. Then, launch “XFCE About” dialog to check the desktop version.

Uninstall XFCE 4.20

To restore the previous XFCE Desktop 4.18, simply install ppa-purge tool, then use it to purge that PPA which will downgrade all the install packages.

First, open terminal (Ctrl+Alt+T) and run command to install ppa-purge:

sudo apt install ppa-purge

Then, use the command below to purge the QA experimental PPA:

sudo ppa-purge ppa:xubuntu-dev/experimental

To remove XFCE desktop (don’t do it in XUbuntu or other Linux xfce edition), then try running command:

sudo apt remove --autoremove xfce4* libxfce4* xubuntu-* xfwm4

Linux world got some big updates, such as XFCE 4.20, RHEL 10.0 Beta, and Linux Mint 22.1 Beta, in last days. While, many free open-source apps also released updates recently you may care about.

And, here I’m going to introduce some of them for you. They include Audacity 3.7.1, GNU Octave 9.3.0, Scrcpy 3.1, VS Code 1.96, and TeXstudio 4.8.5.

Continue Reading…

XFCE, the popular GTK based Linux Desktop environment, announced new 4.20 release yesterday on Sunday!

It’s a new major release with the effort of almost 2 years of development, features include initial Wayland support, revamped Thunar file manager, power profiles daemon, and more!

Continue Reading…

Transmission, the popular free open-source BitTorrent client, announced the Beta release of next 4.1.0 version today!

The new release features optional sequential downloading support. Which, is useful when you want to watch large videos/movies while they are being downloaded.

However, I don’t find a graphical option to do the job, but only command line option -seq or --sequential-download for transmission-cli.

Continue Reading…