[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 t

[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 w

[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 the

[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 yo

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 suppor

[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 actuall

[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 user

[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. https://bugs.launchpad.net/bugs/1868

[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): > ... Ho

[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 outg

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. O

[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 Ubunt

[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 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 fla

[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-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 o

[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 b

[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 issue

[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. https://bugs.laun

[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 script

[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 N

[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 t

[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 Launc

[Bug 844033] Re: Dash - Keyboard navigation for search filters is broken

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/844033 Title: Dash - Keyboard navigation fo

[Bug 921465] Re: Launcher is 1px wider

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/921465 Title: Launcher is 1px wider To man

[Bug 863405] Re: Dash - After scrolling to the bottom of the Dash using the cursor keys, navigating back upwards is broken

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/863405 Title: Dash - After scrolling to the

[Bug 883260] Re: Username "Matthew Paul Thomas" is faded at the end

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/883260 Title: Username "Matthew Paul Thomas

[Bug 869873] Re: Top Bar - rename the "Desktop" title in the Top Bar (displayed when no window has focus) to "Ubuntu Desktop"

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/869873 Title: Top Bar - rename the "Desktop

[Bug 748101] Re: Dash - "See more..." line should be base-aligned with section header

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/748101 Title: Dash - "See more..." line sho

[Bug 731958] Re: MP3 files should open in Banshee by default (not Multimedia Player)

2012-04-20 Thread Nick Tait
Note that default is now Rhythmbox ** Changed in: ayatana-design Status: Fix Committed => Fix Released ** Tags added: reviewedbydesign -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/731958 Tit

[Bug 876560] Re: Alt-tab - Even if a window spread is entered by pressing the down arrow key, on reaching the end of the spread the user should move to the next application.

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/876560 Title: Alt-tab - Even if a window sp

[Bug 930949] Re: Launcher - Icons are not colorized properly

2012-04-20 Thread Nick Tait
** Changed in: ayatana-design Status: Fix Committed => Fix Released ** Tags removed: furtherdesignreviewrequiredp ** 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/

[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 removed: udo udp -- 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 maximised windows in the top bar should conform to Fitts's law To manage notifica

[Bug 748101] Re: Dash - "See more..." line should be base-aligned with section header

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/748101 Title: Dash - "See more..." line should be base-aligned with section header To manage notifications about this bug go t

[Bug 930949] Re: Launcher - Icons are not colorized properly

2012-04-20 Thread Nick Tait
** Tags removed: udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/930949 Title: Launcher - Icons are not colorized properly To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 921465] Re: Launcher is 1px wider

2012-04-20 Thread Nick Tait
** Tags removed: udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921465 Title: Launcher is 1px wider To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/+bug/9

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

2012-04-20 Thread Nick Tait
** Tags removed: udp -- 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 steps To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-

[Bug 883260] Re: Username "Matthew Paul Thomas" is faded at the end

2012-04-20 Thread Nick Tait
** Tags removed: udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883260 Title: Username "Matthew Paul Thomas" is faded at the end To manage notifications about this bug go to: https://bugs.launch

[Bug 876560] Re: Alt-tab - Even if a window spread is entered by pressing the down arrow key, on reaching the end of the spread the user should move to the next application.

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876560 Title: Alt-tab - Even if a window spread is entered by pressing the down arrow key, on reaching the end of the spread

[Bug 869873] Re: Top Bar - rename the "Desktop" title in the Top Bar (displayed when no window has focus) to "Ubuntu Desktop"

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869873 Title: Top Bar - rename the "Desktop" title in the Top Bar (displayed when no window has focus) to "Ubuntu Desktop"

[Bug 863405] Re: Dash - After scrolling to the bottom of the Dash using the cursor keys, navigating back upwards is broken

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/863405 Title: Dash - After scrolling to the bottom of the Dash using the cursor keys, navigating back upwards is broken To m

[Bug 849175] Re: Dash - cursor should change when pointer is over the search field

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/849175 Title: Dash - cursor should change when pointer is over the search field To manage notifications about this bug go to:

[Bug 844055] Re: Unity Greeter - The word "password" should be inside the password entry box, not above it

2012-04-20 Thread Nick Tait
** Tags removed: udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844055 Title: Unity Greeter - The word "password" should be inside the password entry box, not above it To manage notifications

[Bug 844033] Re: Dash - Keyboard navigation for search filters is broken

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/844033 Title: Dash - Keyboard navigation for search filters is broken To manage notifications about this bug go to: https://bu

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

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- 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 arrow is missing from all the filter category headers To manage notifications about t

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

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/841847 Title: Dash - unable to select multiple search filters within the same filter category simultaneously To manage notif

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

2012-04-20 Thread Nick Tait
** Tags removed: udo udp -- 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 displayed when no results are returned in the Dash To manage notifications about this

[Bug 978785] Re: Dash - reduce frosty effect

2012-04-20 Thread Nick Tait
** Tags removed: udp -- 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 To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-design/

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

2012-04-20 Thread Nick Tait
** Tags removed: udp -- 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 clipped To manage notifications about this bug go to: https://bugs.launchpad.net/ayatana-d

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

2012-04-20 Thread Nick Tait
** Tags removed: udp -- 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 quicklist should be bold (or more visible) To manage notifications about this bug go to: https:

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

2012-04-20 Thread Nick Tait
** Tags removed: udp -- 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 with alt+f4 To manage notifications about this bug go to: https://bugs.launchpad.net/ayata

[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 removed: udo udp -- 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 Launcher" quicklist option should change from the current checkbox option to a two stat

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

2012-04-20 Thread Nick Tait
** Tags removed: udo udp udt -- 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 still displays the “Create Launcher...” option. To manage notifications abou

[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 Gr

[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: Back

[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: Unab

[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: Gnom

[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 - M

[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 - l

[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 gr

[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: Misleadi

[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 o

[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: Unit

[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: multimon

[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 - D

[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: Launcher

[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 m

[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 lose

[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: multimon

[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 anim

[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: Alt-

[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: mult

[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 p

[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: Wind

[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 does

[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 - W

[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 - S

[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 D

[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: Laun

[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 sear

[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 hav

[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 an

[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 - Us

[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: [autohid

[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 show

[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 U

[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: Multimon

  1   2   3   >