![]() |
|
XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111) +---- Forum: Linux and Live support (/forumdisplay.php?fid=52) +---- Thread: XBMC Ubuntu PPAs (precompiled PPA builds for Ubuntu) (/showthread.php?tid=33327) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 |
- Henkske - 2011-06-19 01:38 Does anyone know how you can install an older build from a ppa source? I added mario-sitz and i would like to install xbmc - 2:11.00~git20110608.f678c5d-0~ppa1~maverick - BurningSky - 2011-06-19 01:44 Henkske Wrote:Does anyone know how you can install an older build from a ppa source? You can download all files there: https://launchpad.net/~mario-sitz/+archive/ppa/+packages?field.name_filter=xbmc&field.status_filter=superseded&field.series_filter=maverick And install it with "dpkg -i xbmc*.deb". - Henkske - 2011-06-19 01:52 BurningSky Wrote:You can download all files there: https://launchpad.net/~mario-sitz/+archive/ppa/+packages?field.name_filter=xbmc&field.status_filter=superseded&field.series_filter=maverick Nice! Thx alot - Henkske - 2011-06-19 14:30 Nope doesn't work ![]() dpkg: error processing xbmc-skin-confluence (--install) etc etc - BurningSky - 2011-06-20 01:03 Did you wrote "sudo" before the command? - lordramz - 2011-06-20 04:54 I just installed ubuntu 11.04 (noob)and tried xbmc install ...it threw errors about missing files and it wouldn't launch...i then tried the unstable path and it launches now but I can't browse add ons and the included skins are broken ...can somebody advise me on how to back out what I've done and exactly to install in order to get a fully functional install ? Thanks a ton in advance - TC!! - 2011-06-20 13:21 BurningSky Wrote:I removed xbmc-live too and created my own autostart script: http://forum.xbmc.org/showpost.php?p=793399&postcount=12 I've tried to follow your instructions but XBMC won't start. If I login and try your command then XBMC starts fine: su xbmc -c "startx /etc/X11/Xsession /usr/bin/xbmc-standalone" I tried to remove xbmc-live but it said it wasn't installed, so I did remove-auto to get rid of the packages linked to it, but I still get this in my /var/log/syslog: XBMCLive init: xbmc-live main process (1008) terminated with status 2 I don't see anything in the xbmc.log so it looks like it doesn't get far enough to start it. Any help to get it starting again would be great as my family are about to rip my throat out for breaking XBMC.
- The-Boxhead - 2011-06-25 10:56 The autostart script didn't work because the xbmc.conf file is not in /etc/xbmc.conf It must be in /etc/init/xbmc.conf I didn't have that file after the nightly upgrade so just go into that folder trough terminal and do a: sudo nano xbmc.conf and paste the script into the empty file and save it. reboot and voila xbmc autostarts
- Henkske - 2011-06-25 11:05 The-Boxhead Wrote:The autostart script didn't work because the xbmc.conf You can't believe how much i love you right now - BurningSky - 2011-06-25 11:54 Sorry, my fault I haven't seen that! ![]() I have corrected my post. |