[opensuse] Make it Stop!
Hi, I am configuring a new openSUSE 11.4 installation and there are some features that are annoying me and I'd like to dispense with them: - "If 'blah-blah-blah' is not a typo you can use command-not-found ..." - "Absolute path to 'ifconfig" is '/sbin/ifconfig', so running it ..." - Tooltips galore How might I get rid of these things? Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sun, 19 Jun 2011 12:38:00 -0700, Randall R Schulz wrote:
How might I get rid of these things?
I haven't tried this myself, but try removing the command-not-found package. jim -- Jim Henderson Please keep on-topic replies on the list so everyone benefits -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sunday 19 June 2011 19:47:34 Jim Henderson wrote:
On Sun, 19 Jun 2011 12:38:00 -0700, Randall R Schulz wrote:
How might I get rid of these things?
I haven't tried this myself, but try removing the command-not-found package.
or, if it's a multiuser system and you just want to disable it for one user, you can add unset command_not_found_handle to the user's profile (as suggested by 'man command-not-found') Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sunday June 19 2011, Anders Johansson wrote:
On Sunday 19 June 2011 19:47:34 Jim Henderson wrote:
On Sun, 19 Jun 2011 12:38:00 -0700, Randall R Schulz wrote:
How might I get rid of these things?
I haven't tried this myself, but try removing the command-not-found package.
or, if it's a multiuser system and you just want to disable it for one user, you can add
unset command_not_found_handle
to the user's profile (as suggested by 'man command-not-found')
Anders
Thanks Jim and Anders. This is a single-user system, so I just removed the package. Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Am 19.06.2011 22:36, schrieb Randall R Schulz:
On Sunday 19 June 2011 19:47:34 Jim Henderson wrote:
How might I get rid of these things? I haven't tried this myself, but try removing the command-not-found
On Sun, 19 Jun 2011 12:38:00 -0700, Randall R Schulz wrote: package. or, if it's a multiuser system and you just want to disable it for one user, you can add
unset command_not_found_handle
to the user's profile (as suggested by 'man command-not-found')
Anders Thanks Jim and Anders. This is a single-user system, so I just removed
On Sunday June 19 2011, Anders Johansson wrote: the package.
Randall Schulz
In this file "/etc/bash_command_not_found" I found this: if test -n "$COMMAND_NOT_FOUND_AUTO" ; then # call command-not-found directly test -x /usr/bin/python && test -x /usr/bin/command-not-found && /usr/bin/python /usr/bin/command-not-found "$1" zypp else # print only info about command-not-found echo -e $"If '$1' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf $1" fi Probably it's enough to comment the "echo" line out. Karl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Karl, On Sunday June 19 2011, Karl Sinn wrote:
...
Probably it's enough to comment the "echo" line out.
Karl
That file comes from a package and it's not a configuration file, so editing it is, in fact, corrupting the package. Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Sunday June 19 2011, Randall R Schulz wrote:
Hi,
I am configuring a new openSUSE 11.4 installation and there are some features that are annoying me and I'd like to dispense with them:
... - Tooltips galore
Some of these are disabled by de-selecting "Show Informational Tips" in the Workspace section of "Workspace Behavior" in the System Setting application. Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Anders Johansson
-
Jim Henderson
-
Karl Sinn
-
Randall R Schulz