search
HomeOperation and MaintenanceNginxCinnamon 5.8 desktop environment released: supports gesture operations, dark mode, new styles, etc.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

On June 8, the Cinnamon 5.8 desktop environment has been released and is already available in the Arch Linux stable software repository, and now 9to5 Linux has introduced the new features.

Cinnamon 5.8 brings support for the XDG desktop portal, provides better compatibility for Flatpak applications as well as GNOME/libadwaita applications, and supports taking screenshots.

Additionally, the feature also brings global dark mode settings to apps that support it, with three options to choose from including light, black, and let the app decide.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Another new feature in Cinnamon 5.8 is support for gestures on touchpads, touchscreens, and tablets for window management, workspace management, tiling, and media control.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Cinnamon 5.8 also introduces the new concept of "styles" to make your desktop environment look better. For this purpose, each style comes with three modes, namely Mix, Dark and Light, and Accent Color. In blended mode, most applications are light-colored, while some desktop elements are dark for contrast.

Tooltips have been redesigned to be more consistent across various GTK versions (GTK2, GTK3) and Cinnamon, and they now also use accent colors. Tooltips in Cinnamon are now larger and rounder with larger margins, and there's some space between applets so they don't look crowded on the panel.

Notifications are also starting to use accent colors, and they now favor symbol icons whenever possible. Accent color options don't appear in the theme panels of distributions other than Linux Mint, but you can change them using advanced settings.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Cinnamon The default file manager Nemo has gained support for multi-threaded thumbnails. This is a performance improvement and Nemo is now generating Thumbnailing requires less CPU resources and can generate multiple thumbnails in parallel instead of generating each thumbnail one at a time. With this enhancement, your large folders now open faster.

Several Cinnamon applets have been improved, including the grouped window list and the sound applet. Additionally, the menu applet can now be resized using the mouse pointer, there are new buttons in settings that allow you to restore its original size, and menus can be edited faster via the applet's right-click context menu.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Among other things, Cinnamon 5.8 adds keyboard shortcuts for twisting the mouse pointer between monitors in a multi-monitor setup, adding the ability to twist the mouse pointer by clicking the middle mouse button Pasted the currently selected feature (enabled by default in Mouse and Touchpad settings) and added disabling low battery warnings for connected devices in Power Management settings.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Cinnamon 5.8 also leverages the vga_switcheroo Linux subsystem for GPU offloading on laptops with mixed graphics and adds a new option in the Windows Alt Tab settings for Alt Tab After the operation is completed, adjust the mouse pointer to the newly focused window.

Cinnamon 5.8 桌面环境发布:支持手势操作、黑暗模式、新样式等

Cinnamon 5.8 comes with updated CJS (IT House Note: Cinnamon Javascript interpreter), which is based on GJS 1.74 and uses SpiderMonkey (libmozjs) 102, which will give Cinnamon Bring performance improvements.

As mentioned before, Cinnamon 5.8 has been launched in the Arch Linux stable repository and is expected to be launched in the repositories of other popular distributions soon. Cinnamon 5.8 will be the default desktop environment for the upcoming Linux Mint 21.2 “Victoria” distribution later this month.

The above is the detailed content of Cinnamon 5.8 desktop environment released: supports gesture operations, dark mode, new styles, etc.. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
Using NGINX Unit: Deploying and Managing ApplicationsUsing NGINX Unit: Deploying and Managing ApplicationsApr 22, 2025 am 12:06 AM

NGINXUnit can be used to deploy and manage applications in multiple languages. 1) Install NGINXUnit. 2) Configure it to run different types of applications such as Python and PHP. 3) Use its dynamic configuration function for application management. Through these steps, you can efficiently deploy and manage applications and improve project efficiency.

NGINX vs. Apache: A Comparative Analysis of Web ServersNGINX vs. Apache: A Comparative Analysis of Web ServersApr 21, 2025 am 12:08 AM

NGINX is more suitable for handling high concurrent connections, while Apache is more suitable for scenarios where complex configurations and module extensions are required. 1.NGINX is known for its high performance and low resource consumption, and is suitable for high concurrency. 2.Apache is known for its stability and rich module extensions, which are suitable for complex configuration needs.

NGINX Unit's Advantages: Flexibility and PerformanceNGINX Unit's Advantages: Flexibility and PerformanceApr 20, 2025 am 12:07 AM

NGINXUnit improves application flexibility and performance with its dynamic configuration and high-performance architecture. 1. Dynamic configuration allows the application configuration to be adjusted without restarting the server. 2. High performance is reflected in event-driven and non-blocking architectures and multi-process models, and can efficiently handle concurrent connections and utilize multi-core CPUs.

NGINX vs. Apache: Performance, Scalability, and EfficiencyNGINX vs. Apache: Performance, Scalability, and EfficiencyApr 19, 2025 am 12:05 AM

NGINX and Apache are both powerful web servers, each with unique advantages and disadvantages in terms of performance, scalability and efficiency. 1) NGINX performs well when handling static content and reverse proxying, suitable for high concurrency scenarios. 2) Apache performs better when processing dynamic content and is suitable for projects that require rich module support. The selection of a server should be decided based on project requirements and scenarios.

The Ultimate Showdown: NGINX vs. ApacheThe Ultimate Showdown: NGINX vs. ApacheApr 18, 2025 am 12:02 AM

NGINX is suitable for handling high concurrent requests, while Apache is suitable for scenarios where complex configurations and functional extensions are required. 1.NGINX adopts an event-driven, non-blocking architecture, and is suitable for high concurrency environments. 2. Apache adopts process or thread model to provide a rich module ecosystem that is suitable for complex configuration needs.

NGINX in Action: Examples and Real-World ApplicationsNGINX in Action: Examples and Real-World ApplicationsApr 17, 2025 am 12:18 AM

NGINX can be used to improve website performance, security, and scalability. 1) As a reverse proxy and load balancer, NGINX can optimize back-end services and share traffic. 2) Through event-driven and asynchronous architecture, NGINX efficiently handles high concurrent connections. 3) Configuration files allow flexible definition of rules, such as static file service and load balancing. 4) Optimization suggestions include enabling Gzip compression, using cache and tuning the worker process.

NGINX Unit: Supporting Different Programming LanguagesNGINX Unit: Supporting Different Programming LanguagesApr 16, 2025 am 12:15 AM

NGINXUnit supports multiple programming languages ​​and is implemented through modular design. 1. Loading language module: Load the corresponding module according to the configuration file. 2. Application startup: Execute application code when the calling language runs. 3. Request processing: forward the request to the application instance. 4. Response return: Return the processed response to the client.

Choosing Between NGINX and Apache: The Right Fit for Your NeedsChoosing Between NGINX and Apache: The Right Fit for Your NeedsApr 15, 2025 am 12:04 AM

NGINX and Apache have their own advantages and disadvantages and are suitable for different scenarios. 1.NGINX is suitable for high concurrency and low resource consumption scenarios. 2. Apache is suitable for scenarios where complex configurations and rich modules are required. By comparing their core features, performance differences, and best practices, you can help you choose the server software that best suits your needs.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools