Reply
Thread Tools
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#31
And thanks to freemangordon's backtrace, I've fixed the bug.

Code:
    if(qApp->desktop()->screenGeometry().width() < qApp->desktop()->screenGeometry().height()) {
        qApp->setPalette(gtkWidgetPalette("HildonNote-information-theme-portrait.GtkAlignment.GtkHBox.GtkVBox.GtkEventBox.GtkAlignment.GtkVBox.HildonNoteLabel-informati
on-theme"),
            "QMaemo5InformationBox");
    } else {
        qApp->setPalette(gtkWidgetPalette("HildonNote-information-theme.GtkAlignment.GtkHBox.GtkVBox.GtkEventBox.GtkAlignment.GtkVBox.HildonNoteLabel-information-theme"),
            "QMaemo5InformationBox");
    }
is what should replace line 262.

deb here: http://mohammadag.xceleo.org/public/...+0m5_armel.deb

I'll push a merge request once cloning is done.
 

The Following 5 Users Say Thank You to MohammadAG For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#32
Originally Posted by MohammadAG View Post
And thanks to freemangordon's backtrace, I've fixed the bug.

Code:
    if(qApp->desktop()->screenGeometry().width() < qApp->desktop()->screenGeometry().height()) {
        qApp->setPalette(gtkWidgetPalette("HildonNote-information-theme-portrait.GtkAlignment.GtkHBox.GtkVBox.GtkEventBox.GtkAlignment.GtkVBox.HildonNoteLabel-informati
on-theme"),
            "QMaemo5InformationBox");
    } else {
        qApp->setPalette(gtkWidgetPalette("HildonNote-information-theme.GtkAlignment.GtkHBox.GtkVBox.GtkEventBox.GtkAlignment.GtkVBox.HildonNoteLabel-information-theme"),
            "QMaemo5InformationBox");
    }
is what should replace line 262.

deb here: http://mohammadag.xceleo.org/public/...+0m5_armel.deb

I'll push a merge request once cloning is done.
So this is the segfault-bug and fix for it? Should regular user install this now or wait for Community SSU to implement the patch, it is pushed there?
 
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#33
The fix of course...
I'll try to get it in the first release of the community SSU.

Commit here:
http://qt.gitorious.org/qt/mohammad7...b7e8db3cb93d36

Merge request sent.
 

The Following 3 Users Say Thank You to MohammadAG For This Useful Post:
Guest | Posts: n/a | Thanked: 0 times | Joined on
#34
Originally Posted by MohammadAG View Post
The fix of course...
I'll try to get it in the first release of the community SSU.

Commit here:
http://qt.gitorious.org/qt/mohammad7...b7e8db3cb93d36

Merge request sent.
Heh, alright, thanks.
 
Reply

Thread Tools

 
Forum Jump


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