个人工具

UbuntuHelp:UbuntuNetbookEdition/ConvertGnomeSession

来自Ubuntu中文

Wikibot讨论 | 贡献2010年5月20日 (四) 00:33的版本 (以内容'{{From|https://help.ubuntu.com/community/UbuntuNetbookEdition/ConvertGnomeSession}} {{Languages|UbuntuHelp:UbuntuNetbookEdition/ConvertGnomeSession}} == Introduction == Whe…'创建新页面)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Introduction

When Ubuntu Netbook Edition is installed, it provides three different login sessions in GDM. The "Ubuntu Netbook Edition" is the default for netbooks capable of 3D acceleration, "Ubuntu Netbook Edition 2D" for netbooks without 3D acceleration, and "GNOME" which is equivalent to the non-netbook Ubuntu interface. Why mess with the GNOME session? The default UNE sessions lock the gnome panel and a few other GNOME settings in order to separate the UNE interface from the normal GNOME interface. This allows UNE users to switch between the normal GNOME interface and UNE interface cleanly. The downside is that currently users of the UNE sessions cannot change the panel or add applets to it. The instructions on this page will convert the GNOME login session into one that emulates the UNE sessions, but with the ability to add/change all settings.

Convert System-wide

3D Ubuntu Netbook Edition Session

In a terminal run:

sudo ln -s /etc/xdg/xdg-une/autostart/maximus-autostart.desktop /etc/xdg/autostart/
sudo ln -s /etc/xdg/xdg-une/autostart/netbook-launcher.desktop /etc/xdg/autostart/

to start the UNE Launcher and Maximus (window maximizer) at login. Then run:

sudo ln -s /usr/share/gconf/une/default/20_une-gconf-default /usr/share/gconf/defaults/
sudo ln -s /usr/share/gconf/une/mandatory/20_une-gconf-mandatory /usr/share/gconf/defaults/
sudo update-gconf-defaults

to set the gconf default settings.

2D Ubuntu Netbook Edition Session

sudo ln -s /etc/xdg/xdg-une/autostart/maximus-autostart.desktop /etc/xdg/autostart/
sudo ln -s /etc/xdg/xdg-une-efl/autostart/netbook-launcher-efl.desktop /etc/xdg/autostart/

to start the UNE Launcher and Maximus (window maximizer) at login. Then run:

sudo ln -s /usr/share/gconf/une/default/20_une-gconf-default /usr/share/gconf/defaults/
sudo ln -s /usr/share/gconf/une/mandatory/20_une-gconf-mandatory /usr/share/gconf/defaults/
sudo update-gconf-defaults

to set the gconf default settings.

And then?

Logout, and in GDM, choose the 'GNOME' session once you picked up your name. or Run gdmsetup to change your login setup.