Hello Joona,

> Unfortunately you cannot currently.

Ok thanks.

>In my presentation I used a very rough desktop build.

I thought i can do it like you in the Youtube Video
an can check the Program without Emulator etc.

So i need a pyh. Machine and not a Virutal Machine.

Thanks



Am 01.07.2016 um 10:18 schrieb Joona Petrell:
> 
>> How can i get the Silica plugin to install it in my Manajaro Linux ?
> 
> Unfortunately you cannot currently. We are not making desktop releases of 
> Silica, though hopefully we will at some point in the future. In my 
> presentation I used a very rough desktop build.
> 
> Similarly dqml is not a productised tool. Qt just announced a new project 
> called QmlLive http://code.qt.io/cgit/qt-apps/qmllive.git as part of their Qt 
> Automotive Suite, but AFAIK is very new. Of course would be nice to get it 
> integrated to Sailfish SDK later. If you are in a hurry community 
> contributions (packaging qmllive, making it build and run on sailfish 
> targets, preparing instructions for users) are welcome. :)
> 
> While the environment was different the actual Silica code and examples I 
> presented should run without issues on Sailfish SDK and Sailfish devices.
> 
> Cheers,
> 
> Joona
> 
> ________________________________________
> From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] 
> on behalf of Schneck, Dennis [dennis.schn...@schulergroup.com]
> Sent: 01 July 2016 10:49
> To: Sailfish OS Developers
> Subject: Re: [SailfishDevel] dqml - Sailfish.Silica is not installed
> 
>> but I believe that /home/username/SailfishOS/mersdk/targets
>> /SailfishOS-i486 is a mersdk target.
> 
> i thnik so... i got it from SAILFISH SDK
> 
> 
>> Your Silica plugin is installed into the Qt install within that mersdk
>> target, not into your host's Qt installation.
> 
> yes
> 
> How can i get the Silica plugin to install it in my Manajaro Linux ?
> 
> Thanks!
> 
> 
> 
> Am 01.07.2016 um 09:44 schrieb Chris Adams:
>> Hi Dennis,
>>
>> As I said, I'm not too familiar with the Sailfish OS application developer 
>> SDK, but I believe that 
>> /home/username/SailfishOS/mersdk/targets/SailfishOS-i486 is a mersdk target.
> 
>> Your Silica plugin is installed into the Qt install within that mersdk 
>> target, not into your host's Qt installation.
> 
>>
>> Or am I misunderstanding?
>>
>> Cheers,
>> Chris.
>>
>> ________________________________________
>> From: devel-boun...@lists.sailfishos.org 
>> [devel-boun...@lists.sailfishos.org] on behalf of Schneck, Dennis 
>> [dennis.schn...@schulergroup.com]
>> Sent: Friday, July 01, 2016 5:40 PM
>> To: Sailfish OS Developers
>> Subject: Re: [SailfishDevel] dqml - Sailfish.Silica is not installed
>>
>> Hi Chris,
>>
>> I thought i can write the QML File on my Linux Host
>> an run it with dqml - am i wrong ?
>> So i understand the youtube video from Joona Petrell
>>
>>> Are you using the correct Qt?
>>
>> The QT5 from Manajro Linux, and the dqml on my Host.
>>
>>
>> Silica i did not found only in (
>> /home/username/SailfishOS/mersdk/targets/SailfishOS-i486/usr/lib/qt5/qml/Sailfish/Silica
>> )
>>
>>
>>
>>> <enter the chroot>
>>
>> i dont thnik that
>> /home/username/SailfishOS/mersdk/targets/SailfishOS-i486/usr/
>>
>> is usable for chroot
>>
>>
>>
>>
>> https://www.youtube.com/watch?v=jByW7UNmbxU
>>
>>
>>
>> Am 01.07.2016 um 09:32 schrieb Chris Adams:
>>> Hi Dennis,
>>>
>>> Are you using the correct Qt?  You need to use the Qt installation (e.g., 
>>> qmlscene etc) which has the plugin installed into it.
>>>
>>> So, I don't use the Sailfish OS application development SDK personally, but 
>>> I suspect you should do something like:
>>>
>>> <enter the chroot>
>>> QML_IMPORT_TRACE=1 QML2_IMPORT_PATH=/usr/lib/qt5 /usr/lib/qt5/bin/qmlscene 
>>> /home/developer/project/main.qml
>>>
>>> Note that within the chroot env, the path /usr/lib/qt5 will be symlinked to 
>>> the appropriate path (i.e., 
>>> /home/username/SailfishOS/mersdk/targets/SailfishOS-i486/usr/lib/qt5/) on 
>>> your host machine.
>>>
>>> Cheers,
>>> Chris.
>>>
>>> ________________________________________
>>> From: devel-boun...@lists.sailfishos.org 
>>> [devel-boun...@lists.sailfishos.org] on behalf of Schneck, Dennis 
>>> [dennis.schn...@schulergroup.com]
>>> Sent: Friday, July 01, 2016 5:17 PM
>>> To: Sailfish OS Developers
>>> Subject: Re: [SailfishDevel] dqml - Sailfish.Silica is not installed
>>>
>>> If i understand right:
>>>
>>> export QML_IMPORT_TRACE=1
>>> export QT_DEBUG_PLUGINS=1 t
>>>
>>>
>>> export
>>> QML2_IMPORT_PATH=/home/username/SailfishOS/mersdk/targets/SailfishOS-i486/usr/lib/qt5/qml/Sailfish/Silica
>>> QML2_IMPORT_PATH
>>>
>>>
>>> but got error: "file:///home/developer/untitled2/qml/untitled2.qml:32
>>> module \"Sailfish.Silica\" is not installed\n"
>>>
>>>
>>>
>>>
>>> Am 01.07.2016 um 08:58 schrieb Chris Adams:
>>>> Hi Dennis,
>>>>
>>>> Most likely you need to set QML2_IMPORT_PATH to point to wherever you have 
>>>> installed the Sailfish Silica QML plugin.
>>>>
>>>> You can use QML_IMPORT_TRACE=1 and QT_DEBUG_PLUGINS=1 to get more 
>>>> information.
>>>>
>>>> Cheers,
>>>> Chris.
>>>>
>>>> ________________________________________
>>>> From: devel-boun...@lists.sailfishos.org 
>>>> [devel-boun...@lists.sailfishos.org] on behalf of Schneck, Dennis 
>>>> [dennis.schn...@schulergroup.com]
>>>> Sent: Friday, July 01, 2016 4:20 PM
>>>> To: Sailfish OS Developers
>>>> Subject: [SailfishDevel]  dqml - Sailfish.Silica is not installed
>>>>
>>>> Chirs,
>>>> what i need to do to set PATH for Sailfish.Silica
>>>> because the dqml  say  Sailfish.Silica is not installed
>>>> thanks
>>>>
>>>>
>>>>
>>>> Am 01.07.2016 um 08:00 schrieb Schneck, Dennis:
>>>>>
>>>>> Hi Chris,
>>>>> thanks a lot!
>>>>>
>>>>>
>>>>>
>>>>> Am 01.07.2016 um 07:58 schrieb Chris Adams:
>>>>>> Hi Dennis,
>>>>>>
>>>>>> https://github.com/sletta/dqml
>>>>>>
>>>>>> Cheers,
>>>>>> Chris.
>>>>>>
>>>>>> ________________________________________
>>>>>> From: devel-boun...@lists.sailfishos.org 
>>>>>> [devel-boun...@lists.sailfishos.org] on behalf of Schneck, Dennis 
>>>>>> [dennis.schn...@schulergroup.com]
>>>>>> Sent: Friday, July 01, 2016 3:43 PM
>>>>>> To: Sailfish OS Developers
>>>>>> Subject: [SailfishDevel] dqml - where can i get it ?
>>>>>>
>>>>>> Hello,
>>>>>> i am using Manjaro Linux 16.06.1 xfce + SailfishOSSDK-Beta-1602.
>>>>>>
>>>>>> Saw the Video from: Joona Petrell on Youtube (see at the end).
>>>>>>
>>>>>> Where can i get the "dqml" to view the qml Code running ?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> https://www.youtube.com/watch?v=jByW7UNmbxU
>>>>>> _______________________________________________
>>>>>> 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
>>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> 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
>>>>
>>>
>>> _______________________________________________
>>> 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
>> _______________________________________________
>> 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
> _______________________________________________
> 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

Reply via email to