[Touch-packages] [Bug 1602568] [NEW] Consider version 5.6 for Yakety

2016-07-13 Thread milasudril
Public bug reported: I suggest to switch from Qt version 5.5 to Qt version 5.6 (or version 5.7) for the next ubuntu release, due to a strange behaviour in the callback mechanism for function objects. See http://stackoverflow.com/questions/38337254/qt5-function-object-as-

[Touch-packages] [Bug 1524328] Re: libpng 1.6 support

2016-03-28 Thread milasudril
Current version of libpng also has minor bugs on x86_64-linux-gnu (see my report of this bug): image.cpp:172:9: warning: conversion to `uint32_t {aka unsigned int}` from `png_uint_32 {aka long unsigned int}` may alter its value [-Wconversion] As a side note, if I am on i386-linux-gnu, or any

[Touch-packages] [Bug 1509562] Re: no icons for menu, folders, directories, files

2015-11-28 Thread milasudril
@Torgel. I installed "kde-config-gtk-style", but there is no "KDE System Settings" for me -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1509562 Title: no

[Touch-packages] [Bug 1509562] Re: no icons for menu, folders, directories, files

2015-11-27 Thread milasudril
FGodard (irgend-launchpad) is right that installing libqt5libqgtk2 only partially solves the problem. Search and Replace icons are still missing in Kate, and so are some of the icons in the save dialog box. -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1348144] Re: libpng needs update on x86_64

2014-08-01 Thread milasudril
The present typedef change would really break the ABI on x86_64 so the entire system needs to be compiled with the new header. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libpng in Ubuntu.

[Touch-packages] [Bug 1348144] [NEW] libpng needs update on x86_64

2014-07-24 Thread milasudril
Public bug reported: Libpng needs to be updated to a later version than version 1.2 on x86_64. The reason is that version 1.2 assumes sizeof(unsigned long int)==4, which is not true on Linux x86_64 Message from GCC: error: cannot convert 'uint32_t* {aka unsigned int*}' to 'png_uint_32* {aka