[Desktop-packages] [Bug 977804] Re: Unity crashes when many windows are opened (intel_do_flush_locked failed: No space left on device)

2015-05-20 Thread Elvis Stansvik
Just like Guillermo, I'm trying to run BricsCAD on my X220 laptop and get this error/crash. Anyone know if it has been reported upstream and if there's a fix in sight? To Guillermo: Did you ever find any workaround to getting BricsCAD to run? I tried setting LIBGL_DISABLE_DRI3 in the environment s

[Desktop-packages] [Bug 1766366] Re: prime-select fails without grub

2018-05-22 Thread Elvis Stansvik
This is a problem for us as well. We're using Docker as part of our toolchain for creating a file system for a disk image for our product, and need to be able to run "prime-select intel" during the Docker image build, at a time when grub has not been installed yet. -- You received this bug notifi

[Desktop-packages] [Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-07-29 Thread Elvis Stansvik
@diddledani The error does have an impact on the Firefox snap running under KDE, which I can only presume does some poor parsing of xdg- settings output (including stderr?) when determining if it is itself the default browser. BTW, the patch in https://gitlab.freedesktop.org/xdg/xdg- utils/-/merge

[Desktop-packages] [Bug 1967963] Re: Firefox snap cannot be set as default browser under KDE

2022-07-29 Thread Elvis Stansvik
I had this problem and the attached patch for xdg-settings worked for me (see my comment at https://gitlab.freedesktop.org/xdg/xdg- utils/-/merge_requests/52#note_1488548). With this, the Firefox snap recognizes itself as the default browser for me (Kubuntu 22.04), whereas previously it would not.

[Desktop-packages] [Bug 1970594] Re: "xdg-settings check default-web-browser something.desktop" fails in Kubuntu 22.04: Bad substitution

2022-07-29 Thread Elvis Stansvik
> [...] which I can only presume does some poor parsing of xdg-settings output (including stderr?) when determining if it is itself the default browser. I had a look (https://searchfox.org/mozilla- central/source/browser/components/shell/nsGNOMEShellService.cpp#184-204) and it does suppress stderr