LinuxMCE Forums
May 21, 2013, 04:42:57 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: 1 2 [3] 4 5 ... 29
31  LinuxMCE / Users / Re: Southern California Linux Expo on: January 08, 2013, 01:48:49 pm
Thanks for the donations. atm we can give golgoj4 the room for a single night.

Come on, fellas. Say Thank you with your money.

Thanks for listening.
Donation gone - Now he can get something to eat too Smiley

-Coley.
32  LinuxMCE / Developers / Re: Apologies, cracking attack takes down HADesigner screencasts, need your help! on: November 05, 2012, 12:18:52 pm
Good Stuff!!
-Coley.

get space back on my dropbox Smiley
33  LinuxMCE / Developers / Re: Apologies, cracking attack takes down HADesigner screencasts, need your help! on: November 01, 2012, 03:19:32 pm
https://www.dropbox.com/sh/6lxoezs0283rn47/Vt3HJJrhNR/ScreenCasts?lst
1,10 and 11 from the first batch are fully synced up there now 5 and 6 should be on-line in an hour or two.

I'll queue the others up later.
-Coley.

1,5,6,10,11 complete.

2nd batch uploaded now.
-Coley.
34  LinuxMCE / Developers / Re: Apologies, cracking attack takes down HADesigner screencasts, need your help! on: October 31, 2012, 03:16:01 pm
I'm missing: 1,5,6,10,11 From group #1 and I did not even know of the existence of anything in group #2.

Any you could provide would be great!

J.
https://www.dropbox.com/sh/6lxoezs0283rn47/Vt3HJJrhNR/ScreenCasts?lst
1,10 and 11 from the first batch are fully synced up there now 5 and 6 should be on-line in an hour or two.

I'll queue the others up later.
-Coley.

1,5,6,10,11 complete.
35  LinuxMCE / Developers / Re: Apologies, cracking attack takes down HADesigner screencasts, need your help! on: October 30, 2012, 04:46:36 pm
Are these available anywhere?  The links below aren't working and only half of the screencasts are available at localeconcept...  Thanks.

J.
What are you missing? I can put any you are missing on dropbox/gdrive/skydrive/wherever.

-Coley.
36  LinuxMCE / Developers / Re: Raspberry Pi builder on: October 27, 2012, 03:15:42 pm
golgoj4 - tbh I don't know if phonon is the right direction for the Pi.
I would have thought QtMultimedia would be the one to use but as that requires Qt5 I wanted to see could we at least get the AV plugin going as is. All I was expecting from phonon was at least what it gives a regular desktop system - it shouldn't care about bcm specifics as the drivers below should handle that.

-Coley.
37  LinuxMCE / Users / Re: 1004: The time has come. on: October 26, 2012, 11:17:01 am
<snip>
Every one refuses to boot giving the first Linux loading line and ending in boot:

If I input anything it states "unable to find kernel" or similar.
<snip>

Just press Enter at that point - it should continue installing.

-Coley.
38  LinuxMCE / Users / Re: Great comparison of small wireless keyboards for LinuxMCE on: October 25, 2012, 05:45:27 pm
I have one of those ipazzport ones, it just appears as a USB HID device, so no specifics needed from lmce.
I haven't checked the special function media buttons yet, will check later if I get a chance

-Coley.
39  LinuxMCE / Users / Re: MK802 - cheaper and faster than Raspberry Pi on: October 25, 2012, 10:57:33 am
I have one of these as well as some Raspberry Pi, I plan on testing the android qOrbiter on it but haven't gotten around to it yet.
If one was to ditch android and run linux you need to provide a LAN->USB adapter for netbooting MD.

-Coley.
40  LinuxMCE / Users / Re: qOrbiter - loading Skin issue on: October 22, 2012, 05:05:52 pm
output of "ldconfig -p"

http://pastebin.com/i22hvFRR

cheers,
ochorocho
Ok - no libQtDeclarative.so found in there.
did you install the appropriate Qt linux libraries?
go here http://qt-project.org/downloads#qt-lib and download the ones that match the pre-built qOrbiter you download from golgoj4's Dropbox.

-Coley.
41  LinuxMCE / Users / Re: qOrbiter - loading Skin issue on: October 22, 2012, 12:42:28 pm
hm... cant start prebuild qorbiter:

Code:
jochen@vboxqorbiter:~/Desktop/test$ ./qorbiter-4.7.4-core-gl
./qorbiter-4.7.4-core-gl: error while loading shared libraries: libQtDeclarative.so.4: cannot open shared object file: No such file or directory

really annoying, i just want to start skinning :-( ... don't want to take care of all that real programming stuff behind the scenes ...

cheers,
ochorocho
what does "ldconfig -p" output?
-Coley.
42  LinuxMCE / Users / Re: qOrbiter - loading Skin issue on: October 21, 2012, 10:40:47 pm
According to your log
Code:
Skin loading has FAILED
(file:///home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/qml/desktop/default/main.qml:2:1: plugin cannot be loaded for module "Qt.labs.shaders": The plugin '/home/jochen/src/qOrbiter/QOrbiter-build-4.7.4/imports/Qt/labs/shaders/libqmlshadersplugin.so' uses incompatible Qt library. (4.8.2) [release]
    import Qt.labs.shaders 1.0
    ^)
You have built qOrbiter using Qt 4.7.4 and the plugin was generated with a newer version.
What is your dev setup?

-Coley.
43  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: October 21, 2012, 01:19:01 pm
So some good news. Got my cross compile env setup working!

The bad news. Apparently, the QAbstractListmodel base class has been modified heavily. To the point of internal functions being re-names or removed. so thats gonna put the brakes on my development speed as I need to refactor a lot of classes.

but its a start!

-Golgoj4
I haven't been back to svn with some of my changes as I couldn't test them, but this change is needed for the clear() functions in all the ListModels.
Code:
#ifdef (QT5)  //reset() is gone for Qt5
  this->beginResetModel();
  m_list.clear();
  this->endResetModel();
#else
  m_list.clear();
  this->reset();
#endif

-Coley.
44  LinuxMCE / Developers / Re: qOrbiter gets some Pi on: October 20, 2012, 01:00:43 am
Very nice.  http://www.raspberrypi.org/archives/2180 <- new version of the model B shipping with 512mb ram by default now.  Should make running things a little snappier.

J.
Yep saw that, its good news for no extra cost.
Guess I'll have to get a third Pi now to test the extra mem Wink

-Coley.
45  LinuxMCE / Developers / Re: Raspberry Pi builder on: October 20, 2012, 12:58:54 am
I've been making some progress.
I've packaged the qt5 I've built with phonon as a deb and installed that.
qOrbiter runs but I'll have to stub out the AudioVisual Plugin for the moment until I can get it compiled. There have been changes in how plugins do their exporting.

-Coley.
Pages: 1 2 [3] 4 5 ... 29
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!