Re: [Ubuntu-phone] Today scope issue "today"

2015-04-21 Thread Victor Palau
Hi, Seems that there are a couple of issues here not related to the Today scope as such. Seems that if you update a scope that has been favourited, the unity scope shell can lose the knowledge of it and un-favourite it. While this happens with any scope, updating the default bq aquaris e4.5 favou

Re: [Ubuntu-phone] Helping Ubuntu devices users

2015-02-05 Thread Victor Palau
why not a scope! :) On Mon, Feb 2, 2015 at 12:32 PM, Daniel Holbach wrote: > Hey, > > we thought it'd be good to play around with our HTML5 story a bit and as > most of the app is content, it seemed to make sense to use Markdown and > HTML. > > Have a great day, > Daniel > > > > > On 02.02.2015

Re: [Ubuntu-phone] USB Tethering now available with image 181

2014-08-11 Thread Victor Palau
Hi Oliver, this sounds really good. Do you know if there is a plan to land a system setting for this? sounds like a good feature to have On Sun, Aug 10, 2014 at 1:11 PM, Oliver Grawert wrote: > hi, > > yesterday I finally got around to land a proper network-manager config > (and a few watcher

[Ubuntu-phone] phablet-screenshot not working

2014-05-22 Thread Victor Palau
Hi, I am using Mako and seems that a "60Hz" string is added to the mir screencast file and phablet-screenshot fails to retrieve it. We can I open a bug for this :) Thanks Victor -- Mailing list: https://launchpad.net/~ubuntu-phone Post to : ubuntu-phone@lists.launchpad.net Unsubscribe : ht

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
It is not installed for 12.04... Thanks for the info, I would really like to see all if this documented in developer.ubuntu.com. I am happy to help. On 7 Jan 2014 11:00, "Michael Zanetti" wrote: > On Tuesday 07 January 2014 10:48:22 Victor Palau wrote: > > > > It does,

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
Hi Jamie, You still need to use Qt.resolveurl with image://theme. Works for me on a ToobarButton on the device. On 7 Jan 2014 14:19, "Jamie Strandboge" wrote: > On 01/07/2014 08:09 AM, MichaƂ Sawicz wrote: > > On 07.01.2014 14:37, Jamie Strandboge wrote: > >> Is there a trick to using this with

Re: [Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
ettings" (warning, might pull in loots of KDE > dependencies) and setting all your Qt application's icons to > "ubuntu-mobile" > in "Application Appearance" -> "Icons". > > You can see all ubuntu-mobile icons in > > /usr/share/icons/ubuntu-mobile/

[Ubuntu-phone] Icon QML Component

2014-01-07 Thread Victor Palau
Hi, I have a question about the icon component: http://developer.ubuntu.com/api/qml/sdk-1.0/Ubuntu.Components.Icon/ I have tried the example code: Icon { width: 64 height: 64 name: "search" } and it does give me a maginifying glass image, however it kind of doesnt look like an Icon

Re: [Ubuntu-phone] C++ extension freezing my UI

2013-10-10 Thread Victor Palau
Thanks, I guess I assume that slots where multi-threaded by default. My bad. I will read that link and see how I get on with it! Thanks, Victor On Wed, Oct 9, 2013 at 5:40 PM, Alejandro J. Cura < alejandro.c...@canonical.com> wrote: > On Wed, Oct 9, 2013 at 1:30 PM, Victor Palau

Re: [Ubuntu-phone] syncevolution broken?

2013-10-09 Thread Victor Palau
nevermind, found it! I guess is a bit of a problem for testing that the dev environment does not have the same constrains than the production one :( On Wed, Oct 9, 2013 at 5:08 PM, Victor Palau wrote: > Sergio, > > Thanks for the info. How do I use "unconfined"? > >

[Ubuntu-phone] C++ extension freezing my UI

2013-10-09 Thread Victor Palau
Hi, I was playing with building a C++ component that have a slot. Have a UI in QML that has a button. The button I have connected the button onclicked signal with the C++ component slot, so when I clicked the button, the C++ object does its magic. This all works, but the UI freezes as soon as I d

Re: [Ubuntu-phone] syncevolution broken?

2013-10-09 Thread Victor Palau
Sergio, Thanks for the info. How do I use "unconfined"? On Wed, Oct 9, 2013 at 4:56 PM, Sergio Schvezov < sergio.schve...@canonical.com> wrote: > > > > On Wed, Oct 9, 2013 at 12:42 PM, Victor Palau > wrote: > >> Hi, >> >> So I am tryin

Re: [Ubuntu-phone] syncevolution broken?

2013-10-09 Thread Victor Palau
ow that it is just > "only" UI what's missing. > > A lot of those people might have no knowledge of Ubuntu, it would be very > helpful for them. > > Cheers > > Florian > > > 2013/10/7 Victor Palau > >> Hi, >> >> I am trying to use ubu

Re: [Ubuntu-phone] syncevolution broken?

2013-10-07 Thread Victor Palau
wierd... the problem was that I was "adb shell" and then su into phablet. rather than ssh. Works from ssh. Thanks Victor On Mon, Oct 7, 2013 at 1:25 PM, Alan Pope wrote: > Hi Victor, > > On Mon, Oct 7, 2013 at 12:44 PM, Victor Palau > wrote: > > I am trying to

[Ubuntu-phone] syncevolution broken?

2013-10-07 Thread Victor Palau
Hi, I am trying to use ubuntu as my phone, and loading my contacts is part of that. in the latest build when I try to do a sync I get First ERROR encountered: GLib-GObject: g_object_unref: assertion 'G_IS_OBJECT (object)' failed The sync command is: syncevolution --sync refresh-from-server Googl