IT猫扑网:您身边最放心的安全下载站! 最新更新| 软件分类| 专题汇总| 手机版

您当前所在位置:IT猫扑网 > 操作系统 > LINUX > ubuntu 9.10更换登录界面的方法

ubuntu 9.10更换登录界面的方法

时间:2015-06-28 00:00 来源:IT猫扑网|http://www.itmop.com/ 作者:网管联盟 我要评论(0)

  众所周知,在ubuntu 9.10中还了新版本的gdm,所以不再像之前那样简单的更换登录界面

  在网上搜到几种方法,不知道是我的机器情况特殊还是说他们转来转去根本就不靠谱,反正我是没改成,结果还弄的不人不鬼

  最终,只是在这里:http://ubuntuforums.org/showpost.php?p=7576112&postcount=365 找到了更换方法,但仍有些东西不能生效,但总比之前找到那些靠谱

  具体方法参考上面连接,这里copy过来作为备忘录,免得以后连接 404 ……

  1. Change the gdm background picture

  The current settings

  sudo -u gdm gconftool-2 –get /desktop/gnome/background/picture_filename

  Set a new background picture

  sudo -u gdm gconftool-2 –set –type string –set /desktop/gnome/background/picture_filename /data/pictures/Grassy.jpg

  2. The gdm gtk theme

  The current settings

  sudo -u gdm gconftool-2 –get  /desktop/gnome/interface/gtk_theme

  Set a new gtk theme (you can find them in /usr/share/themes)

  sudo -u gdm gconftool-2 –set –type string –set /desktop/gnome/interface/gtk_theme Redmond

  3. The gdm icon theme (changes the look of the computer icon … icon above the hostname)

  The current settings

  sudo -u gdm gconftool-2 –get /desktop/gnome/interface/icon_theme

  Set a new icon theme (You can find them in /usr/share/icons)

  sudo -u gdm gconftool-2 –set –type string –set /desktop/gnome/interface/icon_theme Tangerine

  and you can edit the file

  /usr/share/gconf/schemas/gdm-simple-greeter.schemas

  if you don’t like the computer icon. Change the icon (<default>coputer</default>) in the section

  <schema>

  <key>/schemas/apps/gdm/simple-greeter/logo_icon_name</key>

  <applyto>/apps/gdm/simple-greeter/logo_icon_name</applyto>

  <owner>gdm-simple-greeter</owner>

  <type>string</type>

  <default>computer</default>

  <gettext_domain>gdm</gettext_domain>

  <locale name=&C&>

  <short>Icon name to use for greeter logo</short>

  <long>Set to the themed icon name to use for the greeter logo.</long>

  </locale>

  </schema>

  4. The gdm user icon

  This does not work

  sudo -u gdm gconftool-2 –get /schemas/apps/gdm/simple-greeter/logo_icon_name

  I haven’t found it yet … but at least we could overwrite

  /usr/share/icons/gnome/scalable/stock/generic/stock_person.svg

  but this icon may be important for other applications … so don’t do it.

  solved: you can set the user icon for your user with

  /usr/bin/gnome-about-me

关键词标签:ubuntu

相关阅读 安装红帽子RedHat Linux9.0操作系统教程 Tomcat9.0如何安装_Tomcat9.0环境变量配置方法 多种操作系统NTP客户端配置 Linux操作系统修改IP Linux实现SCSI硬盘热插拔及在线识别 Linux下用CDMA modem拨号上网

文章评论
发表评论

热门文章 安装红帽子RedHat Linux9.0操作系统教程 安装红帽子RedHat Linux9.0操作系统教程 Linux服务器:设计高性能网站架构-LLMP Linux服务器:设计高性能网站架构-LLMP 使用Clonezilla迁移到虚拟Linux环境 使用Clonezilla迁移到虚拟Linux环境 Linux上的MRTG流量监控中心 Linux上的MRTG流量监控中心 Linux 双网卡绑定一个IP原理及实现 Linux 双网卡绑定一个IP原理及实现 linux和windows等系统远程控制ubuntu桌面 linux和windows等系统远程控制ubuntu桌面

相关下载

人气排行 Linux下获取CPUID、硬盘序列号与MAC地址 dmidecode命令查看内存型号 linux tc实现ip流量限制 安装红帽子RedHat Linux9.0操作系统教程 linux下解压rar文件 lcx.exe、nc.exe、sc.exe入侵中的使用方法 Ubuntu linux 关机、重启、注销 命令 查看linux服务器硬盘IO读写负载 linux命令行浏览器的使用方法 Linux NFS服务固定端口及防火墙配置 U盘安装Ubuntu 10.04 Linux清除用户登录记录和命令历史方法