[Bug 170049] Re: Inverted ruler co-ordinate system

2020-12-07 Thread Shawn Rutledge
The fix is barely adequate for only a few people IMO. Some 1990s-era programs for graphical work had the ability to drag the corner where the rulers meet, out into the document somewhere, to set a new origin. I would expect to _at least_ have a document-specific setting to set the origin anywhere

[Bug 1778649] [NEW] clang headers aren't installed or linked in /usr/include/clang-c

2018-06-26 Thread Shawn Rutledge
Public bug reported: This causes a problem building qdoc on Ubuntu 18.04: https://bugreports.qt.io/browse/QTBUG-69044 In summary, #include doesn't work unless one adds an extra -I include path. On some other Linux OSes, that's not necessary. So I wonder if this is a matter of policy to have t

[Bug 1777994] [NEW] the header xcb/xinput.h is missing

2018-06-20 Thread Shawn Rutledge
Public bug reported: I suspect this means there should be another package, libxcb-xinput-dev perhaps? I already did sudo apt install "libxcb*dev" to get all related dev packages, but none of them provide xcb/xinput.h. The result is that when building Qt from source, it's necessary to use a copy

[Bug 1774242] Re: Wacom touchscreens should use libinput, not wacom driver

2018-05-30 Thread Shawn Rutledge
I verified that the stylus does still work OK (using the Qt tablet example which demonstrates pressure-sensitivity etc.) So I think it's probably OK to remove that stanza completely: there's probably no reason to use wacom.drv for the touchscreen, just let it fall back to libinput or evdev, whiche

[Bug 1774242] [NEW] Wacom touchscreens should use libinput, not wacom driver

2018-05-30 Thread Shawn Rutledge
Public bug reported: /usr/share/X11/xorg.conf.d/70-wacom.conf as shipped, has this: Section "InputClass" Identifier "Wacom touchscreen class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" MatchIsTouchscreen "true" Driver "w

[Bug 1551122] Re: Crash on screen power save

2016-05-12 Thread Shawn Rutledge
Maybe it's a little better, but not there yet. I have two monitors attached. I tried running Creator and Assistant, then running my script which uses xrandr to remove and re-add the displays. I tried this first in a Plasma session. When the screens came back to life I had only a black screen (k

[Bug 1551122] Re: Crash on screen power save

2016-05-12 Thread Shawn Rutledge
BTW how soon will Ubuntu upgrade to Qt 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/1551122 Title: Crash on screen power save To manage notifications about this bug go to: https://bugs.launch

[Bug 1551122] Re: Crash on screen power save

2016-03-04 Thread Shawn Rutledge
likewise with 5.5.1+dfsg-15ubuntu1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1551122 Title: Crash on screen power save To manage notifications about this bug go to: https://bugs.launchpad.net/u

[Bug 1551122] Re: Crash on screen power save

2016-03-04 Thread Shawn Rutledge
Updated to 5.5.1+dfsg-14ubuntu3. It's not enough to prevent Plasma from crashing if I disconnect/reconnect both monitors simultaneously with my script. #!/bin/sh restore=`unxrandr` outputs=`xrandr | grep -i "^\\w" | grep connected | cut -d' ' -f1` alloff="xrandr" for o in $outputs do allo

[Bug 1548766] Re: Plasma crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-26 Thread Shawn Rutledge
I installed the ppa. I have two monitors. Disconnecting and reconnecting one is OK, but I have a script for disconnecting and reconnecting both; in that case plasma still crashes. #!/bin/sh

[Bug 1548766] [NEW] KDE crashes when the monitor is disconnected (when it sleeps, in some cases)

2016-02-23 Thread Shawn Rutledge
Public bug reported: I'm reporting this on behalf of a coworker who has a 4K monitor, which disconnects whenever it sleeps. Older monitors didn't do that; but Qt 5.5 tries to be honest about it: the QScreen is destroyed whenever its corresponding monitor is disconnected, QGuiApplication::primaryS

[Bug 1015183] Re: Inconsistent mouse events for Acer T231H multitouch monitor

2013-12-23 Thread Shawn Rutledge
This is quite a severe bug. If you have a touchscreen connected, and you have touched it at some point: 1) start gitk or tkinfo or a recent Qt Creator (or probably many other Qt 5 programs) 2) scroll some long text with the mouse wheel 3) move the mouse It selects text as if the left mouse butt

[Bug 1070770] Re: bluetoothd dies with glibc malloc memory corruption when used with brcm_patchram

2013-03-25 Thread Shawn Rutledge
Till, Thanks for the comprehensive explanation. It does indeed work nicely now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1070770 Title: bluetoothd dies with glibc malloc memory corruption whe

[Bug 1070770] Re: bluetoothd dies with glibc malloc memory corruption when used with brcm_patchram

2013-02-12 Thread Shawn Rutledge
To use multirom, I need to install kernel_kexec_42.zip as described here http://rootingandroid.net/how-to-install-multiple-roms-and-ubuntu-on-a-nexus-7/ (I found out when doing an apt-get upgrade that it wouldn't boot anymore, after the kernel was upgraded) Then I'm not seeing that there is a blue

[Bug 658072] Re: Keyboard keys repeat

2011-03-17 Thread Shawn Rutledge
I have this issue on Gentoo, was googling and found this thread. It does NOT happen with a USB keyboard. But I'm missing my good old Model M so I want to keep trying. No idea how to fix it though. Could there be a BIOS update to fix it? -- You received this bug notification because you are a