![]() |
2012-02-04
, 10:05
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#62
|
I'm working on it right now.Most things are working already but there are still some glitches. Also, for some reason things that don't need modification on Fremantle with CSSU break quite horribly on Vanilla (PR 1.3) Fremantle. Might be due to older Qt (4.7.0 vs 4.7.4 in CSSU) and PySide.
I plan to support both - looks like the version for Fremantle CSSU can share the same QML files with Harmattan while Fremantle Vanilla needs separate "forked" files due to specific Qt Components namespace (org.maemo.fremantle) and all the glitches.
![]() |
2012-02-10
, 15:12
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#63
|
The Following User Says Thank You to MartinK For This Useful Post: | ||
![]() |
2012-02-29
, 21:45
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#64
|
apt-get install qt-components-10 libzip1 unrar python-pyside.qtgui python-pyside.qtdeclarative
apt-get remove mieru
wget http://m4rtink.github.com/mieru/packages/mieru_2.2.27_armel.deb
dpkg -i mieru_2.2.27_armel.deb
apt-get remove mieru apt-get update apt-get install mieru
![]() |
2012-02-29
, 22:03
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#65
|
All modules combined 530.00 ms options: profile path: /home/user/.mieru Traceback (most recent call last): File "mieru.py", line 399, in <module> mieru = Mieru() File "mieru.py", line 75, in __init__ self.platform = maemo5.Maemo5(self, GTK=False) TypeError: __init__() got an unexpected keyword argument 'GTK'
The Following User Says Thank You to ade For This Useful Post: | ||
![]() |
2012-02-29
, 22:25
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#66
|
I am receiving an error at this moment:
Code:All modules combined 530.00 ms options: profile path: /home/user/.mieru Traceback (most recent call last): File "mieru.py", line 399, in <module> mieru = Mieru() File "mieru.py", line 75, in __init__ self.platform = maemo5.Maemo5(self, GTK=False) TypeError: __init__() got an unexpected keyword argument 'GTK'
apt-get remove mieru dpkg -i mieru_2.2.27_armel.deb
The Following User Says Thank You to MartinK For This Useful Post: | ||
![]() |
2012-02-29
, 22:38
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#67
|
Hmm, maybe try to uninstall Mieru first and do a clean install ?
Code:apt-get remove mieru dpkg -i mieru_2.2.27_armel.deb
# apt-get remove mieru Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: mieru 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. After this operation, 1266kB disk space will be freed. Do you want to continue [Y/n]? y (Reading database ... 61389 files and directories currently installed.) Removing mieru ... dpkg - warning: while removing mieru, directory `/opt/mieru/platforms' not empty so not removed. dpkg - warning: while removing mieru, directory `/opt/mieru/gui/qml' not empty so not removed. dpkg - warning: while removing mieru, directory `/opt/mieru/gui' not empty so not removed. dpkg - warning: while removing mieru, directory `/opt/mieru' not empty so not removed.
# dpkg -i mieru_2.2.27_armel.deb Selecting previously deselected package mieru. (Reading database ... 61295 files and directories currently installed.) Unpacking mieru (from mieru_2.2.27_armel.deb) ... Setting up mieru (2.2.27) ... generating *.pyc files Listing /opt/mieru ... Listing /opt/mieru/data ... Listing /opt/mieru/data/desktop_files ... Listing /opt/mieru/gui ... Listing /opt/mieru/gui/qml ... Listing /opt/mieru/gui/qml_1.0_fremantle ... Listing /opt/mieru/icons ... Listing /opt/mieru/lib ... Listing /opt/mieru/platforms ... adding startup script for Fremantle modifying Desktop file for Fremantle Fremantle modifications done
# mieru All modules combined 420.00 ms options: profile path: /home/user/.mieru Traceback (most recent call last): File "mieru.py", line 399, in <module> mieru = Mieru() File "mieru.py", line 75, in __init__ self.platform = maemo5.Maemo5(self, GTK=False) TypeError: __init__() got an unexpected keyword argument 'GTK'
![]() |
2012-02-29
, 22:48
|
Posts: 1,100 |
Thanked: 2,797 times |
Joined on Apr 2011
@ Netherlands
|
#68
|
![]() |
2012-02-29
, 22:55
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#69
|
(only saw the warning
/opt/mieru/gui/qml_gui.py:38: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed)
python /opt/mieru/mieru.py -u harmattan -p maemo5
![]() |
2012-02-29
, 22:59
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#70
|
I plan to support both - looks like the version for Fremantle CSSU can share the same QML files with Harmattan while Fremantle Vanilla needs separate "forked" files due to specific Qt Components namespace (org.maemo.fremantle) and all the glitches.
modRana: a flexible GPS navigation system
Mieru: a flexible manga and comic book reader
Universal Components - a solution for native looking yet component set independent QML appliactions (QtQuick Controls 2 & Silica supported as backends)