[Bug 1965521] Re: named.service starts too early: Unable to fetch DNSKEY set '.': failure

2022-03-25 Thread Nick Tait
Thanks Simon & Paride. That is reassuring to know that BIND will retry. Based on that I'm happy for you to treat this as a low priority issue. I still do think it is worth fixing (somehow), but better to deal with it in a generic way that helps other packages too, rather than trying to cobble

[Bug 1965521] Re: named.service starts too early: Unable to fetch DNSKEY set '.': failure

2022-03-22 Thread Nick Tait
Hi Paride. The fundamental problem I see with your last statement is how do you know what "the right one(s)" are? That will depend on BIND configuration, such as whether named is launched with a '-4' or '-6' option, and possibly even the value of configuration options such as 'listen-on' and

[Bug 1965521] Re: named.service starts too early: Unable to fetch DNSKEY set '.': failure

2022-03-21 Thread Nick Tait
Hi Paride. Thanks for your updates. It is good news that there is a fix for #1909822. However this fix won't help with the current issue, because the problem here isn't whether or not BIND uses interfaces that are added after BIND is running, but rather the fact that BIND doesn't have

[Bug 1965521] Re: named.service starts too early: Unable to fetch DNSKEY set '.': failure

2022-03-18 Thread Nick Tait
I discovered that above workaround isn't ideal when the server has multiple network interfaces because the systemd-networkd-wait-online command above will wait for all interfaces to reach routable status. This may cause systemd-networkd-wait-online to timeout (after 10 seconds as per --timeout

[Bug 1909822] Re: named fails to listen dynamic ipv6 address on startup

2022-03-18 Thread Nick Tait
FYI I've reported a similar (but different) bug: https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1965521 I believe the workaround that I've offered is slightly more optimal than the 10-second sleep offered above. (It is however reassuring to know that you solved this problem in almost

[Bug 1965521] [NEW] named.service starts too early: Unable to fetch DNSKEY set '.': failure

2022-03-18 Thread Nick Tait
Public bug reported: I have two servers that run named.service, and I recently discovered that (on both servers), when I reboot and then run "systemctl status named.service" (or "journalctl -u named.service"), I see messages like this: Mar 18 21:03:05 mail named[859]: managed-keys-zone/xxx:

[Bug 1885403] Re: posttls-finger fails to connect to private/tlsmgr

2021-09-19 Thread Nick Tait
Thanks everyone for fixing this issue. Nick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1885403 Title: posttls-finger fails to connect to private/tlsmgr To manage notifications about this bug

[Bug 1915501] Re: init.d script fails to set socket ownership and permissions on slower systems

2021-08-28 Thread Nick Tait
Hi Harald. I'm happy for this bug to be closed. (FYI I'm currently in the process of decommissioning this old server, and replacing it with a new machine which supports the latest Ubuntu distro.) Nick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1915501] Re: init.d script fails to set socket ownership and permissions on slower systems

2021-02-13 Thread Nick Tait
Here is the fix that I'm using (complete updated file is also attached). The updated init.d script checks that the socket exists before executing the chown/chmod commands. If it doesn't exist, it sleeps for 1 second and rechecks, repeating if necessary up to 5 times, before logging a warning if

[Bug 1915501] [NEW] init.d script fails to set socket ownership and permissions on slower systems

2021-02-12 Thread Nick Tait
Public bug reported: I've just started using amavisd-milter on an 'older' (i.e. slow) server, and I encountered a problem with the init.d startup script (/etc/init.d /amavisd-milter): The script would successfully use "start-stop-daemon $START" to launch the /usr/sbin/amavisd-milter process, but

[Bug 1914889] [NEW] dns timeout didn't result in tempfail

2021-02-06 Thread Nick Tait
Public bug reported: My mail logs show that OpenDKIM experienced a DNS timeout when validating the DKIM signature on an inbound email, but then accepted the message. As a result the DMARC policy was applied and the message was quarantined. The expected behaviour in the event of a DNS timeout is

[Bug 1874639] Re: desktop pcs start to suspend by default

2020-07-26 Thread Nick Tait
I thought that I had this problem, until I realised that I hadn't tried the systemctl stuff mentioned above. FYI The following command resolved the issue for me: sudo systemctl mask sleep.target suspend.target hibernate.target hybrid- sleep.target -- You received this bug notification because

[Bug 1885403] Re: posttls-finger fails to connect to private/tlsmgr

2020-06-27 Thread Nick Tait
Hi Scott. I was thinking it was something along those lines, but based on what I've read this issue is specific to focal. >From Jan's original bug report - https://bugs.launchpad.net/ubuntu/focal/+source/postfix/+bug/1868955/comments/2 (which eventually focussed on just the DANE issue): > ...

[Bug 1868955] Re: [SRU] after upgrade to 20.04: dane support is not working

2020-06-27 Thread Nick Tait
FYI I've created the following bug report for the posttls-finger issue: https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1885403 Thanks, Nick. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1885403] [NEW] posttls-finger fails to connect to private/tlsmgr

2020-06-27 Thread Nick Tait
Public bug reported: When running posttls-finger on focal, it attempts to connect to private/tlsmgr, and unless the program is being run from /var/spool/postfix as root, this fails and posttls-finger disables TLS in the subsequent connection that it makes to the specified SMTP server. If the

[Bug 1868955] Re: [SRU] after upgrade to 20.04: dane support is not working

2020-06-27 Thread Nick Tait
Hi everyone. I too have tested the proposed postfix release, and it fixes the DANE issue and also passed all my regression tests. :-) There is still an issue with posttls-finger attempting to connect to private/tlsmgr, which fails if it isn't run from /var/spool/postfix as root. (This was

RE: [Bug 1868955] Re: [SRU] after upgrade to 20.04: dane support is not working

2020-06-26 Thread Nick Tait
Hi Lucas.I'll give it a crack tomorrow and update the case with the results.Thanks, Nick. null -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868955 Title: [SRU] after upgrade to 20.04: dane

[Bug 1868955] Re: [SRU] after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-06-11 Thread Nick Tait
Hi guys. Sorry for my slow response. Jan what you are seeing is consistent with what I expected. i.e. The addition of the RES_TRUSTAD flag to the postfix code allows the DANE mechanism to work. During my debugging of the postfix code, I was using posttls-finger, but I never encountered the

[Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-06-06 Thread Nick Tait
I (by accident) discovered that glibc has introduced a new resolver option in resolv.h: #define RES_TRUSTAD 0x0400 /* Request AD bit, keep it in responses. */ I've done some testing with this, and it resolves the issue with the AD flag not being returned. So based on this I think this

[Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-06-05 Thread Nick Tait
I've created a C program (attached) which demonstrates the issue. It can be compiled using the following command: gcc dnsadtest.c -lresolv This command generates an executable called "a.out". If I run a.out on Ubuntu 18.04 (bionic) I get the following output: length of answer = 251 id = 10740

[Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-06-05 Thread Nick Tait
Sorry for the delay in providing an update... My theory about the systemd-resolved DNSSEC option proved incorrect. So taking a step back, here is what I know about the problem that I am observing (i.e. specific to my test set-up): * posttls-finger makes three DNS queries: The first query is for

[Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-06-03 Thread Nick Tait
Hi guys. I've made some progress with narrowing down the cause of this problem. It looks like the whole "private/tlsmgr" thing is a bit of a red herring, and the actual problem seems to be that the DNS query that is sent lacks the AD flag. I've confirmed that RES_USE_DNSSEC is included in the

[Bug 1777125] Re: On boot up NetworkManager runs nm_dispatcher for only 1 of 2 tun interfaces

2020-05-20 Thread Nick Tait
I can confirm that this issue hasn't happened in over 1 year. Please close? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777125 Title: On boot up NetworkManager runs nm_dispatcher for only 1 of 2

[Bug 1876691] Re: Login screen suspends even if disabled

2020-05-20 Thread Nick Tait
*** This bug is a duplicate of bug 1874639 *** https://bugs.launchpad.net/bugs/1874639 ** This bug has been marked a duplicate of bug 1874639 desktop pcs start to suspend by default -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-05-20 Thread Nick Tait
Hi Jan. Thanks for sending me that blogpost. I found it a really good read! :-) I tried downloading some open-source code one other time (can't actually remember what it was), and got horribly confused, but maybe (like you) I might feel inspired to have another crack at some stage... Nick.

[Bug 1868955] Re: after upgrade to 20.04: posttls cannot connect to private/tlsmgr

2020-05-19 Thread Nick Tait
I have this issue also, but my set-up involves having my submission server send all emails to an internal mail relay, which then sends to the destination SMTP server. I'm using "dane-only" for the connection from the submission server to the mail relay, meaning that it is used for all external

[Bug 1811098] Re: [SRU] ceilometer writing snmp credentials to log file

2019-02-14 Thread Nick Tait
This flaw has been assigned as CVE-2019-3830 https://access.redhat.com/security/cve/cve-2019-3830 ** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2019-3830 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1811098] Re: [SRU] ceilometer writing snmp credentials to log file

2019-02-06 Thread Nick Tait
I agree with VMT's rating of class A. Will a CVE be requested for this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1811098 Title: [SRU] ceilometer writing snmp credentials to log file To manage

[Bug 1777125] Re: On boot up NetworkManager runs nm_dispatcher for only 1 of 2 tun interfaces

2018-07-27 Thread Nick Tait
This bug may have been fixed. In the last couple of months I've rebooted at least half a dozen times and it hasn't occurred. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1777125 Title: On boot up

[Bug 1777125] [NEW] On boot up NetworkManager runs nm_dispatcher for only 1 of 2 tun interfaces

2018-06-15 Thread Nick Tait
Public bug reported: I have two tun interfaces used with OpenVPN, called tun0 (UDP peer-to- peer VPN) and tun1 (TCP server VPN), and I have a script in /etc/network /if-up.d which I use to add routing table entries when the interface comes up. (FYI The reason for adding routes in an if-up.d

[Bug 1633698] [NEW] ufw before6.rules adds echo-request and echo-response rules to wrong chain

2016-10-15 Thread Nick Tait
Public bug reported: The default before6.rules file that is installed with the ufw package contains a copy/paste error. It is apparent that the intention is to add rules for echo-request and echo-response to the following chains: ufw6-before-input ufw6-before-output ufw6-before-forward However

[Bug 1449922] Re: point-to-point interface routes marked inactive

2015-11-08 Thread Nick Tait
This bug appears to be fixed now. My Quagga package version is: 0.99.24.1-2 :-) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to quagga in Ubuntu. https://bugs.launchpad.net/bugs/1449922 Title: point-to-point interface routes marked

[Bug 1449922] Re: point-to-point interface routes marked inactive

2015-11-08 Thread Nick Tait
This bug appears to be fixed now. My Quagga package version is: 0.99.24.1-2 :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449922 Title: point-to-point interface routes marked inactive To

[Bug 1449922] [NEW] point-to-point interface routes marked inactive

2015-04-29 Thread Nick Tait
Public bug reported: After upgrading to Ubuntu 15.04, I discovered that the network routes that were supposed to be added by zebra for my openvpn tun0 interface weren't there. On further investigation it seems that quagga is getting the wrong IP details for this point-to-point interface. FYI This

[Bug 1449922] [NEW] point-to-point interface routes marked inactive

2015-04-29 Thread Nick Tait
Public bug reported: After upgrading to Ubuntu 15.04, I discovered that the network routes that were supposed to be added by zebra for my openvpn tun0 interface weren't there. On further investigation it seems that quagga is getting the wrong IP details for this point-to-point interface. FYI This

[Bug 1253546] [NEW] Screensaver doesn't come on at login screen

2013-11-21 Thread Nick Tait
Public bug reported: I have discovered that the screen-saver doesn't ever come on (i.e. to blank the screen) while the computer is sitting at the login screen. I have googled and found various methods of changing display settings for the login screen, such as background wallpaper, although many

[Bug 1221179] Re: [background] image previews should include shell components

2013-09-24 Thread Nick Tait
** Changed in: ubuntu-ux Assignee: Nick Tait (jnick-tait) = Jouni Helminen (jounihelminen) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1221179 Title: [background] image previews should

[Bug 931406] Re: [autohide] app icons in HUD are poorly scaled

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/931406 Title:

[Bug 923384] Re: HUD shows up when switching keyboard layouts with alt-shift

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/923384 Title: HUD

[Bug 799890] Re: In Unity the distinction between GVolume, GDrive and GMount is a bit confusing.

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799890 Title: In

[Bug 968261] Re: Multimonitor - Only the panel that controls the focused window should draw its title

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/968261 Title:

[Bug 967110] Re: Incorrect labels in System Settings-Displays panel for Launcher Placement and Sticky edges options

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967110 Title:

[Bug 925215] Re: keyboard shortcuts overlay and alt-tab show wrong background in the expo view.

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925215 Title: keyboard

[Bug 977974] Re: Improve background colorization

2012-04-27 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesign ** Tags removed: reviewedbydesign ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 932164] Re: Unity Greeter - Replace 'cog' icon in the login box with a icon that represents the selected session

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932164 Title: Unity

[Bug 865239] Re: Background colorization should use a different heuristic

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/865239 Title:

[Bug 720716] Re: Please add unity Quicklist support

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp udt ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/720716 Title:

[Bug 757650] Re: Unable to select a maximised app by clicking on left edge of the screen

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/757650 Title:

[Bug 801784] Re: Gnome3 Control Centre Launcher icon does not correctly represent which panel is currently open

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801784 Title:

[Bug 850984] Re: Dash - Missing category separator line in dash

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/850984 Title: Dash -

[Bug 937193] Re: Dash - lens bar clickable area needs to be expanded

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/937193 Title: Dash -

[Bug 834878] Re: Unity greeter password field uses old-fashioned asterisks

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/834878 Title: Unity

[Bug 950404] Re: Launcher Switcher (Super+Tab) selection could be changed by arrow keys too

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950404 Title: Launcher

[Bug 967027] Re: Menubar representations should not be shown in the arrangement widget of the Displays panel

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967027 Title: Menubar

[Bug 967121] Re: Misleading placement of 'Launcher placement' and 'Sticky edges' options in the System Settings-Displays panel

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967121 Title:

[Bug 921305] Re: HUD is over gtk-menu

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921305 Title: HUD is

[Bug 844044] Re: Unity Greeter - Add Network Login option

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844044 Title:

[Bug 950136] Re: multimonitor, launcher: Provide an option to display either a single launcher or a launcher on each display in a multi-monitor environment

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950136 Title:

[Bug 924884] Re: Dash - Different states of rating stars, and dimensions

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/924884 Title: Dash -

[Bug 928805] Re: Launcher, Window Management - Launcher reveal should not be triggered when dragging a window

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/928805 Title:

[Bug 919139] Re: window management, multi-monitor - In multi-monitor environment, windows should spread on the monitor in which they reside

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/919139 Title: window

[Bug 932906] Re: HUD loses keypresses for the first second after opening

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932906 Title: HUD

[Bug 946104] Re: multimonitor: Please give me a way to turn off sticky monitor edges

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/946104 Title:

[Bug 925021] Re: Launcher - Inserting items into launcher makes unnecessary animations on other monitors

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925021 Title: Launcher - Inserting items into launcher makes unnecessary

[Bug 838232] Re: Alt-tab - Reduce the spread delay for all items other than the initial item the select lands on after alt-tab opens

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/838232 Title:

[Bug 941066] Re: Dash is totally broken when disabling the blur effect

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/941066 Title: Dash is

[Bug 869900] Re: multimonitor , window management - windows should not open off display

2012-04-26 Thread Nick Tait
** Tags removed: udo udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869900 Title:

[Bug 761851] Re: Software Centre - automatically add app icon to launcher

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/761851 Title: Software

[Bug 841750] Re: Dash - horizontal divider line in between categories incorrectly drawn

2012-04-26 Thread Nick Tait
** Tags removed: udo udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841750 Title: Dash

[Bug 927952] Re: When I press the Print Screen button, it will not appear in Save Screenshot window.

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/927952 Title: When I

[Bug 869907] Re: Window Management - Unmaximizing a window doesn't return to the initial size/position.

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869907 Title:

[Bug 961285] Re: [5.8 pre staging] sticky edge option does nothing visible

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/961285 Title: [5.8 pre

[Bug 934061] Re: HUD doesn't give the focus back to the active application after dash/hud use

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/934061 Title: HUD

[Bug 871900] Re: Dash - When multiple results have equal string match relevancy ranking, those with equal ranking should be then sorted by frequency of use.

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/871900 Title: Dash -

[Bug 973181] Re: Dash - System commands presence confuse the definition of App

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973181 Title: Dash -

[Bug 967136] Re: In the Display Settings panel, when changing the 'Launcher placement' option from the drop-down list, the display arrangement widget does not immediately update to reflect the change

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/967136 Title: In the

[Bug 861250] Re: alt-tab - quick alt + tab (before the switcher shows) not consistent

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/861250 Title: alt-tab

[Bug 765819] Re: Launcher - Make Launcher left of screen reveal more responsive and less prone to false positives

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/765819 Title:

[Bug 926213] Re: Overlay should refer to Menu Bar not Top Bar

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/926213 Title: Overlay should refer to Menu

[Bug 938620] Re: Launcher - Properly colorize icons

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/938620 Title: Launcher - Properly colorize

[Bug 913717] Re: The search box is too opaque and dark

2012-04-26 Thread Nick Tait
** Tags removed: udp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/913717 Title: The

[Bug 929183] Re: The search box should not have the glow

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/929183 Title: The search box should not

[Bug 906235] Re: Dash- More fixes to layout and alignments

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/906235 Title: Dash- More fixes to layout

[Bug 932143] Re: Update 'desktop' menu so it is fully relevant to desktop functionality

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/932143 Title: Update

[Bug 973063] Re: Starting dash or hud with mouse over launcher desaturates all icons

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973063 Title: Starting

[Bug 841902] Re: Dash - Genre filter category in the Music Lens should use a 3 column layout

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udo udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841902 Title: Dash

[Bug 921249] Re: HUD - Using HUD often results in window losing focus

2012-04-26 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags removed: udp ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921249 Title: HUD -

[Bug 839690] Re: Topbar - window controls for maximised windows in the top bar should conform to Fitts's law

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/839690 Title: Topbar - window controls for

[Bug 941082] Re: The line separator between the launcher and the dash is cleared when selecting a category

2012-04-20 Thread Nick Tait
** Tags added: reviewdbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/941082 Title: The line separator between the

[Bug 898611] Re: Slider shouldn't increase by steps

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/898611 Title: Slider shouldn't increase by

[Bug 711199] Re: [UIFe] Dash - No message displayed when no results are returned in the Dash

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/711199 Title: [UIFe] Dash - No message

[Bug 841847] Re: Dash - unable to select multiple search filters within the same filter category simultaneously

2012-04-20 Thread Nick Tait
** Tags removed: furtherdesignreviewrequiredp ** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 891818] Re: Dash - dash is not closed with alt+f4

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/891818 Title: Dash - dash is not closed

[Bug 723861] Re: Right clicking on the desktop still displays the “Create Launcher...” option.

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/723861 Title: Right clicking on the desktop

[Bug 900400] Re: Application title on quicklist should be bold (or more visible)

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/900400 Title: Application title on

[Bug 841870] Re: Dash - A expand/collapse arrow is missing from all the filter category headers

2012-04-20 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released ** Tags added: reviewedbydesignp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841870 Title: Dash - A expand/collapse

[Bug 978785] Re: Dash - reduce frosty effect

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/978785 Title: Dash - reduce frosty effect

[Bug 966424] Re: Dash - Search box text is clipped

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966424 Title: Dash - Search box text is

[Bug 874410] Re: Launcher - Reduce Launcher icon de-coupling delay

2012-04-20 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874410 Title: Launcher - Reduce Launcher icon de-coupling delay To manage

[Bug 874380] Re: Launcher - the Keep in Launcher quicklist option should change from the current checkbox option to a two state toggle

2012-04-20 Thread Nick Tait
** Tags added: reviewedbydesignp ** Changed in: ayatana-design Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874380 Title: Launcher - the Keep in

  1   2   3   >