最初的繆思

Desktop Environment

GNOME

安裝精簡的 GNOME

$ sudo aptitude install gnome-core gdm

常用

gnome-system-tools file-roller seahorse seahorse-plugins gcalctool gnochm
gnome-nettool nautilus-gksu nautilus-open-terminal nautilus-filename-repairer
brasero gstreamer0.10-fluendo-mp3 sound-juicer gstreamer0.10-lame 
soundconverter ## totem rhythmbox
## firestarter cheese gnote gnome-specimen gconf-edito
## network-manager-gnome system-config-printer gnome-bluetooth
## arc-dust shiki-dust-theme gthumb backintime-gnome shotwell
## empathy telepathy-butterfly

Gstreamer

  • Gstreamer
    gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-really-bad
    gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg
    

lxde

安裝

$ sudo aptitude install lxde ## lxnm  

設定

$ vi ~/.config/openbox/lxde-rc.xml

<keybind key="A-F10">
  <action name="MaximizeFull"/>
</keybind>
<keybind key="Print">
  <action name="Execute">

    <execute>/usr/bin/scrot</execute>
  </action>
</keybind>
<keybind key="A-Print">
  <action name="Execute">
    <execute>/usr/bin/scrot -sb</execute>

  </action>
</keybind>

其他

autostart

您只需將應用程式的 *.desktop 檔案放入 ~/.config/autostart,程式便會在作業階段啟動時啟動。


kde

kde 4

kde-minimal kde-l10n-zhtw

kde 裡常用程式

k3b k3b-i18n kmix amarok soundkonverter smplayer
digikam ark ksnapshot kcalc kmess ktorrent
## kipi-plugins gwenview gwenview-i18n kopete partitionmanager 

xfce

安裝

xfce4 thunar-media-tags-plugin thunar-volman thunar-archive-plugin squeeze
xfce4-systemload-plugin xfburn asunder ristretto mousepad
## shiki-colors-xfwm-theme
## xfce4-cpufreq-plugin xfce4-screenshooter-plugin xfce4-taskmanager

普通用戶關機或重啓

$ sudo adduser username powerdev

我的 blog:最初的地方