mikecomputing
|
2013-03-21
, 17:36
|
Posts: 3,464 |
Thanked: 5,107 times |
Joined on Feb 2010
@ Gothenburg in Sweden
|
#61
|
|
2013-03-21
, 20:27
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#62
|
|
2013-03-22
, 15:20
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#63
|
No, this doesn't work for QtQuick2, see e.g.: http://lists.kde.org/?l=kde-devel&m=134824530104725 .
|
2013-03-24
, 12:39
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#64
|
|
2013-07-14
, 22:20
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#65
|
|
2013-07-18
, 13:17
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#66
|
|
2013-07-18
, 14:40
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#67
|
|
2013-07-22
, 17:33
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#68
|
You might want to look at something related to libmeegotouch. On Nemo it works like charm and on Maemo has lots of problems. Might be some system build options related.
|
2013-07-22
, 18:21
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#69
|
I will try nemo anyway, if I find some time, so this is a good idea.
The libX11.so with xcb causes problems (keyboard does not work for non-Qt programs including hildon*), so we need an independent copy for Qt5. I named it libXc11.so and Qt5 will be linked against it from now on. I've updated the instructions in the wiki (wiki.maemo.org/Qt5-Maemo5-Development). Please update your checked out copy (if you have one), remove libQt5Widgets.so.* and plugins/platforms/libqxcb.so (those are the only libraries directly linked against X11 - a nice effect of the platform abstraction Qt5) and remake.
I accidentally also uploaded "libx11-data" with the former series of packages (libx11* +withxcb) which causes some problems now (should be identical to the standard one, but the repo produces some size mismatch), see http://talk.maemo.org/showthread.php?p=1360937.
|
2013-07-22
, 20:23
|
Posts: 114 |
Thanked: 298 times |
Joined on Jan 2011
@ Berlin
|
#70
|
1/ You might look at MeeGo CE rather than nemo, as Nemo can use mlite (a subset of meegotouch)
2/ And what about putting the library into /opt/xcb/ or so?
3/ What about, as a next goal, upgrading x11 as a whole? Some packages are already in -devel. (x11proto-input-meego-dev & etc. - the names are changed).