偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

ubuntu9.10如何更換登錄界面?

運維 系統(tǒng)運維
ubuntu系統(tǒng)一個流行的linux操作系統(tǒng),眾所周知,在ubuntu 9.10中換了新版本的gdm,所以不再像之前那樣簡單的更換登錄界面。下文就教大家讓ubuntu 9.10系統(tǒng)更換登錄界面的方法

ubuntu系統(tǒng)一個流行的linux操作系統(tǒng),眾所周知,在ubuntu 9.10中換了新版本的gdm,所以不再像之前那樣簡單的更換登錄界面。下文就教大家讓ubuntu 9.10系統(tǒng)更換登錄界面的方法

最終,只是在這里: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

 

  1. <schema> 
  2.  
  3. <key>/schemas/apps/gdm/simple-greeter/logo_icon_name</key> 
  4.  
  5. <applyto>/apps/gdm/simple-greeter/logo_icon_name</applyto> 
  6.  
  7. <owner>gdm-simple-greeter</owner> 
  8.  
  9. <type>string</type> 
  10.  
  11. <default>computer</default> 
  12.  
  13. <gettext_domain>gdm</gettext_domain> 
  14.  
  15. <locale name=”C”> 
  16.  
  17. <short>Icon name to use for greeter logo</short> 
  18.  
  19. <long>Set to the themed icon name to use for the greeter logo.</long> 
  20.  
  21. </locale> 
  22.  
  23. </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

總結:

希望本文介紹的ubuntu9.10更換登錄界面的方法能夠對讀者有所幫助,更多有關linux系統(tǒng)的知識還有待于讀者去探索和學習。

【編輯推薦】

  1. Ubuntu系統(tǒng)實現無線上網的步驟
  2. 教你在Ubuntu下安裝最新的軟件的方法
  3. 在Ubuntu上安裝deluge以及遠程控制的方法
  4. Ubuntu 11.10將內置PaaS平臺 有望10月發(fā)布
  5. windowsXP與Ubuntu雙系統(tǒng)下如何使用一鍵GHOST?
責任編輯:韓亞珊 來源: 中國IT實驗室
相關推薦

2009-12-25 18:14:02

Ubuntu9.10光

2009-12-25 18:15:50

Ubuntu9.10文

2009-12-07 09:52:06

Ubuntu9.10/

2010-03-18 11:13:42

2010-01-06 13:55:57

2018-11-29 11:12:33

UbuntuGDM界面背景

2010-02-06 17:02:35

Ubuntu9.10

2010-03-16 18:19:39

Ubuntu9.10

2010-06-13 13:17:51

Ubuntu9.10

2010-02-04 17:53:04

Ubuntu9.10

2009-11-04 10:19:34

Ubuntu 9.10新界面Win7

2010-01-04 10:36:34

ubuntu Json

2010-01-05 15:40:17

Ubuntu 9.10

2009-10-29 09:56:52

Ubuntu9.10老版本操作系統(tǒng)

2009-09-08 11:07:16

Ubuntu 9.10安裝界面linux

2009-09-29 13:41:34

Ubuntu 9.10墻紙linux

2009-11-09 10:10:02

Ubuntu 9.10安裝指導linux

2010-03-04 09:58:24

Ubuntu 9.10

2010-02-07 09:51:22

2009-12-29 13:43:21

Ubuntu 9.10
點贊
收藏

51CTO技術棧公眾號