[Desktop-packages] [Bug 1553328] Re: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2017-03-29 Thread Gerry Boland
** Branch linked: lp:~gerboland/qtmir/nouveau-workaround -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1553328 Title: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref()

[Desktop-packages] [Bug 1553328] Re: Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2017-03-29 Thread Gerry Boland
I've an ancient NVidia box at home, can try it out. I'm attaching patches for qtubuntu/qtmir to force Qt to use single threaded GL on nouveau. ** Branch linked: lp:~gerboland/qtubuntu/nouveau-workaround -- You received this bug notification because you are a member of Desktop Packages, which is

[Desktop-packages] [Bug 1553328] Re: Mir/Unity8 crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2017-03-09 Thread Gerry Boland
I have Qt configured (in QtUbuntu/QtMir) to use multi-threaded GL rendering, so we're probably hitting Nouveau's limitations here. As workaround, I can add code to QtUbuntu/QtMir use single-threaded GL for Nouveau. If this is easily reproduced, can you try initctl set-env --global QSG_RENDER_LOO

[Desktop-packages] [Bug 1553328] Re: Mir/Unity8 crashes/freezes on nouveau (nv50) in pushbuf_kref() especially with multiple monitors, webbrowser-app or system settings

2017-03-09 Thread Gerry Boland
Actually, might be easier/more-reliable just to edit /etc/environment and add "QSG_RENDER_LOOP=basic" and restart. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1553328 Title: Mir/Unity

[Desktop-packages] [Bug 1670717] Re: Unity8/mir working on VMware due to bypass not working

2017-03-07 Thread Gerry Boland
Probably also relevant: https://bugs.launchpad.net/mir/+bug/1560498 ** Tags added: unity8-desktop -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1670717 Title: Unity8/mir working on VMw

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-02-22 Thread Gerry Boland
Here is what Qt is doing, on upload: https://code.woboq.org/qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp.html#158 It saves & restores the alignment, and assumes the default alignment of 4 for drawing. IMO Mir isn't playing along, as it changes the alignment but does

[Desktop-packages] [Bug 1393578] Re: Subpixel order not included in Mir display information

2017-02-16 Thread Gerry Boland
I've hacked qtmir to print the subpixel hint that Mir is supplying. http://pastebin.ubuntu.com/24007971/ is my output. First I run a simple qml demo shell as nested server under USC, get "0" hint. Then I run again as host server, get a hint "1 = RGB". The "Subpixel hint" output of the 2 cases do

[Desktop-packages] [Bug 1393578] Re: Subpixel order not included in Mir display information

2017-02-16 Thread Gerry Boland
Just testing it now, AFAICS a nested server is not getting the correct subpixel data passed to it. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/1393578 Title: Subpixel order not

[Desktop-packages] [Bug 1536751] Re: Font/text rendering is irregular and not pixel-aligned on low DPI screens

2017-02-16 Thread Gerry Boland
UITK already using NativeRendering for text when GU<10. Text *might* be improved by setting Qt's DPI and sub-pixel rendering hints correctly. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to fontconfig in Ubuntu. https://bugs.launchpad.ne

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-02-14 Thread Gerry Boland
** Also affects: mir (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop in Ubuntu. https://bugs.launchpad.net/bugs/1583088 Title: Randomly corrupt font / text / characters

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-02-14 Thread Gerry Boland
nvalid ** Changed in: qtmir (Ubuntu) Status: Confirmed => In Progress ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** Description changed: - Corrupted characters in text rendering, mainly in Unity8 window - titlebars. + Corrupted characters i

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-02-03 Thread Gerry Boland
I'm looking into this now. I took an api trace of some simple font rendering by Qt on Mir showing the problem, and executed it on my X11 session. It renders ok on X11. Reading through the apitrace, Qt seems to be doing the right thing. I suspect the mismatch we have between Mir creating a GLES con

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt font / text / characters in Unity8

2017-02-02 Thread Gerry Boland
@kgunn - yes I can reproduce it quite reliably too. No need to try the glyph cache workaround thing, I checked it and it had no impact. @duflu - Qt is rendering the text. Since Qt renders text ok in Unity7, there must be some GL configuration problem in QtMir/QtUbuntu causing this kind of issue.

[Desktop-packages] [Bug 1638929] Re: after disabling a display, enabling makes screens go black

2016-11-04 Thread Gerry Boland
Yeah the unity8 log makes me suspect qtmir, it deals with disabling the display ok, but enabling it doesn't yield 2 screens again ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir Status: New => Confirmed ** Changed in: qtmir Importance: Undecided

[Desktop-packages] [Bug 1638929] Re: after disabling a display, enabling makes screens go black

2016-11-04 Thread Gerry Boland
QtMir/Unity8 is designed to deal with spanning displays - it is actually cloned displays it needs work to support! @jonas Could you give us a means to test this behaviour? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu

[Desktop-packages] [Bug 1620934] Re: Qt/QML apps don't render any more (logs say "QEGLPlatformContext: eglMakeCurrent failed: 3001")

2016-09-13 Thread Gerry Boland
Note it is only Unity8 which is mixing GL and GLES calls, clients are not doing that. Qt clients are only doing GL calls on desktop. Nothing obvious comes to mind here. It may be Qt's EGL configuration code is failing - code that QtUbuntu is using. Another consumer of that same code is the EGL ba

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-07-19 Thread Gerry Boland
Of course we will. We need to re-land the fix. It was reverted because it broke something else, but that's been solved now. Sorry for the delay, but it takes time to get things done just right. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt characters in Unity8

2016-07-05 Thread Gerry Boland
Also worth noting, there are env vars: QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH & HEIGHT to set the size of the glyph cache. Need to see what size texture Qt is creating, perhaps it is creating one too large for the hardware -- You received this bug notification because you are a member of Desktop

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt characters in Unity8

2016-07-05 Thread Gerry Boland
That would imply the distance field texture is corrupted. As a note to myself, there is a nice glyph test application in this bug: https://bugreports.qt.io/browse/QTBUG-49490 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-desktop

[Desktop-packages] [Bug 1583088] Re: Randomly corrupt characters in Unity8

2016-07-05 Thread Gerry Boland
If you can reproduce this relative easily, could you try setting QML_USE_GLYPHCACHE_WORKAROUND=1 for unity8. This should do the trick: stop unity8 && start unity8 QML_USE_GLYPHCACHE_WORKAROUND=1 Can also try these: QSG_DISTANCEFIELD_ANTIALIASING=subpixel-lowq or gray Need to determine if that te

[Desktop-packages] [Bug 1393578] Re: Subpixel order not included in Mir display information

2016-06-10 Thread Gerry Boland
** Also affects: qtubuntu Importance: Undecided Status: New ** Changed in: qtubuntu Status: New => Triaged ** Changed in: qtubuntu Importance: Undecided => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xorg-

[Desktop-packages] [Bug 1393578] Re: Subpixel order not included in Mir display information

2016-06-10 Thread Gerry Boland
Adding QtMir as from Qt5.5 and later, the QPA plugin can specify the subpixel hinting to Qt's font renderer (is part of QPlatformScreen implementation). ** Also affects: qtmir Importance: Undecided Status: New ** Changed in: qtmir Status: New => Triaged ** Changed in: qtmir I

[Desktop-packages] [Bug 1585942] Re: Mesa causes a segmentation fault on arm64 (wrong count of uniform locations)

2016-06-02 Thread Gerry Boland
arm64? Should it not be using a hybris-based driver instead of mesa? What hardware is this? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1585942 Title: Mesa causes a segmentation fault

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-06-02 Thread Gerry Boland
Yep. The branch has been approved, will take a while to get it landed. Note that it will be almost unusable until bug 1585723 is resolved. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/15

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-30 Thread Gerry Boland
@Emanuele yes I did - but only via SSH. A colleague will verify it works visually before approving -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1549455 Title: Unity8-dash on Intel Atom

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-27 Thread Gerry Boland
I've updated the attached branch with my proposed fix. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1549455 Title: Unity8-dash on Intel Atom graphics crashes and restarts continuously

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-27 Thread Gerry Boland
Using simple test apps (lp:~gerboland/+junk/openglwindow & lp:~gerboland/+junk/qquickwindow-debug), it appears that yes Qt is using OpenGL 1.4 on X for both raw GL and QtQuick apps. ./qquickwindow-debug Window format: QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize 24, redBufferSiz

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-26 Thread Gerry Boland
/me has to stop using "Ok, " at the start of his sentences -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1549455 Title: Unity8-dash on Intel Atom graphics crashes and restarts continuou

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-26 Thread Gerry Boland
Ok, I suspect I have found the issue. Seems this hardware only supports OpenGL 1.4 compatibility profile. Qt's EGL code is asking for at least version 2.0, and so getting no valid context back. Could you please install "mesa-utils" package and run "glxinfo". On the hardware I have access to, I see

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-25 Thread Gerry Boland
Ok, I figured out hte EGL issue, it was my misunderstanding. Modifying the tools to act correctly, I get this for eglinfo: http://pastebin.ubuntu.com/16686113/ and the qteglchooser correctly chooses a valid Mir EGL config. Why Qt itself cannot do this, I have yet to understand. -- You received

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-25 Thread Gerry Boland
Forgot to say, that was reproduced running the qteglchooser while there was no X server running, instead just a Mir server running. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1549455 T

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-25 Thread Gerry Boland
Ok, progress, my tools can exhibit the problem: http://pastebin.ubuntu.com/16677278/ Problems include: 1. libEGL warning: DRI3: xcb_connect failed<- should not be trying that 2. EGL version: 8.-1225087968<- this is garbage I suspect that there is an issue with EGL. -- You received this

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-24 Thread Gerry Boland
Hey Emanuele, Albert got me the data I wanted from those tools, and the results are still inconclusive. I think I need access to the hardware to make real progress on this. So there's no need to bother with the trying those tools. If you fancy a go, just to play: 1. Install build dependencies (I

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Atom graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, EglContext) == EGL_TRUE"]

2016-05-23 Thread Gerry Boland
Hi Emanuele, you attached a branch of mine to this bug - it makes our GL/EGL managing code more robust. I had hoped it would fix this issue, but unfortunately it doesn't. That's why I didn't attach that branch to this bug. Annoyingly I don't have the hardware to hand either, so I'm flying slight

[Desktop-packages] [Bug 1549455] Re: Qt clients on Intel Pineview graphics fail to create egl context with Mir

2016-05-11 Thread Gerry Boland
http://paste.ubuntu.com/16357238/ the output Qt gave me for the failing eglCreateContext -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/1549455 Title: Qt clients on Intel Pineview graphi

[Desktop-packages] [Bug 1549455] Re: Qt clients on Intel Pineview graphics fail to create egl context with Mir

2016-05-11 Thread Gerry Boland
Just considering the Dash problem, the crash is a symptom of a bigger problem: seems qtubuntu is unable to choose or manage the egl config correctly. If a correct/working egl config was chosen, then this code path wouldn't be entered (which has the "delete when not created" bug seen here). The act

[Desktop-packages] [Bug 1549455] Re: Unity8-dash on Intel Pineview graphics crashes and restarts continuously [qtubuntu: ASSERT: "eglDestroyContext(mEglDisplay, mEglContext) == EGL_TRUE"]

2016-05-10 Thread Gerry Boland
Albert was able to reproduce this on his netbook. The dash issues we suspect are due to: https://bugs.launchpad.net/qtubuntu/+bug/1580124 https://bugs.launchpad.net/qtubuntu/+bug/1580118 I suspect also that the poor unity8 performance is due to a GL/GLES mismatch in unity8. Running unity8 with M

[Desktop-packages] [Bug 1278780] Re: apport takes too long to write crash report, appears to lock up phone

2015-09-15 Thread Gerry Boland
** Changed in: qtubuntu Status: Confirmed => Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1278780 Title: apport takes too long to write crash report, appears to lock u

[Desktop-packages] [Bug 1278780] Re: apport takes too long to write crash report, appears to lock up phone

2015-09-15 Thread Gerry Boland
Ok, task is for Qt clients to intercept the sigsegv signal, and in a handler close the mir connection which should release all its video buffers, then re-raise segv. Would it be of interest to have all mir clients exhibit this behaviour by default? If so, should put this behaviour in "mirclient" I

[Desktop-packages] [Bug 1432358] Re: Highlighted items are unreadable

2015-03-24 Thread Gerry Boland
*** This bug is a duplicate of bug 1283634 *** https://bugs.launchpad.net/bugs/1283634 ** This bug has been marked a duplicate of bug 1283634 Text for selected applications in Ubuntu Software Center on Ubuntu Gnome is difficult to read -- You received this bug notification because you ar

[Desktop-packages] [Bug 1364462] Re: [multi-monitor setup] opening ubuntu-control-center causes monitors to re-set layout

2014-09-02 Thread Gerry Boland
apport information ** Tags added: apport-collected utopic ** Description changed: Using Utopic daily. I've a Macbook Pro 8,1 connected to an external monitor via HDMI. If I open the Control Center by any means (e.g. indicators->Sound->Sound Settings) the screen flickers, in the sam

[Desktop-packages] [Bug 1364462] ProcEnviron.txt

2014-09-02 Thread Gerry Boland
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1364462/+attachment/4193361/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity-control-center in Ubuntu. https://bugs

[Desktop-packages] [Bug 1364462] [NEW] [multi-monitor setup] opening ubuntu-control-center causes monitors to re-set layout

2014-09-02 Thread Gerry Boland
Public bug reported: Using Utopic daily. I've a Macbook Pro 8,1 connected to an external monitor via HDMI. If I open the Control Center by any means (e.g. indicators->Sound->Sound Settings) the screen flickers, in the same was as if I unplugged/plugged in my external monitor. Then some applicati

[Desktop-packages] [Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2014-08-28 Thread Gerry Boland
** Branch linked: lp:~gerboland/platform-api/exposeOrientation ** Branch linked: lp:~gerboland/qtubuntu/exposeOrientation ** Branch linked: lp:~gerboland/qtmir/exposeOrientation ** Branch linked: lp:~gerboland/unity8/orientationLock -- You received this bug notification because you are a membe

[Desktop-packages] [Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2014-08-25 Thread Gerry Boland
That's my plan. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gsettings-ubuntu-touch-schemas in Ubuntu. https://bugs.launchpad.net/bugs/1288332 Title: Orientation lock not available (rotation/portrait lock) Status in Platform API:

[Desktop-packages] [Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2014-08-20 Thread Gerry Boland
> The orientation lock value (it needs to be one of the 4 available > orientations to store and recover between sessions, for example) > will be stored in gsettings, written to by settings app, reset by > settings app and $indicator, TBC. I agree with everything except this bit. I think the GSe

[Desktop-packages] [Bug 1288332] Re: Orientation lock not available (rotation/portrait lock)

2014-08-20 Thread Gerry Boland
** Changed in: qtmir Status: Triaged => In Progress ** Changed in: platform-api Assignee: (unassigned) => Gerry Boland (gerboland) ** Changed in: qtubuntu Assignee: (unassigned) => Gerry Boland (gerboland) ** Changed in: platform-api Status: New =>

[Desktop-packages] [Bug 1008918] Re: wrong display in dashboard after first time clicking the dashboard button

2014-08-15 Thread Gerry Boland
** Changed in: unity-2d Assignee: Gerry Boland (gerboland) => (unassigned) ** Changed in: unity-2d Status: In Progress => Won't Fix ** Changed in: unity-2d (Ubuntu) Status: In Progress => Won't Fix -- You received this bug notification because you are

[Desktop-packages] [Bug 893966] Re: Dash - Update category header keyboard navigation focus state

2014-08-15 Thread Gerry Boland
** Changed in: unity-2d Assignee: Gerry Boland (gerboland) => (unassigned) ** Changed in: unity-2d Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscr

[Desktop-packages] [Bug 901164] Re: Dash - Update the Dash card view so that the implementation conforms to the attached designs

2014-08-15 Thread Gerry Boland
** Changed in: unity-2d Assignee: Gerry Boland (gerboland) => (unassigned) ** Changed in: unity-2d Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscr

[Desktop-packages] [Bug 928145] Re: When using option "switch between windows of same desktop" ("Bias alt-tab to prefer windows on the current viewport") if multi-window app is open pressing alt-tab w

2014-03-13 Thread Gerry Boland
This is highly irritating. Steps to repro: 1. Have 2 firefox windows open, and 1 terminal. Firefox window 1 is focused. 2. Hit Alt-` to switch to Firefox window 2 3. Hit Alt-Tab. Expected result Terminal is in front Actual Result Firefox window 1 in front Since Alt-Tab is the app switcher, and

[Desktop-packages] [Bug 998285] Re: Tapping alt-tab switches between windows of the same application sometimes

2014-02-04 Thread Gerry Boland
Annoys me too. My steps to repro: 1. Open 2 instances of QtCreator & one instance of firefox (make all maximized for clarity's sake) 2. Alt-Tab away to firefox 3. Alt-Tab to QtCreator1 4. Alt-backtick to QtCreator2 5. Alt-Tab Expected result Firefox should be focused window Actual result I'm loo

[Desktop-packages] [Bug 786831] Re: Pulseaudio uses 5% CPU when doing nothing

2014-01-08 Thread Gerry Boland
I get up to and over 9% CPU usage when I've no sound playing application open - but I was playing sounds previously. Using perf, it appeared most CPU time being spent in kernel. strace gave me this output repeated continually: ppoll([{fd=5, events=POLLIN}, {fd=22, events=POLLIN|POLLOUT}, {fd=49,

[Desktop-packages] [Bug 1220458] Re: [xmir] [intel] Mir fails to start

2013-12-23 Thread Gerry Boland
Probably not the same issue, but as of 0.1.2+14.04.20131128.1-0ubuntu2, xmir fails to start for me. Had to disable xmir to start. Can't find any obvious error in a log file, suggestions? -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xse

[Desktop-packages] [Bug 1262719] ProcEnviron.txt

2013-12-19 Thread Gerry Boland
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1262719/+attachment/3932612/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to file-roller in Ubuntu. https://bugs.launchpa

[Desktop-packages] [Bug 1262719] [NEW] Crash if trying to compress contents of a directory mounted in nautilus via sftp

2013-12-19 Thread Gerry Boland
Public bug reported: Steps to repro: 1. in Nautilus, do "File->Connect to Server" and enter connection details to a remote SFTP server 2. "Mount" the newly created SFTP server directory 3. Navigate into the SFTP share, select a bunch of files 4. Right click and select "Compress" 5. File roller

[Desktop-packages] [Bug 1262719] Dependencies.txt

2013-12-19 Thread Gerry Boland
apport information ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/1262719/+attachment/3932611/+files/Dependencies.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to file-roller in Ubuntu. https://bugs.launch

[Desktop-packages] [Bug 1257547] [NEW] [bcm5974] Apple touchpad fails to respond, dmesg contains multiple mesages of form: bcm5974: bad trackpad package, length: 8

2013-12-03 Thread Gerry Boland
Public bug reported: Have Apple Macbook pro 8,1. With Trusty devel, very occasionally (i.e. twice in the last 3 weeks) my trackpad has completely stopped functioning for no reason I can determine. >From then on, dmesg is full of these messages: bcm5974: bad trackpad package, length: 8 Removing

[Desktop-packages] [Bug 1088410] Re: Can't enter special characters in Dash search field

2012-12-10 Thread Gerry Boland
Ok thanks for clarifying, bug re-assigned. ** Also affects: unity Importance: Undecided Status: New ** Also affects: unity (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-2d Status: New => Invalid ** Changed in: unity-2d (Ubuntu) Status: New =>

[Desktop-packages] [Bug 1039052] [NEW] Volume at 100% for startup sound. If headphones in, makes ears bleed

2012-08-20 Thread Gerry Boland
Public bug reported: Hardware: Macbook Pro 8,1 Generic headphones Steps to Repro: 1. Have volume at comfortable level for listening to music via headphones 2. Log out of current session 3. View lightdm login screen 4. Rip headphones out of ears as volume of startup jingle at 100% ** Affects: lig

[Desktop-packages] [Bug 923410] Re: HUD - closing a window with + opens the hud

2012-05-15 Thread Gerry Boland
I believe this is fixed in Unity 2D 5.12, as released in Precise. Marking as fixed released. If anyone disagrees, please re-open. ** Changed in: unity-2d (Ubuntu) Status: In Progress => Fix Released ** Changed in: unity-2d Status: In Progress => Fix Released -- You received this b

[Desktop-packages] [Bug 992928] Re: Alt-Backtick Keyboard Shortcut is Hardcoded

2012-05-07 Thread Gerry Boland
In Unity 2D, this setting is defined in gconf in /apps/metacity/global_keybindings/switch_group It appears the option in the gnome control center is not reporting this correctly. ** Changed in: unity-2d Status: New => Triaged ** Changed in: unity-2d Importance: Undecided => Low ** Al

[Desktop-packages] [Bug 935871] Re: dragging a window bar to maximise is broken

2012-05-07 Thread Gerry Boland
** Changed in: unity-2d Status: New => Confirmed ** Also affects: metacity (Ubuntu) Importance: Undecided Status: New ** Changed in: unity-2d Importance: Undecided => Low -- You received this bug notification because you are a member of Desktop Packages, which is subscribed

[Desktop-packages] [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 Desktop Packages, which is subscribed to unity-2d in Ubuntu. Matching subscriptions: dp-unity2d https://bugs.launchpad.net/bugs/924179 Title: 12.04 unity-2d das

[Desktop-packages] [Bug 942122] Re: Dash Text cursor should be 1x30px not 2x34px

2012-04-17 Thread Gerry Boland
** Changed in: unity-2d Status: In Progress => Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dp-unity https://bugs.launchpad.net/bugs/942122 Title: Dash Text cursor should

[Desktop-packages] [Bug 971770] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 968046 *** https://bugs.launchpad.net/bugs/968046 ** This bug is no longer a duplicate of private bug 970779 ** This bug has been marked a duplicate of bug 968046 unity-2d-shell crashed with SIGSEGV in ref() -- You received this bug notification because

[Desktop-packages] [Bug 974735] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 968046 *** https://bugs.launchpad.net/bugs/968046 ** This bug is no longer a duplicate of private bug 970779 ** This bug has been marked a duplicate of bug 968046 unity-2d-shell crashed with SIGSEGV in ref() -- You received this bug notification because

[Desktop-packages] [Bug 980818] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 968046 *** https://bugs.launchpad.net/bugs/968046 ** This bug is no longer a duplicate of private bug 970779 ** This bug has been marked a duplicate of bug 968046 unity-2d-shell crashed with SIGSEGV in ref() -- You received this bug notification because

[Desktop-packages] [Bug 981118] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 968046 *** https://bugs.launchpad.net/bugs/968046 ** This bug is no longer a duplicate of private bug 970779 ** This bug has been marked a duplicate of bug 968046 unity-2d-shell crashed with SIGSEGV in ref() -- You received this bug notification because

[Desktop-packages] [Bug 962647] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug has been marked a duplicate of bug 947278 unity-2d-shell crashed with SIGSEGV in ref() -- You received this bug notification because you are a member of Desktop Packages, which is subscribed t

[Desktop-packages] [Bug 976079] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 975215] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 977925] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 977372] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981361] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981318] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981633] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981393] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981693] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981895] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982298] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982029] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982481] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982387] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982589] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982708] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982990] Re: Unity 2d crashed unexpectedly. unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982674] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982926] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982994] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 982949] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of bug 962647 unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList() ** This bug has been marked a duplicate of bug 947278 unity-

[Desktop-packages] [Bug 981361] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982298] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 981895] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 981693] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982029] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982589] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982926] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982387] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

[Desktop-packages] [Bug 982708] Re: unity-2d-shell crashed with SIGSEGV in QDBusAbstractInterface::asyncCallWithArgumentList()

2012-04-16 Thread Gerry Boland
*** This bug is a duplicate of bug 947278 *** https://bugs.launchpad.net/bugs/947278 ** This bug is no longer a duplicate of private bug 979936 ** This bug has been marked a duplicate of private bug 962647 -- You received this bug notification because you are a member of Desktop Packages, wh

  1   2   >