[Bug 1058515] Re: inheriting environmental variables when creating new terminal window or tab

2020-06-22 Thread Roy Stogner
I just tried switching from xfce4-terminal to gnome-terminal, only to discover that new tabs spawned via Ctrl+Shift+T (or File->New Tab) in the latter fail to inherit my session's $SSH_AUTH_SOCK or $SSH_AGENT_PID. The second-best workaround is indeed to only spawn new tabs via "gnome- terminal --t

[Bug 1318211] Re: dia -t eps-builtin produces unreadable output

2014-05-14 Thread Roy Stogner
Slight correction: the updated epstopdf is *not* hanging indefinitely, it's just orders of magnitude slower than it used to be. Each conversion takes several minutes on my i7-3740QM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1318211] [NEW] dia -t eps-builtin produces unreadable output

2014-05-10 Thread Roy Stogner
Public bug reported: Creating any dia file, then trying to convert it to embedded postscript with "dia -t eps-builtin -e bug.eps bug.dia" (dia 0.97.2), produces a result that is unreadable by evince, ghostscript, or epstopdf (ghostscript 9.10). I suspect this is a bug in ghostscript, since I can

[Bug 1318211] Re: dia -t eps-builtin produces unreadable output

2014-05-13 Thread Roy Stogner
>From trusty-proposed I first upgraded ghostscript (which also pulled in libgs9 and ghostscript-x) to 9.10~dfsg-0ubuntu10.1; the same problem remained. After then upgrading libgs9-common to 9.10~dfsg-0ubuntu10.1 I get a different failure mode: running epstopdf now, conversions which used to take s

[Bug 1247736] Re: package ocl-icd-libopencl1 (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/x86_64-linux-gnu/libOpenCL.so', which is also in package nvidia-opencl-dev:amd64 5

2014-01-08 Thread Roy Stogner
The conflict with nvidia-opencl-dev isn't so much of a problem - the two packages are both implementations of the OpenCL loader, right? So while it could be nice to be able to have both installed and use alternatives to select one, it's not really necessary. You can use one implementation of the

[Bug 1953401] [NEW] stable_sort results may be corrupted with some g++ optimization options

2021-12-06 Thread Roy Stogner
Public bug reported: On an amd64 system running Ubuntu 21.10, using g++ 11.2.0 (Ubuntu 11.2.0-7ubuntu2) to compile and run ``` #include #include #include int main(void) { std::vector,int>> testvec(19, {{1,2},12345}); // 18- works std::stable_sort(testvec.begin(), testvec.end()); for