[SailfishDevel] Error on upload to harbour

2019-12-30 Thread Andrew Penkrat
older one, didn't change anything) and the packages pass rpm-validator checks all-green. Can somebody help me or give a hint on what might be wrong? The packages as well as the source code are available here: https://github.com/Aldrog/harbour-vipiano/releases/tag/v1.0 Best regards, Andr

Re: [SailfishDevel] booster loading wrong libstdc++

2017-09-11 Thread Andrew Penkrat
Hi Rinigus, It's possible to disable the booster with X-Nemo-Application-Type=no-invoker line in your .desktop file. Hope this helps, Andrew On Mon, 11 Sep 2017 at 10:48 rinigus wrote: > Hi, > > I am using gcc-6.4.0 ( >

Re: [SailfishDevel] Read device info

2017-08-18 Thread Andrew Penkrat
All software updates are distributed with OTAs and each OTA should increment Sailfish version number, so knowing this number should be enough. And it's easier to obtain. Do apps even have any access to PackageKit? Cheers, Andrew Penkrat On Fri, 18 Aug 2017 at 14:47 Adam Pigg <a...@piggz.co

Re: [SailfishDevel] Read device info

2017-08-18 Thread Andrew Penkrat
Hi Dylan, You can read SFOS version from VERSION_ID line of /etc/os-release and device name from NAME line of /etc/hw-release. Though it claims my Jolla C is actually an Intex Aqua Fish :) Cheers, Andrew Penkrat On Fri, 18 Aug 2017 at 13:44 Dylan Van Assche via Devel < de

Re: [SailfishDevel] [Minutes] Sailfish OS Open Source Community Collaboration Meeting, 5th of September 2016

2016-09-07 Thread Andrew Penkrat
On Wednesday, September 7, 2016 4:20:04 PM MSK, Slava Monich wrote: Hi Andrew, To make matters worse, the plugin requirements may change over time, meaning that a system upgrade may break the app because the app didn't request access to some features required by the

Re: [SailfishDevel] [Minutes] Sailfish OS Open Source Community Collaboration Meeting, 5th of September 2016

2016-09-07 Thread Andrew Penkrat
s/archives/achieves/g On Wednesday, September 7, 2016 3:56:15 PM MSK, Andrew Penkrat <penkr...@gmail.com> wrote: Hi Slava, On Wednesday, September 7, 2016 3:20:23 PM MSK, Slava Monich <slava.mon...@jolla.com> wrote: Hi, Access to contacts is actually quite a good example. I

Re: [SailfishDevel] [Minutes] Sailfish OS Open Source Community Collaboration Meeting, 5th of September 2016

2016-09-07 Thread Andrew Penkrat
Hi Slava, On Wednesday, September 7, 2016 3:20:23 PM MSK, Slava Monich wrote: Hi, Access to contacts is actually quite a good example. It may or may not require access to the network, depending on how it's implemented at Qt plugin level. Should every app that needs

Re: [SailfishDevel] Open source in-app ad API helper for QML - please, join

2016-05-30 Thread Andrew Penkrat
I want to add my experience from the developer's point of view. I have an Android app with about 1000 installations (and 100 active users). This app has ads as well as an option to disable them for a $2 donation. Nobody ever activated this option. So most probably I won't be able to get any

Re: [SailfishDevel] Help for Syncthing App

2016-03-14 Thread Andrew Penkrat
I'd suggest trying something like linux-g++:contains(QMAKE_HOST.arch, x86_64):{ do something } Based on https://wiki.qt.io/Qt_project_org_faq#How_can_I_detect_in_the_.pro_file_if_I_am_compiling_on_a_32_bit_or_a_64_bit_platform.3F Cheers, Andrew 2016-03-14 17:49 GMT+03:00 Michael Fuchs

Re: [SailfishDevel] Help for Syncthing App

2016-03-14 Thread Andrew Penkrat
Hi Michael, 3) You understand it right, just upload an i486 rpm. 4) win32: VAR = VALUEw unix: VAR = VALUEx Best regards, Andrew Penkrat 2016-03-14 17:31 GMT+03:00 Yuvraaj <yuvr...@gmail.com>: > [nemo@Jolla ~]$ ls /sys/class/power_supply/ > dollar_cove_battery dollar_cove_charg

Re: [SailfishDevel] Clear cookies in SilicaWebView

2015-10-02 Thread Andrew Penkrat
Hi Alexander, Cookies should be under $XDG_CACHE_HOME//.QtWebKit You can look at my realisation of cookie deletion: https://github.com/Aldrog/TwitchTube/blob/master/src/tools.cpp#L33 Best regards, Andrew Penkrat чт, 1 окт. 2015, 23:48, Alexander Ladygin <fake...@gmail.com>: > Thanks

Re: [SailfishDevel] req_display_blanking_pause seems not to work.

2015-09-27 Thread Andrew Penkrat
Hi Simo, Thanks a lot for your suggestion, QTimer with 50 seconds timeout calling req_display_blanking_pause on timeout works fine. Best regards, Andrew Penkrat 2015-09-24 23:05 GMT+03:00 Simo Piiroinen <simo.piiroi...@jollamobile.com>: > On Thursday, September 24, 2015 05:44:48

[SailfishDevel] req_display_blanking_pause seems not to work.

2015-09-24 Thread Andrew Penkrat
QLatin1String("req_display_blanking_pause")); } } In main function: Tools* tools = new Tools(); view->rootContext()->setContextProperty("cpptools", tools); But screen keeps going blank after I call cpptools.setBlan

Re: [SailfishDevel] GStreamer usage

2015-03-30 Thread Andrew Penkrat
disturb a lot. Binary file name is `harbour-twitchtube`. I thought it's buffering issue because there were warnings about buffer drops in console but once I've checked it with GST_DEBUG='*:2' it prints about timestamping an synchronization problems. Best regards, Andrew Penkrat

[SailfishDevel] GStreamer usage

2015-03-29 Thread Andrew Penkrat
video on Sailfish. I was exploring cameraplus but I only understood it uses droideglsink and then the repository was deleted. I couldn't find any other examples so I'm asking here for help. Do I need to use this sink? How should I use it? Thanks in advance, Andrew Penkrat