[Desktop-packages] [Bug 1662645] Re: owncloud account does NOT support httpS

2017-02-09 Thread Alberto Mardegan
My owncloud instance is https only, and I could create the owncloud account with no issues. Can you please open a terminal (or SSH connection) in the device and run the following command: OAU_LOGGING_LEVEL=2 OAU_DAEMON_TIMEOUT= online-accounts-service > oa.log Then try creating the

[Bug 1662645] Re: owncloud account does NOT support httpS

2017-02-09 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings (Ubuntu) => account-plugins (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1662645 Title: owncloud account does NOT support httpS To manage

[Desktop-packages] [Bug 1662645] Re: owncloud account does NOT support httpS

2017-02-09 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings (Ubuntu) => account-plugins (Ubuntu) -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to account-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1662645 Title: owncloud account does NOT

[Touch-packages] [Bug 1662645] Re: owncloud account does NOT support httpS

2017-02-09 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings (Ubuntu) => account-plugins (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to account-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1662645 Title: owncloud account

Re: Semaphores and access to /dev/shm

2017-02-08 Thread Alberto Mardegan
On 09/02/2017 02:22, Jamie Strandboge wrote: > I confirmed this works fine under confinement (return code checking omitted > for > clarity): > >char *name = "/dev/shm/sem.snap.foo.bar"; >open(name, O_CREAT | O_EXCL | O_RDRW, S_IRUSR | S_IWUSR); >sem_open("snap.foo.bar", 0); > > As

Semaphores and access to /dev/shm

2017-02-08 Thread Alberto Mardegan
Hi all! I'm working on a snap of a python2 utility which is using the Pool class from the multiprocessing module. But this gets blocked by apparmor: Log: apparmor="DENIED" operation="mknod" profile="snap.bundler-mardy.bundler-py" name="/dev/shm/8sszOM" pid=17782 comm="python2"

[Bug 1662355] Re: Signon shows up as Safari

2017-02-07 Thread Alberto Mardegan
We are not trying to pretend that we are Safari :-) But it looks like for some reason our User-Agent string is interpreted by Google as being from Safari. This is actually a fault in Google's servers, but I'll keep this bug open because we might want to find another User-Agent string as a

[Touch-packages] [Bug 1662355] Re: Signon shows up as Safari

2017-02-07 Thread Alberto Mardegan
We are not trying to pretend that we are Safari :-) But it looks like for some reason our User-Agent string is interpreted by Google as being from Safari. This is actually a fault in Google's servers, but I'll keep this bug open because we might want to find another User-Agent string as a

[Desktop-packages] [Bug 1662355] Re: Signon shows up as Safari

2017-02-07 Thread Alberto Mardegan
We are not trying to pretend that we are Safari :-) But it looks like for some reason our User-Agent string is interpreted by Google as being from Safari. This is actually a fault in Google's servers, but I'll keep this bug open because we might want to find another User-Agent string as a

Re: Package too old for cleanbuild

2017-02-05 Thread Alberto Mardegan
On 06/02/2017 09:53, Michi Henning wrote: > I’m trying to get thumbnailer to build with snapcraft cleanbuild. > > We depend on cmake-extras for the build. I’ve added that to the > build-packages list. The version of cmake that gets installed is 0.6, but we > need the latest 1.0. > > Is it

Re: ubuntu-app-platform updated to Qt 5.6.2

2017-01-31 Thread Alberto Mardegan
On 31/01/2017 18:21, Olivier Tilloy wrote: > This is a bit tricky: when packaging a Qt application that uses the > platform snap, snapcraft will use ldd to crawl the app’s binaries and > will automagically add the libraries that it depends on to the > resulting snap (those libs are taken from the

Re: CUPS in a snap: Using content interface to connect printer driver snaps

2017-01-25 Thread Alberto Mardegan
On 25/01/2017 21:29, Till Kamppeter wrote: > So CUPS needs to provide a slot to take these files somehow and this > slot needs to accept any printer driver snap and any number of printer > driver snaps. > > Can one do this with the "content" interface? And if yes, how? Note: snapd developers are

[Bug 1659319] Re: Changing language mid-word results in duplicated words

2017-01-25 Thread Alberto Mardegan
This seems to happen, more generally, when you edit any word. For example: - type "prin" - select "prince" from the autocompletion - type "s" - select "princes" from the autocompletion and you'll get "princeprinces". -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1659319] Re: Changing language mid-word results in duplicated words

2017-01-25 Thread Alberto Mardegan
This seems to happen, more generally, when you edit any word. For example: - type "prin" - select "prince" from the autocompletion - type "s" - select "princes" from the autocompletion and you'll get "princeprinces". -- You received this bug notification because you are a member of

[Ubuntu-webapps-bugs] [Bug 1658617] Re: webapps crashing - oxide being compiled with wrong libs?

2017-01-24 Thread Alberto Mardegan
Thanks to Santosh and ChrisCoulson's help, we've established that oxide is correct: ENABLE_HYBRIS_CAMERA is set, because the check on whether to use libhybris is done at run-time: oxide dlopens libcamera.so.1 and then invokes hybris_camera_initialize() on it, which should fail but not crash.

[Bug 1658617] Re: webapps crashing - oxide being compiled with wrong libs?

2017-01-24 Thread Alberto Mardegan
Thanks to Santosh and ChrisCoulson's help, we've established that oxide is correct: ENABLE_HYBRIS_CAMERA is set, because the check on whether to use libhybris is done at run-time: oxide dlopens libcamera.so.1 and then invokes hybris_camera_initialize() on it, which should fail but not crash.

[Bug 1658617] Re: webapps crashing - oxide being compiled with wrong libs?

2017-01-24 Thread Alberto Mardegan
Adding oxide: the ubuntu-app-platform snap is simply using the packages from the stable-phone-overlay PPA, so I doubt that the bug is there. Looking at oxide source code, I see in oxide/build/cmake/Options.cmake the following lines: set(_IS_LINUX false) if(CMAKE_SYSTEM_NAME STREQUAL

[Ubuntu-webapps-bugs] [Bug 1658617] Re: webapps crashing - oxide being compiled with wrong libs?

2017-01-24 Thread Alberto Mardegan
Adding oxide: the ubuntu-app-platform snap is simply using the packages from the stable-phone-overlay PPA, so I doubt that the bug is there. Looking at oxide source code, I see in oxide/build/cmake/Options.cmake the following lines: set(_IS_LINUX false) if(CMAKE_SYSTEM_NAME STREQUAL

[Touch-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2017-01-23 Thread Alberto Mardegan
Hi Pablo, please file a new bug, providing a screenshot of the authentication dialog. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to account-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1029289 Title: Need to

[Desktop-packages] [Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2017-01-23 Thread Alberto Mardegan
Hi Pablo, please file a new bug, providing a screenshot of the authentication dialog. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net/bugs/1029289 Title: Need to authorize my

[Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2017-01-23 Thread Alberto Mardegan
Hi Pablo, please file a new bug, providing a screenshot of the authentication dialog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1029289 Title: Need to authorize my google account each time I

[Bug 1029289] Re: Need to authorize my google account each time I boot the computer

2017-01-23 Thread Alberto Mardegan
Hi Pablo, please file a new bug, providing a screenshot of the authentication dialog. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to evolution-data-server in Ubuntu. https://bugs.launchpad.net/bugs/1029289 Title: Need to authorize

[Ubuntu-webapps-bugs] [Bug 1658439] Re: BQ E4.5 / M10 OTA-14: appear-in not entering the video roor

2017-01-23 Thread Alberto Mardegan
** Project changed: webapps-core => webbrowser-app -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to webbrowser-app. https://bugs.launchpad.net/bugs/1658439 Title: BQ E4.5 / M10 OTA-14: appear-in not entering the video roor

Re: [Ubuntu-phone] Can't access web resources/images from device

2017-01-18 Thread Alberto Mardegan
On 18/01/2017 19:31, Nikos Chatziioakimidis wrote: > Hi, > Where can someone find documentation on how to snap a click web app. Still working on it. But here you can see an example of a facebook webapp: you just need an icon, a .desktop file and a snapcraft.yaml file:

[Touch-packages] [Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Milestone: None => sprint-29 ** Changed in: webapps-sprint Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: webapps-sprint Status: New => In

[Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Milestone: None => sprint-29 ** Changed in: webapps-sprint Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: webapps-sprint Status: New => In

[Ubuntu-apps-bugs] [Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Milestone: None => sprint-29 ** Changed in: webapps-sprint Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: webapps-sprint Status: New => In

[Ubuntu-apps-bugs] [Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
line-accounts ** Changed in: ubuntu-system-settings-online-accounts Importance: Undecided => High ** Changed in: ubuntu-system-settings-online-accounts Status: New => In Progress ** Changed in: ubuntu-system-settings-online-accounts Assignee: (unassigned) => Alberto Mardegan (ma

[Touch-packages] [Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
line-accounts ** Changed in: ubuntu-system-settings-online-accounts Importance: Undecided => High ** Changed in: ubuntu-system-settings-online-accounts Status: New => In Progress ** Changed in: ubuntu-system-settings-online-accounts Assignee: (unassigned) => Alberto Mardegan (ma

[Bug 1656806] Re: fail to invoke online account creationg from messaging-app

2017-01-16 Thread Alberto Mardegan
line-accounts ** Changed in: ubuntu-system-settings-online-accounts Importance: Undecided => High ** Changed in: ubuntu-system-settings-online-accounts Status: New => In Progress ** Changed in: ubuntu-system-settings-online-accounts Assignee: (unassigned) => Alberto Mardegan (ma

[Touch-packages] [Bug 1565772] Re: [SRU] Allow plugins to decide which username to set on new accounts

2017-01-16 Thread Alberto Mardegan
Can some admin please remove the packages from -proposed? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-control-center- signon in Ubuntu. https://bugs.launchpad.net/bugs/1565772 Title: [SRU] Allow plugins to decide

[Bug 1565772] Re: [SRU] Allow plugins to decide which username to set on new accounts

2017-01-16 Thread Alberto Mardegan
Can some admin please remove the packages from -proposed? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1565772 Title: [SRU] Allow plugins to decide which username to set on new accounts To manage

[Desktop-packages] [Bug 1565772] Re: [SRU] Allow plugins to decide which username to set on new accounts

2017-01-16 Thread Alberto Mardegan
Can some admin please remove the packages from -proposed? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to account-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1565772 Title: [SRU] Allow plugins to decide which username to set on

[Bug 1656310] Re: google + is not accessible anymore via the browser app

2017-01-13 Thread Alberto Mardegan
Might be the same as bug 1644585. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1656310 Title: google + is not accessible anymore via the browser app To manage notifications about this bug go to:

[Touch-packages] [Bug 1656310] Re: google + is not accessible anymore via the browser app

2017-01-13 Thread Alberto Mardegan
Might be the same as bug 1644585. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1656310 Title: google + is not accessible anymore via the browser app Status in

[Bug 1655003] Re: Issue while loading plugin: properties failed to load for : Additional properties are not allowed ('prime' was unexpected)

2017-01-09 Thread Alberto Mardegan
My bad, the error is mine, I started main.py and not bin/snapcraft, which would setup the proper directories and find the right schema. ** Changed in: snapcraft (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1655003] [NEW] Issue while loading plugin: properties failed to load for : Additional properties are not allowed ('prime' was unexpected)

2017-01-09 Thread Alberto Mardegan
Public bug reported: Testing snapcraft from master, I get this error: PYTHONPATH=/home/mardy/src/git/snapcraft:$PYTHONPATH ~/src/git/snapcraft/snapcraft/main.py --debug Setting up part 'webapp-container' with plugin 'dump' and properties {'snap': [], 'stage': [], 'prime': [], 'plugin':

[Bug 1652290] Re: Error with remote part depending on another remote part

2017-01-05 Thread Alberto Mardegan
I haven't tested it thoroughly, but this seems to be a workaround: http://bazaar.launchpad.net/~mardy/webapps-core/amazon- snap/revision/148 Another unexpected thing is that if I invert the order of the parts in the "after:" list, the build will fail. ** Summary changed: - Unhelpful error

Can a snapcraft plugin bring in stage packages and declare plugs?

2017-01-05 Thread Alberto Mardegan
Hi all! I'm working on simplifying the process for creating snaps of webapps. I've tried building a part, but that doesn't seem to work (see https://lists.ubuntu.com/archives/snapcraft/2016-December/002186.html -- comments welcome, by the way :-) ). Now I'm considering achieving the same goal

[Desktop-packages] [Bug 1652364] Re: package account-plugin-facebook (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welch

2017-01-05 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 *** https://bugs.launchpad.net/bugs/1565772 ** This bug has been marked a duplicate of bug 1565772 [SRU] Allow plugins to decide which username to set on new accounts -- You received this bug notification because you are a member of Desktop

[Touch-packages] [Bug 1652364] Re: package account-plugin-facebook (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welches

2017-01-05 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 *** https://bugs.launchpad.net/bugs/1565772 ** This bug has been marked a duplicate of bug 1565772 [SRU] Allow plugins to decide which username to set on new accounts -- You received this bug notification because you are a member of Ubuntu Touch

[Bug 1652364] Re: package account-plugin-facebook (not installed) failed to install/upgrade: Versuch, »/etc/signon-ui/webkit-options.d/www.facebook.com.conf« zu überschreiben, welches auch in Paket ka

2017-01-05 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 *** https://bugs.launchpad.net/bugs/1565772 ** This bug has been marked a duplicate of bug 1565772 [SRU] Allow plugins to decide which username to set on new accounts -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1652290] [NEW] Unhelpful error message containing a part's name

2016-12-23 Thread Alberto Mardegan
Public bug reported: The webapp-helper part defined in the wiki, as you can see from its definition [1], is meant to be built after the 'desktop-ubuntu-app- platform' part. But when I run snapcraft on my project [2], all I get is an unhelpful red single line: 'desktop-ubuntu-app-platform' on

Error with snapcraft part including another part

2016-12-23 Thread Alberto Mardegan
Hi all! I've just added another part in the wiki, you can see it as the last one here: https://wiki.ubuntu.com/snapcraft/parts It's the webapp-helper part. As you can see from its definition [1], it's meant to be built after the 'desktop-ubuntu-app-platform' part. But when I run

[Bug 1651938] Re: Owncloud Account doesn't work with Nextcloud 11

2016-12-22 Thread Alberto Mardegan
Hi Slash, thanks for reporting this bug. As I understand from your logs, it's not even possible to create a nextcloud account; can you please confirm this? Anyway, this looks like a bug in the Nextcloud server implementation: CSRF is not something that normally affects REST APIs, which are

[Touch-packages] [Bug 1651938] Re: Owncloud Account doesn't work with Nextcloud 11

2016-12-22 Thread Alberto Mardegan
Hi Slash, thanks for reporting this bug. As I understand from your logs, it's not even possible to create a nextcloud account; can you please confirm this? Anyway, this looks like a bug in the Nextcloud server implementation: CSRF is not something that normally affects REST APIs, which are

[Desktop-packages] [Bug 1651938] Re: Owncloud Account doesn't work with Nextcloud 11

2016-12-22 Thread Alberto Mardegan
Hi Slash, thanks for reporting this bug. As I understand from your logs, it's not even possible to create a nextcloud account; can you please confirm this? Anyway, this looks like a bug in the Nextcloud server implementation: CSRF is not something that normally affects REST APIs, which are

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** Branch linked: lp:~mardy/online-accounts-api/test-leaks-1617180 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617180 Title: memory leaks from OnlineAccounts::Manager To manage notifications

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** Branch linked: lp:~michihenning/online-accounts-api/leak-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617180 Title: memory leaks from OnlineAccounts::Manager To manage notifications about

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
Which one exactly? I don't see a leak with that function name in the stack, in the logs you posted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1617180 Title: memory leaks from

[Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-20 Thread Alberto Mardegan
Thanks Daniel for explaining the situation! One last question, after which we can then close this bug: can you still see the "com.canonical.payui_payui" application under the ubuntuone account? It should not be there, and indeed I don't see it in my phone or in my tablet. Please report the

[Touch-packages] [Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-20 Thread Alberto Mardegan
Thanks Daniel for explaining the situation! One last question, after which we can then close this bug: can you still see the "com.canonical.payui_payui" application under the ubuntuone account? It should not be there, and indeed I don't see it in my phone or in my tablet. Please report the

Re: snap of click webapps

2016-12-20 Thread Alberto Mardegan
On 19/12/2016 18:36, Fabio Colella wrote: > Hello, > In the past I created some webapps for ubuntu, which are currently > published as click packages. Does currently exist a proper way to have > them packaged as snaps? Not yet, but we are actively working on that. We are almost there :-) >

[Touch-packages] [Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-20 Thread Alberto Mardegan
Thanks Daniel! For some reason the "ubuntuone" service is disabled in the account. This is very weird, it should never happen. Did you ever try installing some siloes from bileto.ubuntu.com or made your system writable and installed something with apt or dpkg on the phone? If you have no idea

[Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-20 Thread Alberto Mardegan
Thanks Daniel! For some reason the "ubuntuone" service is disabled in the account. This is very weird, it should never happen. Did you ever try installing some siloes from bileto.ubuntu.com or made your system writable and installed something with apt or dpkg on the phone? If you have no idea

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
Thanks for the logs. I quickly investigated the issue, and the leaks from the functional_tests (that is, from the client library) are happening because the tests don't iterate the main loop, and therefore some cleanup methods which were queued in the main loop are never executed. I'll fix that

[Bug 1617180] Re: memory leaks from OnlineAccounts::Manager

2016-12-20 Thread Alberto Mardegan
** Changed in: online-accounts-api Status: New => Confirmed ** Changed in: online-accounts-api Importance: Undecided => Medium ** Changed in: online-accounts-api Assignee: (unassigned) => Alberto Mardegan (mardy) -- You received this bug notification because you are

Re: [Ubuntu-phone] Convergence Bugs or Comments

2016-12-19 Thread Alberto Mardegan
On 19/12/2016 14:51, Bry Wilson wrote: > 4) Super critically, webbrowser-app, dekko and all related webapps are > non-functional in Desktop Mode - they launch and then crash immediately. > I've got around this by using Firefox in Libertine [...] > I suppose I'm slightly confused as to whether

[Touch-packages] [Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-19 Thread Alberto Mardegan
Hi Daniel, thanks for the logs, it's exactly what I needed. I now need some more info, let's hope it's the last bit. >From a phablet-shell console, can you please run these two commands: account-console list Then look at the number next to the ubuntuone account, and type

[Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-19 Thread Alberto Mardegan
Hi Daniel, thanks for the logs, it's exactly what I needed. I now need some more info, let's hope it's the last bit. >From a phablet-shell console, can you please run these two commands: account-console list Then look at the number next to the ubuntuone account, and type

[Bug 1650007] Re: Consider changing Google API key

2016-12-15 Thread Alberto Mardegan
The OAuth keys for Google are defined in EDS itself (src/modules/ubuntu- online-accounts/google-*.service.in.in). They were registered by me, but I gave access to them to the EDS developers themselves (though I suspect that it was still at the time when Matthew Barnes was the lead developer - I'm

[Desktop-packages] [Bug 1650007] Re: Consider changing Google API key

2016-12-15 Thread Alberto Mardegan
The OAuth keys for Google are defined in EDS itself (src/modules/ubuntu- online-accounts/google-*.service.in.in). They were registered by me, but I gave access to them to the EDS developers themselves (though I suspect that it was still at the time when Matthew Barnes was the lead developer - I'm

[Bug 1650007] Re: Consider changing Google API key

2016-12-15 Thread Alberto Mardegan
The OAuth keys for Google are defined in EDS itself (src/modules/ubuntu- online-accounts/google-*.service.in.in). They were registered by me, but I gave access to them to the EDS developers themselves (though I suspect that it was still at the time when Matthew Barnes was the lead developer - I'm

[Touch-packages] [Bug 1650007] Re: Consider changing Google API key

2016-12-15 Thread Alberto Mardegan
The OAuth keys for Google are defined in EDS itself (src/modules/ubuntu- online-accounts/google-*.service.in.in). They were registered by me, but I gave access to them to the EDS developers themselves (though I suspect that it was still at the time when Matthew Barnes was the lead developer - I'm

[Touch-packages] [Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-15 Thread Alberto Mardegan
Thanks Daniel! This indeed looks like a bug on our side. But I'm surprised that no one else has reported it, so I suspect that somehow your device got itself into a wrong state. I need to ask you one more information, and this might be a bit harder to collect. I'd like you to use "phablet-shell"

[Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-15 Thread Alberto Mardegan
Thanks Daniel! This indeed looks like a bug on our side. But I'm surprised that no one else has reported it, so I suspect that somehow your device got itself into a wrong state. I need to ask you one more information, and this might be a bit harder to collect. I'd like you to use "phablet-shell"

Re: Snapcraft's state tracking improvements

2016-12-14 Thread Alberto Mardegan
On 14/12/2016 09:02, Didier Roche wrote: > I would think a good way is always to not try to be too smart. This is > kicking back in some way in the future. I would personally go with > option 1 + a suggestion of command to run to autofix it. Instead of > prompting (option3), add an option like

[Bug 1649873] [NEW] Provide an easy way to run the app with tools like gdb, valgrind, strace, etc.

2016-12-14 Thread Alberto Mardegan
Public bug reported: The command snap run --shell is useful, but running the application under an external program is still cumbersome, given that one should first include these programs in the snap, and then hope that the confinement allows the wrapper program to operate properly. Ideally,

[Touch-packages] [Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-13 Thread Alberto Mardegan
Hi Daniel, I need to ask you some more information, in order to understand what's going on: 1) Can you please take a screenshot (press both volume UP and volume DOWN buttons at the same time) of the page asking you to confirm access to your account, and attach it to this bug report? 2) Please go

[Bug 1649419] Re: unable to install apps from ubuntu store

2016-12-13 Thread Alberto Mardegan
Hi Daniel, I need to ask you some more information, in order to understand what's going on: 1) Can you please take a screenshot (press both volume UP and volume DOWN buttons at the same time) of the page asking you to confirm access to your account, and attach it to this bug report? 2) Please go

[Bug 1649523] [NEW] libunity-protocol-private.so cannot be found

2016-12-13 Thread Alberto Mardegan
Public bug reported: If your snap links (directly or indirectly, for instance via the Ubuntu.UnityWebApps QML module) to the libunity.so library, running it will fail with the following error: "file:///snap/amazon-webapp/x1/share/webbrowser-app/webcontainer /webapp-container.qml:21 plugin

[Dx-packages] [Bug 1649523] [NEW] libunity-protocol-private.so cannot be found

2016-12-13 Thread Alberto Mardegan
Public bug reported: If your snap links (directly or indirectly, for instance via the Ubuntu.UnityWebApps QML module) to the libunity.so library, running it will fail with the following error: "file:///snap/amazon-webapp/x1/share/webbrowser-app/webcontainer /webapp-container.qml:21 plugin

[Touch-packages] [Bug 1649523] [NEW] libunity-protocol-private.so cannot be found

2016-12-13 Thread Alberto Mardegan
Public bug reported: If your snap links (directly or indirectly, for instance via the Ubuntu.UnityWebApps QML module) to the libunity.so library, running it will fail with the following error: "file:///snap/amazon-webapp/x1/share/webbrowser-app/webcontainer /webapp-container.qml:21 plugin

[Desktop-packages] [Bug 1649523] [NEW] libunity-protocol-private.so cannot be found

2016-12-13 Thread Alberto Mardegan
Public bug reported: If your snap links (directly or indirectly, for instance via the Ubuntu.UnityWebApps QML module) to the libunity.so library, running it will fail with the following error: "file:///snap/amazon-webapp/x1/share/webbrowser-app/webcontainer /webapp-container.qml:21 plugin

[Touch-packages] [Bug 1608246] Re: Does not work button on the headphones to answer call's [Meizu PRO 5]

2016-12-12 Thread Alberto Mardegan
Here's what I see in the syslog when the button is pressed: Dec 12 17:32:51 ubuntu-phablet repowerd[2423]: DefaultStateMachine: handle_user_activity_changing_power_state Dec 12 17:32:51 ubuntu-phablet kernel: [30240.423231] [0: irq/6-arizona: 1238] [c0] arizona 1-001a: MICDET: 0x7 Dec 12

[Bug 1608246] Re: Does not work button on the headphones to answer call's [Meizu PRO 5]

2016-12-12 Thread Alberto Mardegan
Here's what I see in the syslog when the button is pressed: Dec 12 17:32:51 ubuntu-phablet repowerd[2423]: DefaultStateMachine: handle_user_activity_changing_power_state Dec 12 17:32:51 ubuntu-phablet kernel: [30240.423231] [0: irq/6-arizona: 1238] [c0] arizona 1-001a: MICDET: 0x7 Dec 12

[Bug 1608246] Re: Does not work button on the headphones to answer call's [Meizu PRO 5]

2016-12-12 Thread Alberto Mardegan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1608246 Title: Does not work button on the headphones to

[Ubuntu-apps-bugs] [Bug 1608246] Re: Does not work button on the headphones to answer call's [Meizu PRO 5]

2016-12-12 Thread Alberto Mardegan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Apps bug tracking, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1608246 Title: Does not work

[Touch-packages] [Bug 1608246] Re: Does not work button on the headphones to answer call's [Meizu PRO 5]

2016-12-12 Thread Alberto Mardegan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dialer-app in Ubuntu. https://bugs.launchpad.net/bugs/1608246 Title: Does not work

[Ubuntu-webapps-bugs] [Bug 1594944] Re: Setup.exec() for existing account type results in blank full screen window

2016-12-11 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1594944 Title:

[Bug 1594944] Re: Setup.exec() for existing account type results in blank full screen window

2016-12-11 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594944 Title: Setup.exec() for existing account type results in blank full

[Touch-packages] [Bug 1594944] Re: Setup.exec() for existing account type results in blank full screen window

2016-12-11 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1594944 Title:

[Bug 1648473] Re: HTML5 based games and apps didn't visualize in Aquaris E5 after OTA 14 update

2016-12-08 Thread Alberto Mardegan
** Attachment added: "tuxhunter.log" https://bugs.launchpad.net/ubuntu/+source/oxide-qt/+bug/1648473/+attachment/4789061/+files/tuxhunter.log ** Changed in: oxide-qt (Ubuntu) Status: Incomplete => Confirmed ** Changed in: oxide-qt (Ubuntu) Importance: Undecided => Critical -- You

[Bug 1648473] Re: HTML5 based games and apps didn't visualize in Aquaris E5 after OTA 14 update

2016-12-08 Thread Alberto Mardegan
Tentatively reassigning to oxide. @Hankamotz, can you please describe the issue in detail? I installed TuxHunter in my BQ 4.5 and indeed I have issues with the screen flickering all the time, until it turns totally black. But given that I didn't play this game in another device, I'm not sure that

[Touch-packages] [Bug 1647603] Re: Add option for semi-transparent keyboard

2016-12-08 Thread Alberto Mardegan
If this gets implemented, then we could maybe have a transparent keyboard on the lock screen. People have been complaining about it: https://lists.launchpad.net/ubuntu-phone/msg22972.html -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Bug 1647603] Re: Add option for semi-transparent keyboard

2016-12-08 Thread Alberto Mardegan
If this gets implemented, then we could maybe have a transparent keyboard on the lock screen. People have been complaining about it: https://lists.launchpad.net/ubuntu-phone/msg22972.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Ubuntu-phone] Ota14 lock screen

2016-12-08 Thread Alberto Mardegan
On 08/12/2016 16:15, Michał Sawicz wrote: > W dniu 08.12.2016 o 14:14, Michał Sawicz pisze: >> Do you mean the passcode entry? To unlock the device? >> >> We're using the normal OSK now, in the spirit of convergence - the lock >> screen now better supports all use cases, not just the single-user,

Re: [Ubuntu-phone] Ota14 lock screen

2016-12-08 Thread Alberto Mardegan
On 08/12/2016 15:34, K1773R wrote: > On 07.12.2016 20:07, Gareth France wrote: >> Who on earth chose the new lock screen? Am I the only person who >> preferred the old one? The color scheme doesn't seem to work as well now. >> >> > Agree > > Now i have a huge white ugly box above the background

Re: [Ubuntu-phone] Support dropping ?

2016-12-07 Thread Alberto Mardegan
On 07/12/2016 12:54, Yann Suire wrote: > I am wondering - and I might not be alone - if the support is not slowly > dropping for Ubuntu Touch. The updates are delayed more and more, we > were meant to receive OTA-14 on december 5th or 6th, nothing happened > and we have no announcement about it

[Bug 1647946] Re: Latest online accounts breaks unity-scopes-api

2016-12-07 Thread Alberto Mardegan
This is certainly due to some of the latest changes in online-accounts-api, but the test is wrong and it was working by accident. :-) The test creates an account for the "TestProvider" provider, but there is no TestProvider.provider file in the data/ directory of the tests. Just create such a

[Touch-packages] [Bug 1647946] Re: Latest online accounts breaks unity-scopes-api

2016-12-07 Thread Alberto Mardegan
This is certainly due to some of the latest changes in online-accounts-api, but the test is wrong and it was working by accident. :-) The test creates an account for the "TestProvider" provider, but there is no TestProvider.provider file in the data/ directory of the tests. Just create such a

[Bug 1481202] Re: gmail notification sound not changeable

2016-12-06 Thread Alberto Mardegan
Thanks to the patch contributed by Devid Antionio, we have a fix. Should I ask a silo for vivid+xenial+zesty, or which releases should I target? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481202

[Desktop-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-12-05 Thread Alberto Mardegan
I've just added SRU information to this bug. Hopefully some Ubuntu developer with the proper archive permissions will be able to release the Yakkety packages to Xenial. Hopefully bug 1565772 will get an SRU at the same time. ** Description changed: Installing from Kubuntu 15.04 backports:

[Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-12-05 Thread Alberto Mardegan
I've just added SRU information to this bug. Hopefully some Ubuntu developer with the proper archive permissions will be able to release the Yakkety packages to Xenial. Hopefully bug 1565772 will get an SRU at the same time. ** Description changed: Installing from Kubuntu 15.04 backports:

[Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-12-05 Thread Alberto Mardegan
I've just added SRU information to this bug. Hopefully some Ubuntu developer with the proper archive permissions will be able to release the Yakkety packages to Xenial. Hopefully bug 1565772 will get an SRU at the same time. ** Description changed: Installing from Kubuntu 15.04 backports:

[Touch-packages] [Bug 1451728] Re: [master] kde-config-telepathy-accounts package install error

2016-12-05 Thread Alberto Mardegan
I've just added SRU information to this bug. Hopefully some Ubuntu developer with the proper archive permissions will be able to release the Yakkety packages to Xenial. Hopefully bug 1565772 will get an SRU at the same time. ** Description changed: Installing from Kubuntu 15.04 backports:

[Desktop-packages] [Bug 1647275] Re: package account-plugin-owncloud (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/icons/hicolor/32x32/apps/owncloud.png », qui a

2016-12-05 Thread Alberto Mardegan
Actually, we already fixed this in account-plugin-owncloud version 0.13+17.04.20161110.1-0ubuntu1, which landed in Ubuntu 17.04 and not in 16.10. We might backport the fix, if this bug is considered important. ** No longer affects: webapps-sprint -- You received this bug notification because

[Bug 1647275] Re: package account-plugin-owncloud (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/icons/hicolor/32x32/apps/owncloud.png », qui appartient aussi au

2016-12-05 Thread Alberto Mardegan
Actually, we already fixed this in account-plugin-owncloud version 0.13+17.04.20161110.1-0ubuntu1, which landed in Ubuntu 17.04 and not in 16.10. We might backport the fix, if this bug is considered important. ** No longer affects: webapps-sprint -- You received this bug notification because

[Touch-packages] [Bug 1647275] Re: package account-plugin-owncloud (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/icons/hicolor/32x32/apps/owncloud.png », qui app

2016-12-05 Thread Alberto Mardegan
Actually, we already fixed this in account-plugin-owncloud version 0.13+17.04.20161110.1-0ubuntu1, which landed in Ubuntu 17.04 and not in 16.10. We might backport the fix, if this bug is considered important. ** No longer affects: webapps-sprint -- You received this bug notification because

[Touch-packages] [Bug 1647275] Re: package account-plugin-owncloud (not installed) failed to install/upgrade: tentative de remplacement de « /usr/share/icons/hicolor/32x32/apps/owncloud.png », qui app

2016-12-05 Thread Alberto Mardegan
signed) => Alberto Mardegan (mardy) ** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Status: New => Confirmed ** Changed in: webapps-sprint Importance: Undecided => Critical ** Changed in: webapps-sprint Assign

<    1   2   3   4   5   6   7   8   9   10   >