如何安装KDE并将LightDM保留为登录管理器?


Answers:


4

展示经理

可以安装多个显示管理器。然后,您可以通过运行dpkg-reconfigure选择/更改默认dm。

手动dpkg-重新配置

NAME
       dpkg-reconfigure - reconfigure an already installed package

SYNOPSIS
        dpkg-reconfigure [options] packages

DESCRIPTION
       dpkg-reconfigure reconfigures packages after they have already been installed. Pass it the names of a
       package or packages to reconfigure. It will ask configuration questions, much like when the package
       was first installed.

       If you just want to see the current configuration of a package, see debconf-show(1) instead.

更改dm(kdm / gdm / lightdm)

sudo dpkg-reconfigure kdm

在此处输入图片说明

Lightdm-KDE

还有:http : //packages.ubuntu.com/precise/lightdm-kde-greeter

包装:lightdm-kde-greeter

LightDM KDE迎宾员

LightDM KDE开发人员的博客

戴维·埃德蒙森(David Edmundson)的网络日志:http//www.sharpley.org.uk/

直接连结:

重访了KDE和LightDM:http//www.sharpley.org.uk/node/26

关于LightDM KDE的更新:http : //www.sharpley.org.uk/blog/an-update-on-lightdm-kde

台式机上的Google两步验证:http : //www.sharpley.org.uk/lightdm-google-authentication

LightDM-0.2的计划:http : //www.sharpley.org.uk/blog/whats_coming_lightdm_02


8

最简单的方法是安装Kubuntu,并在安装时打开终端并输入sudo apt-get install lightdm

当您执行此操作时,dpkg将询问您要在系统中已安装的登录管理器之间使用。您只需要选择lightdm,仅此而已。您将安装KDE,KDM和LightDM,并将使用LightDM作为登录管理器。


如果您已经有一个可以工作的Unity桌面,并且还希望使用KDE作为选择,则需要从Ubuntu软件中心或通过安装KDE桌面环境sudo apt-get install kubuntu-desktop

然后,只需重新安装lightdm或用于sudo dpkg-reconfigure lightdm将系统重新配置为使用LightDM。

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.