Re: [SailfishDevel] [WIP] Wayland Nemo VM Image (and new Nemo UI)

2013-07-18 Thread Dmitry
As i understand Sailfish OS in based on Mer, difference is very small ~10
rpm packages.
Why we can`t just use same packages that will be in Sailfish Emulator of
Beta SDK?


On 18 July 2013 19:03, Andrea Bernabei  wrote:

> Hello guys :)
>
> We all know Sailfish has moved to Wayland and will use Wayland by default
> in its first phone :)
>
> The time has come for us to start moving Nemo to Wayland as well!
>
> This will give us the opportunity to use the same middleware Jolla is
> currently using, and it's our chance to switch to Qt5 and be as connected
> to Sailfish OS development as possible!
>
> For the N9/N950 users: if you want to have the chance of seeing Sailfish
> OS on your phone, please note that THIS is the way to go! No Wayland on
> Nemo, no chance of having Sailfish on your phone! ;) Just to make things
> clear :D
>
> So...what's the plan?
>
> Yesterday I started working on making a Nemo VM i486 image which is as
> Qt4-free as possible, and uses Wayland by default.
>
> You can see the current status of this transition to Wayland here
> https://wiki.merproject.org/wiki/Wayland_Nemo_VM_Image
>
> Stskeeps suggested starting from the VM as it has a stable hardware
> adaptation, we can do Wayland images for the other platforms later on
> (n9/n950 anyone? :D)
>
> Also, this whole Wayland/Qt5 thing is needed before we start implementing
> stuff for the new Nemo UI (which is Glacier UI, at the moment), as it
> wouldn't make sense to implement stuff in Qt4/X11 now and then port
> everything to Qt5/Wayland shortly after that, right? :D
>
> After fixing all the needed bits on the wiki page (i.e. look for all the
> Qt4 and Qt4-dependent packages we can get rid of, and write down which of
> those can be replaced with their Qt5 ports) we have to change stuff in
> Nemo's boot process (which is using systemd) so that the new qt5 services
> are used, and the Wayland compositor is run at startup, instead of the
> current X11 compositor.
>
> I know little about systemd at the moment, I'll start researching as I'm
> done with the packages stuff...If you can help with systemd or can boost my
> systemd knowledge, please contact me! :)
>
> People from Jolla are already helping me, but they're often busy with
> other stuff, and I can't waste too much of their time on this, I want them
> to focus on Sailfish :D
>
> So please bookmark the page I created, and if you want to help please come
> talk to me at #nemomobile on IRC :)
>
> This is all,
> have a nice evening people!
>
>
> faenil
>
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] Update for SailfishOS SDK available

2013-09-18 Thread Dmitry
Sailfish OS emulator also can be upgraded
log as root in emulator and do:
zypper ref
zypper up

On 18 September 2013 13:56, Jarko Vihriala
wrote:

> Hello all!
>
> We have now uploaded a minor update of Sailfish SDK, which will update
> your SailfishOS SDK IDE (based on QtCreator), fix some issues in
> examples, update documentation and bring updates to your SDK Build Engine.
>
> We didn't change much and in fact this is paving way to a bigger update
> coming soonish and making sure everything on the update flow works ok.
>
> Updating is simple. In SailfishOS SDK IDE click on help->start updater
> and it will tell you if it found updates. Updating the Build engine is
> even simpler;five minutes after it has booted up, check theUpdates tab
> on the SDK Control Center (behind theSailfishOS icon in SailfishOS SDK
> IDE). A message "Engine updates available" will pop up-you can start the
> updatefrom there.
>
> If you encounter anyissues, please report them to Sailfish developers
> mailing list at devel@lists.sailfishos.org
>
> Happy hacking!
>
> Best regards,
> Jolla Sailfish SDK team
>
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] Sailfish OS API: changing home/lock screen wallpaper and running your app on schedule

2013-10-23 Thread Dmitry
On 22 July 2013 16:45, Lucien XU  wrote:

> Le lundi 22 juillet 2013 16:31:17 Artem Marchenko a écrit :
> > Hi Lucien
> >
> > Indeed the app itself is not super complex, it just depends on the
> > availability of two API bits: running app on schedule/event and changing
> > wallpaper, with wallpaper probably changeable via GConf
> >
> > I was thinking about running a daemon instead of asking system to run it
> on
> > time, but shouldn't starting daemons be something too much for an
> ordinary
> > 3rd party app to be approved for the
> > whichever-app-store-will-be-used-in-the-end?
> >
> > Cheers,
> > Artem.
>
> Hello Artem,
>
> I guess that there is nothing like a cron-like thing for userspace
> applications available on Sailfish, so better write your daemon.
>
> Changing wallpaper with gconf do not change the ambiance, and that would
> be a
> pity to have an ambiance not matching the wallpaper honestly.


Atleast on latest SDK ambiance is adjusted when i set wallpaper via gconf

gconftool-2 -s /desktop/meego/background/portrait/picture_filename
--type="string" /etc/mersdk/share/nature_hd.jpg


>
>
And about the app store thing, the best is to wait I guess. The information
> will be revealed at some point (quickly I hope).
>
> Cheers,
> Lucien
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread Dmitry
https://wiki.merproject.org/wiki/Spectacle


On 28 October 2013 23:32,  wrote:

> Hi all
>
> Until recently when I needed extra packages on the SDK and Emulator
> installed using the SDK Control Center (for the SDK) and zypper (for the
> Emulator).
>
> However from previous posts in this forum I gathered that it was also
> possible to do the same using an app's yaml and spec files, both of which
> are in the rpm directory.
>
> I have had some success at getting this to work by trial and error, but
> don't yet fully understand it.  The process is quite possibly well
> documented somewhere, but if so, I have not yet succeeded in finding the
> docus!
>
> it is also possible that the whole thing is blinding obviously, and it
> will suddenly go click ?.
>
> So far I have established that:
>
> 1) The yaml / spec install process only works with "Deploy as RPM"
>
> 2) The spec file is auto-generated based on the yaml file, so it is the
> yaml file that we should be configuring. (the yaml file refers to the
> format rather than what it does).
>
> 3) Within the yaml file there are 3 sections to which packages may be
> added: PkgConfigBR:,  PkgBR:, and Requires:
>
> 4) Requires: installs "stuff" to the Emulator.
>
> 5) I think that PkgConfigBR: and PkBR: install things to the SDK, but I
> have not worked out the difference. However the format of the package names
> these two sections accept is different.
>
> Then there is the question of exactly which package belongs where. There
> are xxx-devel packages which I guess belong on the SDK, but not on the
> Emulator; and qt5-declarative--xxx packages for QML which I think are
> required on both. Not to mention the debug packages ?.
>
> It would be fantastic if someone who understands this well could explain,
> perhaps with an example. Let's say we want to use the QtPositioning 5.x
> functionality and will be using the QML elements. What should be where in
> the app.yaml file?
>
> thanks in advance
>
> Chris
>
>
> __**_
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] Installing packages to the SDK and Emulator via the rpm/yaml file

2013-10-28 Thread Dmitry
Hi Christopher.

.yaml file translated to .spec which is used for building .rpm
this translation is done using template engine. Link above briefly describe
it.
For description of .spec file see
https://fedoraproject.org/wiki/How_to_create_an_RPM_package
About you questions, PkgBR will translates to BuildRequire line in .spec
file, it adds additional depency to rpm package that checked once package
builded.
PkgConfigBR do almost the same but accepts pkgconfig name (i.e. generates
BuildRequire: pkgconfig() )




On 29 October 2013 00:08,  wrote:

> Hi Dmitry
>
> Thanks for your rapid answer.
>
> While that is a wonderful list of spectacle keywords, it leaves me none
> the wiser as to what they do.
>
> Chris
>
> Zitat von Dmitry :
>
>  
> https://wiki.merproject.org/**wiki/Spectacle<https://wiki.merproject.org/wiki/Spectacle>
>>
>>
>
>
>
___
SailfishOS.org Devel mailing list

[SailfishDevel] Bug in sailfish silica scroll feedback

2013-10-29 Thread Dmitry
Hi.

As i understand i can report bug here.
So steps to reproduce:
1. Run SDK components demo
2. at first screen put your finger at center of screen and move a little up
and then down. Once you move down color of text become dim. have feedback
3. release you finger.
4. now just move down finger, and list is not scrolled and no feedback

i think at step 4 color of text should be also dimed
___
SailfishOS.org Devel mailing list

[SailfishDevel] SDK update

2014-02-02 Thread Dmitry
Hi.

I have Mer VM and emulator version 2013.10.18-0 installed on Windows,
will VM disk image will be overwriten during update to 2013.12.10-1 and i
loose everything installed in VM?
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] dbus-sessionbus connection fails

2014-02-02 Thread Dmitry
Hi

You should run your daemon form user systemd unit.
https://wiki.archlinux.org/index.php/Systemd/User


On 1 February 2014 21:53, Kimmo Lindholm  wrote:

>  Hi,
>
> I'm using QtDBus in my daemon (systemd service), and I can register my own
> service on systemBus, and also can connect to systembus signals.
> When starting executable from command line it runs ok and connects also to
> the sessionbus signals successfully.
> but when it is started via systemctl start I can't connect to sessionbus
> signals.
>
> It throws following error:  "Using X11 for dbus-daemon autolaunch was
> disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead"
>
> this is printed from code below:
>
>  if (!QDBusConnection::sessionBus().isConnected())
>  {
> writeToLog(qPrintable(QDBusConnection
> ::sessionBus().lastError().message()));
> exit(EXIT_FAILURE);
>  }
>
> I figured out that DBUS_SESSION_BUS_ADDRESS  is an environment variable
> which obviously is not visible in this context.
>
> is there a way to pass this to the systemd service??
>
> regards,
> Kimmo
>
>
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] [Update] Changelog for SailfishOS update 4 (1.0.4.20)

2014-03-17 Thread Dmitry
Hi, will SDK be updated?


On 17 March 2014 22:10,  wrote:

> I have disabled all repositories via warehouse and still there are no
> updates. So I will wait for updates
>
> Mon Mar 17 2014 22:42:22 GMT+0300 (FET) получено от Bernd Wachter:
> > writes:
> >
> >> I got message that there is no updates. What shoukd I do?
> >
> >Wait until there is an update :)
> >
> >We're experimenting with pushing the update out in waves this time,
> >which -- see openrepos breakage -- was a good idea.
> >
> >___
> >SailfishOS.org Devel mailing list
>
>
> --
> Отправлено с устройства Jolla
> ___
> SailfishOS.org Devel mailing list
>
___
SailfishOS.org Devel mailing list

Re: [SailfishDevel] More executables in one package

2014-08-01 Thread Dmitry
Hi

You need to list more executables in file section.

Take as reference spec file from rpm based distribution, ie fedora
1 серп. 2014 21:31, користувач "Michał Radwański" 
написав:

> I want to make C/C++ IDE for Sailfish OS. How to add two (or more)
> executables to RPM? Or have I to make another app like $(MyApp)-g++?
>
> Envoyé de mon iPhone
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] SailfishOS for nexus 7 2012 wifi grouper

2014-08-20 Thread Dmitry
Ask on #sailfishos-porters
20 серп. 2014 01:08, користувач "Carlos J. Mazieri" <
carlos.mazi...@gmail.com> написав:

> hello sailors,
>
> I cannot by a Jolla phone because it is not available in my country.
>
> I would like to have a device with SailfishOS working on it.
>
> Is there somewhere a SailfishOS image for Nexus 7 2012 grouper wifi ?
>
> I know there are images for Nexus 5 and Nexus 4,  which of these devices
> will
> have better support for SailfishOS?
>
> Thanks,
> Carlos
>
>
>
>
>
>
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Front camera access

2015-02-05 Thread Dmitry
AFAIK, Sailfish OS currently using gstreamer-0.10

On 5 February 2015 at 13:06, Billy Pitiot  wrote:

> Hi all,
>
> I am currently trying to access the front camera of the Jolla phone. I
> managed to get a VideoOutput to display the rear camera using import
> QtMultimedia 5.0 but I do not understand how to change to the front camera.
> I have seen some examples like this code for CameraPlus:
> https://gitorious.org/cameraplus
>
> But if I try to compile it using Sailfish IDE, I get such errors:
> No provider of 'gstreamer1.0' found.
> No provider of 'pkgconfig(gstreamer-1.0)' found.
> pkgconfig(gstreamer-1.0) is needed by harbour-cameraplus-0-1.armv7hl
>
> Am I missing something? What should I rather use?
>
> Billy
>
>
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Contacts/qtcontacts-sqlite vs privileged/Contacts/qtcontacts-sqlite

2015-03-31 Thread Dmitry
Yes.

https://lists.sailfishos.org/pipermail/devel/2014-January/003042.html

On 31 March 2015 at 19:53, Javier  wrote:

> There seems to be two copies of the Contacts sqlite database, one in a
> location that is only available to the privileged group, and one that
> seems to be world-readable.
>
> What is the goal of this? What constraints does the "unprivileged"
> database have? (Any docs I can read?)
>
> I've been trying to diagnose an issue where "unprivileged" QtContacts
> seems to miss phone numbers for some contacts, specially if those
> phone numbers come from a Mail For Exchange or any other sync account.
> Is this by design?
>
> Javier.
> ___
> SailfishOS.org Devel mailing list
> To unsubscribe, please send a mail to
> devel-unsubscr...@lists.sailfishos.org
>
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org