[Touch-packages] [Bug 1603194] Re: [osk] An entire emoji quick-jump icon shouldn't be spent on clocks

2016-07-15 Thread Michael Terry
Ah OK that makes sense. :) I couldn't figure out why clocks were so favored. :P -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/1603194 Title: [osk] An entire

[Touch-packages] [Bug 1603194] Re: [osk] An entire emoji quick-jump icon shouldn't be spent on clocks

2016-07-15 Thread Michael Terry
Looks like clocks still get their own category there? (Just reading the source.) But it is improved... Instead of "wasting" 1 out of 6 categories, it's only 1 out of 9 categories. Although it looks like clocks have been moved up to be first category listed, in front of face emojis! Maybe I

[Touch-packages] [Bug 1603194] [NEW] [osk] An entire emoji quick-jump icon shouldn't be spent on clocks

2016-07-14 Thread Michael Terry
Public bug reported: What is the story with the clock category on the current emoji OSK layout? We have only six quick-jump buttons. Clocks would seem like a very low priority to me. I don't have a suggestion as to what should replace it. But, like, not clocks. (Is there any science behind

[Touch-packages] [Bug 1599203] [NEW] CrossFadeImage: modifying sourceSize causes black image

2016-07-05 Thread Michael Terry
Public bug reported: 1) Have a CrossFadeImage loaded 2) Set a new source 3) Set a new sourceSize for the new source You'll see the CrossFadeImage go black while it reloads the image for the new sourceSize. This rather breaks the point of CrossFadeImage. Each source may have its own unique

[Touch-packages] [Bug 1599163] [NEW] Move unity8's greeter off the "/" DBus path

2016-07-05 Thread Michael Terry
: - indicators - test tools - adb - telephony stack While switching, it may be wise to move to some more standard APIs as well, like using logind's LockedHint instead of IsActive. ** Affects: unity8 (Ubuntu) Importance: Undecided Assignee: Michael Terry (mterry) Status: New

[Touch-packages] [Bug 1599162] [NEW] Move unity8's greeter off the "/" DBus path

2016-07-05 Thread Michael Terry
Public bug reported: We expose the Greeter DBus API (whether we're active, which user is selected, etc) on the root / DBus path. This can easily conflict with other potential APIs (which are similarly rude as us to claim such a path). We should switch away from it. Potential clients right now:

[Touch-packages] [Bug 1597290] Re: Wallpapers in Windowed Mode are not scaled correctly

2016-07-04 Thread Michael Terry
My branch updating the default wallpaper [1] makes this a little better. With that MP, the only blurry wallpapers are portrait-wallpapers-on-a -landscape-screen (i.e. it fixes the most common case: landscape- wallpapers). The proper fix is a little tricky. We can either (A) load a lot more of

[Touch-packages] [Bug 1597290] Re: Wallpapers in Windowed Mode are not scaled correctly

2016-06-30 Thread Michael Terry
OK cool, will look again tomorrow. ** Changed in: unity8 (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1597290 Title:

[Touch-packages] [Bug 1597290] Re: Wallpapers in Windowed Mode are not scaled correctly

2016-06-30 Thread Michael Terry
I'm not sure I quite understand the complaint and/or can't reproduce it. If the wallpaper is portrait and you are looking at a landscape screen, we scale and crop the wallpaper so that the edges of the wallpaper hit the left and right edge, and crop the top and bottom. Likewise with

[Touch-packages] [Bug 1594874] Re: App won't open from click scope if it got updated in meantime

2016-06-30 Thread Michael Terry
Well you have more success if you use com.ubuntu.calendar instead of com.canonical.calendar. But then you just hit this weird bug where unity8 acts like it's starting the app but never does? But yeah, looks like url-dispatcher and ubuntu-app-launch don't handle short appids very well. I had

[Touch-packages] [Bug 1597439] Re: [MIR] zeromq3

2016-06-30 Thread Michael Terry
** Changed in: zeromq3 (Ubuntu) Assignee: (unassigned) => Jamie Strandboge (jdstrand) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to zeromq3 in Ubuntu. https://bugs.launchpad.net/bugs/1597439 Title: [MIR] zeromq3

[Touch-packages] [Bug 1597453] Re: [MIR] content-hub

2016-06-30 Thread Michael Terry
** Changed in: content-hub (Ubuntu) Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1597453 Title:

[Touch-packages] [Bug 1595569] Re: Indicators panel doesn't close when turning screen off

2016-06-30 Thread Michael Terry
Naw, I would argue not a feature. It certainly regressed accidentally. I've got a fix up for it. ** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in

[Touch-packages] [Bug 1594874] Re: App won't open from click scope if it got updated in meantime

2016-06-29 Thread Michael Terry
Looking at the MP real quick, you need the .desktop at the end of the application:/// URL. url-dispatcher doesn't actually look for a .desktop file itself, but it does ignore any application: URLs that don't end in .desktop. It strips it before passing the appid on. -- You received this bug

[Touch-packages] [Bug 1595569] Re: Indicators panel doesn't close when turning screen off

2016-06-29 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1595569 Title: Indicators panel does

[Touch-packages] [Bug 1435923] Re: [greeter/desktop] the password entry is not focused by default

2016-06-27 Thread Michael Terry
** Summary changed: - [greeter/desktop] the password entry is not focussed by default + [greeter/desktop] the password entry is not focused by default ** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu

[Touch-packages] [Bug 1586800] Re: Captive portal experience is bad

2016-06-27 Thread Michael Terry
** Also affects: network-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1586800 Title: Captive portal

[Touch-packages] [Bug 1595308] [NEW] Pressing "space" character on OSK with a validator can crash maliit

2016-06-22 Thread Michael Terry
Public bug reported: 1) Save the code below [1] in a test.qml file 2) Run it on the phone with "qmlscene --desktop_file_hint=dialer-app test.qml" 3) Press the "space" character several times in a row 4) Eventually maliit crashes. I've attached a crash file from this below. current build

[Touch-packages] [Bug 1595308] Re: Pressing "space" character on OSK with a validator can crash maliit

2016-06-22 Thread Michael Terry
Obviously this should be fixed, but I would also accept a fix for bug 1586435 to avoid needing a validator in the first place. :) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.

[Touch-packages] [Bug 1589242] Re: Turning the mouse on or off unlocks the greeter

2016-06-22 Thread Michael Terry
I can't reproduce this using a keyboard/mouse bluetooth combo using the phone/image below. I looked at the code, but didn't see any obvious reason this would occur. current build number: 111 device name: turbo channel: ubuntu-touch/rc-proposed/meizu.en last update: 2016-06-22 12:52:32 version

[Touch-packages] [Bug 1435923] Re: [greeter/desktop] the password entry is not focussed by default

2016-06-21 Thread Michael Terry
** Branch linked: lp:~mterry/unity8/greeter-focus -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1435923 Title: [greeter/desktop] the password entry is not focussed by

[Touch-packages] [Bug 1594874] Re: App won't open from click scope if it got updated in meantime

2016-06-21 Thread Michael Terry
And mightn't the same problem happen on the click scope main list too? Haven't tested that, but if they include the version, I assume you could launch an app right before the refresh happens? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1594874] Re: App won't open from click scope if it got updated in meantime

2016-06-21 Thread Michael Terry
Refreshing the preview is appropriate and good—the icon or description may have changed. And it will reduce the surface of this bug. But I suspect that the race condition between clicking on Open and a refresh and the new click being registered will be unavoidable. I think it would still make

[Touch-packages] [Bug 1593718] Re: [desktop] unity8 keeps switching away to greeter after switching users

2016-06-20 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in

[Touch-packages] [Bug 1557716] Re: Support 'phone' profile for indicator-session

2016-06-20 Thread Michael Terry
mpt, but in the converged world, we're trying to strip distinctions between form factors, though granted, not in all cases. We have the session indicator in phone images now. That was by design request, I believe. In unity8, we are using the "phone" profile on the desktop too. It has come to

[Touch-packages] [Bug 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-20 Thread Michael Terry
** Changed in: ubuntu-ui-toolkit (Ubuntu) Assignee: Michael Terry (mterry) => Zsombor Egri (zsombi) -- 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/1577

[Touch-packages] [Bug 1593880] [NEW] Allow setting a center line for background images

2016-06-17 Thread Michael Terry
Public bug reported: Per design doc: https://docs.google.com/drawings/d/1_yLLkKn3kULoJjsHb5cU72c8muLii0uuxb_CF17VTdk We are supposed to show background wallpapers cropped and centered on a user-selectable part of the image (though by default, we should show the middle of the image, as we do

[Touch-packages] [Bug 1593841] [NEW] CrossFadeImage: support horizontalAlignment and verticalAlignment

2016-06-17 Thread Michael Terry
Public bug reported: CrossFadeImage supports fillMode, which is nice. But I'd also like to control horizontalAlignment and verticalAlignment on the inner Image items. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You received this bug notification

[Touch-packages] [Bug 1593718] [NEW] [desktop] unity8 keeps switching away to greeter after switching users

2016-06-17 Thread Michael Terry
Public bug reported: 1) Log into a desktop unity8 session 2) Go to session indicator and try to switch accounts 3) You'll end up in the greeter 4) Now go back to u8 session and you'll notice it auto-switches you to greeter again! Hard to get back in. We seem to be constantly trying to switch

[Touch-packages] [Bug 1577828] Re: ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-06-16 Thread Michael Terry
>From the attached MP: When talking with Paty about this, she said: "The activity indicator/spinner should also be blue, but I've just checked with Rae (rae.shambr...@canonical.com // irc: raeshambrook) who is the visual designer in charge of the colour palette and she said there were some issues

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-06-14 Thread Michael Terry
** Changed in: reminders-app (Ubuntu) Status: In Progress => Fix Committed ** Changed in: dialer-app (Ubuntu) Status: New => In Progress ** Changed in: dialer-app (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification be

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-06-14 Thread Michael Terry
** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New -- 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/1581047

[Touch-packages] [Bug 1592395] [NEW] Add test to notice when copyrights need updating

2016-06-14 Thread Michael Terry
Public bug reported: Right now, we update copyright headers haphazardly. But it should be easy to automate. A line like this should get all the files in bzr that updated this year: bzr status --short --versioned -r date:2016-01-01.. | grep -v ^-D | grep -v '^R ' Then we use one of the various

[Touch-packages] [Bug 1591303] [NEW] [webapp-container] No way to allow dynamic user-agent content with --user-agent-string

2016-06-10 Thread Michael Terry
Public bug reported: Here's my use case: 1. I have a reddit webapp using webapp-container. 2. I want to avoid reddit's popup box suggesting I install the Android app (reddit does this based on the presence of the Android user agent keyword). 3. I want to be convergent and have reddit feed my

[Touch-packages] [Bug 1591306] [NEW] [webapp-container] --help needs --app-id

2016-06-10 Thread Michael Terry
Public bug reported: To reproduce: $ webapp-container --help The application has been launched with no explicit or system provided app id. An application id can be set by using the --app-id command line parameter and setting it to a unique application specific value or using the APP_ID

[Touch-packages] [Bug 1582987] Re: Have to log in to Unity8 twice (screen is locked after login from lightdm)

2016-06-09 Thread Michael Terry
) Assignee: Josh Arenson (josharenson) => Michael Terry (mterry) ** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1582987] Re: Have to log in to Unity8 twice (screen is locked after login from lightdm)

2016-06-09 Thread Michael Terry
** Branch unlinked: lp:~josharenson/unity8/slim_greeter_real_lightdm -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1582987 Title: Have to log in to Unity8 twice (screen

[Touch-packages] [Bug 1443869] Re: [Edge Education] New wizard in Vivid doesn't excercise indicator gesture

2016-06-09 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1443869 Title: [Edge Education] New wizard in

[Touch-packages] [Bug 1484383] Re: [Edge education] Tutorial doesn't teach you about the long swipe from left

2016-06-09 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1484383 Title: [Edge education] Tutorial doesn't

[Touch-packages] [Bug 1519779] Re: A PhoneStage gets loaded and unloaded during desktop start up

2016-06-09 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1519779 Title: A PhoneStage gets loaded and

[Touch-packages] [Bug 1590447] Re: Error reporting of asio exceptions from AsioDMConnection could be better

2016-06-08 Thread Michael Terry
(Or at the least use a try/except here and give a nicer message before dying?) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu. https://bugs.launchpad.net/bugs/1590447 Title: Error

[Touch-packages] [Bug 1590447] [NEW] Error reporting could be better

2016-06-08 Thread Michael Terry
Public bug reported: At least in this one case. Josh Arenson and I were debugging a problem with a greeter / lightdm / unity-system-compositor. It turned out to be because lightdm was passing unity-system-compositor "--from-dm-fd=0" which resulted in an asio exception when it tried to use fd 0.

[Touch-packages] [Bug 1435923] Re: [greeter/desktop] the password entry is not focussed by default

2016-06-06 Thread Michael Terry
** Branch linked: lp:~mterry/unity8/greeter-box -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1435923 Title: [greeter/desktop] the password entry is not focussed by

[Touch-packages] [Bug 1582987] Re: Have to log in to Unity8 twice (screen is locked after login from lightdm)

2016-06-06 Thread Michael Terry
This is blocked on Josh's split greeter branch (it allows us to launch unity8 without a greeter loaded). I'll link it. ** Branch linked: lp:~josharenson/unity8/slim_greeter_real_lightdm ** Changed in: unity8-desktop-session (Ubuntu) Assignee: (unassigned) => Michael Terry (mte

[Touch-packages] [Bug 1586435] Re: Qt.ImhDigitsOnly should only show digits

2016-06-03 Thread Michael Terry
I've filed upstream bug https://github.com/maliit/framework/issues/31 about this. -- 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/1586435 Title: Qt.ImhDigitsOnly

[Touch-packages] [Bug 1586435] Re: Qt.ImhDigitsOnly should only show digits

2016-06-03 Thread Michael Terry
Adding a maliit task, because it contains the following piece of code, which just seems broken to me: if (hints == Qt::ImhFormattedNumbersOnly || hints == Qt::ImhDigitsOnly) { type = Maliit::NumberContentType; } Thus ubuntu-keyboard never has the information it needs to show the

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress

2016-06-01 Thread Michael Terry
Shih-Yuan, I think it would make more sense to just modify wifi-Signal- on-the-wifi-device-when-its-supplicant-i.patch in place, rather than creating a patch to patch our patch. :) But I've asked cyphermox to check what's happening here, since it seems odd that his change to

[Touch-packages] [Bug 1545844] Re: [webapp-container] App sometimes becomes unresponsive after closing an overlay

2016-05-30 Thread Michael Terry
*** This bug is a duplicate of bug 1570828 *** https://bugs.launchpad.net/bugs/1570828 ** This bug has been marked a duplicate of bug 1570828 Multiple Web Apps crashes when returning from a linked page -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1586435] [NEW] Qt.ImhDigitsOnly should only show digits

2016-05-27 Thread Michael Terry
Public bug reported: When using "inputMethodHints: Qt.ImhDigitsOnly" in an SDK TextField, I get a keyboard that includes a hyphen, a space, a period, and a plus (with extended # and * on the plus). That looks more like a keyboard I'd expect for Qt.ImhFormattedNumbersOnly. But I only asked for

[Touch-packages] [Bug 1449295] Re: [Icons] Transparent app icon backgrounds look bad

2016-05-25 Thread Michael Terry
I've added a task for ubuntu-system-settings, because I just remembered that it also displays app icons: in Storage, App Permissions, and Notifications. But note that I'm still waiting on design input. Copied from the attached MP: Paty when I asked about this branch: "Regarding the opinion on

[Touch-packages] [Bug 1449295] Re: [Icons] Inconsistent tranparent app icon handling

2016-05-23 Thread Michael Terry
Looks like the presentation is now consistently transparent. So that's good, sorta. I'm now going to change this bug to be about how transparent backgrounds for icons looks terrible. I've proposed the attached branch to fix this. ** Summary changed: - [Icons] Inconsistent tranparent app icon

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Michael Terry
** Changed in: reminders-app (Ubuntu) Status: New => In Progress ** Changed in: reminders-app (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-23 Thread Michael Terry
** Also affects: reminders-app (Ubuntu) Importance: Undecided Status: New -- 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/1581047

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Changed in: webbrowser-app (Ubuntu) Status: New => In Progress ** Changed in: webbrowser-app (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Changed in: trust-store (Ubuntu) Status: New => In Progress ** Changed in: trust-store (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) ** Changed in: unity8 (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-system-settings (Ubuntu) St

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-22 Thread Michael Terry
** Also affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Also affects: trust-store (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1541971] Re: Review button inactive without explanation

2016-05-20 Thread Michael Terry
Err, that request might be a duplicate of bug 1580935. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1541971 Title: Review button inactive without explanation Status in

[Touch-packages] [Bug 1541971] Re: Review button inactive without explanation

2016-05-20 Thread Michael Terry
Relatedly, if you rate the app but do not write a review, the Send button is enabled and will let you submit it (which is not intended, see comment #3). The scope will refresh, but you won't see your review! Because (I assume) the review server rejected the textless review. This bug seems to

[Touch-packages] [Bug 1541971] Re: Review button inactive without explanation

2016-05-20 Thread Michael Terry
(sorry, small typo in my comment #5. The click scope currently specifies "required" = "rating".) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1541971 Title: Review

[Touch-packages] [Bug 1564351] Re: Unity8 stuck on hint "Long swipe from the left edge to open the Today scope" and can't close it. Desktop left unusable.

2016-05-17 Thread Michael Terry
packages into yakkety), this will be Fix-Released for Ubuntu proper as well. ** Changed in: unity8 (Ubuntu) Status: Fix Released => Fix Committed ** Changed in: unity8 (Ubuntu) Assignee: Michael Terry (mterry) => (unassigned) -- You received this bug notification becau

[Touch-packages] [Bug 1582227] Re: Active header section is blue

2016-05-16 Thread Michael Terry
Huh. That surprises me. Is there a design blog post about the new colors and what is considered focus vs active vs positive that I could read? -- 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 1582242] [NEW] Support a user-session mode for authenticating

2016-05-16 Thread Michael Terry
Public bug reported: We talked about this in person in Prague. Ideally a greeter could run as in the user's session and act as a lockscreen for the user as well as a way to authenticate/log-in as other users. This would let us avoid running a whole other session for the greeter on the phone,

[Touch-packages] [Bug 1582227] [NEW] Active header section is blue

2016-05-16 Thread Michael Terry
Public bug reported: When using sections in the header (either new style Sections object or old sections property), the active section is shown with the theme.palette.selected.backgroundTertiaryText color. Which I don't think is appropriate? That's for actual selected text, like with a mouse or

[Touch-packages] [Bug 1564351] Re: Unity8 stuck on hint "Long swipe from the left edge to open the Today scope" and can't close it. Desktop left unusable.

2016-05-16 Thread Michael Terry
Daniel, this fix did land. If we're experiencing the same symptoms again, it might be best to use a new bug indeed. Might be a different root cause. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1581047] Re: UbuntuColors considered harmful

2016-05-12 Thread Michael Terry
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) ** Branch linked: lp:~mterry/unity8/less-ubuntucolors -- You received this bug notification because you are a member of Ubuntu To

[Touch-packages] [Bug 1572112] Re: Sync maintenance release lcms2 2.7-1 (main) from Debian testing (main)

2016-05-11 Thread Michael Terry
I think you mean merge, not sync here. Debian/upstream don't use our byte-order patch. But I'll work on a merge for yakkety. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lcms2 in Ubuntu.

[Touch-packages] [Bug 1578693] Re: Would be useful to expose maximum OSK height

2016-05-09 Thread Michael Terry
** Branch linked: lp:~mterry/ubuntu-keyboard/report-max-height ** Branch linked: lp:~mterry/qtmir/report-osk-max-height -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.

[Touch-packages] [Bug 1578319] Re: Some ubuntu-ui-toolkit AP tests failing to launch - rejected by unity8 as is using desktop_file_hint

2016-05-06 Thread Michael Terry
Why is the gallery desktop case different? If you want to make sure your test uses that exact content, you could copy it to ~/.local/share/applications. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in

[Touch-packages] [Bug 1578693] [NEW] Would be useful to expose maximum OSK height

2016-05-05 Thread Michael Terry
Public bug reported: There is a request from Design that on the greeter, we position the password input box above the OSK (so that it never has to move when the OSK appears). For unity8, we could probably hack together something that makes assumptions about size of OSK, but that's brittle,

[Touch-packages] [Bug 1578319] Re: Some ubuntu-ui-toolkit AP tests failing to launch - rejected by unity8 as is using desktop_file_hint

2016-05-05 Thread Michael Terry
So a simple fix would be to ship ubuntu-ui-toolkit-gallery.desktop in /usr/share/applications. Another fix would be modify ubuntu-ui-toolkit-launcher to allow teaching UAL about a custom app on a temporary basis for such custom launches that aren't apps that we want to ship, but just

[Touch-packages] [Bug 1578319] Re: Some ubuntu-ui-toolkit AP tests failing to launch - rejected by unity8 as is using desktop_file_hint

2016-05-05 Thread Michael Terry
** Description changed: I'm trying to run the ubuntu-ui-toolkit autopilot tests on today's image. - First off, they could cause unity8 to crash, which is bug 1578258 which can be resolved with + First off, they could cause unity8 to crash, which is bug 1578258 which can be resolved with

[Touch-packages] [Bug 1551811] Re: Opening the camera for the first time leads to reboot

2016-05-04 Thread Michael Terry
Same here. On my arale rc-proposed 315 image, I install Authenticator, run it, click the camera icon, grant it permission, and get a reboot. I got it twice in a row, then it worked the third time... (that time I was plugged into adb, so maybe that makes a difference?) Same kernel stack trace

[Touch-packages] [Bug 1577828] [NEW] ActivityIndicator should respect theme activity color (i.e. it should be blue)

2016-05-03 Thread Michael Terry
Public bug reported: ActivityIndicator should use the color specified by theme.palette.normal.activity instead of hard coding orange, which is supposed to be used to indicate focus, not activity. ** Affects: ubuntu-ui-toolkit (Ubuntu) Importance: Undecided Status: New -- You

[Touch-packages] [Bug 1570922] Re: Initial notifications never shown and not destroyed until unity8 is stopped

2016-04-29 Thread Michael Terry
Are you sure that you're testing was actually observing the voice mail notification? My *guess* is that the voice mail notification happened too early for unity8 to see it, so it just went to the void. And the notification you're seeing is actually the "placeholder" notification. Which unity-

[Touch-packages] [Bug 1565103] Re: bottom edge first time wizard is being incorrectly displayed on dialer-app and messaging-app

2016-04-28 Thread Michael Terry
** Branch linked: lp:~mterry/unity8/tutorial-fixups -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1565103 Title: bottom edge first time wizard is being incorrectly

[Touch-packages] [Bug 1575205] [NEW] Shouldn't the battery-charging icon be blue instead of green?

2016-04-26 Thread Michael Terry
Public bug reported: In the suru theme, the battery-XXX-charging icons use green as a "this is charging" indication. But with the new suru color updates from Design, I could see an argument that this color should be blue instead. Green is used for "positive" things (like default buttons,

[Touch-packages] [Bug 1574048] [NEW] Panel appears white for a second when unity8 starts

2016-04-23 Thread Michael Terry
Public bug reported: On boot, when unity8 starts drawing itself on the screen, the panel first appears lightly colored (grey). I'm assuming it is drawing itself in the light theme first, before switching to suru dark. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New

[Touch-packages] [Bug 1545844] Re: [webapp-container] App sometimes becomes unresponsive after closing an overlay

2016-04-20 Thread Michael Terry
Yeah. Same symptoms (though that OP mentions magnifying as part of their repro steps, which for me doesn't automatically trigger it). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1545844] Re: [webapp-container] App sometimes becomes unresponsive after closing an overlay

2016-04-20 Thread Michael Terry
Yeah it was. That was annoying for a bit. :) -- 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/1545844 Title: [webapp-container] App sometimes becomes unresponsive

[Touch-packages] [Bug 1571954] [NEW] .co.uk is an odd keyboard option for en_US locales

2016-04-18 Thread Michael Terry
Public bug reported: When typing a URL, the '.com' button has long-press alternate text of '.co.uk ' (in the en_US locale) This might make sense for en_GB, but US? I don't have an obvious alternative, but maybe .org? ** Affects: ubuntu-keyboard (Ubuntu) Importance: Undecided

[Touch-packages] [Bug 1545844] Re: [webapp-container] App sometimes becomes unresponsive after closing an overlay

2016-04-18 Thread Michael Terry
Yeah, I don't have a reliable reproduction sequence. I get it in 'The Old Reader' and 'refdit mobile' apps (theoldreader.mterry and redditmobile.mterry) but probably only because they both create lots kph overlays. One clue is that afyer a restart, the overlay is opened, so the app didn't get as

[Touch-packages] [Bug 1545844] Re: [webapp-container] App sometimes becomes unresponsive after closing an overlay

2016-04-14 Thread Michael Terry
This is still present. Now on stable channel. Anyone else noticing this? -- 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/1545844 Title: [webapp-container] App

[Touch-packages] [Bug 1456195] Re: Zero-minimum possessive groups does not match empty string

2016-04-14 Thread Michael Terry
Nope, that was just a brain fart on my part. I've uploaded to wily too now, thanks. ** Changed in: pcre3 (Ubuntu Wily) Status: Confirmed => In Progress ** Changed in: pcre3 (Ubuntu Wily) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification b

[Touch-packages] [Bug 1456195] Re: Zero-minimum possessive groups does not match empty string

2016-04-14 Thread Michael Terry
The wily patch doesn't apply cleanly (there have been releases in -updates since wily got released). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pcre3 in Ubuntu. https://bugs.launchpad.net/bugs/1456195 Title:

[Touch-packages] [Bug 1456195] Re: Zero-minimum possessive groups does not match empty string

2016-04-14 Thread Michael Terry
Thank you Arne! I've uploaded the trusty patch, please help test when it gets published in -proposed. ** Changed in: pcre3 (Ubuntu Trusty) Status: Confirmed => In Progress ** Changed in: pcre3 (Ubuntu Trusty) Assignee: (unassigned) => Michael Terry (mterry) -- You re

[Touch-packages] [Bug 1568082] [NEW] Dash 'activity pulse' on bottom should be blue

2016-04-08 Thread Michael Terry
Public bug reported: Per new design palette, blue is for activity. Currently that pulser is orange. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1567941] [NEW] [webapp-container] Header text hard to read on light theme-color backgrounds

2016-04-08 Thread Michael Terry
Public bug reported: To reproduce in the wild: 1) Install "reddit mobile" app (redditmobile.mterry) 2) Open it, navigate to r/germany See attached screenshot for that example. ** Affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Attachment added:

[Touch-packages] [Bug 1565103] Re: bottom edge first time wizard is being incorrectly displayed on dialer-app and messaging-app

2016-04-07 Thread Michael Terry
I can't reproduce the live call problem. For me, the bottom edge hint waits until the phone call is over. However, there ARE about 2 seconds after the phone call ends and the hint appears before the live call view switches to the normal dialer view. For those three seconds, the bottom edge of

[Touch-packages] [Bug 1567430] [NEW] [webapp-container] Controls in header need same theme-color adjustments that text gets

2016-04-07 Thread Michael Terry
Public bug reported: This is a follow-on issue to bug 1548573. In that bug, text color now is a more responsive to the background color of the header, chosen by "theme-color" in CSS. But the controls of the header (back, forward, refresh) stay grey. Which is hard to see on some colors. They

[Touch-packages] [Bug 1566733] Re: [arale] hardare button interferes with proximity sensor during calls

2016-04-06 Thread Michael Terry
Looking at code real quick, looks like this is entirely inside of USC then. It handles turning on the screen on a key press and knows about proximity status. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu.

[Touch-packages] [Bug 1566733] Re: [arale] hardare button interferes with proximity sensor during calls

2016-04-06 Thread Michael Terry
Yup Saviq, that's exactly right. I just tested with a BT keyboard. I pressed a key and the screen turned back on. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mir in Ubuntu. https://bugs.launchpad.net/bugs/1566733

[Touch-packages] [Bug 1565818] Re: Disable hardware home button on arale when greeter is active

2016-04-05 Thread Michael Terry
** No longer affects: unity-system-compositor (Ubuntu) ** Changed in: unity8 (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity-system-compositor in Ubuntu.

[Touch-packages] [Bug 1565818] Re: Disable hardware home button on arale when greeter is active

2016-04-05 Thread Michael Terry
** Summary changed: - Disable hardware home button on arale + Disable hardware home button on arale when greeter is active -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-05 Thread Michael Terry
ry/geonames/translations/+merge/288443 ** Changed in: ubuntu-system-settings (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-system-settings (Ubuntu) Assignee: (unassigned) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ub

[Touch-packages] [Bug 1566295] Re: When displaying the selected timezone, we should show the city the user picked

2016-04-05 Thread Michael Terry
** Description changed: Currently, if I search timezones for Boston, and select Boston in the results, the Time & Date page will display "America/New York" as the timezone. Which is not super user friendly. It gets worse once we land translation support for geonames [1]. The user

[Touch-packages] [Bug 1514250] Re: [touch] Can't record with front facing camera

2016-04-02 Thread Michael Terry
This is fixed now in rc-proposed, presumably by https://code.launchpad.net/~uriboni/qtubuntu-camera/cameras- info/+merge/286283 ** No longer affects: qtmultimedia-opensource-src (Ubuntu) ** Changed in: qtubuntu-camera (Ubuntu) Status: New => Fix Released ** Changed in:

[Touch-packages] [Bug 1564351] Re: "Swipe from the left edge to open the launcher" - do not work on the desktop

2016-04-01 Thread Michael Terry
** Changed in: unity8 (Ubuntu) Status: Confirmed => Opinion ** Changed in: unity8 (Ubuntu) Status: Opinion => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu.

[Touch-packages] [Bug 1564351] Re: "Swipe from the left edge to open the launcher" - do not work on the desktop

2016-04-01 Thread Michael Terry
Hrm. So to reproduce, install unity8 on the desktop and then: 1) sudo gdbus call --system --dest org.freedesktop.Accounts --object-path /org/freedesktop/Accounts/User1000 --method org.freedesktop.DBus.Properties.Set com.canonical.unity.AccountsService demo-edges '' 2) gsettings set

[Touch-packages] [Bug 1564351] Re: "Swipe from the left edge to open the launcher" - do not work on the desktop

2016-04-01 Thread Michael Terry
To work around this bug, enter the following in a console: sudo gdbus call --system --dest org.freedesktop.Accounts --object-path /org/freedesktop/Accounts/UserXXX --method org.freedesktop.DBus.Properties.Set com.canonical.unity.AccountsService demo-edges '' Where XXX is your UID (the number

[Touch-packages] [Bug 1564351] Re: "Swipe from the left edge to open the launcher" - do not work on the desktop

2016-03-31 Thread Michael Terry
) => Michael Terry (mterry) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1564351 Title: "Swipe from the left edge to open the launcher" - do not work on

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