Fedora 安装 GDM3Setup 设置你的登陆界面

GDM3Setup是一款简单的设置你的gnome 3 桌面登陆工具,可以对登陆界面的图标、壁纸、主题样式、登陆方式进行设置的软件。

GDM3Setup已经可以运行在ArchLinux中,但是还不能在Ubuntu中运行,   【 Linux公社  】  那是因为Ubuntu 11.10已经使用LightDM登陆界面,而不是GDM。下面我们将介绍如何在Fedora中安装GDM3Setup。

Fedora 安装 GDM3Setup 设置你的登陆界面

1.首先,安装“git的核心”,然后下载GDM3Setup使用以下命令:

cd

git clone https://github.com/Nano77/gdm3setup.git

2.运行Fedora GDM3Setup,您还必须安装“beesu”。运行下面的命令:

sudo yum install beesu

sed -i 's/gksu/beesu/g' ~/gdm3setup/gdm3setup.py

3.现在可以启动“gdm3setup”从home目录文件夹,双击“gdm3setup.py”文件。如果您想在桌面菜单中打开,可以使用下面的命令(您将能够从菜单中运行 GDM3Setup ):

sudo install -D ~/gdm3setup/gdm3setup.desktop /usr/share/applications/gdm3setup.desktop

sudo install --mode=755 -D ~/gdm3setup/gdm3setup.py /usr/bin/gdm3setup.py

sudo cp -r ~/gdm3setup/locale/ /usr/share/locale/

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/23758.html