当前位置:七道奇文章资讯系统安全Linux安全
日期:2012-05-05 23:19:00  来源:本站整理

ubuntu 9.10改换登录界面的办法[Linux安全]

赞助商链接



  本文“ubuntu 9.10改换登录界面的办法[Linux安全]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

  众所周知,在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 9.10改换登录界面的办法[Linux安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • ubuntu下无法利用无线网络的办理办法
  • 三步搞定windows与ubuntu之间文件同享
  • Ubuntu和windows文件同享问题详解
  • 在 Ubuntu 12.04 Server 上安装 Rails 环境
  • ubuntu 12.04 安装 Nginx+PHP5 (PHP-FPM) +MySQL主机详解
  • Linux(ubuntu)下配置android环境
  • Ubuntu 10.04上搭建Ruby on Rails环境
  • Ubuntu 10.10中关闭按钮位置的改变
  • Ubuntu下检测CPU温度的工具
  • Ubuntu Server增添关机用户
  • Ubuntu 11.04安装火狐5
  • ubuntu 10.04下搭建samba文件服务器
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .