Notices


Reply
Thread Tools
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#91
abufaisal.o,

That happens to me while scrolling; its a momentary "lag" which is fixed by scrolling over that area again...
 
Posts: 343 | Thanked: 819 times | Joined on Jan 2010 @ Paris, France
#92
I have developer mode enabled, so i can try to help debug the issue. I can at least confirm that the problem persists and each time i launch hydra, the update is available and the same issue arises.
 
Posts: 79 | Thanked: 211 times | Joined on Aug 2012
#93
This is weird.. it seems that Nokia's HERE maps has disappeared from Firefox Marketplace. I wonder what's going on behind the scenes.. Anyway, if you have it installed, hold on to it in case it's not coming back!
 

The Following 2 Users Say Thank You to sviox For This Useful Post:
Posts: 79 | Thanked: 211 times | Joined on Aug 2012
#94
Originally Posted by P@t View Post
I have developer mode enabled, so i can try to help debug the issue. I can at least confirm that the problem persists and each time i launch hydra, the update is available and the same issue arises.
Big thanks to P@t for sending me logs about his issue. I found the bug and fixed it into 1.4.1 which I will shortly be releasing with a few other bug fixes.

In a nutshell, if any of you have similar problems installing updates, it is caused by non-existing temp directory used by Hydra's installer component. You can force this directory into existence by installing any application package. After that the update should work.
 

The Following User Says Thank You to sviox For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#95
Bought v1.4.0, its pretty nice however the old issue of Microsoft office 2007 and later format don't open.

Hope there is a solution for it someday
 
Posts: 79 | Thanked: 211 times | Joined on Aug 2012
#96
Originally Posted by thedead1440 View Post
Bought v1.4.0, its pretty nice however the old issue of Microsoft office 2007 and later format don't open.

Hope there is a solution for it someday
I'm not really an expert on MIME matters, but this is an example of how Office 2007 MIME type is set by MeeGo platform in the platforms MIME definition file (http://www.freedesktop.org/wiki/Spec...ime-info-spec/):

Code:
   <mime-type type="application/vnd.openxmlformats-officedocument.presentationml.presentation">
     <comment>PowerPoint 2007 presentation</comment>
     <comment xml:lang="ara">عرض تقديمي PowerPoint 2007</comment>
     <comment xml:lang="bg">Презентация — PowerPoint 2007</comment>
     <comment xml:lang="ca">presentació de PowerPoint 2007</comment>
     <comment xml:lang="cs">Prezentace PowerPoint 2007</comment>
     <comment xml:lang="da">PowerPoint 2007-præsentation</comment>
     <comment xml:lang="de">PowerPoint-2007-Präsentation</comment>
     <comment xml:lang="es">presentación de PowerPoint 2007</comment>
     <comment xml:lang="eu">PowerPoint 2007 aurkezpena</comment>
     <comment xml:lang="fi">PowerPoint 2007 -esitys</comment>
     <comment xml:lang="fr">présentation PowerPoint 2007</comment>
     <comment xml:lang="hu">PowerPoint 2007 prezentáció</comment>
     <comment xml:lang="id">Presentasi PowerPoint 2007</comment>
     <comment xml:lang="it">Presentazione PowerPoint 2007</comment>
     <comment xml:lang="ko">파워포인트 2007 프리젠테이션</comment>
     <comment xml:lang="lt">PowerPoint 2007 pateiktis</comment>
     <comment xml:lang="lv">PowerPoint 2007 prezentācija</comment>
     <comment xml:lang="nl">PowerPoint 2007-presentatie</comment>
     <comment xml:lang="pl">Prezentacja PowerPoint 2007</comment>
     <comment xml:lang="pt_BR">Apresentação do PowerPoint 2007</comment>
     <comment xml:lang="sv">PowerPoint 2007-presentation</comment>
     <comment xml:lang="vi">Trình diễn PowerPoint 2007</comment>
     <comment xml:lang="zh_CN">Microsoft PowerPoint 2007 演示文稿</comment>
     <glob pattern="*.pptx"/>
     <glob pattern="*.pptm"/>
     <alias type="application/vnd.ms-powerpoint.presentation.macroEnabled.12"/>
     <sub-class-of type="application/zip"/>
     <!-- Meego specific replacement (was x-office-document) -->
     <generic-icon name="icon-m-content-powerpoint"/>
   </mime-type>
And this is how I add one of my own types:
Code:
    <mime-type type="application/widget">
        <comment>W3C Widget</comment>
        <sub-class-of type="application/zip"/>
        <alias type="application/x-opera-widgets"/>
        <generic-icon name="icon-m-content-application"/>
        <magic priority="50">
          <match value="PK\003\004" type="string" offset="0"/>
        </magic>
        <glob pattern="*.wgt"/>
    </mime-type>
If there is a MIME wizard hiding among us, please let me know if there is something wrong with my declaration
 

The Following User Says Thank You to sviox For This Useful Post:
Posts: 79 | Thanked: 211 times | Joined on Aug 2012
#97
New version focused on bug fixing coming up shortly, here is the changelog:
* Implemented geolocation support for Firefox OS apps requesting 'geolocation' permission
* Fixed Geolocation API watchPosition() calling error callback with maximumAge option and no valid value
* Fixed installing an update when temp directory does not exist
* Fixed installation responsiveness by moving zip extraction into a dedicated thread
* Fixed virtual keyboard forcing incorrect automatic scrolling when using scaled viewport
* Fixed domain names starting with www. to be shown without *. prefix in details page
 

The Following 5 Users Say Thank You to sviox For This Useful Post:
Posts: 335 | Thanked: 285 times | Joined on Sep 2012 @ Trento, Italy
#98
Update now available in store
__________________
Petition to get bug fixing for N9:
http://www.change.org/en-GB/petition...g-for-nokia-n9
 

The Following 3 Users Say Thank You to Lucazz990 For This Useful Post:
Posts: 79 | Thanked: 211 times | Joined on Aug 2012
#99
Originally Posted by Lucazz990 View Post
Update now available in store
Let me know if you catch any bugs with it. Also, please let me know if the crash-after-installation still happens since I've tried to optimize it out.
 
Hariainm's Avatar
Posts: 485 | Thanked: 708 times | Joined on Feb 2010 @ Galiza
#100
Now updates are integrated with the OS, great! But updating apps do not work very well, HERE Maps was upgraded from 1.8.58 to 1.8.61, after loosing the icon (now only a green quircle) Also updating lasts forever, have to swipe down to close.

And seems we can't get apps in the background, it keeps closing when i swipe away
__________________
Adrian Filgueira, @hariainm
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:50.