[Bug 1431564] Re: Can't use mouse to access spread or bottom edge

2015-03-13 Thread Niklas Wenzel
That would be fine as well but I truly believe there should be a way to open the app spread with a BT mouse. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431564 Title: Can't use mouse to access sp

[Bug 1431564] Re: Can't use mouse to access spread or bottom edge

2015-03-13 Thread Niklas Wenzel
Will it auto-hide by default on the desktop? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431564 Title: Can't use mouse to access spread or bottom edge To manage notifications about this bug go t

[Bug 1432359] Re: Occasional time/data indicator crash

2015-03-15 Thread Niklas Wenzel
I'm also occassionally having this on vivid. I've seen other indicators fail like this as well. To restart them run: $ restart indicator-datetime -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1432359

[Bug 1434521] [NEW] Overflow issue: account-polld does not recognize when messages are cleared

2015-03-20 Thread Niklas Wenzel
Public bug reported: After each reboot, account-polld stops showing incoming emails after displaying 3 notifications. The reason for that is that account-polld does not recognize when messages are cleared from the messaging indicator and therefore does not show any further notifications. How t

[Bug 1434521] Re: Overflow issue: account-polld does not recognize when messages are cleared

2015-03-22 Thread Niklas Wenzel
Thank you very much for your reply, John. While your explanation makes sense, I have to add that I also see this behaviour in "actual operation". I just added those manual pokes to the description to make reproduction easier but it looks like that was misleading. When looking at the account-poll

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-03-23 Thread Niklas Wenzel
I'm sorry for my wording. With error messages I meant the lines which state that the notifications are still there, which they clearly aren't. I'll attach a proper log. I just rebooted my phone to follow the reproduction steps from above. -- You received this bug notification because you are a m

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-03-23 Thread Niklas Wenzel
Here's the new log: http://paste.ubuntu.com/10664183/ ** Description changed: After each reboot, account-polld stops showing incoming emails after displaying 3 notifications. The reason for that is that account-polld does not recognize when messages are cleared from the messaging indicator

[Bug 1429280] Re: "No updates" label should be centered properly

2015-03-25 Thread Niklas Wenzel
To be honest, I don't like how it looks. Btw, I haven't had the time to update my PR lately. Exams... I'll look into it again when they are over. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1429280

Re: [Bug 1400372] Re: keyboard re-appears in webbrowser after dismissing

2015-04-01 Thread Niklas Wenzel
Thanks for fixing. :) 2015-04-01 15:55 GMT+02:00 Olivier Tilloy : > ** Changed in: oxide/1.6 >Status: In Progress => Fix Committed > > -- > You received this bug notification because you are subscribed to a > duplicate bug report (1395775). > https://bugs.launchpad.net/bugs/1400372 > > Ti

[Bug 1449188] [NEW] [Full shell rotation] White bar when playing video fullscreen

2015-04-27 Thread Niklas Wenzel
Public bug reported: How to reproduce: 1) Install the full shell rotation code from silo 0. 2) Open Youtube in the webbrowser-app. 3) Start a video and switch to fullscreen mode. What happens: A white (and on some other sites black) bar is shown at the bottom of the screen on top of the video.

[Bug 1449188] Re: [Full shell rotation] White bar when playing video fullscreen

2015-04-27 Thread Niklas Wenzel
** Attachment added: "screenshot20150427_200412513.png" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1449188/+attachment/4385878/+files/screenshot20150427_200412513.png ** Also affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New -- You received this bug noti

[Bug 1449188] Re: White bar when playing video fullscreen

2015-04-27 Thread Niklas Wenzel
Christian, silo 0 is the citrain silo which hosts the Slimport/MHL and full shell rotation code: http://people.canonical.com/~platform/citrain_dashboard/#?distro=ubuntu&q=ubuntu%2Flanding-000 Thanks to both of you for looking into this and confirming this. :) (I'm really looking forward to the Me

Re: [Bug 1449188] White bar when playing video fullscreen

2015-04-30 Thread Niklas Wenzel
Thank you very much for fixing this that fast! -- Sent using Dekko from my Ubuntu device -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449188 Title: White bar when playing video fullscreen To ma

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-27 Thread Niklas Wenzel
It looks as if the issue is related to the following line from the logs: QSocketNotifier: Can only be used with threads started with QThread Inspecting the dbus calls sent by the system, I found out that the contact information request dbus call isn't made until after the timeout (in my updated c

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-27 Thread Niklas Wenzel
Finally fixed this issue! :) The problems encountered were: 1) Improper multithreading in the go code 2) Qt's and Go's multithreading interfering with each other For now the code still lies in my imap-mails branch but I'll soon create a separate one for this. ;) -- You received this bug notifi

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
** Branch linked: lp:~nikwen/account-polld/fix-timeout-handler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To m

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
Ok, looks like 2) was indeed fixed by my code but it introduced some other issues so I'll look for a better fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins ha

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
As this bug really consists of two different ones (the timeout handler not working properly as well as the actual timeout), I split the fix into two different MPs which makes them easier to understand. https://code.launchpad.net/~nikwen/account-polld/fix-timeout-handler/+merge/273351 https://code.

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-04 Thread Niklas Wenzel
Ok, I now found a fix for 2) as well. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To manage notifications ab

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-19 Thread Niklas Wenzel
Yes, this is still an issue. I'll edit the reproduction steps. I forgot something. ** Description changed: How to reproduce: - 1) Set up a Gmail account. - 2) stop ubuntu-push-client - 3) Send yourself an email - 4) start ubuntu-push-client + 1) Add an avatar image to the contacts book for o

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-19 Thread Niklas Wenzel
Edited. Should be fine now and the two branches fix this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on startup To manage

[Bug 1383298] Re: Connection errors should not increase the penalty count

2015-10-15 Thread Niklas Wenzel
Ok, the new version of the branch doesn't affect this anymore. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1383298 Title: Connection errors should not increase the penalty count To manage notific

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-28 Thread Niklas Wenzel
Jonas, have you seen my comment on your review? We need to get this in for OTA-8. ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notific

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-10-30 Thread Niklas Wenzel
Yes, that's what I'm doing. However, you should see definitely see avatars in the notification indicator. Some details on how I added the avatars to the contacts book: 1) Create a new contacts book entry with your own e-mail address and save it in the "personal"/system contacts book. 2) Then add

[Bug 1493521] Re: ubuntu-device-flash needs a wireless option

2015-09-17 Thread Niklas Wenzel
I'm having issues with the connection on my Nexus 4 as well, so I strongly support this! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493521 Title: ubuntu-device-flash needs a wireless option To

[Bug 1421923] Re: No notifications for new mails

2015-09-18 Thread Niklas Wenzel
As a reference for all of those who didn't see the blog post: http://nikwen.github.io/ubuntu/2015/09/17/my-work-on-email- notifications.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421923 Title

[Bug 1421923] Re: No notifications for new mails

2015-09-18 Thread Niklas Wenzel
Hey Dan, I didn't know about that rfc yet! Let me dig into it a big more to check if we can support that. What I can definitely say is that we can add the message partid to the URI. If that is helpful, this shouldn't be a problem. ;) The application for which the notification is being displayed i

[Bug 1421923] Re: No notifications for new mails

2015-09-18 Thread Niklas Wenzel
Wow, Alberto! I didn't expect anyone to have a look at the code that fast! I agree that OAuth authentication for Gmail in connection with using the Gmail accounts plugin would be great. Having a quick look at the Gmail docs, I also think that our IMAP library should be compatible with it. However,

[Bug 1421923] Re: No notifications for new mails

2015-09-21 Thread Niklas Wenzel
Ok, I spent some time on replacing the golang.org/x/text package with the packaged one from the archives today and discovered that the package is only available for wily at the moment. Thus, I'll revert those changes and keep its source code in place. -- You received this bug notification because

[Bug 1498214] [NEW] account-polld plugins hang when displaying a notification on startup

2015-09-21 Thread Niklas Wenzel
) Importance: Undecided Assignee: Niklas Wenzel (nikwen) Status: New ** Changed in: account-polld (Ubuntu) Assignee: (unassigned) => Niklas Wenzel (nikwen) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-21 Thread Niklas Wenzel
Ok, it's not the Persist() method. It's the following line which is blocking: avatarPath = qtcontact.GetAvatar(address.Address) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-

[Bug 1498214] Re: account-polld plugins hang when displaying a notification on startup

2015-09-21 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498214 Title: account-polld plugins hang when displaying a notification on star

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-22 Thread Niklas Wenzel
One can also find the following line in the account-polld log: 2015/09/17 09:29:13 Account 2 failed to authenticate: GDBus.Error:com.google.code.AccountsSSO.SingleSignOn.Error.UserInteraction: userActionFinished error: 2 > 2) account-polld should not continuosly retry authenticating if > the prev

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-22 Thread Niklas Wenzel
I tried to fix #2 in https://code.launchpad.net/~nikwen/account-polld /authentification-penalty-count/+merge/272031. I'll still have to test it though. ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 1383298] Re: Connection errors should not increase the penalty count

2015-09-22 Thread Niklas Wenzel
The problem experienced in the description would be fixed by https://code.launchpad.net/~nikwen/account-polld/authentification- penalty-count/+merge/272031. However, that would just be a workaround for that specific case and would not fix the "Connection errors should not increase the penalty count

[Bug 1383298] Re: Connection errors should not increase the penalty count

2015-09-22 Thread Niklas Wenzel
Had a typo in the branch name. Here is the updated one. ;) https://code.launchpad.net/~nikwen/account-polld/authentication-penalty- count/+merge/272031 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/13

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-22 Thread Niklas Wenzel
I also tried to fix #1 but I couldn't find out how to get libsignon-glib to pass that parameter. Alberto, do you have any ideas here? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1496773 Title: acc

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-22 Thread Niklas Wenzel
Had a typo in the branch name. Here is the updated one. ;) https://code.launchpad.net/~nikwen/account-polld/authentication-penalty- count/+merge/272031 ** Branch linked: lp:~nikwen/account-polld/authentication-penalty-count -- You received this bug notification because you are a member of Ubunt

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-24 Thread Niklas Wenzel
Alberto, thank you for the example! I had already suspected that we needed to pass a GVariant to ag_auth_data_get_login_parameters() but I couldn't figure out how to properly build that one and which key to use when adding the SIGNON_POLICY_NO_USER_INTERACTION value. I guess I need to read a prope

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-24 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu) Assignee: (unassigned) => Niklas Wenzel (nikwen) ** Changed in: account-polld (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1496773] Re: account-polld tries hard to open a trust session and fails repeatedly

2015-09-24 Thread Niklas Wenzel
Both MPs should be ready for review now. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1496773 Title: account-polld tries hard to open a trust session and fails repeatedly To manage notification

[Bug 1445016] Re: Having access to the page header component would be useful

2015-04-16 Thread Niklas Wenzel
I'm facing this in my Forum Browser app as well. Besides the ability to center components in the Page, this also makes bottom edge implementations rather difficult sometimes since you don't want content which is revealed while swiping to appear behind the header. I'd really appreciate a fix. ** Ch

[Bug 477551] Re: rcksum-xxxxxx temporay files left on disk by zsync

2015-04-17 Thread Niklas Wenzel
Experiencing this, too, on Utopic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/477551 Title: rcksum-xx temporay files left on disk by zsync To manage notifications about this bug go to: https

[Bug 1405646] Re: Timeout in poll() function due to invalid doneChan handling

2015-04-17 Thread Niklas Wenzel
** Changed in: account-polld (Ubuntu) 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/1405646 Title: Timeout in poll() function due to invalid doneChan handl

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Running the following approves that it is indeed no bug in account- polld: gdbus call --session \ -d com.ubuntu.Postal \ -o /com/ubuntu/Postal/com_2eubuntu_2edeveloper_2ewebapps_2ewebapp_2dgmail \ -m com.ubuntu.Postal.ListPersistent \ "com.ubuntu.developer.webapps.webapp-gmail_webapp-gmail" This

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
I've done more research and the call to cNotificationExists() in messaging.go (ubuntu-push) seems to return the wrong values. ** Changed in: indicator-messages (Ubuntu) Status: Invalid => New ** Changed in: indicator-messages (Ubuntu) Assignee: (unassigned) => Niklas Wen

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Looking at the recent changes in indicator-messages, I believe this is related either to https://code.launchpad.net/~ted/indicator- messages/lp1385331-unescape-message-ids/+merge/250235 or https://code.launchpad.net/~larsu/indicator- messages/lp1386584/+merge/240773. The latter has some complaints

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-20 Thread Niklas Wenzel
Ok, went back to indicator-messages revision 432 and everything works fine. So some changes since then must have caused the issue. I'll look deeper into that soon. :) ** Changed in: ubuntu-push (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-23 Thread Niklas Wenzel
Ok, I just gave r433 a go and it didn't work. Therefore, we now know that the commit which broke this was r433. ** Changed in: indicator-messages (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubunt

[Bug 1434521] Re: account-polld does not recognize when messages are cleared

2015-04-24 Thread Niklas Wenzel
Found the issue! There's no unescaping being done in im_application_list_remove_all() in im-application-list.c. Will fix that. ** Summary changed: - account-polld does not recognize when messages are cleared + account-polld does not recognize when messages are cleared using the "Clear all" but

[Bug 1434521] Re: account-polld does not recognize when messages are cleared using the "Clear all" button

2015-04-24 Thread Niklas Wenzel
Looks like my last assumption was wrong. However, I found out that g_hash_table_remove() fails in messaging_menu_app_remove_message_internal(), which is invoked by messaging_menu_app_dismiss(). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1434521] Re: account-polld does not recognize when messages are cleared using the "Clear all" button

2015-04-24 Thread Niklas Wenzel
This seems to be caused by the escaping: Notification ID in ubuntu-push: 57000805-95b1-46e6-aff8-b110fd5cd3d5 Notification ID which is passed to messaging_menu_app_remove_message_internal(): 57000805-2d95b1-2d46e6-2daff8-2db110fd5cd3d5 -- You received this bug notification because you are a me

[Bug 1434521] Re: account-polld does not recognize when messages are cleared using the "Clear all" button

2015-04-24 Thread Niklas Wenzel
Ok, I have a fix for this. :) It can (together with lots of debug code) be found at https://code.launchpad.net/~nikwen/indicator-messages/clear-messages-fix-debug. I'll further test that fix tomorrow and create a new clean branch with the fix only if it works. :) -- You received this bug notif

[Bug 1434521] Re: account-polld does not recognize when messages are cleared using the "Clear all" button

2015-04-25 Thread Niklas Wenzel
MP can be found here: https://code.launchpad.net/~nikwen/indicator- messages/clear-all-unescape-fix/+merge/257471 :) ** Branch linked: lp:~nikwen/indicator-messages/clear-all-unescape-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1465018] [NEW] Allow parallel qtcreator-plugin-ubuntu builds

2015-06-14 Thread Niklas Wenzel
Public bug reported: Allow using the -jN option of dpkg-buildpackage for building the plugin. This makes builds much faster on multi-core CPUs. ** Affects: qtcreator-plugin-ubuntu (Ubuntu) Importance: Undecided Assignee: Niklas Wenzel (nikwen) Status: New ** Changed in

[Bug 1465018] Re: Allow parallel qtcreator-plugin-ubuntu builds

2015-06-14 Thread Niklas Wenzel
** Branch linked: lp:~nikwen/qtcreator-plugin-ubuntu/parallel-builds -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465018 Title: Allow parallel qtcreator-plugin-ubuntu builds To manage notificatio

[Bug 1465018] Re: Allow parallel qtcreator-plugin-ubuntu builds

2015-06-14 Thread Niklas Wenzel
** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465018 Title: Allow parallel qtcreator-plugin-ubuntu builds To manag

[Bug 1395118] Re: ActionSelectionPopover does not handle the 'visible' property of actions properly

2015-06-14 Thread Niklas Wenzel
** Branch linked: lp:~nikwen/ubuntu-filemanager-app/remove-popover- workaround ** Changed in: ubuntu-filemanager-app Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/139

[Bug 1451510] Re: Gmail messages might be missed after clearing notifications

2015-06-17 Thread Niklas Wenzel
Yes, I haven't had time to look into it again but I'll do so as soon as possible. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1451510 Title: Gmail messages might be missed after clearing notificat

[Bug 1467640] [NEW] No mobile data connection for mako on wily

2015-06-22 Thread Niklas Wenzel
Public bug reported: Mako does not connect to the mobile network anymore starting with wily(-proposed) image r229. You can find some information in the following discussion on the Ubuntu Phone mailing list: https://lists.launchpad.net/ubuntu-phone/msg13466.html list-modem and list-contexts resul

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-23 Thread Niklas Wenzel
That's because the ubuntu-rtm builds are very outdated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467640 Title: No mobile data connection for mako on wily To manage notifications about this bu

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-06 Thread Niklas Wenzel
rminal-app Assignee: (unassigned) => Niklas Wenzel (nikwen) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532950 Title: Font size too big on phone, and display too tall with devicePixelRat

[Bug 1537248] Re: Disabling haptics in the system settings only affects Unity8 and a few system apps

2016-02-06 Thread Niklas Wenzel
*** This bug is a duplicate of bug 1433590 *** https://bugs.launchpad.net/bugs/1433590 Zsombor, although I'm late to the party, I'd like to say thank you for linking me to the other bug. This way I can focus on other bugs again. :) -- You received this bug notification because you are a memb

[Bug 1442670] Re: Ubuntu Phone BQ: Camera makes blur images

2016-02-06 Thread Niklas Wenzel
I just tested capturing some text documents on my Nexus 4 today and it really improved. Might be a good day or it has been fixed for me. Let's see if it comes back again in the future. Thank you anyway. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-06 Thread Niklas Wenzel
** Branch linked: lp:~nikwen/ubuntu-terminal-app/font-size-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532950 Title: Font size too big on phone, and display too tall with devicePixelRatio To

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-06 Thread Niklas Wenzel
** Changed in: ubuntu-terminal-app Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532950 Title: Font size too big on phone, and display too tall with devicePixelRat

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-06 Thread Niklas Wenzel
Another one. ** Attachment added: "max-size.png" https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1532950/+attachment/4565362/+files/max-size.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-06 Thread Niklas Wenzel
Can't add this to the MP, so I'm adding it here. ** Attachment added: "comparison.png" https://bugs.launchpad.net/ubuntu-terminal-app/+bug/1532950/+attachment/4565352/+files/comparison.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1431887] Re: vibrations uses old (unreleased) format

2016-02-07 Thread Niklas Wenzel
I fixed this in my imap-mails branch and will prepare and MP for this soon. :) ** Changed in: account-polld (Ubuntu) Assignee: John Lenton (chipaca) => Niklas Wenzel (nikwen) ** Changed in: account-polld (Ubuntu) Status: New => In Progress -- You received this bug notifi

[Bug 1431887] Re: vibrations uses old (unreleased) format

2016-02-08 Thread Niklas Wenzel
Fix is there. :) ** Branch linked: lp:~nikwen/account-polld/fix-vibrations -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1431887 Title: vibrations uses old (unreleased) format To manage notificati

[Bug 1417261] Re: On app removal, account access permissions persist

2016-01-21 Thread Niklas Wenzel
Thanks, Alberto. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417261 Title: On app removal, account access permissions persist To manage notifications about this bug go to: https://bugs.launch

[Bug 1532950] Re: Font size too big on phone, and display too tall with devicePixelRatio

2016-02-15 Thread Niklas Wenzel
** Changed in: ubuntu-terminal-app Status: Fix Committed => 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/1532950 Title: Font size too big on phone, and display too tall with dev

[Bug 1474578] Re: Should update the overflow item with the new unread count when polld finds new emails

2016-01-22 Thread Niklas Wenzel
I'm unassigning myself from this for now as I do not feel like I will have enough time to tackle this in the near future. It's not off my radar though. ** Changed in: account-polld (Ubuntu) Assignee: Niklas Wenzel (nikwen) => (unassigned) -- You received this bug notificatio

[Bug 1395118] Re: ActionSelectionPopover does not handle the 'visible' property of actions properly

2016-01-22 Thread Niklas Wenzel
** Changed in: ubuntu-filemanager-app Status: Fix Committed => 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/1395118 Title: ActionSelectionPopover does not handle the 'visible' p

[Bug 1537248] [NEW] Disabling haptics in the system settings only affects Unity8 and a few system apps

2016-01-22 Thread Niklas Wenzel
rrent build number: 218 device name: mako channel: ubuntu-touch/rc-proposed/bq-aquaris.en last update: 2016-01-21 23:18:06 version version: 218 version ubuntu: 20160121.2 version device: 20160112 version custom: mako-1.1 ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Assig

[Bug 1537248] Re: Disabling haptics in the system settings only affects Unity8 and a few system apps

2016-01-22 Thread Niklas Wenzel
Any help/hints on how to fix this would be greatly appreciated. We first observed this in the calculator app and really want to fix this. (LP: #1428606) ** Changed in: ubuntu-ui-toolkit (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of U

[Bug 1398202] Re: Unable to create kit for go-qml project

2016-01-24 Thread Niklas Wenzel
Check out the template I posted above. That should get you started for now. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398202 Title: Unable to create kit for go-qml project To manage notific

[Bug 1329926] Re: Hot unplug of SIM make the SIM not detected anymore, even after reboot

2014-10-06 Thread Niklas Wenzel
*** This bug is a duplicate of bug 1321627 *** https://bugs.launchpad.net/bugs/1321627 I had this problem as well and running the script which is referred to in the bug report resolved my issue. Thank you very, very much, ybon! ** Changed in: ofono (Ubuntu) Status: Invalid => Confirme

[Bug 1329926] Re: Hot unplug of SIM make the SIM not detected anymore, even after reboot

2014-10-06 Thread Niklas Wenzel
*** This bug is a duplicate of bug 1321627 *** https://bugs.launchpad.net/bugs/1321627 I'm on image #3 in the ubuntu-touch/ubuntu-rtm/14.09 channel by the way. However, the script from the bug description needs to be called again after a reboot. It's no consistent solution. -- You received

[Bug 1329926] Re: Hot unplug of SIM make the SIM not detected anymore, even after reboot

2014-10-06 Thread Niklas Wenzel
*** This bug is a duplicate of bug 1321627 *** https://bugs.launchpad.net/bugs/1321627 ** This bug has been marked a duplicate of bug 1321627 Wrong WWAN value in saved-states if ofono 'Online' toggle fails -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 1378416] Re: turned off wifi to test 3g I see H in the indicator but I recieve nothing from the system

2014-10-08 Thread Niklas Wenzel
I've seen the same on mako (ubuntu-rtm/devel image #3). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378416 Title: turned off wifi to test 3g I see H in the indicator but I recieve nothing from

[Bug 1124071] Re: [tabs] Cannot add Tabs programmatically

2014-11-04 Thread Niklas Wenzel
@giorgio-venturi: May I ask for which reasons the Tabs component is deprecated now? I always liked the "Hamburger" tabs menu and it is used by a number of core apps (Shorts, Whether, Sudoku, etc.). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1422328] [NEW] Allow users to create their own aggregator scopes without programming

2015-02-16 Thread Niklas Wenzel
Public bug reported: It would be nice if there were an UI to create your own (virtual) aggregator scopes without any programming effort. They would then display data from a few scopes which the user would be able to select from the ones he has installed using a layout the user would be able to def

[Bug 1422328] Re: Allow users to create their own aggregator scopes without programming

2015-02-16 Thread Niklas Wenzel
** Description changed: It would be nice if there were an UI to create your own (virtual) - aggregator scopes without any programming effort. They would then - display data from a few scopes which the user would be able to select - from the ones he has installed using a layout the user would be

[Bug 1385331] Re: Notification LED stays on when no messages in notification center

2015-02-17 Thread Niklas Wenzel
I also noticed SMS notifications are cleared fine, with the LED turning off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385331 Title: Notification LED stays on when no messages in notification c

[Bug 1422898] Re: Excessive CPU usage, even when the device is turned off

2015-02-17 Thread Niklas Wenzel
Here's a text file with the properly formatted output of the "top" command. ** Attachment added: "formatted_top.txt" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1422898/+attachment/4321345/+files/formatted_top.txt ** Summary changed: - Excessive CPU usage, even when the device is t

[Bug 1422898] [NEW] Excessive CPU usage, even when the screen is turned off

2015-02-17 Thread Niklas Wenzel
Public bug reported: Since mako image r102 (vivid-proposed), the CPU usage of Unity8 is very excessive and increasing over time. After boot, the phone runs smooth but after some time it lags heavily. As you can see from the attached output of the "top" command, Unity8 consumes 23% of CPU power w

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-18 Thread Niklas Wenzel
Four seconds of the output of sudo strace -Ff -tt -p `pidof unity8` 2>&1 | tee strace-unity8.log My terminal window was really spammed. If you need more, I'll happily provide that. ** Attachment added: "strace-unity8.log" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1422898/+attachm

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-18 Thread Niklas Wenzel
"gdb" didn't return anything for Unity8. ** Attachment added: "gdb-unity8.txt" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1422898/+attachment/4321835/+files/gdb-unity8.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-18 Thread Niklas Wenzel
Here's the output from the right gdb command now. ;) Btw, thank you for looking into this. :) ** Attachment added: "gdb_attach.txt" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1422898/+attachment/4321918/+files/gdb_attach.txt -- You received this bug notification because you are a

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-18 Thread Niklas Wenzel
Screenshot of how the top output looks after some time (not touching the phone for a few seconds before I took the screenshot)... ** Attachment added: "44_percent.png" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1422898/+attachment/4321917/+files/44_percent.png -- You received this

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-18 Thread Niklas Wenzel
I'll do that as soon as I have the time to do so, hopefully later this day. ;) Meanwhile, I think I have found a method by which I can reproduce this bug very quickly. I simply need to refresh a scope (e.g. the "Ubuntu News" scope) about 30 times and Unity8 gets to 15% of CPU usage. The more oft

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-19 Thread Niklas Wenzel
Thanks, Albert! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1422898 Title: Excessive CPU usage, even when the screen is turned off To manage notifications about this bug go to: https://bugs.la

[Bug 1422898] Re: Excessive CPU usage, even when the screen is turned off

2015-02-22 Thread Niklas Wenzel
Thank you very much for the fix. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1422898 Title: Excessive CPU usage, even when the screen is turned off To manage notifications about this bug go to

[Bug 1385331] Re: Notification LED stays on when no messages in notification center

2015-02-22 Thread Niklas Wenzel
Thank you for the fix. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385331 Title: Notification LED stays on when no messages in notification center To manage notifications about this bug go to

[Bug 1416424] [NEW] Wifi list is empty

2015-01-30 Thread Niklas Wenzel
Public bug reported: On recent vivid-proposed builds for mako (e.g. r83), the Wifi list in the network indicator as well as in the system settings is empty, even when the phone has automatically connected to a saved network. ** Affects: indicator-network (Ubuntu) Importance: Undecided

[Bug 1416424] Re: Wifi list is empty

2015-01-30 Thread Niklas Wenzel
Thank you, Dave. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1416424 Title: Wifi list is empty To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/indicator

[Bug 1416642] [NEW] No mouse cursor shown when connecting a BT mouse to the phone

2015-01-31 Thread Niklas Wenzel
Public bug reported: No mouse cursor is being displayed when a BT mouse is connected to my phone. I noticed that the mouse does actually work but the user isn't able to see its current position. phablet@ubuntu-phablet:~$ system-image-cli --info current build number: 86 device name: mako channel:

[Bug 1416643] [NEW] After boot the location indicator isn't hidden even though both location and GPS are disabled

2015-01-31 Thread Niklas Wenzel
Public bug reported: After boot, the location indicator often isn't hidden after toggling location detection and GPS. Both are turned off but the indicator is still shown. Randomly enabling and disabling both resolves the issue after some time. phablet@ubuntu-phablet:~$ system-image-cli --info c

[Bug 1385331] Re: Notification LED stays on when no messages in notification center

2015-01-31 Thread Niklas Wenzel
Ken, I guess you're talking about the following bug: https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/1412779 Would be nice if you confirm it. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.

<    1   2   3   >