Re: [SailfishDevel] Dynamically populate a ContextMenu

2013-11-25 Thread Martin Kampas
Hi, simply assign id to one of the static items, e.g. firstStatic, and then use firstStatic.parent instead of menu._contentColumn as parent for the dynamic items -- this way you do not rely on implementation details: menu: ContextMenu { id: menu MenuItem { id: firstStatic; text: Static

Re: [SailfishDevel] No map overlay objects shown if zoomLevel 3

2013-11-26 Thread Martin Kampas
Again lying - it is used in the same object, this will not work. 2x sorry :) I should sleep more. Martin On Tuesday, November 26, 2013 09:02:19 AM Martin Kampas wrote: Not true - I overlooked the condition. sorry. Still you can implement your own version of QDeclarativeGeoMapItemBase

Re: [SailfishDevel] Putting data with QML on first screen after power on ?

2014-01-07 Thread Martin Kampas
Hi, see https://sailfishos.org/core-article.html for UX elements naming. BR, Martin On Tuesday, January 07, 2014 12:46:28 PM Matthias Barmeier wrote: Hi, is it possible to add notification, calendar entries or something else on the first screen with QML ? Does an official name for all

Re: [SailfishDevel] Installation trouble with the SDK

2014-12-09 Thread Martin Kampas
Hi Luciano, is it possible it just hangs waiting for enough entropy[1] to generate the keys? How long did you wait before you rebooted? Try to keep moving the mouse pointer randomly for about a minute - it may help. If it does not help, you should be at least able to switch to VT console

Re: [SailfishDevel] Installation trouble with the SDK

2014-12-11 Thread Martin Kampas
Hi Luciano, On Thursday, December 11, 2014 10:21:16 AM Luciano Montanaro wrote: [...] My question is... shouldn't there be a virtualbox mersdk instance available before invoking the merssh command? Because the virtualbox manager does not show a configuration for it. this shouldn't be an

Re: [SailfishDevel] SDK version 1510 (1.1.9) is released

2015-10-22 Thread Martin Kampas
Hello Thomas, > Somehow the "unfoldability" of the Silica reference has gone AWOL in the > process. Thanks for reporting this - fixed, to be released soon. BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

[SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Martin Kampas
Hello again, Today (November 10th) at 11:30 UTC we have published new installers and repositories of the Sailfish OS SDK. This SDK release is called 1511 and it matches Jolla Release 2.0.0. The installers for this release of the SDK are available at http://www.sailfishos.org. If you have an

Re: [SailfishDevel] SDK version 1511 (2.0.0) is released

2015-11-10 Thread Martin Kampas
my version, but SDK updater gives checksum mismatch. Please fix. // Peter Pykäläinen 2015-11-10 13:55 GMT+02:00 Martin Kampas <martin.kam...@jolla.com<mailto:martin.kam...@jolla.com>>: Hello again, Today (November 10th) at 11:30 UTC we have published new installers and repositories o

Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-10 Thread Martin Kampas
Hello yinweijianyinweijian, If your SailfishOS version is 2.0.0 and your SDK is 1510 then this is most probably due to SSH incompatibility after dropping support for the unsafe aes128-cbc cipher from the phone. Upgrading to SDK-1511 (released yesterday November 10th) should fix this for you.

Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-11 Thread Martin Kampas
To: Sailfish OS Developers Subject: Re: [SailfishDevel] Help,,,SDK don't love my jolla phone Funny; i've been on 1510 for a month now, no issues with 2.0.0.10? On Wed, Nov 11, 2015 at 8:25 AM, Martin Kampas <martin.kam...@jolla.com<mailto:martin.kam...@jolla.com>> wrote: Hello yinweiji

Re: [SailfishDevel] Help,,,SDK don't love my jolla phone

2015-11-11 Thread Martin Kampas
of Martin Kampas [martin.kam...@jolla.com] Sent: Wednesday, November 11, 2015 9:04 AM To: Sailfish OS Developers Subject: Re: [SailfishDevel] Help,,,SDK don't love my jolla phone oops you are right, 2.0.0.x is still OK, this only comes with 2.0.1.x. -Martin From

Re: [SailfishDevel] SailfishOS SDK 1510 and launcher icon for tablet version

2015-10-20 Thread Martin Kampas
On 20.10.2015 19:02, Osmo Salomaa wrote: > This is the first time I hear this. Is this documented somewhere? https://harbour.jolla.com/faq#Icons -Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

[SailfishDevel] SDK version 1510 (1.1.9) is released

2015-10-09 Thread Martin Kampas
Hello again, Today (October 9th) at 10:00 UTC we have published new installers and repositories of the Sailfish OS SDK. This SDK release is called 1510, it is mainly a bugfix release and it again matches Jolla Release 1.1.9. The installers for this release of the SDK are available at

Re: [SailfishDevel] SDK version 1510 (1.1.9) is released

2015-10-11 Thread Martin Kampas
-John On 10/9/15 6:22 AM, Martin Kampas wrote: Emulator: - Fixed issue with emulator mode switching on Windows (Emulator mode can be changed under menu Tools -> Mer in Qt Creator) ___ SailfishOS.org Devel mailing list To unsubscribe, please sen

Re: [SailfishDevel] How to use nemo-qml-plugin-notifications?

2015-10-05 Thread Martin Kampas
Hello Иван Черненький, You hit a bug. Please follow this https://bugs.merproject.org/show_bug.cgi?id=1360 You can still use nemo-qml-plugin-notifications in your app - missing plugin.qmltypes only affects the autocompletion feature of Qt Creator. BR, Martin

[SailfishDevel] SDK version 1.1.9 is released

2015-09-24 Thread Martin Kampas
Hello again, Today (September 24th) at 11:00 UTC we have published new installers and repositories of the Sailfish OS SDK. This SDK release is called the 1509 and it matches the Jolla Release 1.1.9. The installers for this release of the SDK are available at http://www.sailfishos.org. If you

Re: [SailfishDevel] QtCreator CONFIG has debug even in release mode

2015-11-22 Thread Martin Kampas
Hello Tone Kastlunger, Read this carefully to learn how to test these properly http://doc.qt.io/qt-5/qmake-test-function-reference.html#config-config BR, Martin From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Tone

Re: [SailfishDevel] Not documented missing SDK features

2016-06-13 Thread Martin Kampas
Hello Eli, here https://sailfishos.org/wiki/Application_SDK_Known_Issues you can find the list of known issues related to the SDK. Seems you just hit an unknown one. Thank you for reporting! Regards, Martin From: devel-boun...@lists.sailfishos.org

Re: [SailfishDevel] Not documented missing SDK features

2016-06-28 Thread Martin Kampas
rtin From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] on behalf of Martin Kampas [martin.kam...@jolla.com] Sent: Monday, June 13, 2016 2:21 PM To: Sailfish OS Developers Subject: Re: [SailfishDevel] Not documented missing SDK featu

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

2016-03-24 Thread Martin Kampas
[dylan.van.ass...@protonmail.com] Sent: Wednesday, March 23, 2016 12:19 PM To: Martin Kampas Subject: Re: [SailfishDevel] Deploy as RPM package vs copying binaries Hi, No it was, I think it's a bug in QT creator... Time for an update? Dylan Sent from ProtonMail mobile Original Message

Re: [SailfishDevel] Using QtQuick.Layouts

2016-07-28 Thread Martin Kampas
Hi Marcin, > Is it possible to change the port for the SailifshOS tab? I have tty.js > running on the same port, had to kill it. Yes. 1. Stop the MerSDK VM 2. Open MerSDK VM settings in VirtualBox, navigate to Network -> Adapter 1 -> Advanced -> Port Forwarding and change the Host Port there.

Re: [SailfishDevel] The SailfishOS IDE todo plugin doesn't work

2016-07-31 Thread Martin Kampas
Hi Marcin, For me it works well. Did you notice you can switch between displaying TODOs from current document only or from all documents in the active project in the To-Do Entries output pane? Could you please provide a detailed step-by-step description what did you do? BR, Martin

Re: [SailfishDevel] Option to extract content of Sailfish SDK

2016-08-15 Thread Martin Kampas
Hi Louis, The Sailfish OS SDK installer application is based on Qt Installer Framework [1]. You can write a script to instruct the installer and pass it via the '-script' command line switch. There is also a client-server mode available so that you can instruct the installer interactively.

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-20 Thread Martin Kampas
Hi Marcin, failed.log, statefs.log: both failing statefs and tmpfiles are known issues and shouldn't be related to this. sshd.log: according to the log you mistyped "sshd" as "ssh", but anyway "sshd.service" is not used, instead you should check the status of "sshd.socket". Also note that the

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Could you check SSH logs on the VM side? For that purpose please start the MerSDK VM directly from VirtualBox and quit Qt Creator *before* that (it would try to reconnect periodically, filling the log excessively). Started this way the MerSDK VM will show its window - read the

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-19 Thread Martin Kampas
Hi Marcin, > Before and after: No journal files were found. Did you run it as root? BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Simply move the -b switch to the very end of the command line: `journalctl _COMM=sshd -b` so that it does not treat "_COMM=sshd" as an argument to it. BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, > ssh_exchange_identification: read: Connection reset by peer Could this be result of some firewall or mandatory access control (SELinux, AppArmor, ...) on your installation? (Can you SSH to any other VirtualBox VM? If you have no other VM, could you install e.g. Arch Linux in your

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, Does SSH-ing from command line work? For emulator you can try: ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/SailfishOS_Emulator/root -p 2223 root@localhost -o StrictHostKeyChecking=no For build engine: ssh -i ~/devel/SailfishOS/vmshare/ssh/private_keys/engine/root -p

Re: [SailfishDevel] Timeout of MerSDK and the Emulator

2016-07-18 Thread Martin Kampas
Hi Marcin, > Anyway, the SDK reported a timeout and asked whether I want to try running > the emulator again. What happened then? Did the message window persisted (re-)appearing on the screen indefinitely? BR, Martin ___ SailfishOS.org Devel mailing

Re: [SailfishDevel] SDK Maintenance Tool - partial upgrades?

2016-08-09 Thread Martin Kampas
Hi Marcin, You can make local copy of the repositories with some tool which supports resuming, e.g. wget, and then add these in SDK Maintenance Tool settings. Most recent repositories can be downloaded here http://releases.sailfishos.org/sdk/repository/ . You will need the "common" repository

Re: [SailfishDevel] Using QtQuick.Layouts

2016-08-09 Thread Martin Kampas
Hi Marcin, Yes, see https://sailfishos.org/wiki/Tutorial_-_Building_packages_manually BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Debugging a segmentation fault

2017-01-23 Thread Martin Kampas
Hello Костадин, gdb's "exec-wrapper" option should help you. BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Костадин Дамянов [maxmi...@gmail.com] Sent: Sunday, January 22, 2017 8:45 PM To: devel@lists.sailfishos.org Subject:

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-23 Thread Martin Kampas
b2 -t {} -R -m sdk-install zypper in -fy libsailfishapp-devel (Some info on how to enter the build VM can be found here https://sailfishos.org/wiki/Tutorial_-_Building_packages_manually) BR, Martin From: Martin Kampas Sent: Thursday, February 23, 2017 11:

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-23 Thread Martin Kampas
Hi micu, I can confirm it can be reproduced - the build is not terminated though and I never scrolled up enough to check the output! BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Martin Kampas [martin.kam...@jolla.com] Sent

Re: [SailfishDevel] QtLocstion (5.6) | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
Hi Martin > Is there a listing of Qt 5 modules available on Sailfish OS and their status > (version & usability in Jolla store applications) ? It would be very useful > for application developers. Does this help you? https://harbour.jolla.com/faq#2.16.0 https://harbour.jolla.com/faq#5.1.0

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
Hi micu, I could not reproduce this with 1) sources from "master" branch from https://github.com/micuintus/harbour-Berlin-Vegan, and 2) cleanly installed SDK 1701, accepting defaults during installation Any suggestion? BR, Martin From: Devel

Re: [SailfishDevel] SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
Qt 5.8.0 (MSVC2015_64bit), the project can be started without any problems. BR, Michael [1] http://pastebin.com/aqH2Nzw7 Am 10.02.2017 07:59, schrieb Martin Kampas: > Hi Michael, > > Could you please follow these steps to provide more information? > > 1. Launch a vanilla Qt Creat

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-02-13 Thread Martin Kampas
Hi micu, For me it works also with the development branch (6d90504b299505465e3a7a5278704ffba7c2ea27). I also tried with an updated installation of SDK (1611->1701), instead of a clean installation. Is there anything special about your installation? BR, Martin

Re: [SailfishDevel] SDK version 1701 (2.1.0) is released to Early Access

2017-02-09 Thread Martin Kampas
Hi Michael, Could you please follow these steps to provide more information? 1. Launch a vanilla Qt Creator, NOT the one comming with Sailfish OS SDK 2. Go to menu Debug > Start Debugging > Start and debug external application... 3. Browse for C:\SailfishOS\bin\qmllivebench.exe and start it 4.

Re: [SailfishDevel] missing build dependencies in mersdk-VM

2016-08-29 Thread Martin Kampas
Hi Bernhard, > I had installed some of them, but as far as I understood the behaviour of > mb2, it should install missing dependencies automatically. Correct > So after manually installing all dependencies zypper could find, three > packages cannot be found: > pkgconfig(xtables) >

Re: [SailfishDevel] Debugging on emulator and/or device

2016-11-03 Thread Martin Kampas
Hi Iosif, > in my makefile I have defined DEBUG & _DEBUG and I don't use for the debug > version the linker flag -s (for stripping) This sounds like your project is not using Qmake - if this is true than I am not sure I can help you. > Does anyone know if there is a setting in the QtCreator

Re: [SailfishDevel] Connection error

2016-12-01 Thread Martin Kampas
Hi Iosif, Could you please go throught the thread linked from the question on together.jolla.com which Lewis pointed to a provide as much info as possible based on that? You could start reading at this email https://lists.sailfishos.org/pipermail/devel/2016-July/007256.html. BR, Martin

Re: [SailfishDevel] Translation support broken? | Re: SDK version 1701 (2.1.0) is released to Early Access

2017-03-28 Thread Martin Kampas
! ;) Best, micu On Donnerstag, 23. Februar 2017 11:42:58 CEST Martin Kampas wrote: > Hi micu, > > As a workaround until a fixed version of the SDK is released you can execute > this command inside the build engine VM: > > sb2-config -l |xargs -I{} sb2 -t {} -R sed -i 's/\\&quo

Re: [SailfishDevel] Odd issues with SDK - shared libraries not recognized as such

2017-04-04 Thread Martin Kampas
Hi Rinigus, Fix this by installing boost-regex also outside sb2 [mersdk@SailfishSDK ~]$ sb2 -t SailfishOS-i486 ldd /usr/lib/libboost_regex.so.1.51.0 not a dynamic executable [...] [mersdk@SailfishSDK ~]$ sudo zypper in boost-regex [mersdk@SailfishSDK ~]$ sb2 -t SailfishOS-i486 ldd

Re: [SailfishDevel] Odd issues with SDK - shared libraries not recognized as such

2017-04-05 Thread Martin Kampas
de sb2? Best wishes, Rinigus On Wed, Apr 5, 2017 at 8:03 AM, Martin Kampas <martin.kam...@jolla.com<redir.aspx?REF=BlRet5twj2Crwc7W7O7I1Z9YFL5MaGTXFsQUmrm967ClrFRjBHzUCAFtYWlsdG86bWFydGluLmthbXBhc0Bqb2xsYS5jb20.>> wrote: Hi Rinigus, Fix this by installing boost-regex also outside

Re: [SailfishDevel] Mouse events with emulator

2017-03-05 Thread Martin Kampas
Hello Костадин Дамянов, I am not expert in this area so this is just my opinion: Touch events are the only "native" events on a (hardware) device with touchscreen as the only pointing device. For compatibility with older widgets "By default, QGuiApplication translates the first touch point in

Re: [SailfishDevel] SQLite linking

2017-03-06 Thread Martin Kampas
Hi Rinigus, Did you consider this recommendation? "To simplify matters, SQLite is also available as a pre-packaged amalgamation source code file: sqlite3.c. The amalgamation is a single file of ANSI-C code that implements the entire SQLite library. The amalgamation is much easier to deal

Re: [SailfishDevel] SDK 1701-1 translation files problem on compile

2017-04-18 Thread Martin Kampas
Hi Rudi Timmermans, What you observe seems to be simply result of using whitespace in your project path. It is possible you were lucky enough that it worked in your particular case before. (Compare e.g. with https://bugreports.qt.io/browse/QTCREATORBUG-11190). BR, Martin

Re: [SailfishDevel] SDK 1701-1 translation files problem on compile

2017-04-18 Thread Martin Kampas
running on Linux.. Thanks Op Dinsdag 18 april 2017 schreef Martin Kampas: > Hi Rudi Timmermans, > > What you observe seems to be simply result of using whitespace in your > project path. It is possible you were lucky enough that it worked in your > particular case before. (Compare

Re: [SailfishDevel] cannot install package on engine target any more

2017-09-07 Thread Martin Kampas
Hi Jerome, Thank you for reporting this. Before this is fixed, please try to log in into the engine and install/remove packages manually from command line, using sdk-manage --target --list sdk-manage --devel --list [] (installed packages have ",i" at

Re: [SailfishDevel] Installing Nemo Notification C++ in EA SDK

2017-09-13 Thread Martin Kampas
Assche [dylan.van.ass...@protonmail.com] Sent: Wednesday, September 13, 2017 8:58 AM To: Martin Kampas Subject: RE: [SailfishDevel] Installing Nemo Notification C++ in EA SDK That worked! Thanks! Original Message Subject: RE: [SailfishDevel] Installing Nemo Notification C++ in EA

Re: [SailfishDevel] Installing Nemo Notification C++ in EA SDK

2017-09-13 Thread Martin Kampas
Hi Dylan, You are supposed to log in as the 'mersdk' user instead of 'nemo'. BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van Assche via Devel [devel@lists.sailfishos.org] Sent: Wednesday, September 13, 2017 8:44 AM To:

Re: [SailfishDevel] Installing Nemo Notification C++ in EA SDK

2017-09-13 Thread Martin Kampas
Hi Dylan, Please find the answer in this thread https://lists.sailfishos.org/pipermail/devel/2017-September/007991.html BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Dylan Van Assche via Devel [devel@lists.sailfishos.org] Sent:

Re: [SailfishDevel] QT String issue

2017-09-12 Thread Martin Kampas
Hi Dylan, The backslashes you see in the output are only added when you print the string, not actual characters of the string: "\"Intex Aqua Fish\"" So what you need is to replace just the doublequotes - try data.replace("\"", "") or better data.remove('"'). BR, Martin

Re: [SailfishDevel] Qt creator fails to connect to virtual machines

2017-11-02 Thread Martin Kampas
Hello Peter, Unfortunately this is because your OS is too "stable" :) VirtualBox 4.x support has been broken since Sailfish OS SDK 1707. As a workaround until this is fixed you can create the following wrapper for VBoxManage: cat > ~/SailfishOS/bin/VBoxManage <&2 exit 1 fi if [[ $1 ==

Re: [SailfishDevel] Qt creator fails to connect to virtual machines

2017-11-02 Thread Martin Kampas
e with debian's VirtualBox of version 4.3.36. Best regards, Peter On 02.11.2017 08:41, Martin Kampas wrote: > Hello Peter, > > Unfortunately this is because your OS is too "stable" :) VirtualBox 4.x > support has been broken since Sailfish OS SDK 1707. > > As a worka

Re: [SailfishDevel] SDK auto setter/getter

2017-10-30 Thread Martin Kampas
Hi Dylan, Tried with Sailfish OS SDK 1709 on Linux. It works for me. Whenever I had cursor on the identifier (not after semicolon or before preceding space) the menu popped up on ALT+ENTER. It didn't pop up when the getter and setter already existed. BR, Martin

Re: [SailfishDevel] ConfigurationValue default path

2018-05-17 Thread Martin Kampas
Hi João, The storage backend is dconf https://wiki.gnome.org/Projects/dconf BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of joao morgado via Devel [devel@lists.sailfishos.org] Sent: Friday, May 18, 2018 6:54 AM To:

Re: [SailfishDevel] ConfigurationValue default path

2018-05-20 Thread Martin Kampas
+mysettings.saveColor) Component.onDestruction: { mysettings.saveColor = mycolor.color console.log("destruction color: "+mysettings.saveColor) }*/ Cheers João Em sexta-feira, 18 de maio de 2018 06:04:27 GMT+1, Martin Kampas <martin.kam..

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

2018-06-08 Thread Martin Kampas
lfishOSSDK-Beta-1804-Qt5-*-offline.* Martin Kampas mailto:martin.kam...@jolla.com>> 于2018年6月8日周五 下午11:01写道: Hello, Today (Jun 8th) at 15:00 UTC we made the Sailfish OS SDK 1804 available to all users. Please, check out the in depth release notes from below or at https://sailfishos.org/wiki

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

2018-06-06 Thread Martin Kampas
Hello, Today (Jun 6th) at 15:00 UTC we have published new installers and repositories of the Sailfish OS SDK. This SDK release is called 1804 and it matches Jolla Release 2.2.0. Please, read the following notes about the Early Access SDK: - By using the Early Access SDK developers can test

Re: [SailfishDevel] Compile without Scratchbox2 environment

2018-01-08 Thread Martin Kampas
Hi Yuvraaj, I think you mistakenly consider "Sailfish OS Platform SDK" and Scratchbox2 for the same thing. Sailfish OS Platform SDK is a root filesystem image with Scratchbox2 and other tools preinstalled. In theory you could install sb2 directly on your workstation but the SDK exists for your

Re: [SailfishDevel] Route media sound stream to FIFO

2018-02-13 Thread Martin Kampas
Hi Michael, Maybe editing /etc/pulse/xpolicy.conf could help you. Sources and possibly more information can be found here https://github.com/mer-hybris/droid-hal-configs/tree/master/sparse/etc/pulse . BR, Martin From: Devel

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

2018-02-13 Thread Martin Kampas
Hi Jonas, This example might help you https://github.com/sailfishos/sdk-sdl-project-example . BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Jonas Aaberg [c...@lithops.se] Sent: Tuesday, January 30, 2018 11:24 AM To: Zhang

Re: [SailfishDevel] GDB in the SailfishSDK

2018-08-07 Thread Martin Kampas
Hi Dylan, Debugger component is selected by default during installation of the SDK, in which case GDB binaries for use with i486 and armv7hl devices are installed and preconfigured for use with the kits. There should be no extra steps required in order to enable their use with the kits. Did

Re: [SailfishDevel] Mer PIM build questions

2018-01-18 Thread Martin Kampas
Hi Lukáš, First of all it may be worth noting that there is a "slight" difference between Ubuntu and Mer/Sailfish OS operating systems :) This has at least two implications: 1) not all Mer packages can be build against Ubuntu without modifications and 2) packages built against Ubuntu are not

Re: [SailfishDevel] Reproducible builds | RPM version

2018-04-09 Thread Martin Kampas
Hi Takimata, Yes, upgrade of RPM is on the roadmap. I cannot be more specific about the schedule. BR, Martin From: Devel [devel-boun...@lists.sailfishos.org] on behalf of takimata [takim...@gmx.de] Sent: Friday, March 30, 2018 1:05 PM To:

Re: [SailfishDevel] Command line arguments and DBus integration for QML/Python apps

2018-12-10 Thread Martin Kampas
Hi Rinigus, libcontentaction might be what you are looking for https:// git.merproject.org/mer-core/libcontentaction BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] SDK version 1.23 (Sailfish OS 3.0.0) is released to all users

2018-11-19 Thread Martin Kampas
Hello, Today (Nov 19th) at 14:00 UTC we published new installers and repositories of the Sailfish OS SDK. This SDK release is called 1.23 and among other changes it enables development for Sailfish OS Release 3.0.0. With this release we are switching from the YYMM versioning scheme to the

Re: [SailfishDevel] Sailfish SDK 2.1 has been released to all users

2019-05-30 Thread Martin Kampas
Hi Lukáš, Unfortunately this is a bug with the Harbour rules - please folow this report on TJC https:// together.jolla.com/question/206727/harbour-is-rejecting-rpm-package-build-by-latest-sdk/ BR, Martin On čtvrtek 30. května 2019 8:11:40 CEST Lukáš Karas wrote: > Hi Sailors. > > When I build

Re: [SailfishDevel] Harbour validator bug? RPM validation fails on QtSensors 5.2

2019-06-20 Thread Martin Kampas
Hi Tamas, The issue with RPM validation inside SDK is now under investigation. Please try to submit you app to the Harbour again - the failure there might be related to https://together.jolla.com/ question/206727 which was fixed recently and so possibly fixed as well. BR, Martin

Re: [SailfishDevel] [python/qml] packaging issues

2019-07-14 Thread Martin Kampas
Hi Eli, > 1. The package that gets built includes python bytecode files (*.pyc and > *.pyo) That's desired AFAIK > 2. The package is architecture specific instead of "noarch" You can add the following to your .yaml: BuildArch: noarch > [...] which the SDK wants to > autogenerate based on

Re: [SailfishDevel] SyncML profile Nokia Services what is the difference

2019-07-15 Thread Martin Kampas
Hi, It is not the '-d' flag that fixes it - this is a shortcut for '--enable-debug' :) Just the path to the source directory '..' is enough. BR, Martin On pondělí 15. července 2019 13:20:40 CEST deloptes wrote: > Tone Kastlunger wrote: > > [mersdk@SailfishSDK build]$ mb2 -t

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Martin Kampas
On úterý 20. srpna 2019 11:11:57 CEST Thomas Tanghus wrote: > "Martin Kampas" – 20. august 2019 11:00 > > > The .desktop file must exist in the same directory where the .pro file > > that > > uses CONFIG+=sailfishapp exists. > > It is. It isn't :) https

Re: [SailfishDevel] Error installing .desktop file

2019-08-20 Thread Martin Kampas
Hi, The .desktop file must exist in the same directory where the .pro file that uses CONFIG+=sailfishapp exists. Note that the subdirs template does not require you actually put stuff to subdirectories - you can specify a .pro file that exists in the same directory instead of a subdirectory

Re: [SailfishDevel] Importing my own QML plugin. Take two...

2019-08-21 Thread Martin Kampas
Hi Thomas, > On the other hand, I couldn't even explain how I did it 4 years ago[2] :P This way https://github.com/tanghus/kitchen-timer-qml/blob/ master/src/harbour-kitchentimer.cpp#L74 :) BR, Martin ___ SailfishOS.org Devel mailing list To

[SailfishDevel] Sailfish SDK 2.2 has been released to all users

2019-07-31 Thread Martin Kampas
Hello, Today (July 31th) at 07:00 UTC the Sailfish SDK 2.2 has been released to all users. Please, check out the release notes from https://together.jolla.com/ question/210749/. The installers for this SDK release are now available at https://sailfishos.org/wiki/

Re: [SailfishDevel] Error starting build Engine

2019-08-06 Thread Martin Kampas
Hi Iosif, > Under Win10 during installation I get the following error: SSH timeout. > > If I press retry I continuously get the same error. If I press ignore I get > the same error for all targets. At some time the installation succeeds, but > cannot start the build engine The installation is

Re: [SailfishDevel] Error starting build Engine

2019-08-06 Thread Martin Kampas
Hi Thomas, All the errors in the log you shared are expected errors, they do not cause any issue. The error "Another instance for VM "Sailfish OS Emulator 3.1.0.12" already exists" is also unrelated to your issues. The errors from qt.network.ssl are something I would be worry about, but again

Re: [SailfishDevel] Question about connecting a Sailfish phone to Ubuntu Linux box

2019-07-23 Thread Martin Kampas
Hello Sahlan, > [...] I did that in QtCreator and chose the Build / Deploy option, and it > told me RPMs had been created OK, but, under the Issues tab, I get the > message "No RPM validation suite is available for the current Sailfish > OS build target, the package will not be validated" > >

Re: [SailfishDevel] SDK versioning

2019-07-25 Thread Martin Kampas
Hi Eli, does the Android SDK version match the Android OS version? does the macOS SDK version match the macOS version? does the Windows SDK version match the Windows OS version? does the Qt Creator version match the Qt version? ... The universal answer is No, simply because the SDK and the

Re: [SailfishDevel] Sailfish SDK 2.2 has been released to all users

2019-11-06 Thread Martin Kampas
Hi Damien, It is likely you do not see an update available because you have no Early Access Build Target installed. Please check the TJC post linked before for instructions on installing Early Access Build Targets and more information. BR, Martin

Re: [SailfishDevel] SDK again, again...

2019-11-17 Thread Martin Kampas
Hi Thomas, The error messages in the tool tip shown when the *-armv7hl kit is hovered tell you the device selected in kit configuration is architecture incompatible with the kit. The kit supports armv7hl devices while the device (Sailfish OS Emulator) is an x86 device. You can still use the

[SailfishDevel] Sailfish SDK 2.4 has been released to all users

2019-12-02 Thread Martin Kampas
Hello, Today (Dec 2nd) at 14:00 UTC the Sailfish SDK 2.4 was released to all users. Please, check out the release notes from https://together.jolla.com/question/218412/[1]. The installers for this SDK release are now available at

Re: [SailfishDevel] Sailfish SDK 2.2 has been released to all users

2019-11-01 Thread Martin Kampas
-sdk-22/[1] . Happy hacking, Jolla SDK Team On Wed 31 Jul 2019 10:11:39 CET Martin Kampas wrote: > Hello, > > Today (July 31th) at 07:00 UTC the Sailfish SDK 2.2 has been released to all > users. Please, check out the release notes from https://together.jolla.com/ > question/210

Re: [SailfishDevel] Error with libstdc++.so.6(CXXABI_1.3.8)

2020-04-05 Thread Martin Kampas
Hi, > You're using an SDK targeted at newer releases [...] More correctly it is the "built target" (under Qt Creator this corresponds to "kit") which is incompatible with your older Sailfish OS release. You can install build targets (as well as emulators) matching older Sailfish OS releases

Re: [SailfishDevel] Sailfish SDK 3.0 has been released to Early Access

2020-04-03 Thread Martin Kampas
Hello, Today (Apr 3rd) at 14:00 UTC we published an update to the Early Access Build Targets. These now match the Sailfish OS release 3.3.0.14 (Rokua). More details can be found under "Update #2" headline at https://together.jolla.com/question/220011[1] . If you have any questions, feel free

Re: [SailfishDevel] Sailfish SDK 3.1 has been released to Early Access

2020-05-01 Thread Martin Kampas
Hi Thomas, > I first tried the online installer, but the repository couldn't be found. In your later email you continue: > Because I didn't read the release notes properly... Right after your first email I thought it was just a temporary error in your download location, but now that you

Re: [SailfishDevel] Sailfish SDK 3.1 has been released to Early Access

2020-05-01 Thread Martin Kampas
ut the modules and the content of your .spec at least. BR, Martin On pátek 1. května 2020 13:42:52 CEST Thomas Tanghus wrote: > On Friday, 1 May 2020 13.19 Martin Kampas wrote: > > Right after your first email I thought it was just a temporary error in > > your download location, but no

Re: [SailfishDevel] ContextKit not installed?

2020-05-04 Thread Martin Kampas
Hi Thomas, > it isn't recognized in the > editor, "QML module does not contain information about components contained > in the plugins". I checked that now and I confirm this is a bug - the package does not provide the QML type information. You can work this around by using qmlplugindump on

Re: [SailfishDevel] sfdk deploy, building for wrong architecture

2020-04-28 Thread Martin Kampas
Hi Chris, This bug will be fixed with the upcoming SDK release 3.1 (soon). BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Sailfish SDK 3.1 has been released to Early Access

2020-04-30 Thread Martin Kampas
Hello, Today (Apr 30th) at 10:00 UTC the Sailfish SDK 3.1 was released to Early Access users. Please, check out the release notes from https://together.jolla.com/question/226423/[1] . The installers for this SDK release are now available at https://sailfishos.org/wiki/

Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Martin Kampas
Hi George, As long as you list all your dependencies in the .spec file (you seem to do so in the linked sources), you do not need to do anything to get them installed. Installing build time dependencies happens automatically as part of the build process. Should you need to manage packages

Re: [SailfishDevel] Fwd: Docker build engine

2020-05-12 Thread Martin Kampas
Hello Schorsch, > error: failed to replace old database with new database! > error: replace files in /var/lib/rpm with files from > /var/lib/rpmrebuilddb.4682 to recover Looks like https://bugzilla.redhat.com/show_bug.cgi?id=1680124[1] . I would try doing what the message advices. WRT the

Re: [SailfishDevel] Fwd: Docker build engine

2020-05-12 Thread Martin Kampas
Hello Schorsch, OK, let's see if we can reproduce it. What is your host OS and Docker version please? BR, Martin ___ SailfishOS.org Devel mailing list To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Sailfish SDK 3.1 has been released to all users

2020-05-07 Thread Martin Kampas
n http://together.jolla.com and tag your issue with 'sdk' or send an e-mail to developer-care at jolla.com<http://jolla.com>. Happy hacking, Jolla SDK Team From: Devel [devel-boun...@lists.sailfishos.org] on behalf of Martin Kampas [martin.kam...@jolla.com] Se

Re: [SailfishDevel] Docker build engine

2020-05-11 Thread Martin Kampas
ed in the system. Same issue for libxml2-devel. > > Further suggestions are welcome :-). > > Best regards > Schorsch > > Am Mo., 11. Mai 2020 um 22:14 Uhr schrieb Martin Kampas < > > martin.kam...@jolla.com>: > > Hi George, > > > > > &g

Re: [SailfishDevel] Sailfish SDK 3.1 has been released to all users

2020-05-08 Thread Martin Kampas
Hello Damien, > I guess Harbour scripts will be upgraded soon. At the moment, when > uploading a newly built package, it complains that no OS matches the > requirements. Thank you for reporting. Please try again now. BR, Martin ___ SailfishOS.org

Re: [SailfishDevel] Sailfish SDK 3.2 has been released to Early Access

2020-08-03 Thread Martin Kampas
Hi, > Am I correct in understanding that the mailing list is being shut down? Yes, see https://blog.jolla.com/new-forum-for-sailfish-os-discussion/[1] . > Also does a normal forum also mean we now get a normal bug tracker? This question is too general for a quick answer I am afraid. Maybe you

  1   2   >