[Touch-packages] [Bug 1625128] [NEW] indicator menu should be dismissed when power button is pressed

2016-09-19 Thread Alberto Mardegan
Public bug reported: Steps to reproduce: 1) have the device locked 2) pull down an indicator (for example, the network one) 3) press the power button (the displays switches off) 4) press the power button on Expected result: I can see the time and infographics. Actual result: the network menu is

[Touch-packages] [Bug 1625150] [NEW] Add account-polld-plugins-go to unity8-based images

2016-09-19 Thread Alberto Mardegan
Public bug reported: The account-polld package is already included in the phone images; however, I have a silo [1] in which I'm completely rewriting the project, and splitting all the go-based plugins into a separate new project called account-polld-plugins-go. This contains the plugins for check

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

2016-09-20 Thread Alberto Mardegan
Yes Rodney, no window will be created here. Given that an account already exists, and that U1 (along with facebook) does not allow more than one account to be created on a device, that's the correct behaviour. ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Status: Incomplete

[Touch-packages] [Bug 1489489] Re: The org.freedesktop.DBus.GetConnectionAppArmorSecurityContext() method is deprecated

2016-09-21 Thread Alberto Mardegan
** Branch linked: lp:~mardy/signon-apparmor-extension/apparmor-1489489 -- 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/1489489 Title: The or

[Touch-packages] [Bug 1489489] Re: The org.freedesktop.DBus.GetConnectionAppArmorSecurityContext() method is deprecated

2016-09-21 Thread Alberto Mardegan
** Branch linked: lp:~mardy/ubuntu-system-settings-online- accounts/apparmor-1489489 -- 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/1489489 T

[Touch-packages] [Bug 1587282] Re: create online-account plugin for cmcc mcloud

2016-09-21 Thread Alberto Mardegan
** Description changed: - We need to online-account plugin for cmcc mcloud so that it can be - easily used for mcloud service integration in ubuntu touch(pictures, - notes, content syncing). + Feature Freeze Exception info: + + This bug is about adding a new online account plugin for the mcloud +

[Touch-packages] [Bug 1626030] Re: Adding Vimeo Account Freezes Accounts Menu

2016-09-22 Thread Alberto Mardegan
The vimeo account plugins fails to open the webview: Sep 22 14:30:50 ubuntu-phablet kernel: [11412.563656]type=1400 audit(1474543850.294:462): apparmor="DENIED" operation="exec" profile="com.ubuntu.scopes.vimeo_accounts_1.0.2-93" name="/usr/lib/arm- linux-gnueabihf/oxide-qt/chrome-sandbox" pid=791

[Touch-packages] [Bug 1626454] Re: can't connect with owncloud calendars

2016-09-22 Thread Alberto Mardegan
Please try connecting to the phone with the phablet-shell command and run this: OAU_LOGGING_LEVEL=2 OAU_DAEMON_TIMEOUT= online-accounts-service Then try creating the account again in your phone (using the suggested minimal path), and you should see some output from the command above. If yo

[Touch-packages] [Bug 1626454] Re: can't connect with owncloud calendars

2016-09-23 Thread Alberto Mardegan
Thanks @tuxboson! That information really helped! Indeed, the plugin is not properly encoding username and password, so the "&" character was passed to the server unquoted, causing it to be interpreted as the beginning of another query item. We'll fix this. ** Package changed: ubuntu-system-setti

[Touch-packages] [Bug 1626721] Re: OwnCloud account does not accept IP address.

2016-09-23 Thread Alberto Mardegan
Hi Robert! "Invalid host URL" is a generic message. Please try connecting to the phone with the phablet-shell command and run this: OAU_LOGGING_LEVEL=2 OAU_DAEMON_TIMEOUT= online-accounts-service Then try creating the account again in your phone, and you should see some output from the co

[Touch-packages] [Bug 1613670] Re: Webview turns white after clicking on it

2016-09-26 Thread Alberto Mardegan
Unfortunately this is not fixed: I'm using 5.6.1+dfsg-3ubuntu5~1 and the webview still turns white after clicking on it. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.n

[Touch-packages] [Bug 1613670] Re: Webview turns white after clicking on it

2016-09-26 Thread Alberto Mardegan
I've done some more tests, and it now seems to me that we also need commit 6371b208a9e55845090dcd34234e314c6587c105 in qtdeclarative. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bug

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

2016-09-28 Thread Alberto Mardegan
** Branch unlinked: lp:~online-accounts/libaccounts-glib/packaging -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libaccounts-glib in Ubuntu. https://bugs.launchpad.net/bugs/1451728 Title: [master] kde-config-telepathy-acc

[Touch-packages] [Bug 1592866] Re: package account-plugin-facebook (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also

2016-06-16 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 Allow plugins to decide which username to set on new accounts -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1587282] Re: create online-account plugin for cmcc mcloud

2016-06-17 Thread Alberto Mardegan
** Branch linked: lp:~mardy/account-plugins/mcloud-plugin-lp1587282 -- 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/1587282 Title: create online-account plugin for

[Touch-packages] [Bug 1593805] Re: libsignon-glib fail to authenticate account

2016-06-20 Thread Alberto Mardegan
I'm investigating the issue. The problem seems to be a race condition with signond exiting and GDBusProxy not being notified about that before the next D-Bus method call is made (this happens if the main loop is not being run before making the method call). I'm working on a fix. ** Project change

[Touch-packages] [Bug 1594841] Re: Systemic failure in handling of OAuth revocations

2016-06-21 Thread Alberto Mardegan
There are two completely separate issues here: 1) The webapp authentication problem is real, and works exactly as you described. It's a trick to improve the first-time experience of the webapps, and it's not reliable in any way. However, let's discuss it in a separate bug report, please (we probab

[Touch-packages] [Bug 1593805] Re: libsignon-glib fail to authenticate account

2016-06-22 Thread Alberto Mardegan
Bill, Renato, can you please test silo 14? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libsignon-glib in Ubuntu. https://bugs.launchpad.net/bugs/1593805 Title: libsignon-glib fail to authenticate account Status in Cano

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

2016-06-22 Thread Alberto Mardegan
Hi Rodney, can you please provide steps on how to reproduce this? Additionally, it would be great if you could paste the output of OAU_LOGGING_LEVEL=2 OAU_DAEMON_TIMEOUT= online-accounts-service while reproducing this bug. ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu)

[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-22 Thread Alberto Aguirre
I tried fc-cache, but starting a qml app still continues to open up the conf files. Digging through Qt source to understand where these calls are coming from. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to fontconfig in Ubun

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

2016-06-22 Thread Alberto Mardegan
settings-online-accounts (Ubuntu) Importance: Undecided => Critical ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: webapps-sprint Status: New => In Progress ** Changed in: webapps-spr

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

2016-06-23 Thread Alberto Mardegan
Rodney, can you please send me the logs for the pay-ui case? I cannot reproduce this bug with the test case you gave me: indeed, there is a blank window, but that's the twitter-test application :-) If I add a red rectangle to it, I can definitely see it. The attached branch is still a good thing

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

2016-06-23 Thread Alberto Mardegan
No need for the logs for the pay-ui case: I installed the silo and managed to reproduce the issue. Here are the steps I used: 1) Create a U1 account 2) Open the click scope (make sure that Cut the Rope is in the results set) 3) go to login.ubuntu.com and delete the authorization 4) try to install

[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-06-23 Thread Alberto Aguirre
>From the attached backtrace, It seems that Qt calls FcInitReinitialize when populating its font database (a QGenericUnixFontDatabase instance provided by Qtubuntu) - that explains why re-parses the conf files everytime. See http://code.qt.io/cgit/qt/qtbase.git/tree/src/platformsupport/fontdatabas

[Touch-packages] [Bug 1595620] Re: Mysterious "Enter your credentials" dialog appeared out of nowhere

2016-06-27 Thread Alberto Mardegan
It's most likely one of the empathy accounts, because IIRC all other account plugins use OAuth, whose re-authentication screen looks very different from this. It's very strange that this happened: when signon-ui is requested to show a dialog, it shows it only if it's given a X window ID to parent

[Touch-packages] [Bug 1595620] Re: Mysterious "Enter your credentials" dialog appeared out of nowhere

2016-06-27 Thread Alberto Mardegan
Are you able to reproduce it at will? I guess that this should appear at every session start? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to signon-ui in Ubuntu. https://bugs.launchpad.net/bugs/1595620 Title: Mysterious "E

[Touch-packages] [Bug 1289401] Re: "Accounts" has an inappropriate icon

2016-06-27 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: Sebastien Bacher (seb128) => Alberto Mardegan (mardy) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-system-settings- online-accounts

[Touch-packages] [Bug 1595620] Re: Mysterious "Enter your credentials" dialog appeared out of nowhere

2016-06-29 Thread Alberto Mardegan
Please type this command: echo "LoggingLevel=2" > ~/.config/signond.conf so that the next time that the bug happens you should have signond longs in the syslog. Then, please attach here the syslog (making sure that any passwords, emails or tokens are replaced with XXX). -- You received this

[Touch-packages] [Bug 1597289] Re: package account-plugin-facebook 0.12+15.10.20150723-0ubuntu1 failed to install/upgrade: a tentar sobre-escrever '/etc/signon-ui/webkit-options.d/www.facebook.com.con

2016-06-29 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 Allow plugins to decide which username to set on new accounts -- You received this bug notification because you are a member of Ubuntu Touch seeded

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

2016-06-29 Thread Alberto Mardegan
When will this SRU land in Xenial? -- 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: Allow plugins to decide which username to set on new

[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-07-01 Thread Alberto Aguirre
Also FcInitReinitialize and FcInitBringUptoDate both will do the same thing the first time is called in the process, so wouldn't help for startup either. ** Changed in: qtbase-opensource-src (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1590804] Re: fontconfig initialization spends most of its time parsing XML configuration files in /etc/fonts/conf.d/

2016-07-01 Thread Alberto Aguirre
So actually, fontconfig does not cache conf files at all... it caches fonts but not conf files... fontconfg needs support to also cache the result of the parsing of the xml config file parsing. It seems a low priority effort for less than a 35ms improvement in startup. -- You received this bug n

[Touch-packages] [Bug 1596662] Re: pcscd fails to read CAC card data, errors out

2016-07-11 Thread alberto fiaschi
may it be similar to the following poblema http://www.natisbad.org/E4300/? The link propose a patch to remove a sequence of NULL Quote: After some debugging at opensc level, it seems that the reader returns (via openct) some APDU with leading NULL bytes (more precisely, 252 of those NULL bytes)

[Touch-packages] [Bug 1599370] Re: package account-plugin-twitter 0.12+15.10.20150723-0ubuntu1 failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/api.twitter.com.conf', wh

2016-07-12 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

[Touch-packages] [Bug 1610206] Re: "Web authentication for Google" WebView appears on login

2016-11-02 Thread Alberto Mardegan
Thanks Wilson for the screenshot. In order to debug the issue, I need some more information. Could you please type the command in a terminal: echo "LoggingLevel=2" > ~/.config/signond/signond.conf and the next time that you see this bug, send me the syslog? Also, which version of signon-ui a

[Touch-packages] [Bug 1610206] Re: "Web authentication for Google" WebView appears on login

2016-11-02 Thread Alberto Mardegan
** Branch linked: lp:~mardy/signon-ui/auth-1610206 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to signon-ui in Ubuntu. https://bugs.launchpad.net/bugs/1610206 Title: "Web authentication for Google" WebView appears on login

[Touch-packages] [Bug 1610206] Re: "Web authentication for Google" WebView appears on login

2016-11-02 Thread Alberto Mardegan
** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Milestone: None => sprint-26 ** Changed in: webapps-sprint Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: webapps-sprint Status: New => In

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-11-02 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/1614108 Title: QSta

[Touch-packages] [Bug 1612299] Re: [MIR] ubuntu-system-settings-online-accounts

2016-11-02 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: Triaged => 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/1612299 Title: [MIR] ub

[Touch-packages] [Bug 1309433] Re: account-console crash

2016-11-02 Thread Alberto Mardegan
** Also affects: webapps-sprint Importance: Undecided Status: New ** Changed in: webapps-sprint Status: New => In Progress ** Changed in: webapps-sprint Importance: Undecided => Low ** Changed in: webapps-sprint Assignee: (unassigned) => Alberto Mardeg

[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-04 Thread Alberto Mardegan
** Changed in: libaccounts-glib (Ubuntu) Status: New => Confirmed ** Changed in: libaccounts-glib (Ubuntu) Importance: Undecided => Medium ** Changed in: libaccounts-glib (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Also affects: webapps-sprint I

[Touch-packages] [Bug 1639175] Re: Please add an "account-plugin-nextcloud" package

2016-11-04 Thread Alberto Mardegan
ps-sprint Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: account-plugins (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: account-plugins (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are

[Touch-packages] [Bug 1421923] Re: No notifications for new mails

2016-11-07 Thread Alberto Mardegan
Yes, the account-polld work hasn't landed yet. I'll try to get things moving :-) -- 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/1421923 Title: No notifications for

[Touch-packages] [Bug 1633520] Re: Support dbus runtime relocation

2016-11-08 Thread Alberto Mardegan
I think we can use this one. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dbus in Ubuntu. https://bugs.launchpad.net/bugs/1633520 Title: Support dbus runtime relocation Status in D-Bus: Unknown Status in dbus package

[Touch-packages] [Bug 1610206] Re: "Web authentication for Google" WebView appears on login

2016-11-10 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 signon-ui in Ubuntu. https://bugs.launchpad.net/bugs/1610206 Title: "Web authentication for Google" We

[Touch-packages] [Bug 1639175] Re: Please add an "account-plugin-nextcloud" package

2016-11-10 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: Confirmed => In Progress ** Changed in: account-plugins (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to account-plugins in Ubuntu.

[Touch-packages] [Bug 1584894] Re: unity-system-compositor (or any Mir server) crashes on start-up with "Mir fatal error: Failed to schedule page flip" on VirtualBox Graphics Adapter and QEMU

2016-11-14 Thread Alberto Mardegan
Thanks Daniel for working on this! I've tried the silo in zesty, and I still cannot get past a black screen. In the unity8 log I have: == [2016-11-15:09:37:52.997] qtmir.screens: ScreensModel::ScreensModel [2016-11-15:09:37:53.026] qtmir.mir: MirServer created [2016-11-15:09:37:53

[Touch-packages] [Bug 1641898] Re: error when adding U1 account

2016-11-15 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings-online-accounts (Ubuntu) => ubuntuone-credentials (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntuone-credentials in Ubuntu. https://bugs.launchpad.net/bugs/1641898 Ti

[Touch-packages] [Bug 1642019] Re: Icons for accounts look pixelated

2016-11-16 Thread Alberto Mardegan
** Package changed: ubuntu-system-settings (Ubuntu) => ubuntu-system- settings-online-accounts (Ubuntu) ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Also affects: webapps-sprint Importance: Undecided

[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-16 Thread Alberto Mardegan
** Package changed: libaccounts-glib (Ubuntu) => libsignon-glib (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libsignon-glib in Ubuntu. https://bugs.launchpad.net/bugs/1639050 Title: Wrong package section, should

[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-16 Thread Alberto Mardegan
I'm a bit confused. I thought that the section information was stored in debian/control, but I see that while I have had (since 2014) "Section: introspection" in libaccounts-glib's debian/control [1], "apt-cache show" claims that the section is "libs". So, where does apt-cache get the information

[Touch-packages] [Bug 1642002] Re: Can't install snaps inside unity8-session snap

2016-11-17 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1642225 *** https://bugs.launchpad.net/bugs/1642225 Thanks Michael, this is fundamentally the same as bug 1642225. ** This bug has been marked a duplicate of bug 1642225 Can't create a U1 account in the unity 8 snap -- You received this bug notification

[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-17 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: New => In Progress ** Changed in: libsignon-glib (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libsignon-glib in Ubuntu. https://

[Touch-packages] [Bug 1639050] Re: Wrong package section, should be in "introspection"

2016-11-22 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 libsignon-glib in Ubuntu. https://bugs.launchpad.net/bugs/1639050 Title: Wrong package section, should

[Touch-packages] [Bug 1639175] Re: Please add an "account-plugin-nextcloud" package

2016-11-22 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 account-plugins in Ubuntu. https://bugs.launchpad.net/bugs/1639175 Title: Please add an "account-plugi

[Touch-packages] [Bug 1309433] Re: account-console crash

2016-11-22 Thread Alberto Mardegan
** Changed in: webapps-sprint Status: In Progress => Fix Released ** Changed in: account-plugins Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to account-plugins in Ubuntu. htt

[Touch-packages] [Bug 1644311] Re: package account-plugin-facebook (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also

2016-11-23 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

[Touch-packages] [Bug 1644585] [NEW] Google+ does not work for some accounts

2016-11-24 Thread Alberto Mardegan
Public bug reported: After logging in to plus.google.com in the browser with my @canonical.com account, I get an error message which says that my browser is not supported. Please see the attached screenshot. This does not happen with my personal account, which works just fine. This happens on rc

[Touch-packages] [Bug 1644727] Re: package account-plugin-facebook 0.12+16.04.20160126-0ubuntu1 failed to install/upgrade: спроба перезаписати «/etc/signon-ui/webkit-options.d/www.facebook.com.conf»,

2016-11-25 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

[Touch-packages] [Bug 1645602] [NEW] New spread shows cropped thumbnails

2016-11-29 Thread Alberto Mardegan
Public bug reported: While the new spread is generally nicer than the previous one, it also carries an inconvenience: the application's thumbnail is cropped. This is not only an aesthetic issue: it becomes a problem, when the user activates a window from the spread and immediately tries to activa

[Touch-packages] [Bug 1645602] Re: New spread shows cropped thumbnails

2016-11-29 Thread Alberto Mardegan
A few suggestions for possible solutions: 1) Add an animation when activating the app (but this has the drawback or making the UI slower) 2) Don't crop the thumbnail, but respect the aspect ratio of the window: in this way the thumbail will be smaller, and the user will be able to predict where

[Touch-packages] [Bug 1644585] Re: Google+ does not work for some accounts

2016-11-30 Thread Alberto Mardegan
Additional info: when landing into that error page, the url contains this query: gpsrc=gpmobile%3Aandroid -- 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/1644585

[Touch-packages] [Bug 1646388] [NEW] Cannot turn on location: it switches back to off by itself

2016-12-01 Thread Alberto Mardegan
Public bug reported: Location was not working on my newly acquired Meizu pro 5. I went to system-settings -> Security & Privacy -> Location and switched on the GPS. But then, when navigating back to the Security & Privacy page, the location was shown as off (and indeed, there was no location ic

[Touch-packages] [Bug 1199774] Re: No calDAV and iCalendar support

2016-12-02 Thread Alberto Mardegan
Renato, since the account is specific for the calendar, I think it makes more sense if the account plugin is shipped by the calendar app. That said, I can certainly contribute the plugin implementation, just please let me know what data you expect the plugin to collect from the user (and in which

[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

[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 yo

[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:

[Touch-packages] [Bug 1612193] Re: package account-plugin-facebook not installed failed to install/upgrade: trying to overwrite /etc/signon-ui/webkit-options.d/www.facebook.com.conf , which is also in

2016-08-11 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

[Touch-packages] [Bug 1612299] [NEW] [MIR] ubuntu-system-settings-online-accounts

2016-08-11 Thread Alberto Mardegan
Public bug reported: [Availability] * Available in universe [Rationale] * This package is required by unity8 [Security] * No known security issues at this time. It has been reviewed by security in the past for use on the phone. [Quality assurance] * This package has both unit tests and aut

[Touch-packages] [Bug 1612488] Re: Window too small for Facebook authorization

2016-08-16 Thread Alberto Mardegan
Hi Chris and thanks for reporting this bug. Just to make sure I got it right: did that screen appear as soon as you start creting the facebook account, or is that after entering your username and password? ** Changed in: account-plugins (Ubuntu) Status: New => Incomplete -- You received t

[Touch-packages] [Bug 1613113] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2016-08-16 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1613112] Re: package account-plugin-facebook (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also

2016-08-16 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

[Touch-packages] [Bug 1612299] Re: [MIR] ubuntu-system-settings-online-accounts

2016-08-16 Thread Alberto Mardegan
** Description changed: [Availability] - * Available in universe +  * Available in universe [Rationale] - * This package is required by unity8 +  * This package is required by unity8 [Security] - * No known security issues at this time. It has been reviewed by security in the past

[Touch-packages] [Bug 1608814] Re: qdoc moved to qttools5-dev-tools

2016-08-17 Thread Alberto Mardegan
** Branch linked: lp:~mardy/online-accounts-api/packaging-1608814 ** Changed in: online-accounts-api (Ubuntu) Status: New => In Progress ** Changed in: online-accounts-api (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) -- You received this bug notification becau

[Touch-packages] [Bug 1614108] [NEW] QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-08-17 Thread Alberto Mardegan
ardPaths::RuntimeLocation) is returning an empty string. Although it's documented that in some systems that function can return NULL, it would be better if it didn't :-) ** Affects: webapps-sprint Importance: High Assignee: Alberto Mardegan (mardy) Status: In Progress

[Touch-packages] [Bug 1614108] Re: QStandardPaths::RuntimeLocation returns empty string under pbuilder

2016-08-17 Thread Alberto Mardegan
I investigated this bug, and it happens because QFileInfo::ownerId() returns -2 while inspecting the runtime directory. The documentation says: On Windows and on systems where files do not have owners this function returns ((uint) -2). It's not clear though, why would this be returning -2

[Touch-packages] [Bug 1614060] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2016-08-17 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

Re: [Touch-packages] [Bug 1612299] Re: [MIR] ubuntu-system-settings-online-accounts

2016-08-18 Thread Alberto Mardegan
On 08/16/2016 11:08 PM, Michael Terry wrote: > - Needs a team bug subscriber, ideally from this list: > http://bazaar.launchpad.net/~ubuntu-archive/ubuntu-archive-tools/trunk/view/head:/package-subscribers#L107 "ubuntu-webapps-bugs" will be it. > - The fix for bug 1608814 should land, so that we

[Touch-packages] [Bug 1606927] Re: Qt 5.6.1 causes some powerpc tests to fail

2016-08-18 Thread Alberto Mardegan
** Also affects: ubuntu-system-settings-online-accounts (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Assignee: (unassigned) => Alberto Mardegan (mardy) ** Changed in: ubuntu-system-settings-online-accounts (Ubu

[Touch-packages] [Bug 1606927] Re: Qt 5.6.1 causes some powerpc tests to fail

2016-08-18 Thread Alberto Mardegan
** Branch linked: lp:~mardy/ubuntu-system-settings-online-accounts /tests-failures -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to maliit-framework in Ubuntu. https://bugs.launchpad.net/bugs/1606927 Title: Qt 5.6.1 causes s

[Touch-packages] [Bug 1614495] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2016-08-18 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1608822] Re: signon fails tests on Qt 5.6

2016-08-18 Thread Alberto Mardegan
I don't think that that failure is related. It's about the dbus daemon crashing: (dbus-test-runner:7274): libdbustest-CRITICAL **: DBus Daemon exited abruptly! And unfortunately it's something I've been occasionally seeing in different projects of mine in the last few months. It could be a regres

[Touch-packages] [Bug 1614534] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2016-08-18 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1614533] Re: package account-plugin-facebook (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', which is also

2016-08-18 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

Re: [Touch-packages] [Bug 1612299] Re: [MIR] ubuntu-system-settings-online-accounts

2016-08-19 Thread Alberto Mardegan
On 08/18/2016 06:45 PM, Michael Terry wrote: > So about splitting libonline-accounts-plugin or not... If it's truly > never linked externally, the simplest thing might be to drop the whole > online-accounts-plugin section from the .pc file (but keep the > plugin_qml_dir variable), drop its .so sym

[Touch-packages] [Bug 1441253] Re: hanging suspend job prevents shutdown

2016-08-20 Thread Alberto Santini
I could not agree more with Robert Jansen, as I also think the problem is caused by the systemd plague. Steps to reproduce on a Thinkpad X1 Carbon 4th gen: 1) Turn on; shutdown -h now => no problem; 2) Turn on; sleep (e.g. close lid); wake up (e.g. open lid); shutdown -h now => problem! Doing a

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

2016-08-23 Thread Alberto Mardegan
Please try going to System Settings -> Online Accounts and disable Evolution Data Server's calendar access for all of your google accounts, and tell me if the problem disappears. You can try disabling other applications as well. This is just to know what is triggering this bug, so that we can proc

[Touch-packages] [Bug 1616727] Re: package account-plugin-google 0.12+16.04.20160126-0ubuntu1 failed to install/upgrade: próba nadpisania "/usr/share/accounts/services/google-im.service", który istnie

2016-08-24 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1616228] Re: package account-plugin-google (not installed) failed to install/upgrade: trying to overwrite '/usr/share/accounts/providers/google.provider', which is also in packag

2016-08-25 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1512990] Re: package account-plugin-facebook (not installed) failed to install/upgrade: попытка перезаписать «/etc/signon-ui/webkit-options.d/www.facebook.com.conf», который уже

2016-08-25 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1565772 *** https://bugs.launchpad.net/bugs/1565772 ** This bug is no longer a duplicate of bug 1573787 package kaccounts-providers (not installed) failed to install/upgrade: trying to overwrite '/etc/signon-ui/webkit-options.d/www.facebook.com.conf', wh

[Touch-packages] [Bug 1617745] [NEW] Regression: popupUtils.open() won't work with "null" caller

2016-08-28 Thread Alberto Mardegan
Public bug reported: I think I found a regression with popupUtils.open() in rc-proposed (r512 on mako): I have some code which is invoking a dialog in this way: PopupUtils.open(Qt.resolvedUrl("DeleteConfirmation.qml"), null, { ... params... }) This now doesn't work, but it works on OTA-12. T

[Touch-packages] [Bug 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-28 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 ubuntu-ui-toolkit in Ubuntu. https://bugs.launchpad.net/bugs/1617745 Title: Regress

[Touch-packages] [Bug 1617818] [NEW] [ActionBar] Actions are shown in reverse order

2016-08-28 Thread Alberto Mardegan
Public bug reported: Please try the attached test case: the delete action is the last one, but it appears as the first one. If you add one fourth item to the action list, then the items get sorted correctly. ** Affects: canonical-devices-system-image Importance: Undecided Status: N

[Touch-packages] [Bug 1616924] Re: package account-plugin-google 0.12+16.04.20160126-0ubuntu1 [modified: usr/share/accounts/providers/google.provider] failed to install/upgrade: trying to overwrite '/

2016-08-29 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

[Touch-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-08-29 Thread Alberto Mardegan
** Changed in: ubuntu-system-settings-online-accounts (Ubuntu) Status: Triaged => In Progress ** Branch linked: lp:~mardy/ubuntu-system-settings-online-accounts /tests-failures -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscri

[Touch-packages] [Bug 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Alberto Mardegan
Attaching a test case. Run qmlscene --desktop_file_hint=/usr/share/applications/dialer- app.desktop ./page.qml and click on the "+" header action: the dialog won't open. However, if you replace "null" with "page0" in page.qml, then the dialog will appear. ** Attachment added: "page.qml" h

[Touch-packages] [Bug 1617745] Re: Regression: popupUtils.open() won't work with "null" caller

2016-08-29 Thread Alberto Mardegan
** Attachment added: "dialog.qml" https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1617745/+attachment/4729864/+files/dialog.qml -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in Ubuntu.

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

2016-08-30 Thread Alberto Mardegan
A couple of notes about this bug verification: While the ultimate goal of these proposed packages is to solve the co- installation errors of Unity and KDE in Ubuntu due to a number of file conflicts, this proposed upload alone won't be enough to solve the whole issue, which is mainly due to bug 14

[Touch-packages] [Bug 1618764] Re: package account-plugin-google 0.12+16.04.20160126-0ubuntu1 failed to install/upgrade: a(z) „/usr/share/accounts/services/google-im.service” felülírási kísérlete, ame

2016-08-31 Thread Alberto Mardegan
*** This bug is a duplicate of bug 1451728 *** https://bugs.launchpad.net/bugs/1451728 ** This bug has been marked a duplicate of bug 1451728 [master] kde-config-telepathy-accounts package install error -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1602532] Re: Twitter plugin not showing in online-accounts

2016-07-13 Thread Alberto Mardegan
** Package changed: account-plugins (Ubuntu) => gnome-online-accounts (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to gnome-online-accounts in Ubuntu. https://bugs.launchpad.net/bugs/1602532 Title: Twitter plugin n

<    4   5   6   7   8   9   10   11   12   13   >