[Bug 177243] Re: Bash command completion puts backslash in front of beginning dollar sign

2009-07-20 Thread Chris Conroy
The backslash is gone in karmic, but the behavior is not fixed. With the
karmic (and upstream debian) bash-completion package, environment
variables still do not expand.

$ cd $HOMEtab
$HOME

As others have noted, simply removing $filenames breaks the expansion.
For me, the behavior of $dirnames in its place is at least tolerable
(you must type a slash in order to get the path to expand). I would
consider this bug still open.


Until it gets fixed properly, the workaround is easy to apply...

Workaround diff for the karmic bash_completion:
--- /etc/bash_completion2009-06-01 06:33:54.0 -0400
+++ bash_completion 2009-07-20 10:52:21.0 -0400
@@ -3236,9 +3236,9 @@
return 0
 }
 if shopt -q cdable_vars; then
-complete -v -F _cd $nospace cd
+complete -v -F _cd $nospace $dirnames cd
 else
-complete -F _cd $nospace cd
+complete -F _cd $nospace $dirnames cd
 fi
 
 # a wrapper method for the next one, when the offset is unknown

-- 
Bash command completion puts backslash in front of beginning dollar sign
https://bugs.launchpad.net/bugs/177243
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 251394] [NEW] When seeking, Mplayer has an error that reports overflow in spectral RLE, ignoring

2008-07-24 Thread Chris Conroy
Public bug reported:

Binary package hint: mplayer

I did not have this issue in 7.10. I just upgraded to 8.04 today and
noticed that MPlayer started doing this whenever seeking through a video
file. This issue never occurred before the upgrade to 8.04.

I have tried reinstalling FFMpeg, but that did not fix the issue.

Ubuntu Version: 8.04.1

mplayer:
  Installed: 2:1.0~rc2-0ubuntu13
  Candidate: 2:1.0~rc2-0ubuntu13
  Version table:
 *** 2:1.0~rc2-0ubuntu13 0
500 http://us.archive.ubuntu.com hardy/multiverse Packages
100 /var/lib/dpkg/status

** Affects: mplayer (Ubuntu)
 Importance: Undecided
 Status: New

-- 
When seeking, Mplayer has an error that reports overflow in spectral RLE, 
ignoring
https://bugs.launchpad.net/bugs/251394
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 147551] Re: cups-pdf fails to generate file when user does not print to default ~/PDF (apparmor vs.cups-pdf inconsistency)

2008-01-19 Thread Chris Conroy
i have my /home directory symlinked to another location due to my
partitioning setup. as a result, I had to add another entry into
$HOMEDIRS in /etc/apparmor.d/tunables/home in order to let apparmor
recognize my symlinked home directory

I imagine users experienced with apparmor already know to do this, but
I'm new to Ubuntu and it took me a little while to troubleshoot this
bug. perhaps it will be a useful hint to others who google the error and
come here.

-- 
cups-pdf fails to generate file when user does not print to default ~/PDF 
(apparmor vs.cups-pdf inconsistency)
https://bugs.launchpad.net/bugs/147551
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