[Bug 1513450] Re: ActivityIndicators cause very high cpu usage for unity8/mir even when visible: false

2015-11-05 Thread Michael Zanetti
** Summary changed: - higher than expected cpu for unity8 + ActivityIndicators cause very high cpu usage for unity8/mir even when visible: false -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513450

[Bug 1511020] Re: [Pocket PC] fullscreen video isn't full screen

2015-11-06 Thread Michael Zanetti
Indeed, Olivier is right. This is not fully implemented in Windowed mode. ** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Changed in: unity8 (Ubuntu) Importance: Undecided => High ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Lukáš Tinkl (lukas-kde) -- You

[Bug 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-09 Thread Michael Zanetti
FWIW, this affects the Logviewer app in the store too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514519 Title: Font in Terminal is incorrectly massive since recent update To manage notificatio

[Bug 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-09 Thread Michael Zanetti
Here's the line of code in the logviewer app that is responsible for it: http://bazaar.launchpad.net/~vtuson/logviewer/trunk/view/head:/app/ui/LogPage.qml#L183 Indeed, it does hardcode the font size to a pixel value. So while I confirm something has changed recently, it seems to reveal improper u

[Bug 1514519] Re: Font in Terminal is incorrectly massive since recent update

2015-11-09 Thread Michael Zanetti
Here's the terminal app: http://bazaar.launchpad.net/~ubuntu-terminal-dev/ubuntu-terminal- app/reboot/view/head:/src/plugin/qmltermwidget/lib/qtermwidget.cpp#L281 One thing that I've overlooked in the previous comment is that it uses "font.pointSize", not font.pixelSize. Same for the terminal app

[Bug 1515344] Re: Push notifications don't appear when unity is locked

2015-11-12 Thread Michael Zanetti
Hi Pat, no it is not a dupe of that. There's a subtle difference: When the screen is locked, the bubbles are not shown, and with that the screen is not lit up. It still puts an entry in the messages-indicator, but does not display the bubble. The other bug says that if the app is focused behind

[Bug 1497750] Re: dbus-daemon uses huge amount of CPU

2015-10-08 Thread Michael Zanetti
*** This bug is a duplicate of bug 1480877 *** https://bugs.launchpad.net/bugs/1480877 ** This bug has been marked a duplicate of bug 1480877 Access points' "PropertiesChanged" dbus signals freeze UI on mobile devices -- You received this bug notification because you are a member of Ubunt

[Bug 1503901] Re: Authenticator app won't open with latest SDK

2015-10-08 Thread Michael Zanetti
Ok. Turns out the issue here is that authenticator does this: Layout { ... Label { Button { } } } Reason for doing that is that the cell-size of the label should be what the label's implicitSize is. When the app starts up, the label is to be covered by a button tho. Placing a button

[Bug 1504057] [NEW] Bluetooth icon should turn blue when there's traffic happening

2015-10-08 Thread Michael Zanetti
Public bug reported: The Bluetooth icon in the panel is currently an outline icon when Bluetooth is turned on but nothing is connected, it will turn to the filled icon when something connects. Additionally it would be useful if the icon would turn blue when there is actual traffic happening. This

[Bug 1504076] [NEW] Translations don't fit into high volume warning

2015-10-08 Thread Michael Zanetti
Public bug reported: http://i.imgur.com/q55iFxT.jpg The translation doesn't fit into the high volume warning notification. Currently the notification specification explicitly states it should be a single line. ** Affects: ubuntu-ux Importance: Undecided Status: New ** Affects: ind

[Bug 1504084] [NEW] Websites show mobile version, even on desktop

2015-10-08 Thread Michael Zanetti
Public bug reported: On unity8 on desktop, the webbrowser-app shows the mobile version of websites. This can be reproduced with e.g. http://github.com ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Attachment added: "github.png" https://bugs.launchpad.n

[Bug 1504100] [NEW] Logging in google drive causes a mail "New log in from Android"

2015-10-08 Thread Michael Zanetti
Public bug reported: I've logged in my google drive using the webbrowser-app on unity8. This caused an email in my inbox with the following warning: "New sign-in from Android" See attached screenshot for details ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New

[Bug 1504065] Re: Cannot play videos when a wired headphone is connected

2015-10-08 Thread Michael Zanetti
rc-proposed. reproduced the issue on flo and krillin -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1504065 Title: Cannot play videos when a wired headphone is connected To manage notifications abou

[Bug 1504065] Re: Cannot play videos when a wired headphone is connected

2015-10-08 Thread Michael Zanetti
The build numbers are completely useless as they are independent per channel & device. Just flash the latest rc-proposed on any device of your choice and see this happening Here's the build number for my krillin in case you still think they're useful: 146 -- You received this bug notification be

[Bug 1504269] Re: Dash loses minimize & fullscreen toggle buttons in windowed mode when put into full screen

2015-10-09 Thread Michael Zanetti
** Branch linked: lp:~mzanetti/unity8/panel-button-fixes ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Zanetti (mzanetti) ** Changed in: unity8 (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubunt

[Bug 1504318] Re: power off dialog pops up instantly in window mode

2015-10-09 Thread Michael Zanetti
This seems to be a case for the DeviceConfiguration. While I agree that what Kevin describes is the expected thing on a pocket desktop, what the current implementation does is the expected thing on a regular PC. You want to see the Power menu when pressing the power menu there. Casing the decision

[Bug 1388070] Re: [Alarms] Allow snoozing an alarm by turning the phone.

2015-10-09 Thread Michael Zanetti
I don't think this has anything to do with the proximity sensor, also not screen blanking... this bug is about using the gyroscope sensor to snooze an alarm... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1388070] Re: [Alarms] Allow snoozing an alarm by turning the phone.

2015-10-09 Thread Michael Zanetti
** Changed in: ubuntu-ux Status: Fix Committed => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388070 Title: [Alarms] Allow snoozing an alarm by turning the phone. To manage notificati

[Bug 1388070] Re: [Alarms] Allow snoozing an alarm by turning the phone.

2015-10-09 Thread Michael Zanetti
fwiw, this can't be added by 3rd party apps... needs to be done in unity8 (also not in the clock app) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388070 Title: [Alarms] Allow snoozing an alarm by

[Bug 1506581] [NEW] Delete is not translated

2015-10-15 Thread Michael Zanetti
Public bug reported: On a german phone, when there is a message notification, the swipe to delete text "Delete" is not translated. ** Affects: indicator-messages (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 1449900] Re: Low disk space message should only show up once (or a few times)

2015-10-26 Thread Michael Zanetti
hmm... good question. By now I use a bigger SD card and so I haven't seen this in a long time. But back then I surely did not have any special tasks set up to clean files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1510360] Re: maximize, close, launch goes full screen with no buttons

2015-10-27 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: New => In Progress ** Branch linked: lp:~mzanetti/unity8/panel-button-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1510360 Title: maximize, clos

[Bug 1510967] [NEW] Operating the OSK with mouse double-clicks buttons

2015-10-28 Thread Michael Zanetti
Public bug reported: Pair a Bluetooth mouse with a phone but no keyboard. That will still give you the OSK and allow typing things with the mouse on the OSK. However, each button is pressed twice. ** Affects: ubuntu-keyboard Importance: Undecided Status: New ** Affects: unity8 (Ubu

[Bug 1510969] Re: Windows cannot be resized

2015-10-28 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Confirmed => In Progress ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Daniel d'Andrada (dandrader) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 1488146] Re: [Icons] window mode spread, no icon for dash

2015-10-29 Thread Michael Zanetti
@Matthieu, can you please attach the svg icon too, so I can generate all the required sizes myself. Also other apps seem to ship the svg too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488146 Titl

[Bug 1510360] Re: maximize, close, launch goes full screen with no buttons

2015-10-29 Thread Michael Zanetti
@kevin, yes, the minimized apps not being restored when activated from the spread is known and is fixed in https://code.launchpad.net/~lukas- kde/unity8/activateWindows/+merge/275706 This one didn't make it into the silo yet tho. -- You received this bug notification because you are a member of

[Bug 1438465] Re: A window dragged under the panel can't be dragged out again

2015-10-30 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Zanetti (mzanetti) ** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1438465] Re: A window dragged under the panel can't be dragged out again

2015-10-30 Thread Michael Zanetti
The linked branch prevents windows to be dragged under the panel by dragging on the title bar. In case a window should still end up under the panel (might happen on alt+drag eventually as commnt #3 points out) it will be positioned below the panel when it's closed and reopened. Except from the not

[Bug 1488146] Re: [Icons] window mode spread, no icon for dash

2015-10-30 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Incomplete => In Progress ** Changed in: ubuntu-ux Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488146 Titl

[Bug 1354374] Re: [wm] foreground app not unfocused when indicators open

2015-11-02 Thread Michael Zanetti
I'm not sure if this is something we really want... Opening some indicator on unity7 doesn't unfocus the current app either. Also the use case for the indicators is to quickly pull them down, change a single setting and dismiss them again *without* interrupting the current task/app. -- You receiv

[Bug 1497145] [NEW] UbuntuShape is missing type information

2015-09-18 Thread Michael Zanetti
Public bug reported: In the UbuntuSDK, the UbuntuShape does not support autocompletion, will not be recognized by the Syntax highlighter and code completion does not work for its properties. In short, it's missing all type information for the IDE. ** Affects: ubuntu-ui-toolkit (Ubuntu) Impor

[Bug 1497095] Re: Two identical grey window buttons for minimize and maximize

2015-09-18 Thread Michael Zanetti
Still haven't received assets from design... ** Changed in: unity8 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497095 Title: Two identical grey window b

[Bug 1497097] Re: [enhancement] Add non-linear animation progress (e.g. fast and then decelerating) for minimize/maximize

2015-09-18 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497097 Title: [enhancement] Add non-linear animation progress (e.g. fast and then dec

[Bug 1497093] Re: Window resize grab area is too small (too hard to find) under Unity8

2015-09-18 Thread Michael Zanetti
Cursor shape changing is about to land. I think that the area is acutally too large already... ** Changed in: qtmir (Ubuntu) Status: New => Invalid ** Changed in: qtmir Status: New => Invalid ** Also affects: ubuntu-ux Importance: Undecided Status: New ** Changed in: uni

[Bug 1497092] Re: Unity8 does not display the live window title (provided by Mir)

2015-09-18 Thread Michael Zanetti
Requires support for window title in QtMir. Unity for now displays the name from the .desktop file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497092 Title: Unity8 does not display the live wind

[Bug 1497081] Re: Unity8 displays name incorrectly at login

2015-09-18 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Josh Arenson (josharenson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497081 Title: Unity8 displays name incorrectly at login To ma

[Bug 1497085] Re: Unity8 crashes when Xmir -rootless opens a second window (like a menu)

2015-09-18 Thread Michael Zanetti
Not implemented yet. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497085 Title: Unity8 crashes when Xmir -rootless opens a second window (like a menu) To manage notifications about this bug go to

[Bug 1368831] Re: [Launcher] [design] Change pin/un-pin terminology to Add/Remove

2015-09-18 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1368831 Title: [Launcher] [design] Change pin/un-pin terminology to Add/Remove To mana

[Bug 1497203] Re: Unity8 indicator pull-down is too small/narrow on desktop

2015-09-18 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497203 Title: Unity8 indicator pull-down is too small/narrow on desktop To manage noti

[Bug 1488147] Re: window mode right edge spread text overruns

2015-09-18 Thread Michael Zanetti
** Changed in: unity8 (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/1488147 Title: window mode right edge spread text overruns To manage notifications abo

[Bug 1478506] Re: Apps change audio output role all the time

2015-09-21 Thread Michael Zanetti
This bug is about an issue in the implementation that whenever someone creates a new "Audio" or "SoundEffect" item (regardless of the role) it will change the volume. The game maroon in trouble, as mentioned in the original bug description only uses SoundEffects, no Audio. Yet it changes the volume

[Bug 1473571] Re: bottom edge tuning silo 0

2015-09-21 Thread Michael Zanetti
This is been fixed by http://bazaar.launchpad.net/~unity- team/unity8/trunk/revision/1879 ** Package changed: qtmir (Ubuntu) => unity8 (Ubuntu) ** Changed in: unity8 (Ubuntu) Status: New => Fix Released ** Changed in: qtmir Status: New => Invalid -- You received this bug notifica

[Bug 1498486] Re: Clicking on a 'folded' launcher icon should always result in a launchable icon

2015-09-22 Thread Michael Zanetti
This seems to be pixel density related. One needs a mako to reproduce. It works fine on krillin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498486 Title: Clicking on a 'folded' launcher icon sho

[Bug 1498683] [NEW] ItemSelector breaks when setting selectedIndex by interaction and programmatically

2015-09-22 Thread Michael Zanetti
Public bug reported: The ItemSelector breaks when mixing user input and controlling it programmatically. Steps to reproduce: * run the attached code snippet * click the itemselector to expand it * select any item to make it collapse (doesn't matter which one) * press one of the buttons to change

[Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498816 Title: Unity8 apps never disconnect from Mir cleanly To manage notifications about

[Bug 1498816] Re: Unity8 apps never disconnect from Mir cleanly

2015-09-23 Thread Michael Zanetti
That just stops it from rendering into the ui. Does not destruct anything at that point. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498816 Title: Unity8 apps never disconnect from Mir cleanly T

[Bug 1499084] [NEW] scope settings with textfield hidden under OSK

2015-09-23 Thread Michael Zanetti
Public bug reported: steps to reproduce: * install "Recommendations" scope from the store * open scope settings * focus "API Key" textfield at the bottom => expected conent moved up => actual textfield hidden by OSK ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -

[Bug 1497611] Re: navigation through scopes very slow

2015-09-24 Thread Michael Zanetti
** Project changed: unity-scopes-shell => unity-scopes-shell (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1497611 Title: navigation through scopes very slow To manage notifications about

[Bug 1497611] Re: navigation through scopes very slow

2015-09-24 Thread Michael Zanetti
** Also affects: unity-scopes-shell 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/1497611 Title: navigation through scopes very slow To manage notificati

[Bug 1499342] [NEW] National Roaming not working

2015-09-24 Thread Michael Zanetti
Public bug reported: I'm using a simyo (German E-Plus mvno) and when E-Plus and o2 joined forces, they enabled national roaming for 3G data connections (https://www.simyo.de/faq/national-roaming-18262.html). This however doesn't seem to work at all for me. My device (bq Aquaris E 4.5) is stuck in

[Bug 1499342] Re: National Roaming not working

2015-09-24 Thread Michael Zanetti
I've tried that before. There doesn't seem to be any showing up except simyo: http://i.imgur.com/teJqr3f.png Maybe that's the issue? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499342 Title: Nat

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Michael Zanetti
Interesting. Indeed, a scan on the command line reveals this Scanning operators on modem /ril_0... [ /ril_0/operator/26203 ] MobileCountryCode = 262 MobileNetworkCode = 03 Name = simyo Status = current Technologies = gsm umts [ /ril_0/operator/26202 ] MobileCountryCode =

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Michael Zanetti
Ok. This is interesting: I've put the card in my old MeeGo based phone and here's what happens: I don't yet know if automatic roaming works as I would probably need to walk around out side and I haven't done that yet. However, going to system settings -> cellular networks I get all 4 of the abo

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Michael Zanetti
now, look at that: I've put my sim card back into the Ubuntu and surprise: o2 now shows up in the cellular settings. a new scan-for-operators gives this now (I've stripped the still forbidden Telekom and vodafone networks): phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/scan-for-operators /r

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Michael Zanetti
Ok. Here's the output of logcat on my device when scanning for operators: http://paste.ubuntu.com/12552919/ When the simyo card is in the MeeGo phone, I do not get a roaming indication (although IIRC the N9 wouldn't show that even when international roaming). The indicator text toggles between "s

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Michael Zanetti
@abeato, thanks a lot for investigating. My wife's SIM is indeed newer than mine, but for sure not post-merger. It's some 5 years or so already while the merged happened in the past half year. Anyhow, I agree, the newer model obviously could explain the differences. So far it is still working. I w

[Bug 1431566] Re: Close/minimize/maximize buttons remain when switching from windowed to phone mode

2015-04-17 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Triaged => 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/1431566 Title: Close/minimize/maximize buttons remain when switching from windowed

[Bug 1445928] Re: Unity 8 crash, significant battery drain

2015-04-19 Thread Michael Zanetti
** Package changed: unity8 (Ubuntu) => qtmir (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445928 Title: Unity 8 crash, significant battery drain To manage notifications about this bug go

[Bug 1387221] Re: 14e4:4331 [MacBookPro10, 1] bcmwl-kernel-source >= 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2015-04-21 Thread Michael Zanetti
** Description changed: 1) Utopic Unicorn 14.10 2) mzanetti@noneyet ~ $ apt-cache policy bcmwl-kernel-source bcmwl-kernel-source:   Installed: 6.30.223.248+bdcom-0ubuntu1   Candidate: 6.30.223.248+bdcom-0ubuntu1   Version table:  *** 6.30.223.248+bdcom-0ubuntu1 0 500 htt

Re: [Bug 1435364] Re: Lockscreen unresponsive after starting app from QtC or cmdline

2015-04-22 Thread Michael Zanetti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22.04.2015 04:55, Michael Terry wrote: > I can't reproduce because of bug 1436852 (even trying to create a > kit with a non-encrypted user fails with some mount problems -- > something is deeply wrong with qtcreator's mount logic). > > Are there r

[Bug 1447332] [NEW] alarms sceduled within the current minute trigger immediately

2015-04-22 Thread Michael Zanetti
Public bug reported: Use case: a countdown timer. As an app might be suspended by the time the countdown hits 0, currently the alarm api is the only way to create such apps. However, for that use case there would be a requirement for second-precision at least. Currently, when a countdown is set

[Bug 1447499] Re: "Rotation locked" icon in notification top bar icon is counter intuitive

2015-04-23 Thread Michael Zanetti
** Package changed: unity8 (Ubuntu) => ubuntu-ux -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447499 Title: "Rotation locked" icon in notification top bar icon is counter intuitive To manage no

[Bug 1465051] Re: Lock screen does not react on input/swipes

2015-06-15 Thread Michael Zanetti
Once the device is unlocked, do the edges work again? I.e. Can you switch apps using the right edge or pull in the launcher? ** Changed in: unity8 (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1465051] Re: Lock screen does not react on input/swipes

2015-06-15 Thread Michael Zanetti
*** This bug is a duplicate of bug 1391149 *** https://bugs.launchpad.net/bugs/1391149 Alexey, thanks for the report. In that case this is a duplicate of bug #1391149 and will be fixed with OTA-4. ** This bug has been marked a duplicate of bug 1391149 greeter not reacting to swipes --

[Bug 1461682] Re: [MX4] LED does not notify for incoming notifications

2015-06-15 Thread Michael Zanetti
According to ogra we can control the light using: /sys/class/leds/mx- led/trigger -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1461682 Title: [MX4] LED does not notify for incoming notifications T

[Bug 1378267] Re: Suspended app screenshots are blurry

2015-06-15 Thread Michael Zanetti
So the problem is this: When an app gets killed by a low memory condition, only a screenshot is kept in the right edge spred. If the user then clicks on that screenshot, it is animated to foreground and the app restarted behind the scenes. However, starting an app might take a bit. During this tim

[Bug 1465539] Re: Is it OK to change the app layout to vertical?

2015-06-16 Thread Michael Zanetti
Well, if you get an SMS you can see the content of it in the notification area accessible from the top edge. Also showing the apps spread horizontally doesn't really show you more content of the app, just a different portion of it. ** Changed in: unity8 (Ubuntu) Status: New => Opinion --

[Bug 1465541] Re: rotate phone to 90 degrees, front camera not show full screen viewfinder

2015-06-16 Thread Michael Zanetti
** Package changed: unity8 (Ubuntu) => camera-app ** Changed in: camera-app Importance: Undecided => Critical ** Changed in: camera-app Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 1460290] Re: Build click package doesn't honor project's qmake and make args

2015-06-16 Thread Michael Zanetti
Ok. This seems to work after all. Seems I only added the qmake option to the debug build configuration while the publish package step obviously uses the release configuration. Sorry for the noise. ** Changed in: qtcreator-plugin-ubuntu (Ubuntu) Status: New => Invalid -- You received this

[Bug 1465961] Re: Ubuntu shape sometimes becomes pixelated in OTA-4

2015-06-17 Thread Michael Zanetti
*** This bug is a duplicate of bug 1455567 *** https://bugs.launchpad.net/bugs/1455567 ** This bug has been marked a duplicate of bug 1455567 [UbuntuShape] Broken rendering under certain device orientation conditions -- You received this bug notification because you are a member of Ubuntu

[Bug 1455107] Re: Creating and destroying SoundEffects causes crashes

2015-06-17 Thread Michael Zanetti
** Changed in: pulseaudio (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1455107 Title: Creating and destroying SoundEffects causes crashes To manage notifi

[Bug 1465858] Re: Time can not be read when alarm is set (while swiping/opening indicator)

2015-06-17 Thread Michael Zanetti
** Package changed: unity8 (Ubuntu) => indicator-datetime (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465858 Title: Time can not be read when alarm is set (while swiping/opening indica

[Bug 1466098] [NEW] licensecheck fails to parse copyright if a / is contained

2015-06-17 Thread Michael Zanetti
Public bug reported: Since the last update in wily, licensecheck fails to recognize copyright headers of this format: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). Seems removing the "/" makes it pass again. This is the standard format used in Qt copyright headers and it looks fine t

[Bug 1466741] Re: system slow to wake up/unlock screen sluggish since the update to vivid

2015-06-19 Thread Michael Zanetti
It's not the same as bug 1378126. That one was because the focused app was woken up when the greeter was hidden, thus catching up with everything while the lockscreen was visible. The fix was to only wake up the app when the lockscreen was unlocked. That is still the case, I just verified. So very

[Bug 1466819] Re: Full shell rotation not working in Windowed mode

2015-06-19 Thread Michael Zanetti
Windowed mode is highly experimental and not completed yet. Can't answer your question yet. There are some discussions and planning that needs to happen still. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/

[Bug 1466947] Re: Shell rotation breaks Greeter's wide view

2015-06-20 Thread Michael Zanetti
Hmm. It does load the wide greeter on the Nexus7 tablet. On which environment are you testing this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1466947 Title: Shell rotation breaks Greeter's wide

[Bug 1467473] [NEW] Nexus 7 with shellRotation sometimes ends up with broken lockscreen

2015-06-22 Thread Michael Zanetti
Public bug reported: Since shellRotation the Nexus7 sometimes ends up with a lockscreen state where it can't be unlocked because the PinLockScreen is squeezed into landscape format. To reproduce open some apps that allow rotating and play around with rotating and locking/unlocking. ** Affects: un

[Bug 1462489] Re: Allow apps to keep the screen on

2015-06-22 Thread Michael Zanetti
I agree with Albert, we really should make the existing API work instead of coming up with a new one and keep the existing one broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1462489 Title: Al

[Bug 1467473] Re: Nexus 7 with shellRotation sometimes ends up with broken lockscreen

2015-06-23 Thread Michael Zanetti
Here's a picture of what happens: http://i.imgur.com/vXcgf4V.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1467473 Title: Nexus 7 with shellRotation sometimes ends up with broken lockscreen To

[Bug 1419645] Re: [Dialer] dialer screen focussed after receiving a call

2015-06-23 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Josh Arenson (josharenson) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1419645 Title: [Dialer] dialer screen focussed after receiving

[Bug 1547499] [NEW] trust sessions orientation wrong in camera app

2016-02-19 Thread Michael Zanetti
*** This bug is a duplicate of bug 1544010 *** https://bugs.launchpad.net/bugs/1544010 Public bug reported: * Open the camera app in landscape * make it pop up some dialog (e.g. fill up available space) The appearing popup has wrong orientation: http://i.imgur.com/gp90zTf.png ** Affects: un

[Bug 1542208] Re: With side stage, content hub transfer dialog overlaps with the called app

2016-02-23 Thread Michael Zanetti
** Also affects: ubuntu-ux 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/1542208 Title: With side stage, content hub transfer dialog overlaps with the cal

[Bug 1549087] Re: When connected to an external monitor, description for the device touchscreen should be "interact with cursor" instead of "interact with mouse"

2016-02-24 Thread Michael Zanetti
** Changed in: unity8 (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/1549087 Title: When connected to an external monitor, description for the device touc

[Bug 1549179] Re: transparent indicators menu

2016-02-24 Thread Michael Zanetti
** Also affects: unity8 Importance: Undecided Status: New ** Project changed: unity8 => unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549179 Title: transparent indicators

[Bug 1544479] Re: Black layer when device switches from window to stage mode and side-stage open

2016-02-24 Thread Michael Zanetti
I could not see this issue with dednicks side stage rework. Linking that branch and setting to INPROGRESS ** Branch linked: lp:~nick-dedekind/unity8/side-stage-redesign ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Nick Dedekind (nick-dedekind) ** Changed in: unity8 (Ubuntu)

[Bug 1549680] [NEW] QtCreator doesn't work with translations any more

2016-02-25 Thread Michael Zanetti
Public bug reported: The template creates a translation file in "po/appid.pot". As long as there are no translations, everything is fine. But once translated files come in this starts to break. The build scripts want to find "po/template.pot". In addition to that, it fails to create the builddir/

[Bug 1488148] Re: windowed mode right edge spread selection needs animation

2015-11-23 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1488148 Title: windowed mode right edge spread selection needs animation To manag

[Bug 1518934] [NEW] Bluetooth page: Missing icon for watches

2015-11-23 Thread Michael Zanetti
Public bug reported: Since Bluez5 landed, I can pair the Pebble watch in systemsettings. Only issue: the icon is missing :) http://i.imgur.com/XjnWloP.png ** Affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because y

[Bug 1518935] Re: When an application is suspended or closed it causes a large UI stutter

2015-11-23 Thread Michael Zanetti
This is the relevant debug output while the stuttering occurs. qtmir.surfaces: MirSurface["webbrowser-app"]::stopFrameDropper() qtmir.applications: Application::setInternalState - appId= "webbrowser-app" state= SuspendingWaitProcess qtmir.applications: TaskController::suspend - appId= "webbrowser

[Bug 1518423] Re: On-screen keyboard is shown when bluetooth keyboard is connected

2015-11-23 Thread Michael Zanetti
Oh, also, please post the output of "sudo lsinput" on the device when the keyboard is connected. You will need to make the file system writable and install it with apt-get tho. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1518423] Re: On-screen keyboard is shown when bluetooth keyboard is connected

2015-11-23 Thread Michael Zanetti
Hmm, I just tried on my devices here, but I can't reproduce. Does the Bluetooth keyboard work for you? I.e. does it not only show up as connected in systemsettings, but also produce valid keypresses? If possible, can you give me the output of "gsettings get com.canonical.keyboard.maliit stay-hidde

[Bug 1444564] Re: Calculator - Bottom row buttons difficult to select in portrait mode

2015-11-23 Thread Michael Zanetti
Removing unity too as it is working fine there. ** Changed in: unity8 (Ubuntu) Status: New => Invalid ** No longer affects: unity8 ** No longer affects: unity8 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 1494889] Re: Play movies directly from Scope

2015-11-23 Thread Michael Zanetti
** Branch linked: lp:~nick-dedekind/unity8/inline-dash-videos -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1494889 Title: Play movies directly from Scope To manage notifications about this bug go

[Bug 1519234] Re: With external display every tap on the virtual keyboard adds a double character

2015-11-24 Thread Michael Zanetti
*** This bug is a duplicate of bug 1451554 *** https://bugs.launchpad.net/bugs/1451554 ** This bug has been marked a duplicate of bug 1451554 Every key is pressed twice on the desktop -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1451554] Re: Every key is pressed twice on the desktop

2015-11-24 Thread Michael Zanetti
Getting a new duplicate report for this every week. Maybe we should raise priority. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1451554 Title: Every key is pressed twice on the desktop To manage

[Bug 1519898] Re: Slow scrolling and high cpu usage in app preview

2015-11-25 Thread Michael Zanetti
** Branch linked: lp:~aacid/unity8/listviewforreviews ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Albert Astals Cid (aacid) ** Changed in: unity8 (Ubuntu) Status: New => In Progress ** Changed in: unity8 (Ubuntu) Importance: Undecided => High -- You received this bu

[Bug 1499342] Re: National Roaming not working

2015-11-26 Thread Michael Zanetti
@mikahdh. If rebooting your phone helps, it is not the same issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1499342 Title: National Roaming not working To manage notifications about this bug g

[Bug 1521142] [NEW] Dependency on ofono should be optional

2015-11-30 Thread Michael Zanetti
Public bug reported: Installing unity8, which pulls indocator-network on a desktop will also pull ofono. That in turn will fail to start and also shouldn't be required on hardware where we don't have any mobile data or voice. The dependency to ofono should be optional and not pulled in when insta

[Bug 1510969] Re: Windows cannot be resized near screen edges

2015-11-30 Thread Michael Zanetti
Some more info: The issue that the reported originally is fixed now. Resizing a window near the screen edges will not invoke the spread any more. However, introducing the DDA on the right edge now seems to eat the mouse events so that one cannot grab the resize handles any more when the window is

[Bug 1387221] Re: 14e4:4331 [MacBookPro10, 1] bcmwl-kernel-source >= 6.30.223.30+bdcom-0ubuntu1 fails to see 5GHz networks and is unstable on 2.5GHz

2015-11-30 Thread Michael Zanetti
As this probably won't ever get fixed, just some hint for affected people that the above package won't compile against xenial's 4.2 kernel. However, you can get working wifi in xenial by downgrading to kernel 3.19 and using Gerry's package above. -- You received this bug notification because you

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