| The Following User Says Thank You to D@vIcHoJD For This Useful Post: | ||
|
|
08-22-2012
, 02:13 PM
|
|
Posts: 755 |
Thanked: 2,541 times |
Joined on Apr 2010
@ Czech Republic
|
#92
|
So please test & report any issues that might come up.* brand new QML GUI
* its FAST :)
* proper Unicode support
* touch screen paging
* a What's new dialog
* launches after significant updates
* informs about new features & fixes
* manga mode
* can be enabled in Options
* improved paging feedback
* localization support
* full Czech, German and Russian translations
* improved donation support
* Flattr and Bitcoin were added
* new packages for _Maemo@N900_
* many thanks to:
* Tempura-san (l18n support, German translation, manga mode, paging feedback)
* ZoG (Russian translation)
|
|
08-22-2012
, 02:56 PM
|
|
Posts: 874 |
Thanked: 1,856 times |
Joined on Apr 2011
@ Netherlands
|
#93
|

cat /usr/bin/mieru #!/bin/sh cd /opt/modrana python mieru.py -p maemo5
|
|
08-22-2012
, 04:29 PM
|
|
Posts: 782 |
Thanked: 722 times |
Joined on Oct 2007
@ Finland
|
#94
|
|
|
08-22-2012
, 05:24 PM
|
|
Posts: 755 |
Thanked: 2,541 times |
Joined on Apr 2010
@ Czech Republic
|
#95
|
MartinK,
Thanks for keep working on this app.
I think you are mixing up your apps this time
starting /opt/mieru/mieru_fremantle works fine.Code:cat /usr/bin/mieru #!/bin/sh cd /opt/modrana python mieru.py -p maemo5
I already pushed a fixed package (2.4.3).
Is it possible for Mieru to remember and load the right page when the chosen file in file manager has same credentials as the one in History?


cd /opt/mieru python mieru.py -p maemo5 -u hildon
cd /opt/mieru python mieru.py -p maemo5 -u QML
|
|
08-22-2012
, 05:56 PM
|
|
Posts: 874 |
Thanked: 1,856 times |
Joined on Apr 2011
@ Netherlands
|
#96
|

| The Following User Says Thank You to ade For This Useful Post: | ||
|
|
08-22-2012
, 07:23 PM
|
|
Posts: 152 |
Thanked: 243 times |
Joined on May 2011
|
#97
|
, I have CSSU testing$ mieru
All modules combined 540.00 ms
creating profile folder in: /home/user/.mieru
options: profile path: /home/user/.mieru
options: exception while loading saved options:
[Errno 2] No such file or directory: '/home/user/.mieru/mieru_options.bin'
maemo5: Qt version 4.7.4 detected
maemo5: sufficient Qt version for QML GUI (> 4.7.4)
preferred GUI ID from platform module: QML
All modules combined 0.00 ms
/opt/mieru/gui/qml_gui.py:42: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
self.app = QApplication(sys.argv)
file:///opt/mieru/gui/qml/main.qml:4:1: module "com.nokia.meego" is not installed
import com.nokia.meego 1.0
^
Traceback (most recent call last):
File "mieru.py", line 423, in <module>
mieru = Mieru()
File "mieru.py", line 119, in __init__
self._loadGUIModule(guiModuleId)
File "mieru.py", line 154, in _loadGUIModule
self.gui = gui.getGui(self, 'QML', accel=True, size=initialSize)
File "/opt/mieru/gui/gui.py", line 107, in getGui
return qml_gui.QMLGUI(mieru, type, size)
File "/opt/mieru/gui/qml_gui.py", line 110, in __init__
self.rootObject.openFirstStartDialog()
AttributeError: 'NoneType' object has no attribute 'openFirstStartDialog'
| The Following User Says Thank You to lonk For This Useful Post: | ||
|
|
08-22-2012
, 07:53 PM
|
|
Posts: 755 |
Thanked: 2,541 times |
Joined on Apr 2010
@ Czech Republic
|
#98
|
Code:$ file:///opt/mieru/gui/qml/main.qml:4:1: module "com.nokia.meego" is not installed import com.nokia.meego 1.0 ^
| The Following User Says Thank You to MartinK For This Useful Post: | ||
|
|
08-23-2012
, 05:27 AM
|
|
Posts: 782 |
Thanked: 722 times |
Joined on Oct 2007
@ Finland
|
#99
|
|
|
08-23-2012
, 08:12 AM
|
|
Posts: 755 |
Thanked: 2,541 times |
Joined on Apr 2010
@ Czech Republic
|
#100
|
Ok, let me explain. For example I was reading One Piece chapter 675.rar till page 10 and decide to read something else, the progress for this file is now in History and I can resume reading using History page. The problem is that if I open this same One Piece chapter 675.rar using builtin file manager Mieru starts showing at page 1 instead 10 like recorded in History. Is there a way to fix this?

![]() |
| Thread Tools | Search this Thread |
|
Regards