Results 1 to 10 of 26

Thread: XBMC hijacked my computer!!

Hybrid View

  1. #1
    Join Date
    Nov 2008
    Location
    Amsterdam, NL
    Beans
    93
    Distro
    Xubuntu

    Exclamation XBMC hijacked my computer!!

    So i was trying out different ways of networking my 360 to my computer. i have several hundred gigs of movies and stuff on my hard drive, and it looks a lot better on the 40 inch tv than on my crt monitor

    i installed xbmc, and didn't like it, and finally settled with ushare.

    problem is, when i restarted my computer, xbmc took over! no more ubuntu! so i logged out, and logged in as root into a terminal, and removed xbmc using apt-get. i removed all of its lib files as well. however, now when i restart, i get this error:

    Code:
    /etc/gdm/Xsession: Beginning Session Setup...
    Setting IM through im-switch for locale=en_US.
    Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.exec: 1: xbmc: Not Found
    (this is an error log from ~/.xsession-errors)
    help me! i am using gnome's safe mode option to boot right now, but i need to get back to normal

  2. #2
    Join Date
    Jun 2009
    Location
    Behind my stapler
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: XBMC hijacked my computer!!

    Quote Originally Posted by reydempto View Post
    So i was trying out different ways of networking my 360 to my computer. i have several hundred gigs of movies and stuff on my hard drive, and it looks a lot better on the 40 inch tv than on my crt monitor

    i installed xbmc, and didn't like it, and finally settled with ushare.

    problem is, when i restarted my computer, xbmc took over! no more ubuntu! so i logged out, and logged in as root into a terminal, and removed xbmc using apt-get. i removed all of its lib files as well. however, now when i restart, i get this error:

    Code:
    /etc/gdm/Xsession: Beginning Session Setup...
    Setting IM through im-switch for locale=en_US.
    Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.exec: 1: xbmc: Not Found
    (this is an error log from ~/.xsession-errors)
    help me! i am using gnome's safe mode option to boot right now, but i need to get back to normal

    Simple. You installed XBMC live, which removes Ubuntu-desktop. You have to make sure you check what new packages will remove when you install them... simply run:

    Code:
     sudo apt-get install ubuntu-desktop

  3. #3
    Join Date
    Nov 2008
    Location
    Amsterdam, NL
    Beans
    93
    Distro
    Xubuntu

    Re: XBMC hijacked my computer!!

    when i do that all i get is :


    ubuntu-desktop is already the newest version.

  4. #4
    Join Date
    Jun 2009
    Location
    Behind my stapler
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: XBMC hijacked my computer!!

    Quote Originally Posted by reydempto View Post
    when i do that all i get is :


    ubuntu-desktop is already the newest version.
    Hmm. try this:

    Code:
    sudo apt-get remove xbmc xbmc-live

  5. #5
    Join Date
    Nov 2008
    Location
    Amsterdam, NL
    Beans
    93
    Distro
    Xubuntu

    Re: XBMC hijacked my computer!!

    yeah, as i said, i already removed xbmc and all of its lib components.

  6. #6
    Join Date
    Jun 2009
    Location
    Behind my stapler
    Beans
    68
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: XBMC hijacked my computer!!

    Quote Originally Posted by reydempto View Post
    yeah, as i said, i already removed xbmc and all of its lib components.
    I was just hoping you forgot something.

    What I think is going on is that you either removed an important lib or xbmc did not completely uninstall. Try this:


    Code:
    sudo apt-get remove --purge xbmc xbmc-live
    and then

    Code:
    sudo apt-get clean

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •