Arch linux kde gnome

Arch Linux

Hello, didnt know exactly where to put this. I’m not completely new to Arch but I am to the forums.

I have gnome installed. I want to remove it and install KDE instead. (getting a bit bored with gnome) What i want to know is how to do it safely as possible without hurting the other packages; wine, libreoffice, vlc, chrome and other important system stuff for example; and install KDE. Also whether its actually easier and safer to do a complete format and reinstall of arch. While this is a bit more cumbersome, i don’t mind reinstalling, kind of fun really. But, its very much better if i could do it without formatting entirely.

#2 2016-11-02 14:45:39

Re: Removing Gnome and Installing KDE

pacman -Rs gnome gnome-extras pacman -S plasma

#3 2016-11-02 14:47:28

Re: Removing Gnome and Installing KDE

You don’t need to uninstall gnome to install KDE. Desktop environments behave well when when installed on the same machine, as only one is ever active at the same time.

Here, if you want to install KDE, you should look at the wiki:
https://wiki.archlinux.org/index.php/KDE#Installation

Once you’re done, you simply have to log out of your current session and select the desktop environment of your choice before logging back in.

If you insist on uninstalling gnome, you will need to remove all gnome-related packages via pacman, as Morn recommended.

#4 2016-11-02 23:58:16

Re: Removing Gnome and Installing KDE

Last time I tried to uninstall gnome with (‘Pacman -Rsn gnome’, I think) I ended up uninstalling important dependencies. the system failed to load the greeter.

Читайте также:  Mikrotik l2tp ipsec to linux

#5 2016-11-03 08:57:27

Mr.Elendig #archlinux@freenode channel op From: The intertubes Registered: 2004-11-07 Posts: 4,084

Re: Removing Gnome and Installing KDE

You uninstalled gdm but didn’t disable the service, most likely.

Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Источник

Arch Linux

Hi, I’ve been using Arch for some weeks and I love it. I started using KDE but the way things work there I don’t like it so much so I want to give GNOME a try and maybe stick with it.

What would be the procedure to do that well and don’t mess things up?

#2 2022-06-25 22:59:54

Re: How to switch from KDE to GNOME?

Remove the packages you installed for KDE, install the packages you need for GNOME.

Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

#3 2022-06-25 23:23:51

Re: How to switch from KDE to GNOME?

I’ll try later and update topic

#4 2022-06-25 23:55:49

Re: How to switch from KDE to GNOME?

I used to use gnome with sddm, it was fine for the most part, but you might want to use gdm if you plan on using gnome by itself.

#5 2022-07-19 04:18:40

Re: How to switch from KDE to GNOME?

In my experience I was able to get KDE and GNOME to play nice with each other after some initial config file screwups caused by having them both installed at the same time.

The order you install them in seems to matter, I’d installed GNOME and then KDE, with KDE overwriting some of Gnome’s GTK/Qt settings.

I really wish the two teams (plus others) would just create their own separate config folder already, like xfce4, so we can finally switch between all of them freely without worrying about breaking some random configuration and rendering everything unreadable.

«An idiot admires complexity, a genius admires simplicity.»

#6 2022-07-19 14:58:58

ewaller Administrator From: Pasadena, CA Registered: 2009-07-13 Posts: 19,346

Re: How to switch from KDE to GNOME?

They can be be installed side by side. One can start Gnome from sddm, or Plasma from gdm. One can also have gdm and sddm side by side and enable one or the other.
Either can be removed at any time.

Nothing is too wonderful to be true, if it be consistent with the laws of nature — Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. — Alan Turing

How to Ask Questions the Smart Way

Читайте также:  Installing aircrack in linux

#7 2022-07-19 16:11:32

twelveeighty Member From: Alberta, Canada Registered: 2011-09-04 Posts: 986

Re: How to switch from KDE to GNOME?

. KDE overwriting some of Gnome’s GTK/Qt settings.[. ] switch between all of them freely without worrying about breaking some random configuration and rendering everything unreadable.

Common misconception is that the G in GTK stands for GNOME. It doesn’t. Both Qt and GTK are just toolkits that are ‘above’ (or ‘below’) the DE. So, logically, there is only ‘one’ configuration for GTK and Qt. KDE and GNOME mess with the config to make GTK and Qt applications look somewhat identical and ‘fit’ in the DE theme/look and feel. My recommendation would be to have two separate users for KDE and GNOME if you want to compare the DEs for usefulness / look and feel, since that will create two separate $HOME directories for each DE to mess around in and you get to see each DE’s ‘default’ configuration.

#8 2022-07-19 19:24:18

Re: How to switch from KDE to GNOME?

sudo pacman -Rnsc plasma sudo pacman -S gnome

Removes any and all KDE packages and installs all the GNOME ones.

System Specs:
Intel Core i5-2400 Nvidia GTX 1050ti Logitech G402 Hyperion Fury (Mouse) BestBuy Essentials USB Keyboard
Software Specifications:
Desktop Environment: KDE Plasma Window Manager: KWin Operating System: Arch Linux (btw)

Источник

Установка GUI на Arch Linux

Имеется довольно много графического окружения и на любой вкус. Я расскажу о некоторых из них и как установить их на arch linux.

Основные графические оболочки

Смотрим какая видеокарта имеется в системе:

Как вы, наверное, знаете, есть много популярных менеджеров для входа в графическую среду — GDM, SDDM, LXDM, LightDM и MDM и так далее. Я буду использовать именно SDDM.

Устанавливаем SDDM (менеджер для входа):

Добавляем sddm в автозагрузку ОС:

Переходим к выбору графической среды.

Установка Gnome на Arch Linux

Устанавливаем Xorg пакеты:

# pacman -S xorg xorg-xinit mesa

Устанавливаем gnome. Откройте терминал и выполните следующую команду:

# pacman -S gnome gnome-extra

Установка Gnome на Arch Linux

Установка Gnome на Arch Linux

Установка KDE на Arch Linux

Именно для KDE 5 Plasma, я приводил установку и чтобы не повторятся, вот статья:

Установка Deepin на Arch Linux

Устанавливаем Xorg пакеты:

# pacman -S xorg xorg-xinit mesa

Устанавливаем deepin. Откройте терминал и выполните следующую команду:

# pacman -S deepin deepin-extra

Установка Deepin на Arch Linux

Установка Deepin на Arch Linux

Читайте также:  Linux пользователь без прав

Установка Cinnamon на Arch Linux

Устанавливаем Xorg пакеты:

# pacman -S xorg xorg-xinit mesa

Устанавливаем cinnamon. Откройте терминал и выполните следующую команду:

# pacman -S cinnamon nemo-fileroller

Установка Cinnamon на Arch Linux

Установка Cinnamon на Arch Linux

Установка MATE на Arch Linux

Устанавливаем Xorg пакеты:

# pacman -S xorg xorg-xinit mesa

Устанавливаем MATE DE. Откройте терминал и выполните следующую команду:

Установка MATE на Arch Linux

Установка MATE на Arch Linux

Установка Xfce на Arch Linux

Устанавливаем Xorg пакеты:

# pacman -S xorg xorg-xinit mesa
# pacman -S xfce4 xfce4-goodies

Теперь можно перезагрузить систему командой

Установка Xfce на Arch Linux

Вот и все, статья «Установка GUI на Arch Linux» завершена.

Добавить комментарий Отменить ответ

Этот сайт использует Akismet для борьбы со спамом. Узнайте, как обрабатываются ваши данные комментариев.

Рубрики

  • Arch Linux (167)
  • Commands (36)
  • Debian’s (635)
    • Administration tools Ubuntu (37)
    • Backups Debian’s (7)
    • Database в Ubuntu (58)
    • Games (игры) (1)
    • Monitoring в Debian и Ubuntu (49)
    • Virtualization в Ubuntu / Debian/ Linux Mint (41)
      • Docker (22)
      • Kubernetes (6)
      • KVM (4)
      • OpenVZ (3)
      • Vagrant (5)
      • VirtualBox (6)
      • ArgoCD (1)
      • Concourse (1)
      • Gitlab (1)
      • Jenkinks (4)
      • Spinnaker (1)
      • Apache (32)
      • Cherokee (1)
      • FTP-services (5)
      • Lighttpd (1)
      • Nginx (26)
      • PHP (27)
      • Proxy для Debian’s (2)
      • Tomcat (4)
      • Панели управления в Ubuntu/Debian/Mint (24)
      • Установка и настройка почты на Ubuntu/Debian (12)
      • Хранилища (clouds) (2)
      • Administration tools freeBSD (19)
      • Database во FreeBSD (52)
      • Monitoring во freeBSD (37)
      • Virtualization во FreeBSD (22)
      • VoIP (1)
      • Установка Web сервисов (91)
      • Установка и настройка почты (6)
      • Установка из ports (пакетов) (19)
      • Установка из sorce code (исходников) (23)
      • Непрерывная интеграция (CI) (27)
      • Database в MacOS (36)
      • Monitoring в Mac OS (31)
      • Security (безопасность) (12)
      • Virtualization в Mac OS (30)
        • Docker (19)
        • Kubernetes (6)
        • Vagrant (5)
        • VirtualBox (5)
        • ArgoCD (1)
        • CircleCI (1)
        • Concourse (1)
        • Gitlab (1)
        • Jenkinks (4)
        • Spinnaker (1)
        • Administration tools CentOS (49)
        • Backups RPM’s (4)
        • Database в CentOS (68)
        • Monitoring в CentOS (67)
        • Virtualization в CentOS/ Red Hat/ Fedora (42)
          • Docker (23)
          • Kubernetes (6)
          • KVM (5)
          • OpenVZ (2)
          • Vagrant (5)
          • VirtualBox (6)
          • VMWare (3)
          • ArgoCD (1)
          • Concourse (1)
          • Gitlab (1)
          • Jenkinks (4)
          • Spinnaker (1)
          • Apache (35)
          • Cherokee (1)
          • DNS (3)
          • FTP (10)
          • Nginx (33)
          • PHP (34)
          • Proxy для RedHat’s (2)
          • Tomcat (2)
          • Voice (2)
          • Панели управления в CentOS/Red Hat/Fedora (27)
          • Прокси сервер на CentOS/RHEL/Fedora (4)
          • Установка и настройка почты на CentOS/RHEL/Fedora (14)
          • Хранилища (clouds) (1)

          соц сети

          Unix-Linux- в примерах

          Unix-Linux- в примерах

          Unix-Linux- в примерах

          Архив новостей

          Свежие записи

          Свежие комментарии

          • Глеб к записи Установка Adobe Flash Player в Debian/Ubuntu/Mint
          • Максим к записи Заблокировать User Agents используя Nginx
          • Денис к записи Как включить EPEL репозиторий на CentOS
          • Гость к записи Закомментировать/Раскомментировать строки vi/vim в Unix/Linux
          • Sergey к записи Установка и настройка OpenVPN сервера на Debian/Ubuntu/Linux Mint

          Источник

Оцените статью
Adblock
detector