zoukankan      html  css  js  c++  java
  • Switch Between Gnome And KDE Desktops In Ubuntu Or Kubuntu

    Switch Between Gnome And KDE Desktops In Ubuntu Or Kubuntu

        Switch Between Gnome And KDE Desktops In Ubuntu Or Kubuntu
        24

        ubuntulogo.jpgOne of Linux strong points over Windows is the capability to switch desktops. Several exist, but the two most popular are Gnome and KDE. For Windows users, KDE will have a familar Windows XP feel, while Gnome may seem dull.

        If you have been using Ubuntu, which uses Gnome as the default desktop, or Kubuntu which uses KDE as the desktop, and have been wondering what the other desktop looks like, you can easily install KDE or Gnome and switch back and forth before logging on to Ubuntu.

        

        

        

        

        If you are running Ubuntu, you can install KDE by opening a terminal window and type:

        sudo apt-get install kubuntu-desktop

        When prompted, enter your password, and then answer yes (Y) when asked if you want to  install. The install may take some time to complete, so be patient.

        To install Gnome in Kubuntu, open a Terminal window and type:

        sudo apt-get install ubuntu-desktop

        When prompted, enter your password and continue with the install until it has been completed.

        Now reboot either Ubuntu or Kubuntu. Then at the logon screen you can either press F10 or click on the Options logo at the bottom (left side) of the login screen. Then click on Select Session…

        kdegnome1.png

        Here you can select Gnome (2) or KDE (3) by selecting the radio button.

        kdegnome2.png

        During the next logon, you will see a prompt asking if you want to use the same desktop manager Just For This Session or Make Default (so you don't have to be bother with the prompt again).

        kdegnome3.png

        To change back to either KDE or Gnome, press F10 and select the desktop manager of your choice.

        If you changed from the previous desktop manager, you can make it the default at the next logon.

  • 相关阅读:
    Hibernate4集成 Annotation使用教程
    搭建SSH入过的那些坑
    Tomcat配置虚拟目录
    java中类名.class、实例.getclass()区别
    nginx使用ssl模块配置HTTPS支持
    nginx安装配置域名转发
    RedHat安装DB2详细步骤(附卸载、备份恢复步骤)
    iOS学习笔记-084.粒子效果——路径移动
    iOS APP打包上传到AppStore的最新步骤
    git使用命令, 特别:git checkout -b a 与 git branch a区别
  • 原文地址:https://www.cnblogs.com/lexus/p/2441811.html
Copyright © 2011-2022 走看看