Tiny Core Base > CorePlus

how do I get XFCE desktop and thunar file manager installed

<< < (3/5) > >>

Misalf:
Oh, yes. ~/.X.d  scripts run after wbar was launched, so a root-window / Desktop changing app will sit on top of wbar.
So remove the ~/.X.d script and instead, add an entry to  ~/.xsession.
Change this

--- Code: ---[ -x $HOME/.setbackground ] && $HOME/.setbackground
[ -x $HOME/.mouse_config ] && $HOME/.mouse_config &
[ $(which "$ICONS".sh) ] && ${ICONS}.sh &
[ -d "$HOME/.X.d" ] && find "$HOME/.X.d" -type f -print | while read F; do . "$F"; done

--- End code ---
... to something like this

--- Code: ---[ -x $HOME/.setbackground ] && $HOME/.setbackground
[ -x $HOME/.mouse_config ] && $HOME/.mouse_config &
nautilus --force-desktop &
[ $(which "$ICONS".sh) ] && ${ICONS}.sh &
[ -d "$HOME/.X.d" ] && find "$HOME/.X.d" -type f -print | while read F; do . "$F"; done

--- End code ---
So the Nautilus desktop gets started before wbar.

leon8200:
I don't understand, the .X.d folder has nothing in it

Misalf:
If you change any settings or add files to your home dir, you need to run  backup  to make the changes persist across reboots. This happens automatically by default if you exit via  TC Exit  tool.

The right-click options you get are the default for Nautilus. If you want more or something else, you need to study and change the settings for Nautilus.

BTW, I use iDesk.

leon8200:
I dont understand, I have no way of accessing my applications

I downloaded "idesk", how do get it working?

gerald_clark:
https://wiki.archlinux.org/index.php/Idesk

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version