[Touch-packages] [Bug 1446081] Re: Incorrect scaling of launcher icons

2015-07-04 Thread Simon Arlott
I'm using the accessories-calclulator icon which comes from humanity- icon-theme and it's rendering the 48x48 SVG as a bitmap and then scaling it down to 32x32 which looks really ugly. Previously the image looked sharp and well defined, so it must have been rendering SVG images at 32x32. -- You

[Touch-packages] [Bug 1404730] Re: Dash: some icons are scaled incorrectly

2015-07-04 Thread Simon Arlott
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1404730 Title: Dash: some icons are scaled incorrectly Status in Unity: Fix Released Status in unity package in Ubuntu:

[Touch-packages] [Bug 1446081] Re: Incorrect scaling of launcher icons

2015-07-04 Thread Simon Arlott
** Attachment added: Screenshot from 2015-07-05 01:43:19.png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4424433/+files/Screenshot%20from%202015-07-05%2001%3A43%3A19.png -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1446081] Re: Incorrect scaling of launcher icons

2015-07-05 Thread Simon Arlott
** Attachment added: Screenshot from 2015-01-31 10:29:13 (14.10).png https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4424524/+files/Screenshot%20from%202015-01-31%2010%3A29%3A13%20%2814.10%29.png -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1446081] Re: Incorrect scaling of launcher icons

2015-07-05 Thread Simon Arlott
** Attachment added: Image comparing 14.10, 15.04 and the atatchedpatch https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4424543/+files/launchpad-1446081.png -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1446081] Re: Incorrect scaling of launcher icons

2015-07-05 Thread Simon Arlott
Setting GTK_ICON_LOOKUP_FORCE_SIZE when looking up the launcher icon fixes this issue. ** Patch added: launchpad-1446081.patch https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1446081/+attachment/4424542/+files/launchpad-1446081.patch -- You received this bug notification because you

[Touch-packages] [Bug 1379960] Re: Menu interaction in fully maximised window causes the next click on the title bar to restore the window

2015-05-22 Thread Simon Arlott
The bug affects unity via compiz (which uses libnux). Version: compiz 1:0.9.12+14.10.20140918-0ubuntu1 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity in Ubuntu. https://bugs.launchpad.net/bugs/1379960 Title: Menu

[Touch-packages] [Bug 1379960] Re: Menu interaction in fully maximised window causes the next click on the title bar to restore the window

2015-05-22 Thread Simon Arlott
This is a bug in libnux-4.0-0 on amd64, caused by the code in GraphicsDisplay::MousePress (NuxGraphics/GraphicsDisplayX11.cpp) which converts the unsigned long timestamp to a signed int: if ((double_click_counter_ == 1) ((int)current_time - (int)last_click_time_ double_click_time_delay)) The

[Touch-packages] [Bug 1379960] Re: Menu interaction in fully maximised window causes the next click on the title bar to restore the window (after 2^31ms of uptime)

2015-05-22 Thread Simon Arlott
** Summary changed: - Menu interaction in fully maximised window causes the next click on the title bar to restore the window + Menu interaction in fully maximised window causes the next click on the title bar to restore the window (after 2^31ms of uptime) ** Patch added: Patch for

[Touch-packages] [Bug 1379960] Re: Menu interaction in fully maximised window causes the next click on the title bar to restore the window

2015-05-22 Thread Simon Arlott
Even restarting Xorg doesn't fix this, only a reboot resolves it. com/canonical/unity/integrated-menus/double-click-wait is set to the default (0ms) If I set it to 300ms, then menu opening is delayed by 300ms but step 6 (The window restores to non-maximised size) occurs immediately upon clicking

[Touch-packages] [Bug 1556302] Re: Ubuntu patch to add HOME to env_keep makes custom commands vulnerable by default

2016-06-12 Thread Simon Arlott
** Information type changed from Private Security to Public Security -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1556302 Title: Ubuntu patch to add HOME to env_keep makes

[Touch-packages] [Bug 1583372] [NEW] 73-special-net-names.rules is renaming manually created wifi interface

2016-05-18 Thread Simon Arlott
Public bug reported: The 73-special-net-names.rules file from 229-4ubuntu5 is renaming USB wifi network interfaces that I create manually with "iw phy phy0 interface add wifi0 type managed": # Use MAC based names for network interfaces which are directly or indirectly # on USB and have an

[Touch-packages] [Bug 1448657] Re: isc-dhcp-server: Can't create PID file /run/dhcp-server/dhcpd.pid: Permission denied

2016-05-10 Thread Simon Arlott
The directory /run/dhcp-server is already owned by dhcpd:dhcpd, but dhcpd is writing to it as root which requires CAP_DAC_OVERRIDE. The directory needs to be owned by root:root if dhcpd is going to write the PID file as root. -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1556302] Re: Ubuntu patch to add HOME to env_keep makes custom commands vulnerable by default

2019-06-05 Thread Simon Arlott
** Description changed: I wanted to allow certain users to execute a python script as another user, so I created the following sudoers config: Defaults env_reset source_user ALL=(target_user) NOPASSWD: /home/target_user/bin/script.py This results in a highly insecure Python

[Touch-packages] [Bug 1891798] Re: Update sudo to 1.8.22 to fix "stair-stepped output" bug

2020-08-16 Thread Simon Arlott
commit 3b88cdfcd8d1a39eabbb5b7d0c8fe8f035d7a264 (refs/bisect/fixed) Author: Todd C. Miller Date: Tue Sep 26 14:21:11 2017 -0600 Fix stair-stepped output when the output of a sudo command is piped to another command and use_pty is set. -- You received this bug notification because you

[Touch-packages] [Bug 1891798] [NEW] Update sudo to 1.8.22 to fix "stair-stepped output" bug

2020-08-16 Thread Simon Arlott
Public bug reported: sudo 1.8.20 introduced a bug in commit 44dc15d02dc0b34bf03bc971ba08d3a761c3a031 that is fixed by sudo 1.8.22 in commit 3b88cdfcd8d1a39eabbb5b7d0c8fe8f035d7a264 When the "use_pty" option is enabled, "stair-stepped output" occurs if sudo is piped to another command. Example

[Touch-packages] [Bug 1891798] Re: Backport fix from sudo 1.8.22 to fix "stair-stepped output" bug

2021-01-26 Thread Simon Arlott
** Summary changed: - Update sudo to 1.8.22 to fix "stair-stepped output" bug + Backport fix from sudo 1.8.22 to fix "stair-stepped output" bug ** Description changed: - sudo 1.8.20 introduced a bug in commit 44dc15d02dc0b34bf03bc971ba08d3a761c3a031 - that is fixed by sudo 1.8.22 in commit

[Touch-packages] [Bug 1930153] [NEW] Unattended upgrades does not report some updates that can't be installed automatically

2021-05-30 Thread Simon Arlott
Public bug reported: When there are packages that fail a "sanity check" they are not reported [by email] as expected. This results in updates being ignored indefinitely. More details: https://github.com/mvo5/unattended-upgrades/issues/223 This is fixed in version 1.18 but bionic is using

[Touch-packages] [Bug 1937953] Re: systemd forcibly disables use of dummy/bond interfaces

2021-07-25 Thread Simon Arlott
A workaround is to create an empty file /etc/modprobe.d/systemd.conf but this is too imprecise. The files that systemd uses should ideally be named specifically for their purpose so that they can be overridden without affecting any future changes in systemd, e.g. /etc/modprobe.d/systemd-dummy.conf

[Touch-packages] [Bug 1937953] [NEW] systemd forcibly disables use of dummy/bond interfaces

2021-07-25 Thread Simon Arlott
Public bug reported: /etc/modprobe.d/local-dummy.conf contains: options dummy numdummies=10 /etc/modules-load.d/local-dummy.conf contains: dummy /lib/modprobe.d/systemd.conf contains: options bonding max_bonds=0 options dummy numdummies=0 On boot, the "dummy" module is loaded with the options

[Touch-packages] [Bug 1891798] Re: Backport fix from sudo 1.8.22 to fix "stair-stepped output" bug

2022-08-23 Thread Simon Arlott
The test case is already in the "Example output" file. https://launchpadlibrarian.net/493705832/sudo-broken.txt -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to sudo in Ubuntu. https://bugs.launchpad.net/bugs/1891798 Title: