 xfce on XBian
xfce on XBian
| 
					xfce on XBian
				 | 
| 
					4th Mar, 2013, 12:11 AM 
				 Post: #1 | |||
| 
 | |||
| xfce on XBian 
					Hey guys, i'm wondering on how to use xfce on my Pi. Why xfce? because i read, that there some issues on using LXDE as a desktop-environment while having xbmc installed (raspbian). I'm using the 2nd rev. of the raspberry model b with the XBian Alpha 5. i've installed xorg and xfce4 packages. but how to go on? my goal is: booting the pi to the desktop (to surf the web, search youtube etc. ) and start xbmc by clicking the icon. if there is any other possibility to get a working webbrowser as a plug-in or something else, please let me know ;-) hope you guys might help p.s.: sorry for my bad english   | |||
| 
					4th Mar, 2013, 12:16 AM 
				 Post: #2 | |||
| 
 | |||
| RE: xfce on XBian 
					You should be able to start XFCE (after installing) with the command  Code: startxfce4or Code: startxhttp://www.raspberrypi.org/phpBB3/viewtopic.php?f=26&t=19124 Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here | |||
| 
					4th Mar, 2013, 12:59 AM 
				 Post: #3 | |||
| 
 | |||
| RE: xfce on XBian 
					yeah, starting it isn't the problem via terminal. but i want the system to boot into xfce and create a desktop icon for xbmc. because now the system boots into xbmc. is that right: For startx add in file ~/.xinitrc: Terminal exec ck-launch-session startxfce4 so i did the following: Terminal cd ~ touch .xinitrc nano .xinitrc i'll try a restart after checking my movies-library... ;-)[/term] but how do i create a desktop-icon for xbmc? i even can't find it in the applications finder.... | |||
| 
					4th Mar, 2013, 01:43 AM 
				 Post: #4 | |||
| 
 | |||
| RE: xfce on XBian 
					the init system auto start xbmc, to disable the xbmc startup do Code: sudo update-rc.d xbmc removeI'm going to check the icon thing for you Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here | |||
| 
					4th Mar, 2013, 02:11 AM 
				 Post: #5 | |||
| 
 | |||
| RE: xfce on XBian 
					moved this thread as it is WIP on desktop environment and not an additional package for XBian/XBMC
				 ~~~~>>>Please always follow rules and read before you post<<<~~~~ | |||
| 
					4th Mar, 2013, 02:59 AM 
				 Post: #6 | |||
| 
 | |||
| RE: xfce on XBian 
					ok, i've done the following: Terminal sudo update-rc.d xbmc remove Terminal cd ~ nano .xinitrc Terminal exec startxfce4 Terminal nano .bashrc Terminal if [ "$(tty)" = "/dev/tty1" -o "$(tty)" = "/dev/vc/1" ] ; then startxfce4 fi i'll try what happens now ;-) | |||
| 
					4th Mar, 2013, 04:24 AM 
				 Post: #7 | |||
| 
 | |||
| RE: xfce on XBian 
					For the desktop icon, can you try the following? Code: sudo suPlease read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here | |||
| 
					« Next Oldest | Next Newest »
				 |