🔒
Es gibt neue verfügbare Artikel. Klicken Sie, um die Seite zu aktualisieren.
Heute — 16. April 2026Haupt-Feeds

Linux Mint’s next release won’t be until Christmas 2026

16. April 2026 um 17:04

A laptop showing the Linux Mint desktop.Linux Mint has confirmed it is switching to a longer development cycle, in order to give the team more time to ‘fix bugs and improve the desktop’. As a result, the Linux Mint 23 release is now slated to launch in December 2026. It will, among other planned changes, use the same installer as LMDE (Linux Mint Debian Edition) as this offers better OEM install, SecureBoot and LVM/LUKS support. Project lead Clement Lefebvre intimated that upending the distro’s standard twice-yearly release model was needed in February, noting that “…one of our strengths is that we’re doing things incrementally and changing […]

You're reading Linux Mint’s next release won’t be until Christmas 2026, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

How to Take Screenshots in Linux Mint [Beginner's Tip]

12. April 2026 um 13:51
Von: Sreenath

Linux Mint is known for being simple and beginner friendly. It works out of the box with most essential features ready to use, so you don’t have to spend time setting things up. One such basic task is taking screenshots, and Mint makes it very easy even if you are completely new to Linux.

In this beginner's guide, we will look at the built-in screenshot tool in Linux Mint and the keyboard shortcuts you can use right away.

📋
This article is part of the Linux Mint beginner's tutorial series.

The GUI screenshot tool that you don't want to miss

Linux Mint provides a simple graphical interface for those who prefer a GUI solution for taking screenshots.

Beyond the basic options, the tool also includes a few useful features. Let’s take a look at them next.

First, open the Screenshot tool by searching for it in the start menu.

In the Linux Mint Start menu, search for Screenshot and open the Screenshot tool.
Open Screenshot Tool
💡
You can pin the Screenshot app to the taskbar for quick access.

The interface is simple and easy to understand. There are three main options:

  • Capture Screen: Takes a screenshot of the entire screen
  • Capture Window: Captures the active window
  • Capture Selection: Lets you select a specific area using left-click and drag to capture.
Linux Mint GNOME Screenshot Utility Interface.
Screenshot Tool Interface

After choosing the method, click the Take Screenshot button at the top left of the window.

Show mouse cursor in screenshot

In the Screenshot tool, you will find an option called Show Pointer. Enable this if you want the mouse pointer to be visible in your screenshots.

Show Pointer option in GNOME Screenshot Utility in Linux Mint.
Show Pointer

Take screenshot with a delay

You can also set a small delay before taking a screenshot.

🚧
This does not apply to keyboard shortcuts by default.

In the Screenshot tool, enter a value in seconds under the Delay in Seconds option.

Add a delay to taking screenshot in Linux Mint.
Add a Delay to Screenshot

Once set, the tool will wait for the specified time before capturing the screenshot when using the GUI. For example, if you set it to 5 seconds, the screenshot will be taken after a 5 second delay.

💡
One common use case for delay is capturing the mouse cursor in window or area screenshots. Without a delay, the screenshot is taken instantly, so you do not get time to move the cursor from the Screenshot tool to the target application or position it properly.

Using keyboard shortcuts

If you prefer not to open a GUI app every time you take a screenshot, that is not a problem. Linux Mint provides keyboard shortcuts that let you quickly capture the screen in different ways.

Take the screenshot of entire screen

You can press the PrtScr key on your keyboard to capture the entire screen.

After taking the screenshot, you will be prompted to either save it with a name or copy it to the clipboard. This works well for basic use.

However, this can feel limited if you only want to capture a small part of the screen. The good news is that Linux Mint also provides an easy way to do that.

Take the screenshot of an area

To take the screenshot of a specific area, use the Shift + PrtScr shortcut.

Your screen will dim slightly and the cursor will change to a plus sign. Click, hold, and drag to select the area you want to capture.

Once you release the mouse button, you can choose to copy the screenshot or save it.

🚧
Keep in mind that you cannot adjust the selection after releasing the click, so make sure to select the area carefully.

Take screenshot of a window

Sometimes, you may want to capture only the currently active window. While you can do this using the area selection method, using a shortcut is much more convenient.

Press Alt + PrtScr to take a screenshot of the active window.

There are a few things to keep in mind. If a menu is open inside the window, like a top menu or a right-click context menu, this shortcut may not work.

🚧
In my case, I was not able to use any of the screenshot shortcuts if the window in focus has a menu opened. In this case, you need to set a delay to take the screenshot, which we will see in a later section.

Also, if a dialog box is open, the tool will capture whichever window is active at that moment, whether it is the main window or the dialog.

Record the screen

Many people do not realize that Linux Mint also includes a built-in screen recorder. It is not visible in the menus, so it is easy to miss.

Press Shift + Ctrl + Alt + R to start recording your screen. Use the same key when a recording is active to stop recording.

This is a basic tool, so do not expect features like those in dedicated applications such as OBS Studio or SimpleScreenRecorder. It simply records your entire screen.

When you stop the recording, the video file is saved in the Videos folder inside your Home directory.

Custom Shortcuts

In the previous section, we saw that the GUI tool offers options like delay and showing the mouse pointer, which are not available with the default keyboard shortcuts.

However, this does not mean you are limited. In Linux Mint, you can create custom shortcuts to include these actions as well.

The screenshot options

Before setting up custom screenshot shortcuts, it helps to understand the available options. Linux Mint uses the GNOME Screenshot tool for both the GUI and keyboard based screenshots.

GNOME Screenshot provides several useful options, along with many more that you can explore in its man page.

  • gnome-screenshot -w: Take the screenshot of current active window.
  • gnome-screenshot -a: Take the screenshot of a select region by click and drag.
  • gnome-screenshot -d 5: Add a 5 second delay before taking a screenshot of the entire screen.
  • gnome-screenshot -d 5 -p: Apply a 5 second delay and include pointer in the screenshot.
  • gnome-screenshot -d 5 -a, gnome-screenshot -d 5 -w: Take screenshot of select area/window respectively with a 5 second delay.

Setting custom screenshot shortcuts

Search for and open Keyboard from the start menu.

Search for keyboard in Start Menu and open the Keyboard application from the list.
Open Keyboard Application

Go to the Shortcuts tab and then select Custom Shortcuts. Click on the Add custom shortcut button.

In the shortcuts tab of Keyboard application, go to Custom Shortcut and select the Add custom shortcut button.
Add Custom Shortcut

Now, enter a name for the shortcut. For example, you can use "Take screenshot of an area with a delay" in the Name field.

Add a name for the shortcut in the name field and add a command that you want to execute when the key is pressed.
Enter name and command

In the command field, enter the required command. For example, use gnome-screenshot -d 5 -a, and then click the Add button.

The command will now be listed. To assign a shortcut, select it under Keyboard shortcuts and click on the Unassigned option in the Keyboard bindings section.

0:00
/0:13

Add the keybinding to the custom command.

You will be prompted to press a key combination. Press the shortcut you want to use.

You can repeat the same steps to create and assign shortcuts for other commands based on your needs.

Other screenshot tools

Sometimes, basic screenshots are not enough. You may want to annotate an image or add borders and other adjustments.

These are image editing features, and they are not available in the default Screenshot tool in Linux Mint.

For such needs, you can use third party screenshot tools that offer more control and customization.

We have a separate article that covers screenshot tools you can use in more detail. You can refer to it to find options that suit different needs and use cases.

As a quick note, Flameshot and Ksnip are two good screenshot tools you can use for editing and customization. You can also use Gradia that also provides basic editing.

Did you find it useful? Feel free to share your thoughts in the comments.

Linux Mint Will Adopt a Longer Development Cycle Starting with Linux Mint 23

16. April 2026 um 13:49

Linux Mint 22.3 Zena

Linux Mint devs announced that they will adopt a longer development cycle starting with the upcoming Linux Mint 23 release, as well as other important changes to the distribution.

The post Linux Mint Will Adopt a Longer Development Cycle Starting with Linux Mint 23 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Archinstall 4.2 Arch Linux Installer Brings Granular KDE Plasma Configuration

15. April 2026 um 22:53

Archinstall 4.0

Archinstall 4.2 text-based installer for Arch Linux is now available with granular KDE Plasma configuration, a new Pacman settings submenu with Color and Parallel Downloads, and other changes.

The post Archinstall 4.2 Arch Linux Installer Brings Granular KDE Plasma Configuration appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Zorin OS 18.1 Boosts Windows App Support by 40%, Improves Window Tiling

15. April 2026 um 17:58

Zorin OS 18.1

Zorin OS 18.1 is now available for download based on Ubuntu 24.04.4 LTS and powered by the Linux 6.17 HWE kernel. Here's what's new!

The post Zorin OS 18.1 Boosts Windows App Support by 40%, Improves Window Tiling appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Latest Raspberry Pi OS Release Disables Passwordless sudo by Default

14. April 2026 um 13:40

Raspberry Pi OS USB

Raspberry Pi OS 2026-04-13 is now available for download with a much-improved Control Center app, passwordless sudo disabled by default, Chromium enhancements, and many other changes.

The post Latest Raspberry Pi OS Release Disables Passwordless sudo by Default appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Linux 7.0 eröffnet neuen Kernelzyklus

13. April 2026 um 07:09
Von: Ferdinand
Linus Torvalds hat Linux 7.0 freigegeben. Der neue Kernel verbessert die Fehlerberichterstattung bei Dateisystemen. XFS bietet selbstheilende Funktionen, die Korrekturen zur Laufzeit vornehmen können.

Linux 7.0: faster swap, Intel TSX & Rock Band 4 controller support

13. April 2026 um 00:27

Linux kernel 7.0 released as a newspaper headline mockup.Linus Torvalds has released Linux 7.0, the kernel version that Ubuntu 26.04 LTS runs on. Linux 7.0 includes a new standardised filesystem error reporting system, faster swap performance and hardware video decoding for a crop of Rockchip ARM64 single-board computers. On the quirky side, Rock Band 4 Bluetooth controller support is now included. The shiny new version number does not, however, signify anything special. Linus has always been upfront that kernel version numbers tick up when the minor number gets a tad unwieldy, not because a ‘milestone’ has been reached. That said, there is plenty in this release worth talking […]

You're reading Linux 7.0: faster swap, Intel TSX & Rock Band 4 controller support, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Ältere BeiträgeHaupt-Feeds

9to5Linux Weekly Roundup: March 8th, 2026

09. März 2026 um 01:34

9to5Linux Roundup March 8th

9to5Linux Weekly Roundup for March 8th, 2026, brings news about the age restriction law, Nitrux 6.0, Linux Mint's new screensaver, Armbian 26.2, IPFire 2.29 Core Update 200, KDE Plasma 6.6.2, KDE Gear 25.12.3, CachyOS snapshot for March 2026, T2 Linux 26.3, digiKam 9.0, HandBrake 1.11, and more.

The post 9to5Linux Weekly Roundup: March 8th, 2026 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More

08. März 2026 um 19:11

CachyOS March 2026

The CachyOS ISO snapshot for March 2026 is now available for download with KDE Plasma 6.6, an improved installer, and more. Here’s what’s new!

The post CachyOS ISO Release for March 2026 Is Out with KDE Plasma 6.6, Winboat, and More appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Business Meets Gaming: TUXEDO InfinityBook Max 16 AMD

07. März 2026 um 07:45
Von: Ferdinand
TUXEDO Computers stellt dem InfinityBook Max 16 Intel jetzt ein Pendant mit AMD Ryzen AI 300 CPUs zur Seite. Das Notebook im Alu-Kleid eignet sich gleichermaßen für Business und Gaming.

TUXEDO InfinityBook Max 16 Linux Laptop Now Available with AMD Ryzen AI 300

06. März 2026 um 14:36

InfinityBook Max 16 Gen10

TUXEDO Computers launches a new variant of the InfinityBook Max 16 Gen10 Linux-powered laptop with AMD Ryzen AI 300 processors.

The post TUXEDO InfinityBook Max 16 Linux Laptop Now Available with AMD Ryzen AI 300 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

T2 Linux 26.3 Is Out with Fully Reproducible Wayland-Based KDE Plasma Experience

04. März 2026 um 19:04

T2 Linux 26.3

T2 Linux SDE 26.3 “Desktop Edition” is now available as a massive update for this highly portable source-based Linux distribution. Here’s what’s new!

The post T2 Linux 26.3 Is Out with Fully Reproducible Wayland-Based KDE Plasma Experience appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Linux Mint shows off its new lock screen/screensaver

04. März 2026 um 17:47

Linux Mint redesigned Lock Screen.Linux Mint is working on a redesigned screensaver and lock screen for the Cinnamon desktop. Based on our first look, it’s a solid improvement. If the word “screensaver” conjures flying star fields or photo slideshows, that’s fair, but in Cinnamon it also acts as the ‘screen locker’. In 2026, ‘saving’ the screen is less of a concern than ‘locking’ it, but many users enjoy seeing a pretty ‘idle’ display. Cinnamon’s new lock screen will, based on designs shared by Linux Mint, convey more information without you needing to unlock. Battery level, time and date, media player controls and unread notifications […]

You're reading Linux Mint shows off its new lock screen/screensaver, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Linux Mint Devs Prep Wayland-Native Cinnamon Screensaver for Linux Mint 23

04. März 2026 um 17:14

Linux Mint Cinnamon Screensaver

Linux Mint devs prep new, Wayland-native screensaver for the Cinnamon desktop environment that will be implemented in future Linux Mint releases.

The post Linux Mint Devs Prep Wayland-Native Cinnamon Screensaver for Linux Mint 23 appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Xournal++ adds tablet-friendly toolbar mode

04. März 2026 um 05:31

Xournalpp note taking app.If you take handwritten notes on Linux, chances are Xournal++ is something you’ve tried as its solid feature set and stylus support has earned it a loyal following amongst those who’d rather annotate PDFs or sketch equations than type. One criticism that follows it around is its interface. It’s rather pointer-led; lots of menus, buttons and tiny hit targets in toolbars. It doesn’t prevent you from doing what you opened the app to do – write, draw, scrawl and markup – but it’s not ideal. Well, that’s what a new tablet mode toolbar configuration recently merged in Xournal++‘s development builds […]

You're reading Xournal++ adds tablet-friendly toolbar mode, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

Kali Linux führt optionale KI-Unterstützung ein

02. März 2026 um 08:02
Von: Ferdinand
Die auf Pen-Testing und ethisches Hacking spezialisierte Distribution Kali Linux bietet seit Kurzem optional die Verwendung von Claude AI über einen eigenen MPC-Server an.

Master the Essential Keyboard Shortcuts in Linux Mint to Feel Like a Pro User

24. Februar 2026 um 10:27
Von: Sreenath


I am sharing some essential shortcuts to get you started. I will also briefly share how you can set custom shortcuts for all actions.

Tails 7.5 Anonymous Linux OS Released with Updated Tor Client and Tor Browser

26. Februar 2026 um 16:23

Tails 7.5

Tails 7.5 anonymous Linux OS is now available for download with Tor client 0.4.9.5, Tor Browser 15.0.7, and other changes. Here's what's new!

The post Tails 7.5 Anonymous Linux OS Released with Updated Tor Client and Tor Browser appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

❌