Software :: How To Get Autocomplete Function Back (Apt-Get)
May 27, 2010
I used to run Sidux and every time I wanted a package I could use the auto-complete with tab like I'm used to in BASH. My girlfriend uses Ubuntu and it didn't work there. Now I switched to Debian, and it doesn't work there either. I tried the usual suspects (man bash, man apt, man apt-get, info, --help and google). How I can switch the completion back on?
View 2 Replies
ADVERTISEMENT
Feb 2, 2011
I'm having an issue when I run apt-get and try to use autocomplete. It seems to only happen when I try to remove or install certain items - like gwibber, gnome stuff, etc. So let me show you what happens:
Code:
user@mycomp ~ $ sudo apt-get remove gwigrep-status: /var/lib/dpkg/status:13456: expected a colon .
So I typed in gwi pressed tab and it came up with the /var/lib/dpkg/status:13456: expected a colon (newline) .
View 2 Replies
View Related
Mar 24, 2011
I bought a multifunction stylus sx218 Espon model and I can not run the scanner function. I did some research and found a few solutions and very functional. I hope someone solves the problem. My version of openSUSE 11.2.
View 9 Replies
View Related
Nov 16, 2010
Code:
#include <iostream>
using namespace std;
[code]...
View 1 Replies
View Related
May 18, 2010
I am doing some Linux kernel programming for my research project. I need to record the timestamp (by using cpuid and rdtsc) when an interrupt handler (top half) is first invoked. Due to the time critical nature of the problem itself, I have to do the timestamping inside the interrupt handler itself (the first operation when the handler is called). However, I understand that tasks that are not so time critical should be deferred to a tasklet function (bottom half) for processing because other interrupts are disabled in a (top-half) interrupt handler. I am currently out of idea on how I can pass the timestamp information that I have obtained in the interrupt handler to the corresponding tasklet function.
View 2 Replies
View Related
Mar 13, 2011
I notice that in 11.4 when I try to autocomplete (Tab Key) to /etc or /etc/init.d/ it auto completes differently than the way it did in other 11.x openSUSE versions. i.e.
Code:
sudo /et
Then hit tab; it auto completes to /etc (space on the end of it)
Also,
Code:
sudo /etc/init.
Then hit tab; it auto completes to /etc/init.d (space on the end of it)
If I simply try:
Code:
/et
Then hit tab; it auto completes properly to /etc/
View 3 Replies
View Related
May 4, 2011
I did a bunch of uninstalls and reinstalls lately, trying different distros. Now I'm back to Ubuntu but tab autocomplete in terminals doesn't work anymore. It is quite less convenient now to use the terminal. I tried changing interpreter to /bin/bash and it doesn't work. I use guake.
View 2 Replies
View Related
Jun 10, 2011
When I use sudo, command does not auto-complete with 'tab'. Perhaps its some sort of security measure? I'd like to turn it off, because its just annoying. Older versions of debian didn't have such problem. Using debian_testing_amd64.
View 4 Replies
View Related
May 9, 2011
I've a really strange problem with the auto-complete in midnight commander. I've linux installed in a laptop, and when I do Esc-TAB with the keyboard of the laptop, the autocomplete works. But, if a connect an USB keyboard to the laptop, the autocomplete of the mc doesn't work in the USB keyboard, but stills work in the laptop keyboard.
View 1 Replies
View Related
Mar 30, 2011
I'm currently using OpenSuse 11.1 web server. This is bad since 11.1 is no longer supported. the reason why I am using it is because Function set_magic_quotes_runtime() was no longer being used. (so I was told)
That being said, is there a way to get Function set_magic_quotes_runtime() to function on the newer versions of OpenSuSE?
View 9 Replies
View Related
Feb 21, 2010
the function terminates if no key is pressed for 10 consecutive seconds. I tried using the -t option as suggested in some forums, but my version of showkey doesn't have the option of changing the timeout. The options I get are:
-h --helpdisplay this help text
-a --asciidisplay the decimal/octal/hex values of the keys
-s --scancodesdisplay only the raw scan-codes
-k --keycodesdisplay only the interpreted keycodes (default).
Is it possible to write a script to use this function and still keep the function active until an interrupt is recieved?
View 6 Replies
View Related
Jul 6, 2010
I was using windows recently and noticed that in their command line, the autocomplete is in some ways a little more intelligent (although based on my short experience ours is more robust); for example, if you have a directory named blah and a file name bl, in Linux "cd bl <tab>" will result in "cd bl" while in Windows I get "cd blah" because it recognizes that blah and not bl is the appropriate argument to cd. Similarly unrar will target rar files first.I am not saying Windows command line is better; Windows command line is in general a piece of junk.
View 2 Replies
View Related
Jul 10, 2010
I use evolution a lot during my working day, I work in IT so my work is heavily email driven. I have used ubuntu on my personal computers for a while now and last week decided to migrate my work computer from Windows to ubuntu. For my work email, contacts and calendars I use google apps for business (highly recommended by the way!) and evolution syncs all 3 brilliantly. As outlook uses the nk2 file to autocomplete email addresses when you begin to type them into the to, cc or bcc bar.
I can't seem to enable the same feature in evolution. I have gone into Edit > Preferences > Mail Preferences > Automatic Contacts. I have then put a tick in the check box "create address book entries when sending emails" and I have selected the ubuntu one address book (don't want my gmail contacts being clogged up). After sending some emails it doesn't seem to store the addresses in the 'history'.
View 2 Replies
View Related
Nov 4, 2010
When I type into a box that auto-completes, the window stops letting me type as soon as a suggestion comes up. I have to tab out of the window and come back to it.
This is mildly annoying for browsing on the internet and almost debilitating trying to use programs like Eclipse.
This occurred for me on 10.04, so I upgraded yesterday to 10.10 and the problem still occurs (and more problems!).
View 3 Replies
View Related
Nov 3, 2010
I use Slackware 13.1 and eclipse 3.6 (Helios). When I do some programming the eclipse is always crashing. E.g.: class c, c.gwtC(); when I write the "." and the autocomplete is activated the eclipse crashes.
View 3 Replies
View Related
Feb 3, 2011
For some reason my bash autocomplete stopped working. I get the error when I try to cd into a directory, pressing <tab> for autocomplete:
cd A-sh: <( compgen -d -- 'A' ): No such file or directory
Autocomplete works for the root user and for the other user on the machine, just not logged in as this user. The .bashrc file looks fine to me, and I didn't make any changes to it to even cause the bash autocomplete to stop working (as far as I know).
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
What else could cause autcomplete to stop working? I log in via ssh, btw.
View 11 Replies
View Related
Jun 3, 2010
Once upon a time when I started sqlite from the command line I could using the tabbing autocomplete to enter the database name. This has not worked for a while now.
View 1 Replies
View Related
Sep 7, 2010
I'm having a bit of a struggle here. I recently installed likewise-open 6 to logon to my company domain.
All is working fine but one thing, the gnome-terminal autocomplete function.
All that the terminal shows is a "$" sign and nothing else. When I type in a part of a word and press "TAB" it registers as a tab and does not show the autocomplete options that I normally have. it's very annoying to type a long sentence every time.
View 4 Replies
View Related
Oct 27, 2010
We All know Gedit Autocomplete plugin (nagaozen / gedit-plugin-autocomplete 0.10.1). It has a cool feature where it reads words from a "Library". How to Edit that library?
View 2 Replies
View Related
Oct 2, 2009
How to get the Autocomplete work for HTML code with geany IDE?
View 1 Replies
View Related
Mar 19, 2011
I don't want to go into a lot of detail as to why, but suffice to say, I detest autocomplete, anywhere, in any form. I'll leave it at that and save the venting for another time. Now, I've disabled autocomplete within a document, that's not too hard, by disabling the "Enable word completion." But, that seems to have no effect on the "Find & Replace" box. Googling doesn't seem to find anything, except another person that also seems to hate it on the OpenOffice message boards, and they were not helpful. That was also about five years ago, if that makes any difference.
View 2 Replies
View Related
Mar 19, 2010
I have a weird problem in my Aspire One D150 with an Intel 945 GME, and in my HP DV5 with an Intel GM45. When i put a window like Firefox in full screen mode (F11), and try to get into a menu, or an auto-complete option or trying to access a URL in the history of the address bar, results in a black blink that its very annoying, because it happens all the time.
This problem appears in the most GTK Apps that i run in full screen mode. QT Works perfect. If the composite its off, works perfect in both.
This happens in KDE 4.3.5 and KDE 4.4.1, so I have no clue about this. I want my composite on, and make that the GTK Apps work as well as the QT ones.
View 3 Replies
View Related
Jan 6, 2010
Since I updated to Karmic, I noticed a very annoying problem that forces me to restart Firefox every 20 minutes or so: When the cursor is located inside the address bar (CRTL+L), I always type one or two characters, a drop down menu appears with most visited links that contain these characters, I press <down-arrow>, <Enter> and go to one of my usual links. I use this all the time, which allows me to go to me usual links in a second or two. The problem is that this feature stops working after browsing for some time: no drop-down menu appears and pressing the down-arrow does nothing.
The only other problem that happens in coincidence is that you have to click 2 or 3 times on the 'arrow-down' button on the right side of the address bar before you get a drop-down menu with the most visited links (this normally happens on the first click). The problem appears at random moments (typically after some 10 to 20 minutes of browsing, but sometimes earlier) and disappears when I restart FF. I tried clearing the history, but that does not change anything. Does anyone else see this problem and knows how to fix it?
My setup:
Toshiba notebook, 32 bit
up to date Karmic
FF 3.5.6, with some add-ons: adblock plus, bugmenot, all-in-one gestures, xmarks and some dictionaries, all working without any problems.
View 3 Replies
View Related
Mar 23, 2010
Atleast I think it's a terminal program. I remember several years ago while using Redhat 7 when working in the terminal it would automatically complete the pathnames and filenames for you. If I was typing in the terminal "cd downloads" but I only typed "cd do" it would automatically complete my command with "cd documents" but if I continued to type "cd dow" it would know that I don't mean the documents folder and it would know the only other folder path with a dow in it is downloads. I'm not sure if my description is 100% accurate but I think you get the idea. Ubuntu doesn't seem to have this by default and I'm curious if I can get it. Is it a terminal program/client I need to use, or just an option? I don't know what it's called so I've had a hard time googling for it!
View 9 Replies
View Related
Jan 6, 2009
Is there a way to customize bash autocomplete such that it avoids searching for commands? I want it to auto complete file and folder names only!
View 2 Replies
View Related
Jun 20, 2010
I looked on the net for such function or example and didin't find anything, thus after having made one i guess it would be legitimate to drop it to see what others thinks of it.
#!/bin/bash
addelementtoarray()
{
local arrayname=$1
[code]....
View 10 Replies
View Related
Sep 1, 2011
i have noticed that if vista is not the active partition, hybernate does not work. it just goes black and then back to the user icon screen to log back in. another "slight" problem was that i was not able to apply a service pack. after restoring vistas dominance i was able to install the pack. is there any other work arounds for hybernate? even though you might not be interested in cleaning up after microsoft.
View 1 Replies
View Related
May 7, 2010
10.04
I managed to delete the Volume Applet that appears by default on the task bar. I'm sure it used to be listed in 'Add to Panel' in other version of Ubuntu however I can't see it there in 10.04.
Can someone explain to me how I get it back?
View 4 Replies
View Related
May 17, 2010
it was possible to back up time machine back ups from a mac in ubuntu.
I use a mac at work and use time machine to back up to an external hard drive which i take home each day. I wish to back up the time machine back ups off the external hard drive each day to my computer at home just to be safe is this possible?
I have managed to open the hard drive and have enabled view hidden files so i can see all the files but i am unable to copy them due to permission errors
View 1 Replies
View Related
May 24, 2010
I want to declare a function in a function, but had no success till now, see the error code below and visit the project at sourceforge
[Code]...
View 14 Replies
View Related