Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Joachim Backes
On 06/07/10 09:21, Philip Heron wrote:
 On 07/06/2010 01:03, Tom Horsley wrote:
 On Sun, 6 Jun 2010 19:58:16 -0400
 Todd Zullinger wrote:

 What's happening?  Will some application put out a message offering
 to download the app?

 Yeah.  There's a command not found hook in bash (inspired by an Ubuntu
 patch, IIRC).  This went into Fedora 12 I believe:

 Yea, I put this in my .bashrc as soon as I was able to discover
 what helpful nonsense was going on:

 unset -f command_not_found_handle
 
 Easier to just remove it:
 
 # yum erase PackageKit-command-not-found
 
 I wasn't aware that it was on F12 - I've only noticed it from trying F13.
 
 -Phil

Coincidentally seeing this thread, and wondering too about this pause
effect, I removed PackageKit-command-not-found. But I get some error if
entering a command which bash does not find:

bac...@x [~]: Bush
bash: /usr/libexec/pk-command-not-found: No such file or directory

-- 
Joachim Backes joachim.bac...@rhrk.uni-kl.de

http://www.rhrk.uni-kl.de/~backes



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Rahul Sundaram
On 06/07/2010 01:22 PM, Joachim Backes wrote:
 Coincidentally seeing this thread, and wondering too about this pause
 effect, I removed PackageKit-command-not-found. But I get some error if
 entering a command which bash does not find:

 bac...@x [~]: Bush
 bash: /usr/libexec/pk-command-not-found: No such file or directory
   

You need to relogin or restart the terminal app

Rahul
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-07 Thread Joachim Backes
On 06/07/10 09:54, Rahul Sundaram wrote:
 On 06/07/2010 01:22 PM, Joachim Backes wrote:
 Coincidentally seeing this thread, and wondering too about this pause
 effect, I removed PackageKit-command-not-found. But I get some error if
 entering a command which bash does not find:

 bac...@x [~]: Bush
 bash: /usr/libexec/pk-command-not-found: No such file or directory
   
 
 You need to relogin or restart the terminal app
 
 Rahul

Thank you for the hint. Runs well after opening a new shell window.

Kind regards


Joachim Backes joachim.bac...@rhrk.uni-kl.de

http://www.rhrk.uni-kl.de/~backes



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Jonathan Ryshpan
If I invoke a nonexistent application in gnome-terminal on a system
running F13 this happens:
$ sdf
Command not found. 
about 1/3 second pause
$
If yum is running this happens:
$ sdf
Command not found. 
 * Waiting for package manager lock... 
pause till yum finishes
$

What's happening?  Will some application put out a message offering to
download the app?

Thanks - jon


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Todd Zullinger
Jonathan Ryshpan wrote:
 If I invoke a nonexistent application in gnome-terminal on a system
 running F13 this happens:
 $ sdf
 Command not found.
 about 1/3 second pause
 $
 If yum is running this happens:
 $ sdf
 Command not found.
  * Waiting for package manager lock...
 pause till yum finishes
 $

 What's happening?  Will some application put out a message offering
 to download the app?

Yeah.  There's a command not found hook in bash (inspired by an Ubuntu
patch, IIRC).  This went into Fedora 12 I believe:

http://fedoraproject.org/wiki/Features/PackageKitCommandNotFound

-- 
ToddOpenPGP - KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~
Sometimes you get the blues because your baby leaves you. Sometimes
you get'em 'cause she comes back.
-- B.B. King



pgpOkvcSPJPJn.pgp
Description: PGP signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Re: Invoking a nonexistent application in F13 causes a pause

2010-06-06 Thread Tom Horsley
On Sun, 6 Jun 2010 19:58:16 -0400
Todd Zullinger wrote:

  What's happening?  Will some application put out a message offering
  to download the app?  
 
 Yeah.  There's a command not found hook in bash (inspired by an Ubuntu
 patch, IIRC).  This went into Fedora 12 I believe:

Yea, I put this in my .bashrc as soon as I was able to discover
what helpful nonsense was going on:

unset -f command_not_found_handle
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines