Re: [Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

2019-07-25 Thread Josh Arenson
Ah, sorry. I swapped this card for an Intel one years ago. I had never tried the Realtek card on windows either. Thanks anyway for following up, - Josh On Thu, Jul 25, 2019 at 8:34 AM Larry Finger wrote: > I reached my contact at Realtek. He analyzed the output and thinks that > this

[Bug 1677625] Re: ubuntu-terminal-app if the preferences window is minimized and you click on the cogwheel it doesn't bring up the preferences window and also you can't type in the terminal anymore

2017-03-30 Thread Josh Arenson
Can you elaborate further? It seems to me that the settings dialog opens as a new page within the terminal window, rather than as separate windows. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1673199] [NEW] Greeter shows "unknown" session if user has never logged in when it should show default.

2017-03-15 Thread Josh Arenson
Public bug reported: Steps to reproduce: 1. Create a new user 2. Go to greeter 3. Look at the session icon for the new user Expected: Ubuntu Icon Actual: Unknown Icon It should be noted that LightDM handles this fine and launches, what I presume is, the default session (ubuntu) ** Affects:

[Bug 1580916] Re: LIstitem dividers not shown for new items.

2017-03-08 Thread Josh Arenson
*** This bug is a duplicate of bug 1665559 *** https://bugs.launchpad.net/bugs/1665559 ** This bug has been marked a duplicate of bug 1665559 UbuntuListView dividers don't get updated on model changes -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1665559] Re: UbuntuListView dividers don't get updated on model changes

2017-03-01 Thread Josh Arenson
Seeing this here https://code.launchpad.net/~josharenson/unity8 /dashboard-manager 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/1665559 Title: UbuntuListView dividers don't get updated on

[Bug 1667463] [NEW] Unity8 Greeter mock initializes sessionMode incorrectly

2017-02-23 Thread Josh Arenson
Public bug reported: In the WideView mock, the "multipleSessions" checkbox is instantiated unchecked. However, the mock behaves as if the box were checked. Cycling through check/uncheck resolves the issue. ** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1654313] Re: The greeter is not shown when switching users

2017-02-08 Thread Josh Arenson
Thanks Pat, I'll try and push the MP through then. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1654313 Title: The greeter is not shown when switching users To manage notifications about this bug

[Bug 1654313] Re: The greeter is not shown when switching users

2017-02-07 Thread Josh Arenson
** Attachment added: "indicator-session_12.10.5+17.04.20161201-0ubuntu1_amd64.deb" https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1654313/+attachment/4814924/+files/indicator-session_12.10.5+17.04.20161201-0ubuntu1_amd64.deb -- You received this bug notification because you are a

[Bug 1654313] Re: The greeter is not shown when switching users

2017-02-07 Thread Josh Arenson
** 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/1654313 Title: The greeter is not shown when switching us

[Bug 1650494] Re: Un-favoriting a scope after changing the order leaves gaps in Manage dash

2017-01-26 Thread Josh Arenson
Can you still reproduce this? I don't see it on a recently flashed tablet build or in the mock. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1650494 Title: Un-favoriting a scope after changing the

[Bug 1650494] Re: Un-favoriting a scope after changing the order leaves gaps in Manage dash

2017-01-26 Thread Josh Arenson
** 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/1650494 Title: Un-favoriting a scope after changing the or

[Bug 1652890] Re: Keyboard Layout indicator is not translated into Spanish

2017-01-26 Thread Josh Arenson
Can you still reproduce this? I can see in indicator-keyboard that the string is translated correctly. In addition, I see the correctly translated string in build 606 on flo. ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Josh Arenson (josharenson) -- You received this

[Bug 1654308] Re: Logging out of the unity8 session snap takes a long time or sometimes hangs endlessly

2017-01-05 Thread Josh Arenson
I believe @mterry and I were looking at this in The Hague (but put it on the back burner since). I don't think its specific to snaps and may be an issue with LightDM. Stay tuned... ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Josh Arenson (josharenson) -- You received this

[Bug 1646947] Re: Model slowness causes significant UI hang when reordering the scopes list

2016-12-13 Thread Josh Arenson
** Changed in: unity-scopes-shell (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/1646947 Title: Model slowness causes signific

[Bug 1646947] Re: Model slowness causes significant UI hang when reordering the scopes list

2016-12-08 Thread Josh Arenson
Seems to be caused by the last for loop in OverviewResultsModel::setResults, which is being executed 131071 times Working on a patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1646947 Title:

[Bug 1646947] Re: Model slowness causes significant UI hang when reordering the scopes list

2016-12-05 Thread Josh Arenson
Some stuff worth noting [2016-12-05:10:34:33.448] JOSH: Entering moveFavoriteTo [2016-12-05:10:34:33.498] JOSH: Exiting moveFavoriteTo after 49 ms [2016-12-05:10:34:33.510] JOSH: Entering favoritesChanged* [2016-12-05:10:34:33.510] JOSH: Entering processFavoriteScopes* [2016-12-05:10:34:33.511]

[Bug 1646947] [NEW] Model slowness causes significant UI hang when reordering the scopes list

2016-12-02 Thread Josh Arenson
Public bug reported: == Background == I recently implemented an autoscrolling mechanism (lp:~josharenson/unity8/autoscroller-alternative) for the ScopesList to resolve lp:1575319 This branch, I believe, is exposing an issue that has likely always been present. == Steps to Reproduce == 1.

[Bug 1631365] Re: unity8 greeter does not save the last used session

2016-11-28 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/backported-session-icon-fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1631365 Title: unity8 greeter does not save the last used session To manage

[Bug 1575319] Re: [Ubuntu Touch] Manage Scopes doesn't scroll up/down when modifying position

2016-11-17 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/autoscroller-alternative -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575319 Title: [Ubuntu Touch] Manage Scopes doesn't scroll up/down when modifying

[Bug 1631365] Re: unity8 greeter does not save the last used session

2016-10-19 Thread Josh Arenson
@mterry The greeter gets this information from whatever LightDM says the "default" session is. Perhaps logging into an alternative DE doesn't update this information? I'll patch it and add a test. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1261720] Re: unity8-autopilot is missing an emulator for app management

2016-06-09 Thread Josh Arenson
** Changed in: unity8 (Ubuntu) Assignee: Josh Arenson (josharenson) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1261720 Title: unity8-autopilot is missing an emulator for

[Bug 1590532] [NEW] --clean-cache doesn't work as advertised

2016-06-08 Thread Josh Arenson
Public bug reported: Per the man page SYNOPSIS ubuntu-device-flash [OPTIONS] OPTIONS --clean-cache Cleans up cache with all downloaded bits $ ubuntu-device-flash --clean-cache Unknown command `ubuntu-device-flash'. Please specify one command of: core, personal,

[Bug 1583624] Re: Mir cannot open a tty when started by lightdm

2016-06-08 Thread Josh Arenson
Forgive my incoherent ramble in #9... Keep this open until lp:~robert- ancell/lightdm/new-mir-socket-variable lands :-p Also, the new issue is probably best explained by looking at lp:~mterry/lightdm/initialize- more/+merge/296836 -- You received this bug notification because you are a member of

[Bug 1583624] Re: Mir cannot open a tty when started by lightdm

2016-06-08 Thread Josh Arenson
The root cause is the fd that pipe gives to USC is 0. The compositor starts and begins drawing frames, and lightdm eventually tries writing to fd=0 (also known as STDIN) which causes an Opperation not permitted error (see lp:1590447). I wrote a nasty patch that forces lightdm to keep obtaining

[Bug 1583624] Re: Mir cannot open a tty when started by lightdm

2016-06-07 Thread Josh Arenson
I got the greeter working, but there are 2 other issues. The following assumes you are using the unity8 greeter to launch a unity7 session if (seat-type == unity) The greeter loads, authenticates, a black screen is briefly shown, and the greeter comes back up. My theory here is that lightdm

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

2016-06-07 Thread Josh Arenson
@Matthew this spec already describes the current behavior. The issue is that when a call is accepted, the dialer app is launched, and the call is ended using the app rather than the parentless dialog. It would take considerable effort to get the dialer app to run inside a dialog, and the dialer

[Bug 1543859] Re: Autopilot tests cannot launch most apps

2016-06-06 Thread Josh Arenson
** Changed in: unity8 (Ubuntu) Status: Triaged => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1543859 Title: Autopilot tests cannot launch most apps To manage notifications

[Bug 1587532] Re: Keyboard backlight turns on by itself

2016-06-06 Thread Josh Arenson
@Brian the unity-settings-daemon in the aforementioned branch doesn't resolve the issue. This seems like a new bug affecting Yakkety. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1587532 Title:

[Bug 1583624] Re: Mir cannot open a tty when started by lightdm

2016-06-02 Thread Josh Arenson
Here is mir-greeter.log using your instrumented lightdm and changing the unity8 seat type to unity. http://pastebin.ubuntu.com/16932129/ Thoughts? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1587532] Re: Keyboard backlight turns on by itself

2016-06-01 Thread Josh Arenson
@Brian, this seems to be the same, but that bug is for Xenial and a fix is already released. I'll test out the patch in lp:1510344 to see if its a regression or not when I have a chance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1587532] [NEW] Keyboard backlight turns on by itself

2016-05-31 Thread Josh Arenson
Public bug reported: On my Thinkpad T440s 1. Make sure keyboard backlight is off 2. Wait for the screen to blank due to inactivity 3. Wake the screen and unlock the machine* Expected behavior: The keyboard backlight is in its original (off) state Actual behavior: FULL BRIGHTNESS! * As I

[Bug 1583624] Re: Mir cannot open a tty when started by lightdm

2016-05-26 Thread Josh Arenson
I get [+0.01s] CRITICAL: g_object_unref: assertion 'G_IS_OBJECT (object)' failed in the logs (or when running in test mode). This only happens when trying to run under Mir. Meaning I can delete 51-unity8-greeter.conf and lightdm starts just fine. The error happens before usc/mir are able to log

[Bug 1498169] Re: some logs in .cache/upstart are missing date/timestamps

2016-05-24 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/add-timestamps-to-unity8-log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1498169 Title: some logs in .cache/upstart are missing date/timestamps To manage

[Bug 1580074] Re: Please add timestamps to unity8-dash.log

2016-05-23 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/add-timestamps-to-dash-log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1580074 Title: Please add timestamps to unity8-dash.log To manage notifications

[Bug 1575319] Re: [Ubuntu Touch] Manage Scopes doesn't scroll up/down when modifying position

2016-05-11 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/fix-scope-managment-scrolling -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1575319 Title: [Ubuntu Touch] Manage Scopes doesn't scroll up/down when

[Bug 1575319] Re: [Ubuntu Touch] Manage Scopes doesn't scroll up/down when modifying position

2016-05-04 Thread Josh Arenson
** 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/1575319 Title: [Ubuntu Touch] Manage Scopes doesn't scroll

[Bug 1569498] Re: Close Dash Page header "extra" panel when selecting an option on the dash primary filter

2016-04-21 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/close-extra-panel-when-selected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569498 Title: Close Dash Page header "extra" panel when selecting an option

[Bug 1569980] Re: Can't click filter button in search field of dash while the search field has active focus.

2016-04-19 Thread Josh Arenson
** 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/1569980 Title: Can't click filter button in search field of dash while the search field

[Bug 1569492] Re: can't select primary nav filter sometimes

2016-04-19 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/fix-primary-filter-scrolling -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569492 Title: can't select primary nav filter sometimes To manage notifications

[Bug 1569492] Re: can't select primary nav filter sometimes

2016-04-13 Thread Josh Arenson
The screen on my arale is large enough that it shows all the filter options without needing to scroll. I'm going to modify the scope to make the filter list longer and I'll post a click package here. Also, I've filed lp:1569980 as a result of the instructions in this report as it is a separate,

[Bug 1569980] [NEW] Can't click filter button in search field of dash while the search field has active focus.

2016-04-13 Thread Josh Arenson
Public bug reported: Using this scope https://code.launchpad.net/500px-scope 1. Type a search query in the search box 2. Tap the filter label ("popular" is the default) Expected behavior: filter list opens Actual behavior: nada WAR: Give focus to something outside the search box and then tap

[Bug 1563357] Re: Scope cannot set color of filter widget in page header

2016-03-30 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/allow-page-header-to-set-color -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1563357 Title: Scope cannot set color of filter widget in page header To

[Bug 1538532] Re: Broken in Xenial, vim requires python3 now

2016-03-15 Thread Josh Arenson
@Val I really appreciate the hard and fast work on resolving this. However, I'm still receiving a traceback after building and installing the latest code. Where are the logs located so I can take a look and report back here if necessary? In addition, if you have a BTC or paypal address, I'll

[Bug 1554602] Re: Click scope image are not cached at the right size triggering reloads on every page

2016-03-10 Thread Josh Arenson
Enabling caching for these images (which is disabled by default in this instance) makes the images load faster, but doesn't solve the problem of the images reloading on actions. Continuing to investigate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1542395] Re: Screen.orientation and or Screen.primaryOrientation depend on the size of the app window

2016-03-04 Thread Josh Arenson
@Florian I wrote a simple test app (link below) and I am unable to reproduce this issue. Do you have any more information? I'm using a Nexus 7 with r379 and a bluetooth mouse. The output of the below app is always 0 regardless of window size. http://pastebin.ubuntu.com/15281309/ -- You received

[Bug 1542224] Re: [regression] OSK suppressed in autopilot tests

2016-02-19 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/input-name-filter-proxy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542224 Title: [regression] OSK suppressed in autopilot tests To manage notifications

[Bug 1543859] Re: Autopilot tests cannot launch most apps

2016-02-10 Thread Josh Arenson
** 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/1543859 Title: Autopilot tests cannot launch most a

[Bug 1543859] [NEW] Autopilot tests cannot launch most apps

2016-02-09 Thread Josh Arenson
Public bug reported: Only the dialer-app and webbrowser-app can be launched by calling the main_window.launch_application(appId) method. Possibly related to the fact that the location for .desktop files for most (all) other pre- installed apps has changed. ** Affects: unity8 (Ubuntu)

[Bug 1542224] Re: [regression] OSK suppressed in autopilot tests

2016-02-08 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/fix-osk-autopilot-tests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1542224 Title: [regression] OSK suppressed in autopilot tests To manage notifications

[Bug 1261720] Re: unity8-autopilot is missing an emulator for app management

2016-02-04 Thread Josh Arenson
** 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/1261720 Title: unity8-autopilot is missing an emulator for

[Bug 1538532] Re: Broken in Xenial, vim requires python3 now

2016-02-02 Thread Josh Arenson
Would it be possible to get a PPA with a version of vim where this isn't an issue? I've been trying to build it myself, but nothing has worked so far. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1539862] Re: Dump in click build . in Ubuntu Xenial alpha2

2016-01-31 Thread Josh Arenson
I'm receiving the same error, but adding a symlink isn't fixing it for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539862 Title: Dump in click build . in Ubuntu Xenial alpha2 To manage

[Bug 1539320] Re: Unity8 desktop greeter doesn't use the selected user's wallpaper

2016-01-29 Thread Josh Arenson
Humm, this doesn't seem to actually work in unity7 either.. Perhaps I was just looking at the lock screen? I think this would end up being a feature request if it is something we want to implement, but its not really a bug at this time. ** Changed in: unity8 (Ubuntu) Status: New => Invalid

[Bug 1539320] [NEW] Unity8 desktop greeter doesn't use the selected user's wallpaper

2016-01-28 Thread Josh Arenson
: Undecided Assignee: Josh Arenson (josharenson) Status: New ** 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. ht

[Bug 1539320] Re: Unity8 desktop greeter doesn't use the selected user's wallpaper

2016-01-28 Thread Josh Arenson
This is only applicable when the wallpaper is located inside an encrypted home directory. However, it seems to work fine with the unity(7)-greeter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1537098] [NEW] Switching users in the greeter doesn't respect the selected user's language.

2016-01-22 Thread Josh Arenson
, but if User B's password is in Hebrew, the are unable to login at all. Resolving this is a large undertaking as it requires changes to unity8, indicators, and maliit. ** Affects: unity8 (Ubuntu) Importance: Undecided Assignee: Josh Arenson (josharenson) Status: New ** Changed

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

2016-01-22 Thread Josh Arenson
We would need input from design, but ofono sends a signal over dbus when a call ends http://pastebin.ubuntu.com/14600960/ We could have unity8 listen for this and restore focus to the n-1 app in the application manager stack. Obviously there are a lot of edge cases here, but this wouldn't be

[Bug 1536839] [NEW] T-Mobile status messages are received as SMS

2016-01-21 Thread Josh Arenson
Public bug reported: T-Mobile is my carrier and I live in the US. Whenever someone leaves me a voicemail, I receive a text message that looks like http://pastebin.ubuntu.com/14593529 I _do_ also receive proper voicemail notifications... Please let me know if you need more information about

[Bug 1479065] Re: Desktop greeter doesn't focus password input file when username is clicked

2016-01-20 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/fix-greeter-password-focus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1479065 Title: Desktop greeter doesn't focus password input file when username is

[Bug 1479065] Re: Desktop greeter doesn't focus password input file when username is clicked

2016-01-20 Thread Josh Arenson
*** This bug is a duplicate of bug 1435923 *** https://bugs.launchpad.net/bugs/1435923 While technically not a duplicate, the symptoms are very similar to lp:1435923 and the fix is the same. ** This bug has been marked a duplicate of bug 1435923 [greeter/desktop] the password entry is not

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

2016-01-18 Thread Josh Arenson
** 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/1435923 Title: [greeter/desktop] the password en

[Bug 1489323] Re: MX4 button sometimes remains active with the screen off

2015-12-14 Thread Josh Arenson
@Pat I can absolutly reproduce this using the following sequence 1. Set phone to unlock on swipe 2. Rapidly tap the "home" button 3. Simultaneously tap the power button to lock the screen 4. Stop tapping the "home" button after the screen darkens 5. Unlock the device Expected: greeter is shown

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

2015-11-04 Thread Josh Arenson
The IntegratedLightDM mucks with model data when it should just respect the result returned. This was brought to my attention by "Gizmo Chicken" on youtube. I had promised a fix included in the slim greeter branch, but have written a small, separate, patch instead. -- You received this bug

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

2015-11-04 Thread Josh Arenson
top-> Josh Arenson -- 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 manage notifications about this bug go to: https://bugs.launchpad.net/

[Bug 1512514] [NEW] OptionSelector and OptionSelectorDelegate spell color incorrectly

2015-11-02 Thread Josh Arenson
Public bug reported: I understand that, as an American, I spell "color" incorrectly. However, OptionSelector and OptionSelectorDelegate are the only components that spell it "colour". This makes for inconsistent code. This is present in 1.2 and 1.3 ** Affects: ubuntu-ui-toolkit (Ubuntu)

[Bug 1489323] Re: Greeter not always being shown

2015-10-30 Thread Josh Arenson
@Pat that timer is the first thing I thought of when I saw this bug. I looked into it a bit, and found that the timer is synchronized with the animation timer. This means it has 16 ms resolution. This shouldn't matter as the only purpose of the timer is to ensure that the greeter is shown after

[Bug 1489323] Re: Greeter not always being shown

2015-10-26 Thread Josh Arenson
was* -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1489323 Title: Greeter not always being shown To manage notifications about this bug go to:

[Bug 1489323] Re: Greeter not always being shown

2015-10-26 Thread Josh Arenson
I used my MX4 for a few days and never way able to see this... I have a patch that would enable timestamps in the logs, but at this point, I don't know how that would be helpful as the logs contain nothing remarkable. I'll discuss with the team some ideas and get back. -- You received this bug

[Bug 1506946] [NEW] Volume increases on its own when phone is muted.

2015-10-16 Thread Josh Arenson
Public bug reported: I'm traveling with limited bandwidth and electricity so I lack the resources to investigate this much further today. Steps to reproduce: 1. Put phone in silent mode 2. Start playing "machines vs machines" 3. Sound plays at full volume (don't know if this is, itself, a bug)

[Bug 1506946] Re: Volume increases on its own when phone is muted.

2015-10-16 Thread Josh Arenson
Also, for completeness, I was in flight mode 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/1506946 Title: Volume increases on its own when phone is muted. To manage notifications about

[Bug 1489323] Re: Greeter not always being shown

2015-10-14 Thread Josh Arenson
I've spent about an hour on r128 and r131 with no luck reproducing. I'll start using this as my main phone tomorrow in hopes of reproducing. Any idea when the issue started occurring WRT to the logs? (I assume the logs contain info before _and_ after the bug occurred). -- You received this bug

[Bug 1478637] Re: X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on devices with nativeOrientation=landscape

2015-09-25 Thread Josh Arenson
** Branch linked: lp:~josharenson/unity8/new_fix_upsidedown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478637 Title: X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on

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

2015-08-21 Thread Josh Arenson
** Branch linked: lp:~dandrader/unity8/fixOrientedShellTests ** Changed in: unity8 (Ubuntu) Status: Confirmed = 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/1467473 Title:

[Bug 1478637] Re: X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on devices with nativeOrientation=landscape

2015-08-21 Thread Josh Arenson
** Branch unlinked: lp:~josharenson/unity8/fix_upside_down_apps ** Branch linked: lp:~josharenson/unity8/new_fix_upsidedown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478637 Title:

[Bug 1360307] Re: Logging in to the desktop session brings up the lock screen

2015-08-21 Thread Josh Arenson
*** This bug is a duplicate of bug 1324602 *** https://bugs.launchpad.net/bugs/1324602 ** This bug has been marked a duplicate of bug 1324602 [split] unity8-greeter doesn't run on desktop configurations -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1324602] Re: [split] unity8-greeter doesn't run on desktop configurations

2015-08-21 Thread Josh Arenson
Also have a ppa that will allow easily testing this on desktop, but its not working quite right yet. ** Branch linked: lp:~josharenson/unity8/slim_greeter_real_lightdm ** Changed in: unity8 (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member

[Bug 1483752] Re: Trusted prompts make application inactive: Qt.application.active == false

2015-08-18 Thread Josh Arenson
** Branch unlinked: lp:~josharenson/unity8/fix_tps_active ** Branch linked: lp:~dandrader/unity8/mirSurface -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1483752 Title: Trusted prompts make

[Bug 1483752] Re: Trusted prompts make application inactive: Qt.application.active == false

2015-08-18 Thread Josh Arenson
@John theoreticaly the camera app could handle this, but I think we have a work-around, as well as a proper fix in the works. This branch is a work-around. https://code.launchpad.net/~josharenson/unity8/fix_tps_active I'm not quite sure what the far reaching implications of this fix are yet.

[Bug 1483752] Re: Trusted prompts make application inactive: Qt.application.active == false

2015-08-12 Thread Josh Arenson
If you read https://wiki.ubuntu.com/Security/TrustStoreAndSessions From a lifetime perspective, the TPS ends whenever the TPP or its surface is dismissed. Similarly, if the session is terminated for any other reason, the TPP and its surface are dismissed, too. The app cannot exercise any sort of

[Bug 1482613] Re: Apps with forced landscape orientation display the wrong way on the phone

2015-08-11 Thread Josh Arenson
*** This bug is a duplicate of bug 1478637 *** https://bugs.launchpad.net/bugs/1478637 ** This bug has been marked a duplicate of bug 1478637 X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on devices with nativeOrientation=landscape -- You received this bug

[Bug 1478853] Re: OOM scoring kills the browser's render process while the browser is running

2015-08-03 Thread Josh Arenson
@greyback, it seems that upstart-app-launch just sets the score for paused apps at 900, and changes them back to 100 after being resumed. I wonder where these numbers came from, and how OOM Killer further prioritizes processes with the same score. 900 seems pretty high, but I really don't have

[Bug 1478637] Re: X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on devices with nativeOrientation=landscape

2015-07-29 Thread Josh Arenson
Interesting note, locking/unlocking the device restores the app to the correct orientation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1478637 Title: X-Ubuntu-Supported-Orientations=landscape

[Bug 1479065] [NEW] Desktop greeter doesn't focus password input file when username is clicked

2015-07-28 Thread Josh Arenson
Public bug reported: Steps to reproduce 0. Have more than 1 user able to login 1. Install unity8 desktop greeter 2. Restart lightdm service to get to greeter 3. Select any user in the greeter that isn't the default selection Expected behavior: Password text field should receive focus so the

[Bug 1478637] Re: X-Ubuntu-Supported-Orientations=landscape causes app to be upside down on devices with nativeOrientation=landscape

2015-07-27 Thread Josh Arenson
** Changed in: unity8 (Ubuntu) Assignee: Daniel d'Andrada (dandrader) = Josh Arenson (josharenson) ** Changed in: unity8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1322116] Re: Keyboard input focus sometimes wrong in unity8-desktop-session-mir

2015-07-13 Thread Josh Arenson
I realized that this is desktop session, and since I can't actually get these apps to download at the moment, I'll keep investigating. ** Changed in: qtmir Status: Invalid = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1322116] Re: Keyboard input focus sometimes wrong in unity8-desktop-session-mir

2015-07-13 Thread Josh Arenson
With latest devel-propsed branch (with shell rotation enabled on a nex7) I can't reproduce this. An unrelated issue is that the keyboard is so large in landscape mode, that I can't see what I'm typing into the Uberbag app until I close it though. ** Changed in: qtmir Status: In Progress =

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

2015-07-09 Thread Josh Arenson
I think this was fixed with the landing of lp:~dandrader/unity8/fixOrientedShellTests as this fixes a bug where only the NarrowView of the greeter was being shown. Now, WideView is shown on tablets and which doesn't load a Lockscreen component (the one containing the pin entry screen). At this

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

2015-07-09 Thread Josh Arenson
** 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/1467473 Title: Nexus 7 with shellRotation sometimes ends up

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

2015-06-30 Thread Josh Arenson
*** This bug is a duplicate of bug 1469761 *** https://bugs.launchpad.net/bugs/1469761 ** This bug has been marked a duplicate of bug 1469761 Recent landing made desktop load the phone greeter/lock screen -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1469761] Re: Recent landing made desktop load the phone greeter/lock screen

2015-06-30 Thread Josh Arenson
** Branch linked: lp:~dandrader/unity8/fixOrientedShellTests -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1469761 Title: Recent landing made desktop load the phone greeter/lock screen To manage

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

2015-06-24 Thread Josh Arenson
** Branch linked: lp:~dandrader/unity8/fixOrientedShellTests -- 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 view To manage notifications about

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

2015-06-23 Thread Josh Arenson
@mzanetti I'm not sure what I was using when I reported this (thought it was trunk). While I see that WideView should load, it _does_ check for tabletMode || multiUser when determining which view to load. Currently, nobody is setting the tabletMode property. Perhaps this is still a bug, just a

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

2015-06-19 Thread Josh Arenson
(Ubuntu) Importance: Undecided Assignee: Josh Arenson (josharenson) Status: New ** Changed in: unity8-desktop-session (Ubuntu) Assignee: (unassigned) = Josh Arenson (josharenson) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1456711] Re: crash on incoming sms

2015-05-19 Thread Josh Arenson
It took a long time, but I successfully reproduced this once. ** Changed in: unity8 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1456711 Title: crash on

[Bug 1456711] Re: crash on incoming sms

2015-05-19 Thread Josh Arenson
In Notification.qml If I check the availability of the audio hardware around the time of this bug, it is reported as busy. Perhaps media-hub crashes and then never releases the hardware http://doc.qt.io/qt-5/qml-qtmultimedia-audio.html#availability-prop -- You received this bug notification

[Bug 1456711] Re: crash on incoming sms

2015-05-19 Thread Josh Arenson
In further support of @aacit http://pastebin.ubuntu.com/11231000/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1456711 Title: crash on incoming sms To manage notifications about this bug go to:

[Bug 1456711] Re: crash on incoming sms

2015-05-19 Thread Josh Arenson
** 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/1456711 Title: crash on incoming sms To manage notifications

[Bug 1437702] Re: Unity8 fails to cross compile due to extra pkgConfig include

2015-03-30 Thread Josh Arenson
** 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/1437702 Title: Unity8 fails to cross compile due to extra

[Bug 1437702] Re: Unity8 fails to cross compile due to extra pkgConfig include

2015-03-30 Thread Josh Arenson
** 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/1437702 Title: Unity8 fails to cross compile due to extra pkgConfig include To

[Bug 1437702] [NEW] Unity8 fails to cross compile due to extra pkgConfig include

2015-03-28 Thread Josh Arenson
Public bug reported: When trying to cross compile unity8, the build fails with -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) (found version 0.28) CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:323 (message): pkg-config tool not found If I remove

  1   2   >