Open-source News

Intel Sends In A Bunch Of New CXL Code For Linux 6.2

Phoronix - Sun, 12/11/2022 - 19:00
As expected, the Linux 6.2 kernel is introducing a lot more Compute Express Link (CXL) enablement code...

Simplify your Linux PC with the PCManFM file manager

opensource.com - Sun, 12/11/2022 - 16:00
Simplify your Linux PC with the PCManFM file manager Seth Kenlon Sun, 12/11/2022 - 03:00

The PCMan File Manager, or PCManFM for short, is a fast and lightweight file manager that's full of features. It was developed for the LXDE desktop environment, but is a stand-alone application and can be used with the desktop or window manager of your choice.

Install PCManFM

On Linux, you can probably find PCManFM in your software repository. For instance, on Fedora, Mageia, and similar:

$ sudo dnf install pcmanfm

On Debian, Elementary, and similar:

$ sudo apt install pcmanfm Image by:

(Seth Kenlon, CC BY-SA 4.0)

PCManFM doesn't have to replace your desktop's file manager, but some distributions assume that when you install a "third party" file manager, you want it to take precedence over the default. Depending on the desktop you're using, there are different ways of setting your default file manager. Usually, it's in System Settings under Default Applications.

If your desktop environment or window manager has no interface to select your default applications, you can set your preference in the ~/.local/share/applications/mimeapps.list file. To designate a file manager as default, place it at the top of the [Default Applications] section, first specifying the file type and then the name of the application file (as it appears in /usr/share/applications) you want to use to open it:

inode/directory=myfilemanager.desktop;PCManFM

If you're a fan of GNOME 2 or the Mate project's Caja file manager, then PCManFM is a great alternative to consider. PCManFM is a lot like Caja in design, but it's not bound to the desktop in the way Caja is, so it's available even on the latest GNOME desktop.

The default layout of PCManFM has a helpful toolbar near the top of the window, a side panel providing quick access to common directories and drives, and a status bar with details about your current selection. You can hide or show any of these elements using the View menu.

More Linux resources Linux commands cheat sheet Advanced Linux commands cheat sheet Free online course: RHEL technical overview Linux networking cheat sheet SELinux cheat sheet Linux common commands cheat sheet What are Linux containers? Our latest Linux articles Tabs and panels

PCManFM also uses tabs. If you've never used a tabbed file manager before, then think of a web browser and how it uses tabs to let you open multiple web pages in just one window. PCManFM can similarly open several directories in the same window.

To transfer a file or folder from one tab to another, just drag the file's icon to the tab and hover. After a nominal delay, PCManFM brings the target tab to the front so you can continue your drag-and-drop operation. It takes some getting used to if you're not used to interacting with tabs in a file manager, but it doesn't take long, and it's a very powerful feature for decluttering your workspace.

Another nice feature of the PCManFM interface is its ability to split a window into two panels. Each panel is effectively a tab, but each one only takes up half of the window.

Image by:

(Seth Kenlon, CC BY-SA 4.0)

This makes dragging from one to the other just as easy and natural as dragging a file into a folder. I find it useful for comparing the contents of folders, too.

File management with PCMan

PCManFM is a great little file manager with all the basic features you need on an everyday basis. It's a natural replacement for a file manager you might find too complicated, as well as a great option on old computers that might struggle with a file manager that's constantly drawing thumbnails and refreshing and generating animations. PCMan focuses on the core task of a file manager: managing files. Try it out on your Linux PC.

PCMan File Manager is a great option for making old computers feel more efficient.

Image by:

LSE Library. Modified by Opensource.com. CC BY-SA 4.0

Linux What to read next This work is licensed under a Creative Commons Attribution-Share Alike 4.0 International License. Register or Login to post a comment.

OpenShot 3.0 Released With Many Open-Source Video Editing Enhancements

Phoronix - Sun, 12/11/2022 - 09:00
For those thinking about what open-source non-linear video editor to try out this holiday season for any videos, OpenShot 3.0 was officially released today as a big step forward for that project...

Meson 1.0 Build System Nears With Stable Rust Module, Other Improvements

Phoronix - Sun, 12/11/2022 - 03:49
The Meson build system continues enjoying terrific developer adoption and that's even prior to declaring a "1.0" version. However, that's about to change with Meson 1.0-rc1 having now been issued for testing...

8 Best Linux Smart TVs - Hindustan Times

Google News - Sun, 12/11/2022 - 01:49
8 Best Linux Smart TVs  Hindustan Times

Google Chrome/Chromium Goes Ahead In Removing JPEG-XL Support

Phoronix - Sat, 12/10/2022 - 23:24
Back in October was the surprising move of Google deprecating JPEG-XL support in their Chrome/Chromium web browser. Google engineers argued there wasn't enough interesti n JPEG-XL and not sufficient enough benefits over existing formats. Their plan was to remove the JPEG-XL support in Chrome 110 and indeed that has now happened...

SLOB Allocator Being Deprecated With Linux 6.2

Phoronix - Sat, 12/10/2022 - 22:12
Following the recent developer talk of looking to drop SLOB from the Linux kernel, this simple allocator is being deprecated come Linux 6.2...

Pages