Warning: session_start(): Session cannot be started after headers have already been sent in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 6

Deprecated: Optional parameter $post_id declared before required parameter $field is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/includes/acf-value-functions.php on line 54

Deprecated: Optional parameter $value declared before required parameter $field is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/includes/acf-value-functions.php on line 166

Deprecated: Optional parameter $post_id declared before required parameter $field is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/includes/acf-value-functions.php on line 166

Deprecated: Optional parameter $key declared before required parameter $value is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/includes/ajax/class-acf-ajax.php on line 76

Notice: Function register_sidebar được gọi không chính xác. Không có đối số id cho sidebar "Right Sidebar". Mặc định là "sidebar-1". Hãy đặt id là "sidebar-1" để tắt thông báo này và giữ nội dung hiện tại của sidebar. Vui lòng xem Hướng dẫn Debug trong WordPress để biết thêm thông tin. (Thông điệp này đã được thêm vào trong phiên bản 4.2.0.) in /home/onetcomvn/public_html/wp-includes/functions.php on line 6031

Warning: Undefined array key "ac" in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 796

Deprecated: Optional parameter $i declared before required parameter $post_id is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-repeater.php on line 720

Deprecated: Optional parameter $i declared before required parameter $post_id is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-repeater.php on line 786

Deprecated: Optional parameter $name declared before required parameter $field is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-flexible-content.php on line 1038

Deprecated: Optional parameter $i declared before required parameter $post_id is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-flexible-content.php on line 1074

Deprecated: Optional parameter $i declared before required parameter $post_id is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-flexible-content.php on line 1126

Deprecated: Optional parameter $id declared before required parameter $field is implicitly treated as a required parameter in /home/onetcomvn/public_html/wp-content/themes/Onetv2/inc/acf/pro/fields/class-acf-field-gallery.php on line 296

Warning: Constant WP_MEMORY_LIMIT already defined in /home/onetcomvn/public_html/wp-config.php on line 102
Install Xfce on Manjaro Linux Onet IDC

Install Xfce on Manjaro Linux

29/12/2020

Notice: Only variables should be assigned by reference in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 732
Tin Tức
Manjaro Linux is such an awesome Linux distro that brings the Arch Linux into a more user-friendly manner to the community. It dramatically releases the learning curve of Arch Linux. With intuitive and modern design, Manjaro Linux is suitable for home to professional usage on any level. In the case of any Linux distro, the desktop environment is one of the most important parts. Desktop environment is largely responsible for the user experience of that specific Linux distro. Keeping that in mind, there are already tons of available desktop environments for the Linux community, for example, GNOME, Xfce, KDE Plasma, LXDE etc. As of now, Manjaro Linux is available in 4 different variants – Xfce, KDE, Gnome, and Manjaro-architect.

Why Xfce?

I personally like the XFCE more than the others because of its lightweight nature and simplicity. XFCE features the blended look and feel of the classic computing systems and modern interfaces. It also comes up with a pretty basic set of powerful tools for everyday usage. Yet, it hogs less hardware resource (only 400MB of system memory) than most other desktop environments like KDE or GNOME.

Xfce is open-source and available on almost all the Linux distros. Are you a fan of Xfce? Let’s enjoy the awesome desktop environment on Manjaro Linux – an Arch-based distro targeting novice and new users into the world of Arch.

XFCE on Manjaro Linux

There are 2 different ways you can enjoy XFCE on Manjaro Linux.

Method 1

Get the XFCE version of Manjaro Linux ISO.

Then, install Manjaro Linux on your computer.

Method 2

If you already have Manjaro Linux installed and willing to switch to Xfce, then follow the guides. Note that the installation will take about 400MB of additional HDD space.

At first, make sure that all your system components are up-to-date.

sudo pacman -Syuu

Now, it’s time to install Xfce. Run the following command –

sudo pacman -S xfce4 xfce4-goodies network-manager-applet

Optional steps

These next steps are optional but I recommend using them for the complete Xfce experience.

Run the following commands –

sudo pacman -S lightdm lightdm-gtk-greeter lightdm-gtk-greeter-settings

sudo systemctl enable lightdm.service –force

This will install and use LightDM as the default display manager for Xfce.

Manjaro Linux officially offers predefined configurations and theming for Xfce.

sudo pacman -S manjaro-xfce-settings manjaro-settings-manager

Update the current user –

/usr/bin/cp -rf /etc/skel/. ~

Edit the “lightdm-gtk-greeter.conf” and replace the existing content with the following –

sudo gedit /etc/lightdm/lightdm-gtk-greeter.conf

Change the following lines –

[greeter]
background = /usr/share/backgrounds/breath.png
font-name = Cantarell 10
xft-antialias = true
icon-theme-name = Vertex-Maia
screensaver-timeout = 60
theme-name = Vertex-Maia
cursor-theme-name = xcursor-breeze
show-clock = false
default-user-image = #avatar-default
xft-hintstyle = hintfull
position = 50%,center 50%,center
clock-format =
panel-position = bottom
indicators = ~host;~spacer;~clock;~spacer;~language;~session;~a11y;~power

After everything is complete, restart your system.

Enjoying Xfce

Voila! Your system is now using Xfce!

For more information see the wikipage from Manjaro, that helped us write this article.

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

Make a bootable Linux USB using Linux Live USB Creator 2.9


Warning: Undefined array key "p" in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236
Linux Live USB Creator is a free yet powerful open-source software for creating a portable, bootable and virtualized USB...
28/12/2020

Top 5 Best Ubuntu Alternatives


Warning: Undefined array key "p" in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236
If you asked younger Linux users to tell you what their first Linux distribution was, we bet that Ubuntu would be the most...
29/12/2020

Cách chọn máy chủ proxy phù hợp với nhu cầu của bạn


Warning: Undefined array key "p" in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /home/onetcomvn/public_html/wp-content/themes/Onetv2/functions.php on line 236
Khi bạn cần sử dụng proxy để truy cập vào các trang web bị chặn hoặc giới hạn về địa chỉ...
27/02/2023
Bài Viết

Bài Viết Mới Cập Nhật

Dịch vụ thuê mua proxy US UK uy tín, chất lượng số #1
13/05/2024

Thuê mua proxy Việt Nam: Báo giá & các thông tin MỚI NHẤT
13/05/2024

Dịch vụ thuê mua proxy giá rẻ an toàn, tốc độ cao
13/05/2024

Thuê mua proxy V6 uy tín, chất lượng tại đâu?
11/05/2024

Thuê mua proxy Tiktok tăng doanh thu, hiệu quả cao
11/05/2024