2010/10/25 Iqbal Nurhadi <[email protected]>: > Dear all, > > klo mo ubah default desktop, misal dari KDE ke GNome via terminal gimana ya di > 11.3?? apa bisa lewat yast?? mo ubah default desktop di remote server dari kde > ke gnome biar ga berat...
Buka file /etc/sysconfig/windowmanager dan lihat baris ini : ## Path: Desktop/Window manager ## Description: ## Type: string(gnome,startkde,startkde3,startxfce4,twm) ## Default: kde ## Config: profiles,kde,susewm # # Here you can set the default window manager (kde, fvwm, ...) # changes here require at least a re-login DEFAULT_WM="startkde" Ganti startkde jadi gnome. Kalau mau ubah splashscreen, buka juga file Buka file /etc/sysconfig/displaymanager dan lihat bagian ini : ## Path: Desktop/Display manager ## Description: settings to generate a proper displaymanager config ## Type: string(kdm,kdm3,kdm4,xdm,gdm,wdm,entrance,console) ## Default: "" # # Here you can set the default Display manager (kdm/xdm/gdm/wdm/entrance/console). # all changes in this file require a restart of the displaymanager # DISPLAYMANAGER="lxdm" Ganti DISPLAYMANAGER="lxdm" jadi DISPLAYMANAGER="gdm" -- Best Regards, Masim "Vavai" Sugianto /************************************************************/ Blog (ID) : http://www.vavai.com Excellent Infotama Kreasindo : http://www.vavai.biz Training Linux HA & Zimbra : http://bit.ly/9R6dko /************************************************************/ ______________________________________________ --- Info Milis : http://opensuse.or.id/milis Keluar dari Milis : Kirim email ke [email protected] Manajemen Keanggotaan : http://lists.opensuse-id.org/listinfo.cgi/milis-opensuse-id.org
