Bug#720266: x11-apps: xman aborts closing search window

2023-02-18 Thread Alan Coopersmith
This is because xman was not installing a WM_DELETE_WINDOW handler for the search window, so window managers fall back to XKillClient() to shut down the entire program when the close button is clicked. Upstream fix: https://gitlab.freedesktop.org/xorg/app/xman/-/merge_requests/6 --

Bug#101937: [xwd] 'xwd -name windowtitle -frame' doesn't capture frame

2023-02-18 Thread Alan Coopersmith
This is operating as documented - in the xwd man page, it states: -frame This option indicates that the window manager frame should be included when manually selecting a window. But using -name is selecting a window automatically, not waiting for the user to manually

Bug#92706: xcalc support for comma on numeric keypad

2023-02-18 Thread Alan Coopersmith
I believe this was fixed upstream a couple years after this bug was reported: 341. Added KP_Separator to symbols that can generate decimal() in xcalc (Egbert Eich). https://cgit.freedesktop.org/~libv/xfree86/commit/programs/xcalc/XCalc.ad?id=b4898b6e916dbc0f71daa5edaba1cc115ae5794d --

Bug#173314: xcalc only accepts digits from the numeric pad

2023-02-18 Thread Alan Coopersmith
This is because the key mappings in the translation list in app-defaults only list the main set of number keys with a modifier of "None", so they don't work when NumLock is active. We can't remove that modifier since then holding down shift and hitting one of them would enter the number instead

Bug#201994: [xconsole] want mouse wheel to scroll log window

2023-02-18 Thread Alan Coopersmith
Previously translations for buttons 4 & 5 were only set for the scrollbar, so required the mouse to be over the scrollbar to use the mouse wheel. I've submitted a merge request upstream to handle buttons 4 & 5 in the text area as well: