Re: [Ubuntu-phone] Standard icons

2013-09-13 Thread Michael Zanetti
On Thursday 12 September 2013 15:44:14 Jouni Helminen wrote: > We have a set of this type of standard icons you can call via gicon, but > it's still work in progress. The list of available icon visuals and names > will be on the design guidelines website soon, perhaps someone else can > comment on

[Ubuntu-phone] openssh broken? Cannot ssh into phablet image

2013-09-13 Thread Gerry Boland
Hi all, in cdimage-touch images from yesterday onwards, I'm not able to just install openssh-server and then ssh into my phone. This has broken my workflow as lots of scripts I use all rely on ssh. For the moment, these steps are my work-around, until I can dig more thoroughly: adb shell dpkg-re

Re: [Ubuntu-phone] Standard icons

2013-09-13 Thread MichaƂ Sawicz
On 13.09.2013 11:04, Michael Zanetti wrote: > Image { > source: "image://theme/reload" > } You can also use Icon from the SDK [1] that has a capability to colour the icons. Icon { name: "reload" } [1] http://developer.ubuntu.com/api/ubuntu-12.10/qml/mobile/qml-ubuntu-components0-icon.htm

[Ubuntu-phone] adb on Ubuntu Touch

2013-09-13 Thread Sergio Schvezov
Given the time frame we are looking at keeping adb by default in the touch images. Regardless of going with adb or ssh we need a couple of things to happen: - disable it by default. - system settings toggle to enable disable it (e.g.; developer mode as on Android) - a way to enable it when flashin

Re: [Ubuntu-phone] openssh broken? Cannot ssh into phablet image

2013-09-13 Thread Sergio Schvezov
On Fri, Sep 13, 2013 at 6:02 AM, Gerry Boland wrote: > Hi all, > in cdimage-touch images from yesterday onwards, I'm not able to just > install openssh-server and then ssh into my phone. > > This has broken my workflow as lots of scripts I use all rely on ssh. > > For the moment, these steps are m

[Ubuntu-phone] Enabling mir on the latest builds

2013-09-13 Thread Sergio Schvezov
>From now on, the latest builds coming in can have mir swapped in instead of surfaceflinger by doing (daily-proposed already has it and is making it's way into the daily channel). adb shell touch /home/phablet/.display-mir adb reboot To disable mir and switch back to surfaceflinger just delete th

Re: [Ubuntu-phone] Enabling mir on the latest builds

2013-09-13 Thread Omer Akram
cool thanks. I think we need to change it to be -c instead of --channel or change system-image-cli to use --channel argument. On Fri, Sep 13, 2013 at 10:25 AM, Chris Wayne wrote: > phablet-flash ubuntu-system --channel daily-proposed > > > On Fri, Sep 13, 2013 at 10:24 AM, Omer Akram wrote: > >>

Re: [Ubuntu-phone] Enabling mir on the latest builds

2013-09-13 Thread Chris Wayne
phablet-flash ubuntu-system --channel daily-proposed On Fri, Sep 13, 2013 at 10:24 AM, Omer Akram wrote: > hey > > Is there a way to flash the daily-proposed image through phablet-flash ? > maybe an argument for phablet-flash ubuntu-system ? > > > On Fri, Sep 13, 2013 at 10:15 AM, Sergio Schvezo

Re: [Ubuntu-phone] Enabling mir on the latest builds

2013-09-13 Thread Barry Warsaw
On Sep 13, 2013, at 10:32 AM, Omer Akram wrote: >cool thanks. I think we need to change it to be -c instead of --channel or >change system-image-cli to use --channel argument. system-image-cli -c and --channel are synonymous if you have at least version 1.3 (with 1.5.1 being the latest release).

Re: [Ubuntu-phone] openssh broken? Cannot ssh into phablet image

2013-09-13 Thread Gerry Boland
On Fri 13 Sep 2013 16:12:29 CEST, Sergio Schvezov wrote: > On Fri, Sep 13, 2013 at 6:02 AM, Gerry Boland > wrote: > >> Hi all, >> in cdimage-touch images from yesterday onwards, I'm not able to just >> install openssh-server and then ssh into my phone. >> >> This has broken my workflow as lots of

Re: [Ubuntu-phone] Enabling mir on the latest builds

2013-09-13 Thread Omer Akram
hey Is there a way to flash the daily-proposed image through phablet-flash ? maybe an argument for phablet-flash ubuntu-system ? On Fri, Sep 13, 2013 at 10:15 AM, Sergio Schvezov < sergio.schve...@canonical.com> wrote: > From now on, the latest builds coming in can have mir swapped in instead >

[Ubuntu-phone] Homescreen - restore to original, rather than snail?

2013-09-13 Thread Randall Ross
Is there a way to revert the homescreen to the original default, rather than the snail screen? (Currently, Settings offers no option for this on Galaxy Nexus.) Thanks in advance. Cheers, Randall. signature.asc Description: OpenPGP digital signature -- Mailing list: https://launchpad.net/~ubun

Re: [Ubuntu-phone] Qt5.1 Testing - Attention Core Apps developers

2013-09-13 Thread Alan Pope
Hi all, On Tue, Sep 10, 2013 at 5:40 PM, Alan Pope wrote: > We'd obviously always appreciate additional testing. So feel free to > update, test and discuss issues here, on irc in #ubuntu-touch or > #ubuntu-app-devel, or file bugs [1] where appropriate. We have various > devices on qt5.1 and the p

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-13 Thread Roman Shchekin
Seems that I did it exactly in described way. Can someone check my package? :) http://ubuntuone.com/01ZUqhU99umHefQRBc1Z72 It's hard to build package correctly without

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-13 Thread Daniel Holbach
On 13.09.2013 00:27, David Planella wrote: > We've wanted to polish this until we had the cross-compilation > instructions figured out, but since there are some out there that seem > to work for some people already, here's how you can manually package > your apps + QML C++ extensions with click: >

[Ubuntu-phone] The current state of ssh on Ubuntu Touch

2013-09-13 Thread Oliver Grawert
hi, as a followup to sergios mail here a few notes about ssh on the readonly touch images. since we want to be able to use ssh on the readonly image without making the whole image RW we now include it by default. this inclusion required some changes to the packages default behavior. normally ss

Re: [Ubuntu-phone] The current state of ssh on Ubuntu Touch

2013-09-13 Thread Michael Zanetti
On Friday 13 September 2013 17:33:47 Oliver Grawert wrote: > it is currently not possible to switch on ssh in a persistent way, but with > the next image in the daily-proposed channel (build number >46) this should > be fixed. due to the nature of the readonly image you can not just remove > the .o

Re: [Ubuntu-phone] Cross-compiling QML extensions, using CMake

2013-09-13 Thread Roman Shchekin
Ok, can someone test my second try? ;)) http://ubuntuone.com/6stQMd0ExtHn0rrxwEN4QI I will be very grateful if someone will help me with creating and testing package :) Code can be find here: Plugin: https://code.launchpad.net/~mrqtros/+junk/yad-plugin QML part: https://code.launchpad.net/~mrqtros

[Ubuntu-phone] phablet-flash "UnicodeEncodeError"

2013-09-13 Thread Joey Chan
Hi Geeks, I tried to reflash my phone using "phablet-flash cdimage-touch" but I got this error: Traceback (most recent call last): File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit msg = self.format(record) File "/usr/lib/python2.7/logging/__init__.py", line 723, in format

Re: [Ubuntu-phone] phablet-flash "UnicodeEncodeError"

2013-09-13 Thread Sergio Schvezov
On Fri, Sep 13, 2013 at 12:52 PM, Joey Chan wrote: > Hi Geeks, > > I tried to reflash my phone using "phablet-flash cdimage-touch" > but I got this error: > > Traceback (most recent call last): > File "/usr/lib/python2.7/logging/__init__.py", line 846, in emit > msg = self.format(record) >

Re: [Ubuntu-phone] The current state of ssh on Ubuntu Touch

2013-09-13 Thread Gustavo Niemeyer
Some of the overlay filesystems do support writing tomb markers to handle deletions as well. I'm sure you know that, though, so I'm mostly wondering why that was not a good option? Performance? On Fri, Sep 13, 2013 at 3:15 PM, Oliver Grawert wrote: > On Fri, 13 Sep 2013 17:42:36 +0200 > Michael

Re: [Ubuntu-phone] The current state of ssh on Ubuntu Touch

2013-09-13 Thread Oliver Grawert
On Fri, 13 Sep 2013 17:42:36 +0200 Michael Zanetti wrote: > On Friday 13 September 2013 17:33:47 Oliver Grawert wrote: > > it is currently not possible to switch on ssh in a persistent way, but with > > the next image in the daily-proposed channel (build number >46) this should > > be fixed. due