#topicpath
*Frequently Asked Questions on FuguIta [#hbd3c3b8]

#contents

**Adding other softwares [#c2de4582]
Adding software is same as standard OpenBSD installation. ~
Packages and ports are also OK.

>Note: In Boot Mode 1, under /usr is read only (unable to write file), so you can't pkg_add at this mode.

**Changing window manager [#pdcf6d6f]
See [[desktop environment setup>FuguIta/Start#r3782537]].

If you wish install a window manager which is not supported by dtjsetup,
run dtjsetup for pre-installed window manager (fvwm for example),
then install your WM manually and edit ~/.xsession .

'''~/.xsession'''
 #!/bin/sh
 . $HOME/.profile
 if [ -x /usr/local/bin/dbus-launch -a -z "${DBUS_SESSION_BUS_ADDRESS}" ]; then
         eval `dbus-launch --sh-syntax --exit-with-x11`
 fi
 
 dt="no"
 wm="fvwm"        ← replace this with your WM
 case "$dt" in
     no)
         xsetroot -solid gray12
         xclock -geometry 115x115-0+0 -analog -update 1 -fg white -bg '#000020' -hd gray25 -hl white &
         xterm -geometry +0+0 -rv &
         $wm
         ;;
     rox-filer)

**Can I rebuild my own CD-ROM image? [#o9aa148f]
Yes.

See [[FuguIta/FAQ/SelfBuild]] for more details.

**Can I install this LiveCD to HDD? [#e32746d7]
Yes.

See [[FuguIta/FAQ/InstallToHDD]] for more details.
----
#topicpath


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes