Re: [SailfishDevel] Compilation error

2016-01-07 Thread Zhang Bird
Yeah,both x86 and armv7hl, or you can build a noarch package via obs. ☺ 2016-01-08 5:05 GMT+08:00 Zoltán Lutor : > ooo! Is it something new? Some time ago there was VM for ARM stuffs, if I > remember correctly... > > Long story in short: I should test on emulator with i486 package but build > app

Re: [SailfishDevel] QtPrintSupport in Mer Build maschine

2016-01-17 Thread Zhang Bird
Maybe this can help you :) https://gist.github.com/skvark/49a2f1904192b6db311a 2016-01-18 3:30 GMT+08:00 george b : > Hello > > For an App, I want to use qcustomplot, which needs as a dependency > QtPrintSupport. It fails to build because the headers are missing in the > SDK for both platforms (

Re: [SailfishDevel] Deploy as RPM package vs copying binaries

2016-03-24 Thread Zhang Bird
Hi: Try to add qml files to qrc 2016-03-24 15:30 GMT+08:00 Martin Kampas : > Hi Dylan, > > could you describe step by step your procedure from unpacking the source > archive from your original message to installing the resulting RPM package? > And attach the output of 'rpm -qlp Sailfinder-0.1-1.

Re: [SailfishDevel] Patch: Clock on actdead charging UI

2016-07-26 Thread Zhang Bird
Nice! Thank you :) 2016-07-27 4:43 GMT+08:00 Unai IRIGOYEN : > Hi, > Some time ago I proposed to add a clock to the actdead charging UI in TJC > since it would allow a quite frequent use case for me: shutdown the phone > during the night but still be able to read the current time if in charging >

Re: [SailfishDevel] KDE Frameworks 5

2017-03-23 Thread Zhang Bird
👏 Good job! 2017-03-23 15:06 GMT+08:00 Adam Pigg : > If anyone has a need to develop/port software from KDE, i have a few of > the frameworks built against sfos at https://build.merproject. > org/project/show/home:piggz:kf5 > > Version is 5.31 and the spec files are heavily based on those from >

[SailfishDevel] How to build ipset for Sailfish?

2018-01-18 Thread Zhang Bird
Dear all: When i build ipset from source, its need kernel source or kernel-headers, and the version num must the same with running kernel version. But sailfish not provide linux kernel 3.6.11 source yet. I tried the kernel from https://www.kernel.org/pub/linux/kernel/v3.x/ , it's still not working

Re: [SailfishDevel] How to build ipset for Sailfish?

2018-01-19 Thread Zhang Bird
Thanks for your replay. Yes, to enable it in kernel is too difficult, i will try other ways to implement. 2018-01-18 17:34 GMT+08:00 Kaj-Michael Lang : > On Thu, 2018-01-18 at 17:13 +0800, Zhang Bird wrote: > > > [root@SailfishEmul ~]# ipset test testname 10.8.8.8 > > >

Re: [SailfishDevel] "Unnamed application is not responding" - How to respond from C and python?

2018-01-27 Thread Zhang Bird
To be honest, "harbour-pygame_breakout.cpp" is uglycode. I had the same question with you, and i didn't have a perfect solution so i used uglycode :( I tried pyotherside with qml, but it not support for SDL2 currently. So, we need some help ;) 2018-

Re: [SailfishDevel] SDK version 1804 (2.2.0) is released to Early Access

2018-06-08 Thread Zhang Bird
The download link is wrong. *Sailfish OS SDK 1804* *Linux 32* *Linux 64* *OS X*

[SailfishDevel] How to make a theme related icon

2019-12-10 Thread Zhang Bird
On light theme, icons is like [image: image.png] On sailfish3 theme, icons is like [image: image.png] What's the magic? I made an icon, it's not work on light theme as expect. ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to d

Re: [SailfishDevel] How to make a theme related icon

2019-12-10 Thread Zhang Bird
Patchmanager 3 icon on settings works great https://github.com/sailfishos-patches/patchmanager/blob/patchmanager3/src/icons/svgs/icon-m-patchmanager2.svg Bjoern Bidar 于2019年12月10日周二 下午10:20写道: > Because the icon is sourced from the theme and the icon theme is changed > when you select a dark th