[Bug 572627] Re: ftdetect scripts not loaded from directories added to runtimepath

2012-07-09 Thread Garrison Hoffman
Unsurprisingly, this is still an issue in Ubuntu 12.04--is there a
suggested workaround?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/572627

Title:
  ftdetect scripts not loaded from directories added to runtimepath

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/572627/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 412920] Re: XdgUtils is not properly configured to handle trash:// urls

2012-06-09 Thread Garrison Hoffman
Please clarify "fixed";  I have the same issue on my desktop system:
x86_64 Ubuntu 12.04 LTS (xdg-utils 1.1.0~rc1-2ubuntu6)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/412920

Title:
  XdgUtils is not properly configured to handle trash:// urls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/412920/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894544] Re: action plugin regex failure

2011-11-28 Thread Garrison Hoffman
I spent an hour or so tinkering with python this morning (GMT-5), but
I'm learning as I go.  It would be useful to know whether whether a
numeric value is returned by clipboard.wait_for_text(),
self.unicode_or_none(), or is converted at some later point. If you want
to send me a patch or script to help pin this down, I'll be happy to
assist.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894544] Re: action plugin regex failure

2011-11-27 Thread Garrison Hoffman
Update: Same issue on another Oneiric machine running XFCE, so I guess
that lets Unity off the hook. Meanwhile I've been reading up on python —
the language is both strongly and dynamically typed (with duck typing,
no less), shouldn't you always ensure you are passing a string where
strings are required?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 894544] Re: action plugin regex failure

2011-11-27 Thread Garrison Hoffman
Well that is certainly curious. Based on available information I'm
inclined to believe Unity may be involved somehow; however, unless you
are under the impression that your input is forever guaranteed to be a
string, I don't see that it much matters that in some cases it works. If
there is some disadvantage to explicitly setting a variable type in a
case like this, I'd prefer to know what that is before spending any time
chasing down clipboard bugs — especially those from the seemingly ever
increasing Unity pile.

I'll see about testing this with Gnome classic or some such, but even if
my suspicions about Unity are off the mark, I don't see a case where
it's a bad idea to patch this bug.

I also hope you'll consider using regex.search, it seems less onerous
than beginning every regex with '.*'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 894544] Re: action plugin regex failure

2011-11-27 Thread Garrison Hoffman
Only because I'm not terribly familiar with python did I do some further
testing to try to discover how it might be possible to not reproduce
this, but all my testing indicates you've done something wrong in
testing, or we're using different sources. To eliminate this
possibility, here's a simple test script which illustrates the problem,
confirmed on 64bit Ubuntu Onierec and 32bit Ubuntu Lucid LTS.

Run with no arguments for the failure scenario, any arguments for the
successful one (matching this bug ID). If you still cannot reproduce the
bug I'll print out the source code and eat it.

** Attachment added: "test.py"
   
https://bugs.launchpad.net/glipper/+bug/894544/+attachment/2610775/+files/test.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894544] Re: action plugin regex failure

2011-11-27 Thread Garrison Hoffman
I'm not sure how I can be more specific than "attempts to match all
digit strings always fail". Did you try the expression I gave as an
example? It doesn't seem especially like the sort of issue to be
specific to architecture or library dependencies.

In any case, unicode() works just as well, which I've also tested with
regex.search() because regex.match() seems like a pointless restriction
not mentioned in the documentation (it forces /^/ matching). Attached is
an update diff against revision 107.

** Patch added: "regex.search(unicode(item))"
   
https://bugs.launchpad.net/glipper/+bug/894544/+attachment/2610774/+files/actions_py.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 894544] Re: action plugin regex failure

2011-11-26 Thread Garrison Hoffman
** Tags added: patch

** Tags added: plugin regex

** Also affects: glipper (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/894544

Title:
  action plugin regex failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/glipper/+bug/894544/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799964] Re: Spaces in filenames are badly handled

2011-06-20 Thread Garrison Hoffman
*** This bug is a duplicate of bug 761859 ***
https://bugs.launchpad.net/bugs/761859


** This bug has been marked a duplicate of bug 761859
   Filenames and paths are URL encoded

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799964

Title:
  Spaces in filenames are badly handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-actions/+bug/799964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 799964] [NEW] Spaces in filenames are badly handled

2011-06-20 Thread Garrison Hoffman
*** This bug is a duplicate of bug 761859 ***
https://bugs.launchpad.net/bugs/761859

Public bug reported:

Binary package hint: nautilus-actions

This bug is apparently fixed upstream in 3.1.2, and wasn't an issue in 2.x, but 
the current stable version is broken.
The sensible thing would seem to be upgrading or reverting the Natty package 
rather than leaving as is.

Upstream bug info: https://bugzilla.gnome.org/show_bug.cgi?id=638278

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: nautilus-actions 3.0.5-1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Mon Jun 20 18:15:29 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: nautilus-actions
UpgradeStatus: Upgraded to natty on 2011-04-30 (51 days ago)

** Affects: nautilus-actions (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/799964

Title:
  Spaces in filenames are badly handled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus-actions/+bug/799964/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 623609] Re: grub-pc needs some help in uec instances

2011-01-17 Thread Garrison Hoffman
I can confirm that 'rm /boot/grub/video.lst' works on Ubuntu 10.04.1 LTS
(Lucid). Thanks for the tip, Scott.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/623609

Title:
  grub-pc needs some help in uec instances

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 537472] Re: upgrade from hardy to lucid fails

2010-05-23 Thread Garrison Hoffman
You don't actually need to wipe your white list with --purge

-- 
upgrade from hardy to lucid fails
https://bugs.launchpad.net/bugs/537472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 438892] Re: Vocoder plugin doesn't work with non-English locale: "Nyquist didn't return audio"

2010-05-12 Thread Garrison Hoffman
This still appears to be broken in audacity 1.3.12-2 on x86_64 Ubuntu
10.04 (lucid). Same output as original report.

-- 
Vocoder plugin doesn't work with non-English locale: "Nyquist didn't return 
audio"
https://bugs.launchpad.net/bugs/438892
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 273294] Re: Rhythmbox can not use smb:// as library location

2009-01-15 Thread Garrison Hoffman
Works for me on Ubuntu 8.10 x86_64

-- 
Rhythmbox can not use smb:// as library location
https://bugs.launchpad.net/bugs/273294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Re: Broken libpam-mysql in Edgy

2007-12-02 Thread Garrison Hoffman
Even easier, after reading the man page for ld.so, I simply added
/lib/libpam.so.0 to /etc/ld.so.preload. Now I don't need to worry about
init scripts being overwritten during upgrades.

-- 
Broken libpam-mysql in Edgy
https://bugs.launchpad.net/bugs/96091
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Re: Broken libpam-mysql in Edgy

2007-12-02 Thread Garrison Hoffman
Naturally the problem exists on Gutsy as well.

The LD_PRELOAD trick works better as: export LD_PRELOAD=/lib/libpam.so.0

libpam.so.0 should be a symlink pointing to the correct lib.

Perhaps if no better fix is forthcoming we could get this added to
/etc/init.d/courier-authdaemon?

-- 
Broken libpam-mysql in Edgy
https://bugs.launchpad.net/bugs/96091
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55723] Re: Missing X-Spam-* headers

2007-07-19 Thread Garrison Hoffman
...or you could do as specified in the top post.

-- 
Missing X-Spam-* headers
https://bugs.launchpad.net/bugs/55723
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58883] Re: find -regex sometimes ignores case

2007-05-08 Thread Garrison Hoffman
This bug is on all my Dapper & Edgy installations but not Feisty.

-- 
find -regex sometimes ignores case
https://bugs.launchpad.net/bugs/58883
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110103] Re: gDesklets on AMD64 Feisty will not start/work

2007-05-07 Thread Garrison Hoffman
Is Benoît having a bad week or is he this way naturally?

-- 
gDesklets on AMD64 Feisty will not start/work
https://bugs.launchpad.net/bugs/110103
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 110103] Re: gDesklets on AMD64 Feisty will not start/work

2007-05-03 Thread Garrison Hoffman
Dizzi's package works for me. (thanks, Dizzi)

-- 
gDesklets on AMD64 Feisty will not start/work
https://bugs.launchpad.net/bugs/110103
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 110103] Re: gDesklets on AMD64 Feisty will not start/work

2007-05-02 Thread Garrison Hoffman
This is already reported there
http://bugzilla.gnome.org/show_bug.cgi?id=434397

-- 
gDesklets on AMD64 Feisty will not start/work
https://bugs.launchpad.net/bugs/110103
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Re: Broken libpam-mysql in Edgy

2007-05-02 Thread Garrison Hoffman
This appears to still be a problem on Feisty, I wonder if it will have
the Unconfirmed/Undecided status updated before a Debian fix comes
along.

-- 
Broken libpam-mysql in Edgy
https://bugs.launchpad.net/bugs/96091
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Re: Broken libpam-mysql in Edgy

2007-04-05 Thread Garrison Hoffman
I think you should definitely post it on Debian, I felt like I was the
only fellow doing MySQL auth via pam.

-- 
Broken libpam-mysql in Edgy
https://bugs.launchpad.net/bugs/96091
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Re: Broken libpam-mysql in Edgy

2007-03-25 Thread Garrison Hoffman
Lots of reading and fiddling led me to this workaround:

   export LD_PRELOAD=/lib/libpam.so.0.79
   /etc/init.d/courier-authdaemon restart

I still don't know what's up with the pam libs, but at least users can
now access their e-mail.

-- 
Broken libpam-mysql in Edgy
https://launchpad.net/bugs/96091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 96091] Broken libpam-mysql in Edgy

2007-03-25 Thread Garrison Hoffman
Public bug reported:

Binary package hint: libpam-mysql

Steps to reproduce:

1. install libpam-mysql
2. ldd -r /lib/security/pam_mysql.so
undefined symbol: pam_get_item  (/lib/security/pam_mysql.so)
undefined symbol: pam_set_data  (/lib/security/pam_mysql.so)
undefined symbol: pam_strerror  (/lib/security/pam_mysql.so)
undefined symbol: pam_get_data  (/lib/security/pam_mysql.so)
undefined symbol: pam_get_user  (/lib/security/pam_mysql.so)
linux-gate.so.1 =>  (0xe000)
libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7d9e000)
libz.so.1 => /usr/lib/libz.so.1 (0xb7d8a000)
libnsl.so.1 => /lib/tls/i686/cmov/libnsl.so.1 (0xb7d74000)
libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7d4e000)
libcrypt.so.1 => /lib/tls/i686/cmov/libcrypt.so.1 (0xb7d2)
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7bec000)
libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb7bd8000)
/lib/ld-linux.so.2 (0x8000)
3. Fend off pissed off users who can't access services.

** Affects: pam-mysql (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Broken libpam-mysql in Edgy
https://launchpad.net/bugs/96091

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68766] Re: Djvulibre Plugin

2006-11-02 Thread Garrison Hoffman
I have the same problem in AMD64 Dapper.  Launch firefox from a terminal
and you will see the following when djvulibre fails:

LoadPlugin: failed to initialize shared library /usr/lib/netscape
/plugins-libc6/nsdejavu.so [/usr/lib/netscape/plugins-libc6/nsdejavu.so:
undefined symbol: XtShellStrings]

-- 
Djvulibre Plugin
https://launchpad.net/bugs/68766

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58883] Re: find -regex sometimes ignores case

2006-09-04 Thread Garrison Hoffman
** Summary changed:

- find -regex ignores case
+ find -regex sometimes ignores case

** Description changed:

  Binary package hint: findutils
  
  find /usr/bin -regex '[/A-Z]+' prints everything in /usr/bin instead of
- just files with upper case characters.  In other words it functions
- exactly like -iregex.
+ just files with all upper case characters (none); in other words, it
+ functions exactly like -iregex.
+ 
+ find /usr/bin -regex '[/ABCDEFGHIJKLMNOPQRSTUVWXYZ]+' works as expected.
+ 
+ A better workaround is to use a different -regextype with posix
+ character classes, e.g.  find /usr/bin -regextype posix-egrep -regex
+ '[/[:UPPER:]]+'

-- 
find -regex sometimes ignores case
https://launchpad.net/bugs/58883

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58883] find -regex ignores case

2006-09-04 Thread Garrison Hoffman
Public bug reported:

Binary package hint: findutils

find /usr/bin -regex '[/A-Z]+' prints everything in /usr/bin instead of
just files with upper case characters.  In other words it functions
exactly like -iregex.

** Affects: findutils (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
find -regex ignores case
https://launchpad.net/bugs/58883

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55723] Re: Missing X-Spam-* headers

2006-08-10 Thread Garrison Hoffman
The default config fails to define @local_domains_maps, ergo no
recipient is considered local.  This is bad.

Adding either

@local_domains_acl = ( ".$mydomain" );

or

@local_domains_maps = ( [".$mydomain"] );

to the config will fix this problem.

-- 
Missing X-Spam-* headers
https://launchpad.net/bugs/55723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55723] Missing X-Spam-* headers

2006-08-08 Thread Garrison Hoffman
Public bug reported:

Binary package hint: amavisd-new

amavisd-new does not produce X-Spam-Level and X-Spam-Status headers even
when $sa_spam_report_header and $sa_spam_level_char are explicitly set
in /etc/amavis/conf.d/50-user

X-Spam-* headers normally appear when X-Virus-Scanned does, that is,
when the spam score surpasses $sa_tag_level_deflt

** Affects: amavisd-new (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Missing X-Spam-* headers
https://launchpad.net/bugs/55723

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs