Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread Marko Koschak
On 18/09/2019 23:39, David Llewellyn-Jones wrote: > > After I changed one line in the .yml file the validation worked again: > > > > - '%attr(655,-,-) %{_bindir}' -> - '%attr(755,-,-) %{_bindir}' > > > > It seemed the executable bit was the source of the error... > > Is this the first release? If n

Re: [SailfishDevel] [Solved] RPM validator error

2019-09-18 Thread Marko Koschak
Answering to myself ;) > I was trying to check the created rpm for my app ownKeepass but it > failed for a strange reason: "cpio: ./usr/bin/harbour-ownkeepass: > Cannot open: Permission denied" After I changed one line in the .yml file the validation worked again: - '%attr(655,-,-) %{_bindir}' -

[SailfishDevel] RPM validator error

2019-09-18 Thread Marko Koschak
Hi sailors, I was trying to check the created rpm for my app ownKeepass but it failed for a strange reason: "cpio: ./usr/bin/harbour-ownkeepass: Cannot open: Permission denied" I have never seen this before and also a search on the web does not reveal anything helpful. I you want to check yourse

Re: [SailfishDevel] SearchField focus in ListView with Qt/C++ data model

2014-01-20 Thread marko . koschak
Hi, I am using a searchfield in my app with a c++ model too. Have a look here for a reference: https://github.com/jobe-m/ownkeepass/blob/master/Sailfish/qml/content/GroupsAndEntriesPage.qml HTH Marko On Sat Jan 18 2014 17:50:03 GMT+0100 (CET), Matthias Fehring wrote: >Hello, > >I already read

Re: [SailfishDevel] Receiving notifications

2014-01-18 Thread marko . koschak
That is exactly what I am looking for. I want to show errors in my ownKeepass app if the user gave e.g. a wrong password. Currently I have implemented my own banner component which should look like those from the system. -> https://github.com/jobe-m/ownkeepass/blob/master/Sailfish/qml/common/In

Re: [SailfishDevel] No inbox?

2014-01-17 Thread Marko Koschak
On Fr, 2014-01-17 at 20:41 +, Graham Cobb wrote: > On 17/01/14 19:59, Marko Koschak wrote: > > I also cannot get the email client working with my IMAP4 server. > > From the log, that is not an IMAP server -- you seem to be connecting to > an SMTP server. In fact the log

Re: [SailfishDevel] No inbox?

2014-01-17 Thread Marko Koschak
Hi I also cannot get the email client working with my IMAP4 server. The server responds with "unrecognized command"... On Do, 2014-01-09 at 19:16 +0200, Reto Zingg wrote: > If you have developer mode enabled, set in > /home/nemo/.config/QtProject/Messageserver.conf: > > [StdStreamLog] > Enabled=

Re: [SailfishDevel] How SB2 works ... was Re: QtContacts available

2014-01-01 Thread Marko Koschak
On Di, 2013-12-24 at 14:48 +, David Greaves wrote: > > [...] > > This is pretty much correct but not quite complete. Thanks for correcting me ;) > [...] > > This isn't quite right. It doesn't use fakeroot as such. What it does is > intercept system calls (using LD_PRELOAD) and, very efficie

Re: [SailfishDevel] No consistency across screens

2013-12-30 Thread marko . koschak
If you have this special need to see that information all the time on your screen why not writing an app that shows that info on screen. Enable that app to always keep the screen active without blanking it so it should do that job for you. Any volunteers? -- Sent from my Nokia N9 On 30.12.1

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread Marko Koschak
Hi Matze On So, 2013-12-22 at 21:50 +0100, christopher.l...@thurweb.ch wrote: > The SDK Build Engine is a little bit more tricky. > > Once you SSH in, zypper is available, but if you zypper at that level, > all you are doing is adding stuff to the operating system. > > Within this VM is SB2, w

Re: [SailfishDevel] Harbour/Jolla store improvement suggestion to separate Android/Sailfish apps

2013-12-19 Thread Marko Koschak
On Do, 2013-12-19 at 18:44 +, Kimmo Lindholm wrote: > Can you add information about whether the application is for Android > (apk) or for Sailfish (rpm) into the Jolla store? >[...] > And, please, also make there a filter – Show only Sailfish apps. > > Any +1 ? anyone? +1 > A simple Sailfi

Re: [SailfishDevel] Using Clipboard object

2013-12-19 Thread marko . koschak
/Silica/plugins.qmltypes On 19.12.2013 02:41, Marko Koschak wrote: > Hi > > I am just wondering how it is possible to copy text into the system > clipboard by means of the Clipboard object (as described in the Silica > reference)? When I try something like shown below I get

[SailfishDevel] Using Clipboard object

2013-12-18 Thread Marko Koschak
Hi I am just wondering how it is possible to copy text into the system clipboard by means of the Clipboard object (as described in the Silica reference)? When I try something like shown below I get the error: [W] unknown:291 - file:///opt/sdk/ownKeepass/usr/share/harbour-ownkeepass/cover/CoverPage

Re: [SailfishDevel] working on apps?

2013-12-15 Thread Marko Koschak
Hi I am porting KeepassX (v0.4.3) to Sailfish -> https://github.com/jobe-m/ownkeepass It's quite usable. Needs some polishing until it goes to harbour ;) Cheers, Marko Am Samstag, den 14.12.2013, 11:41 +0100 schrieb "AL13N" : if there are people who are working on apps, and want to let it kn