Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

xfce on XBian
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
xfce on XBian
4th Mar, 2013, 12:11 AM
Post: #1
evilgrin Offline
Registered
Posts: 3
Joined: Mar 2013
Reputation: 0
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 Wink
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 12:16 AM
Post: #2
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: xfce on XBian
You should be able to start XFCE (after installing) with the command
Code:
startxfce4

or

Code:
startx

http://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
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 12:59 AM
Post: #3
evilgrin Offline
Registered
Posts: 3
Joined: Mar 2013
Reputation: 0
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
and there i c&p "exec ck-launch-session startxfce4"

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....
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 01:43 AM
Post: #4
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: xfce on XBian
the init system auto start xbmc, to disable the xbmc startup do
Code:
sudo update-rc.d xbmc remove

I'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
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 02:11 AM
Post: #5
rikardo1979 Offline
Management
******
Posts: 3,545
Joined: Dec 2012
Reputation: 190
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<<<~~~~
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 02:59 AM
Post: #6
evilgrin Offline
Registered
Posts: 3
Joined: Mar 2013
Reputation: 0
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 ;-)
Find all posts by this user
Quote this message in a reply
4th Mar, 2013, 04:24 AM
Post: #7
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: xfce on XBian
For the desktop icon, can you try the following?

Code:
sudo su
mkdir /usr/local/share/xsessions/
cd /usr/local/share/xsessions/
wget https://raw.github.com/xbianonpi/xbmc-nightly/121934c340ec8e62e7c7dcf5c6bf17971ab3bc27/usr/local/share/xsessions/XBMC.desktop

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 10:17 AM Powered By MyBB, © 2002-2025 MyBB Group.