[Bug 910167] Re: In Unity-2D, the desktop does not have a global menu

2012-02-15 Thread Gerry Boland
** Changed in: unity-2d Milestone: None => 5.6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/910167 Title: In Unity-2D, the desktop does not have a global menu To manage notifications about thi

[Bug 924179] Re: 12.04 unity-2d dash broken since update, opens for 1 second then crashes

2012-02-15 Thread Gerry Boland
Hey, glad to hear crash fixed. Is it still ok for you? I'll close this bug if it is. -G -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924179 Title: 12.04 unity-2d dash broken since update, opens for

[Bug 949445] Re: HUD is silent to screen readers

2012-04-18 Thread Gerry Boland
** Changed in: unity-2d 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/949445 Title: HUD is silent to screen readers To manage notifications about this bug go to: htt

[Bug 936560] Re: unity-2d-shell crashed with SIGSEGV

2012-04-18 Thread Gerry Boland
I want to add that we have a preliminary patch that may fix this crash that Andreas is kindly testing for us now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/936560 Title: unity-2d-shell crashed w

[Bug 831663] Re: unity-2d-places crashed with SIGSEGV in QMetaObject::metacall()

2012-04-19 Thread Gerry Boland
** Changed in: unity-2d Milestone: 5.12 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/831663 Title: unity-2d-places crashed with SIGSEGV in QMetaObject::metacall() To manage notificatio

[Bug 778118] Re: [window management] Ctrl Alt Numpad # Window Placement not working

2012-04-19 Thread Gerry Boland
** Changed in: unity-2d Milestone: 5.12 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/778118 Title: [window management] Ctrl Alt Numpad # Window Placement not working To manage notifica

[Bug 924179] Re: 12.04 unity-2d dash broken since update, opens for 1 second then crashes

2012-04-19 Thread Gerry Boland
** Changed in: unity-2d (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924179 Title: 12.04 unity-2d dash broken since update, opens for 1 second then cra

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-19 Thread Gerry Boland
I've attached the QtUbuntu branch which 1. correctly updates applications of the screen their window is on, so the Screen information is correct 2. has getters and notifiers for these properties: scale & form factor This branch relies on a QtMir branch to function correctly. All in progress ** B

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-20 Thread Gerry Boland
** Branch linked: lp:~gerboland/unity8/window-width-height-changes- acted-upon-always -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to mo

[Bug 1549226] Re: top panel drop down menu is semi-transparent and items are unreadable

2016-02-24 Thread Gerry Boland
Please ensure the egl context Qt is getting has rgba , depth 8 and stencil 24. Can read what Qt gets with QSG_INFO=1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549226 Title: top panel drop d

[Bug 1346633] Re: [enhancement] Autopilot testing needs to know screen coordinates of widgets on screen

2015-11-26 Thread Gerry Boland
Note we've landed a hack to guess absolute positioning of surfaces for the phone. But a proper solution requires more thorough approach: 1. via the mir-client-debug API, a client can ask for the surface's absolute position 2. the server, if it is in debug mode, can reply with this information. Th

[Bug 1518764] Re: Music app high power consumption

2015-11-27 Thread Gerry Boland
Music app is part of the lifecycle exemptions list. When it is launched, QtMir obtains a wakelock for it to stop the system deep-suspending. This means that while Music app is open, your system cannot deep suspend, which is mainly a low-power CPU state. Other apps however will still be frozen if t

[Bug 1517571] Re: Unity8 is crashing under UITK tests

2015-11-30 Thread Gerry Boland
Reopening - but appears to be different issue this time. Unity8 has this failure logged: [qtmir.mir: SessionListener::stopping - this= SessionListener(0xb1be1ffc) session= 0x157099c 1448884391.745199] mircommon: Caught exception at Mir/EGL driver boundary (in queueBuffer): /build/mir-AHj2eT/mi

[Bug 1522011] [NEW] citrain should quit if a command fails

2015-12-02 Thread Gerry Boland
Public bug reported: This happens to me a lot: 1. I flash a device 2. I run citrain to install a PPA on the device. 3. tool reboots device, but as network had not connected, the whole PPA install step failed. But it reboots anyway. A log: http://pastebin.ubuntu.com/13622209/ ** Affects: phablet

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
Playing around with the camera app, I found that if I removed the "Ubuntu.Content" plugin, the LTTng message stopped. So suspect something content hub is linking with -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
Yep, as test, inside /usr/share/click/preinstalled/com.ubuntu.camera/current create this simple QML file: test.qml: import QtQuick 2.0 import Ubuntu.Content 0.1 Rectangle { color: "red" } and execute with: aa-exec-click -p com.ubuntu.camera_camera_3.0.0.611 -- qmlscene test.qml --desktop_fi

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
===test2.qml import QtQuick 2.3 import Ubuntu.Content 0.1 Rectangle { color: "pink" } ===test.qml== import QtQuick 2.0 Rectangle { color: "red" Loader { id: loader; anchors.fill: parent; } MouseArea { anchors.fill: parent o

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

2016-02-05 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtubuntu (Ubuntu) Status: New => Confirmed ** Changed in: qtubuntu Status: New => Confirmed ** Changed in: qtmir Status: New => Confirmed -- You received this bug notification because you are a me

[Bug 1526328] Re: [regression] blank area at the bottom of the screen in full screen mode

2015-12-16 Thread Gerry Boland
** Branch linked: lp:~gerboland/qtubuntu/fix-max-full-switch-size -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1526328 Title: [regression] blank area at the bottom of the screen in full screen mo

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-16 Thread Gerry Boland
/me has to retract comment #13, it is indeed the app printing the message. Camera app has 2 threads printing it sudo strace -f -e write -p `pidof camera-app` 2>&1 | grep ust [pid 14107] write(2, "libust[14085/14107]: Error: Erro"..., 114 [pid 14106] write(2, "libust[14085/14106]: Error: Erro"...,

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-20 Thread Gerry Boland
Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor To manage noti

[Bug 1531517] Re: pinch to zoom not working reliably

2016-01-06 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: canonical-devices-system-image 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/1531517 Title

[Bug 1531517] Re: pinch to zoom not working reliably

2016-01-06 Thread Gerry Boland
In my testing it does appear the pinch gesture is failing to be recognized more frequently than before. In camera photo roll, if I zoom in, then try to zoom out immediately, often that zoom-out fails. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1531517] Re: pinch to zoom not working reliably

2016-01-06 Thread Gerry Boland
greyback: easiest way for me to repro is to open a picture in camera photo roll then pinch to zoom and unzoom, double tapping also gets it into the state, usually first time it works then not after that -- You received this bug notification because you are a member of Ubuntu Bugs, which is subsc

[Bug 1531517] Re: pinch to zoom not working reliably

2016-01-06 Thread Gerry Boland
Bug more pronounced on Bq than Mako -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1531517 Title: pinch to zoom not working reliably To manage notifications about this bug go to: https://bugs.launch

[Bug 1523926] Re: Dummy sensor backend can block

2015-12-08 Thread Gerry Boland
Comes from Mock sensor backend, which reads the pipe /tmp/sensor-fifo-$PID if nothing feeding that pipe, this will block ** Changed in: platform-api (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 1524400] Re: Use default keymap on creation of surface

2015-12-09 Thread Gerry Boland
** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1525293] Re: "window->screen()->physicalDotsPerInch() / 25.4" may be negative on xenial

2015-12-11 Thread Gerry Boland
Qtubuntu reads the physical display size from Mir's DisplayConfiguration. That is then used by Qt to calculate physicalDotsPerInch(). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1525293 Title: "wi

[Bug 1525293] Re: "window->screen()->physicalDotsPerInch() / 25.4" may be negative on xenial

2015-12-11 Thread Gerry Boland
** Also affects: qtubuntu (Ubuntu) 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/1525293 Title: "window->screen()->physicalDotsPerInch() / 25.4" may be ne

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Gerry Boland
I don't think it is the application printing this message. Attaching to it with strace, it's not printing out when these lines appear in the log. Upstart is reading these lines from *somewhere*, and writing them to the log fine. But no idea from where yet -- You received this bug notification bec

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Gerry Boland
@pat we need more of Ted's input then, as I don't follow what he's suggesting as a fix. My understanding is that lttng reporting is only enabled with a particular env var. So it should always be off by default. But these errors printing in logs would suggest otherwise. ** Changed in: qtmir (Ubunt

[Bug 1545286] Re: [regression] ubuntu-pd instability

2016-02-15 Thread Gerry Boland
** Branch linked: lp:~gerboland/qtmir/fix-orientation-after-unplug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1545286 Title: [regression] ubuntu-pd instability To manage notifications about this

[Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-16 Thread Gerry Boland
Ok, I have an idea. content-hub links to libubuntu-app-launch.so, which links to liblttng-ust.so. On load of liblttng-ust.so, it registers 2 tracepoint providers by default: ust_baddr_statedump and lttng_ust_tracef. These are causing our repeating error messages. Instead, I think we need to refact

[Bug 1536751] Re: Unreadable text and broken infrographic dots on 1366x768 screen

2016-01-26 Thread Gerry Boland
Reassigning to Unity8. Will probably need work in UITK too ** Package changed: qtmir (Ubuntu) => 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/1536751 Title: Unreadable text and bro

[Bug 1536751] Re: Unreadable text and broken infrographic dots on 1366x768 screen

2016-01-26 Thread Gerry Boland
My understanding is that Qt's distance field approach to font rendering does not do grid-fitting of characters. So for small font sizes on low- dpi screens, font characters can be poorly antialiased, with 1-pixel wide aspects of the character being rendered between pixels. Distance field text is f

[Bug 1536751] Re: Unreadable text and broken infrographic dots on 1366x768 screen

2016-01-26 Thread Gerry Boland
Works 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/1536751 Title: Unreadable text and broken infrographic dots on 1366x768 screen To manage notifications about this bug go to: https://bugs.

[Bug 1539009] Re: Mouse cursor moves way too slow in Unity 8 with a 1000Hz mouse

2016-01-29 Thread Gerry Boland
** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir Status: New => Confirmed ** Changed in: unity8 (Ubuntu) Status: New => Confirmed ** Changed in: qtmir Importance: Undecided => Medium ** Changed in: qtmir (Ubuntu) Importance: Undecided => Med

[Bug 1539011] Re: [regression] Window resizing is very choppy and stutters (border does not smoothly follow the mouse)

2016-01-29 Thread Gerry Boland
Correct window resizing has not been implemented yet. What's currently in place is indeed suboptimal. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1539011 Title: [regression] Window resizing is ver

[Bug 1375267] Re: camera-app not useable after playing and exiting video

2014-10-06 Thread Gerry Boland
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: camera-app 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/1375267 Title: cam

[Bug 1375267] Re: camera-app not useable after playing and exiting video

2014-10-06 Thread Gerry Boland
Unity8 appears to not deal well with applications closing themselves. Is unity8 bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375267 Title: camera-app not useable after playing and exiting vide

[Bug 1375267] Re: camera-app not useable after playing and exiting video

2014-10-06 Thread Gerry Boland
** Changed in: unity8 (Ubuntu) Importance: Undecided => Critical ** 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/1375267 Title: camer

[Bug 1377332] Re: UI randomly freezes

2014-10-07 Thread Gerry Boland
>From reading the backtrace in comment 3, I'm guessing that Thread3 is the Qt >GUI thread, which is blocked on a WaitCondition. Thread 15 is a Mir thread, is blocked on SessionAuthorizer::requestAuthorizationForSession which is waiting for the Qt GUI thread to reply to it. But as GUI thread bloc

[Bug 1378760] [NEW] [dash] managed to get listview stuck with pull to refresh exposed

2014-10-08 Thread Gerry Boland
Public bug reported: This was after a bit of random finger mashing of image 73 on the stable device See screenshot attached for how the UI appears with this bug. The Dash is still responding, as I can still do a bottom edge swipe to bring up the scope view. But I'm unable to swipe the app list u

[Bug 1378760] Re: [dash] managed to get listview stuck with pull to refresh exposed

2014-10-08 Thread Gerry Boland
After opening scope view, and trying to select the Video scope, now the dash is failing to respond to any input. Working on backtrace in case it helps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378

[Bug 1378760] Re: [dash] managed to get listview stuck with pull to refresh exposed

2014-10-08 Thread Gerry Boland
http://pastebin.ubuntu.com/8520251/ a backtrace, nothing appears blocked to me, threads are waiting for something to do -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378760 Title: [dash] managed to

[Bug 1378788] [NEW] [dash] creates and destroys thread repeatedly

2014-10-08 Thread Gerry Boland
Public bug reported: Running unity8-dash in gdb, I noticed these messages repeating continually: [New Thread 0xa69b6450 (LWP 22737)] [Thread 0xa69b6450 (LWP 22737) exited] [New Thread 0xa69b6450 (LWP 22740)] [Thread 0xa69b6450 (LWP 22740) exited] [New Thread 0xa69b6450 (LWP 22743)] [Thread 0xa69b

[Bug 1378760] Re: [dash] managed to get listview stuck with pull to refresh exposed

2014-10-08 Thread Gerry Boland
@mzanetti - with your steps, I can do further gestures and dash starts working again. Unfortunately I find the list it totally stuck -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1378760 Title: [das

[Bug 1389276] Re: [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRole

2014-11-04 Thread Gerry Boland
http://pastebin.ubuntu.com/8818402/ the backtrace of the crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1389276 Title: [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRo

[Bug 1389276] Re: [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRole

2014-11-04 Thread Gerry Boland
** Also affects: qtubuntu-media (Ubuntu) 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/1389276 Title: [desktop] unity8 crashes on startup at AalMediaPla

[Bug 1389276] [NEW] [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRole

2014-11-04 Thread Gerry Boland
Public bug reported: On desktop Vivid, with qtubuntu-media installed, unity8 crashes on startup. Removing qtubuntu-media fixes this, but presumably qtubuntu-media will be our desired multimedia playback plugin. So something needs fixing there. ** Affects: qtubuntu-media (Ubuntu) Importance:

[Bug 1389276] Re: [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRole

2014-11-04 Thread Gerry Boland
==relevent log file output == Initializing AalServicePlugin Creating a new static Service instance Failed to start a new media-hub player session: org.freedesktop.DBus.Error.ServiceUnknown: The name core.ubuntu.media.Service was not provided by any .service files Failed to create a new media pla

[Bug 1389276] Re: [desktop] unity8 crashes on startup at AalMediaPlayerService::setAudioRole

2014-11-04 Thread Gerry Boland
Applying this patch, startup proceeds a bit more: http://pastebin.ubuntu.com/8821956/ but then crashes with http://pastebin.ubuntu.com/8821968/ when creating the QMediaPlayer -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 1422805] [NEW] qmlplugindump crash when QtCreator opens unity8's CMakeFiles.txt

2015-02-17 Thread Gerry Boland
Public bug reported: I open QtCreator (Qt5.4) and open unity8's CMakeFiles.txt. Crash appears ProblemType: Crash DistroRelease: Ubuntu 15.04 Package: qtdeclarative5-dev-tools 5.4.0-4ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic x86_64 NonfreeKe

[Bug 1425593] [NEW] trivial app fails to appear in shell and crashes it on close

2015-02-25 Thread Gerry Boland
Public bug reported: Take this code: #include #include int main(int argc, char *argv[]) { QApplication app(argc, argv); QWidget *w = new QWidget(); w->showMaximized(); return app.exec(); } and this Qt pro file: QT += core gui widgets TARGET = simple-qwidget TEMPLATE =

[Bug 1425593] Re: trivial app fails to appear in shell and crashes it on close

2015-02-25 Thread Gerry Boland
** Changed in: qtmir Importance: Undecided => High ** Changed in: qtmir 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/1425593 Title: trivial app fails to appear i

[Bug 1410457] Re: unity8 crashed with SIGSEGV in QHash::remove()

2015-02-02 Thread Gerry Boland
** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1410457 Title: unity8 crashed with SIGSEGV in QHash::rem

[Bug 1410457] Re: unity8 crashed with SIGSEGV in QHash::remove()

2015-02-03 Thread Gerry Boland
Top frame of LP's backtrace rubbish. I got the following: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fb6d7051700 (LWP 3053)] 0x7fb73bf9c463 in DisplayWindow::makeCurrent() () from /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqpa-mirserver.so (gdb) bt #0

[Bug 1410457] Re: unity8 crashed with SIGSEGV in QHash::remove()

2015-02-03 Thread Gerry Boland
signee: (unassigned) => Gerry Boland (gerboland) ** Summary changed: - unity8 crashed with SIGSEGV in QHash::remove() + DisplayWindow::makeCurrent crash with xmir apps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1410457] Re: DisplayWindow::makeCurrent crash with xmir apps

2015-02-03 Thread Gerry Boland
A little more digging: bringing up mir_proving_server and xeyes manually: 1. sudo stop lightdm 2. sudo mir_proving_server 3. sudo chown $USER /tmp/mir_socket 4. sudo chmod 777 /tmp/mir_socket 5. Xmir :1 -mirSocket /tmp/mir_socket 6. in separate shell, do: DISPLAY=:1 xeyes I can tell X to blank th

[Bug 1401968] Re: GTK applications don't work anymore under unity8

2014-12-12 Thread Gerry Boland
** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir Importance: Undecided => High ** Changed in: qtmir Importance: High => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 1401968] Re: GTK applications don't work anymore under unity8

2014-12-15 Thread Gerry Boland
** Changed in: qtmir Status: New => Triaged ** Changed in: qtmir (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1401968 Title: GTK applications don't wo

[Bug 1401968] Re: GTK applications don't work anymore under unity8

2014-12-15 Thread Gerry Boland
Seems the qmake->cmake transition broke this, digging into why -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1401968 Title: GTK applications don't work anymore under unity8 To manage notifications

[Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-16 Thread Gerry Boland
This bug is in our list for land for next RTM release, should happen soon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1394208 Title: Unity8 unable to find the dash, which is also running in the

[Bug 1401968] Re: GTK applications don't work anymore under unity8

2014-12-16 Thread Gerry Boland
Update with what I've got so far. qmake->cmake change did cause this, mainly some subtlety with GL and GLES mixing has been broken. Surprisingly If I build on desktop with -DUSE_OPENGLES=1, everything works! So some build configuration needs changing -- You received this bug notification because

[Bug 1394208] Re: Unity8 unable to find the dash, which is also running in the background

2014-12-16 Thread Gerry Boland
The RTM release process is slow. This fix is in the next batch of fixes to land. If things go well, will land by the end of the week. If not, unfortunately it'll have to be after the holidays. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ub

[Bug 1401916] Re: Configuration of screens positions and geometry

2014-12-16 Thread Gerry Boland
Mir does support changing the display configuration, yes. But does Mir support saving the last display configuration to disk somehow, so it is re-applied after reboot, if possible? I didn't think so anyway. I'm also thinking that not every application should be able to customize the display config

[Bug 1403508] [NEW] Dash startup causes unity8 GUI thread to block for 500ms+

2014-12-17 Thread Gerry Boland
Public bug reported: Dash & Unity8 communicate via DBus, so unity8 can tell Dash to switch to a scope when needed. This implemented by a DashCommunicator plugin. DashCommunicator inherits AbstractDBusServiceMonitor, which monitors the DBus bus for when the Dash service appears, and when it does,

[Bug 1396244] Re: Unlocking the phone over fullscreen app is very slow

2015-01-19 Thread Gerry Boland
time. ** Changed in: unity8 (Ubuntu) Status: Triaged => In Progress ** Changed in: unity8 (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1413121] Re: MainView is missing an API to lock to landscape

2015-01-21 Thread Gerry Boland
Mir does provide an api for client to specify this to shell. But nothing is using it yet ** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Also affects: qtubuntu (Ubuntu) Importance: Undecided Status: New ** Also affects: qtubuntu Importance: Undecided

[Bug 1401916] Re: Configuration of screens positions and geometry

2015-01-21 Thread Gerry Boland
Do we want Mir to have an ecosystem of configuration tools around it? Because this won't happen if every shell has to implement their own configuration save/restore/change system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1414039] Re: App logging should be off by default

2015-01-23 Thread Gerry Boland
unity8 has a big log file, because qtmir has all debug logging info turned on by default. This can be changed just for unity8 by setting adding this env var to its upstart job: QT_LOGGING_RULES="*.debug=false" Alternatively can apply this policy for all Qt apps in the system by creating ~/.c

[Bug 1398770] Re: Transition greeter to fullscreen app is slow (and maybe a little broken)

2014-12-03 Thread Gerry Boland
*** This bug is a duplicate of bug 1396244 *** https://bugs.launchpad.net/bugs/1396244 ** This bug has been marked a duplicate of bug 1396244 Unlocking the phone over fullscreen app is very slow -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1396244] Re: Unlocking the phone over fullscreen app is very slow

2014-12-03 Thread Gerry Boland
** Summary changed: - Unlocking the phone over dialer is very slow + Unlocking the phone over fullscreen app is very slow -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396244 Title: Unlocking the

[Bug 1394645] Re: OSK doesn't appear after OA login

2014-12-08 Thread Gerry Boland
*** This bug is a duplicate of bug 1381292 *** https://bugs.launchpad.net/bugs/1381292 This was fixed in trunk with this commit: https://code.launchpad.net/~josharenson/unity8/fix_trust_store_focus/+merge/239567 Commit needs backporting to RTM -- You received this bug notification because yo

[Bug 1400394] Re: Unity8 fails to start applications under systemd init (cgmanager issue?)

2014-12-08 Thread Gerry Boland
unity8/qtmir relies on ubuntu-app-launch for all application management, so fix is for UAL to get systemd support ** Also affects: ubuntu-app-launch (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1396244] Re: Unlocking the phone over dialer is very slow

2014-11-25 Thread Gerry Boland
When locking phone with dialer in front, I see it tries to make itself fullscreen qtmir.surfaces: MirSurfaceManager::onSurfaceAttributeChanged - surface= 0x1c36080 state=fullscreen qtmir.sessions: Session::setFullscreen - session= qtmir::Session(0x1b2e608) fullscreen= true qtmir.applications: Ap

[Bug 1396244] Re: Unlocking the phone over dialer is very slow

2014-11-25 Thread Gerry Boland
>> Is dialer fullscreening itself on lock? greyback_, yes greyback_, well the greeter enforces fullscreen / locked-down UI when you're in the emergency dialer (doesn't present launcher or indicators). So the dialer requests fullscreen because otherwise there'd be a blank bar at the top where

[Bug 1421308] Re: Yet another Mir deadlock

2015-02-12 Thread Gerry Boland
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New ** Changed in: unity8 (Ubuntu) Importance: Undecided => Critical -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421308

[Bug 1421308] Re: Yet another Mir deadlock

2015-02-12 Thread Gerry Boland
I agree with Alberto's assessment. Qt's mainloop appears blocked. Would need more frames of thread1 to get a good idea why. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1421308 Title: Yet another

[Bug 1365673] Re: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmlscene:6:qt_message_fatal:QMessageLogger::fatal: UbuntuClientIntegration::UbuntuClientIntegration:UbuntuMirClientIntegrationPlugin::create:load

2015-02-13 Thread Gerry Boland
This bug consistently evades me. I've spent much time trying to reproduce this to no avail. This fail will occur if mir client process are *not* launched via ubuntu-app-launch - as unity8 will not accept mir connections it doesn't expect, causing the client to crash with this error. The obvious po

[Bug 1421308] Re: Deadlock in Unity8

2015-02-13 Thread Gerry Boland
Please read previous comments before re-assigning affected project. Unity8's main loop is blocked, which will cause qtmir to block mir when mir is asking if a session should be authorized or not - as that decision made in unity8's main loop. ** Also affects: unity8 (Ubuntu) Importance: Undecide

[Bug 1407730] Re: Support multiple app instances in the spread

2015-01-05 Thread Gerry Boland
Also, I suppose for phablet we can only let certain apps have multiple entries in the spread? (/me foresees app surface creation bomb attack) - what will define that policy (that qtmir will implement)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1407730] Re: Support multiple app instances in the spread

2015-01-05 Thread Gerry Boland
QtMir needs extending to support multiple surfaces per application. Unity8 will need to not rely directly on the ApplicationManager model then, but form its own model of application surfaces derived from it. ** Changed in: qtmir (Ubuntu) Status: New => Confirmed ** Changed in: qtmir (Ubunt

[Bug 1334342] [NEW] ubuntu-device-flash does not resume up partial downloads

2014-06-25 Thread Gerry Boland
Public bug reported: Would be nice if it resumed a partial download ** Affects: phablet-tools (Ubuntu) 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/13

[Bug 1334348] [NEW] "enjoy your phone" message wrong for a tablet

2014-06-25 Thread Gerry Boland
Public bug reported: I installed Ubuntu Touch on Nexus 10 Welcome wizard considers it a phone, confusing ** Affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1100546] Re: Power indicator favours 'not present' mouse over laptop battery level

2014-07-01 Thread Gerry Boland
Why can't I just see multiple battery indicators in my panel? One for each peripheral? With a way to hide ones I don't care about? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1100546 Title: Power

[Bug 1274763] Re: qtubuntu-desktop needs an OpenGL context

2014-07-04 Thread Gerry Boland
** Changed in: qtubuntu Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1274763 Title: qtubuntu-desktop needs an OpenGL context To manage notifications abou

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-09 Thread Gerry Boland
Trying with this patch to unity-mir: src/modules/Unity/Application/OSKController.qml Connections { target: ApplicationManager onFocusedApplicationIdChanged: { if (__oskSurface != null) { print("Focused app closed with OSK open, close OSK")

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-10 Thread Gerry Boland
@bfiller agreed this is a good idea, will give it a go -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1267550 Title: input method (OSK) not being hidden if app killed To manage notifications about t

[Bug 1262982] Re: Random mir failures running unity8 shell during AP tests

2014-01-13 Thread Gerry Boland
Another instance of a fail: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/4625/ and more specifically: https://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/4625/artifact/results/log/unity8.log -- You received this bug notification because you are a member of Ubunt

[Bug 1267550] Re: input method (OSK) not being hidden if app killed

2014-01-15 Thread Gerry Boland
** Changed in: unity-mir (Ubuntu) Status: Confirmed => In Progress ** Changed in: unity-mir Status: Confirmed => 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/1267550 Title:

[Bug 1269414] Re: Sound is cut when another application is launched

2014-01-16 Thread Gerry Boland
** Branch linked: lp:~ricmm/unity-mir/respect-lifecycle-stages ** Changed in: unity-mir Status: New => In Progress ** Changed in: unity-mir (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1240400] Re: dialer-app crashed with SIGSEGV in __GI___pthread_mutex_lock()

2014-05-06 Thread Gerry Boland
** Changed in: unity-mir Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1240400 Title: dialer-app crashed with SIGSEGV in __GI___pthread_mutex_lock() To ma

[Bug 1305128] Re: Apps don't always get focused when started with upstart-app-launch

2014-05-06 Thread Gerry Boland
** Also affects: unity-mir Importance: Undecided Status: New ** Changed in: unity-mir Status: New => In Progress ** Changed in: unity-mir Importance: Undecided => Critical ** Changed in: unity-mir Assignee: (unassigned) => Gerry Boland (gerboland) -- You rece

[Bug 1305128] Re: Apps don't always get focused when started with upstart-app-launch

2014-05-06 Thread Gerry Boland
** Branch linked: lp:~gerboland/unity-mir/fix-upstart-closed-apps2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1305128 Title: Apps don't always get focused when started with upstart-app-launch To

[Bug 1292306] Re: Qt render gets blocked on EGLSwapBuffers [fka Upon upgrading to Qt5.2 the music app no longer plays the next song if the screen is off]

2014-05-07 Thread Gerry Boland
** Changed in: unity-mir 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/1292306 Title: Qt render gets blocked on EGLSwapBuffers [fka Upon upgrading to Qt5.2 the mu

[Bug 1227739] Re: Mir continues to render background application surfaces even when they're not visible

2014-05-07 Thread Gerry Boland
** Changed in: unity-mir Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1227739 Title: Mir continues to render background application surfaces even when

[Bug 1276005] Re: Accented characters don't get rendered properly in Recent apps

2014-05-07 Thread Gerry Boland
** Changed in: unity-mir Importance: Undecided => High ** Changed in: unity-mir Assignee: (unassigned) => Gerry Boland (gerboland) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1276005

[Bug 1287736] Re: System Settings -> Accounts and back shows black screen and 5s delay

2014-04-08 Thread Gerry Boland
Right now unity-mir has a one-to-one connection between a Session and a Surface (legacy design decision that we'll move away from). It has also made the assumption that focus only needs to be shifted on Session closure, not Surface. Both these combine to exhibit this problem. Some minor refactorin

[Bug 1287736] Re: System Settings -> Accounts and back shows black screen and 5s delay

2014-04-08 Thread Gerry Boland
** Changed in: unity-mir (Ubuntu) Status: New => Confirmed ** Changed in: unity-mir (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1287736 Title: Sys

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