Ubuntu :: Alt+f2 Slow To Show Up/type On

Aug 31, 2010

I was using Hardy Ubuntu and have recently moved to Lucid and in both distributions I have noticed that alt+f2 (launcher) is very slow to show up when I have a lot of programs open.

Also, when I start typing in the box (alt+f2 launcher box), the typing is very slow (Maybe because it is trying to auto-complete?). I don't really understand why.

My terminal auto-completion is very fast. I have a very beefy machine with lots of RAM.

Has someone else also faced this problem? What is the solution?

Is it possible to replace the default gnome alt+f2 launcher with a different one that perhaps doesn't auto-complete?

EDIT: I'd like to add that launching applications from the gnome-terminal is extremely fast on my machine (less than 1 second). With alt+f2, they take 3-4 seconds and sometimes even 5+ seconds.

View 2 Replies


ADVERTISEMENT

Ubuntu :: Get PDF File Type To Show Up In The Firefox Applications?

Jan 9, 2010

How can I get PDF file type to show up in the firefox applications list so I can specify what application to open it with, etc..

View 1 Replies View Related

Ubuntu :: All Files Show As Type Plain Text?

Apr 14, 2011

I somehow managed to screw up my lucid lynx system so that all files show up under Nautilus properties as Type Plain Text. When I double click a file, any file, the system tries to open it as plain text with gedit. Everything worked correctly until yesterday when I tried to install a new version of PyQt4. If I reboot with an old (karmic) version of Ubuntu and bring up Nautilus Properties on the same file (my data partition can be opened in other OS's) the files show up with the correct file type (PDF, ODT, etc) So the problem is not in the file itself, but rather in the lucid OS, which is mis-interpreting the file type. As I said I somehow messed it up when installing the new version of PyQt4.

View 7 Replies View Related

Ubuntu Networking :: Show The Frequency And The Type Of The Connected Mobile Broadband Network?

May 16, 2011

is there any tool (terminal command preferably) which can show the frequency and the type of the connected mobile broadband network. I mean HSDPA/GPRS etc and 900/2100MHz. At my country there are 2 frequencies used for UMTS, 900MHz for rural areas and 2100MHz for urban and I need to know what type is the connection and what is the used atm frequency. I am using wvdial for connecting to the internet.

View 2 Replies View Related

Fedora :: Login - After Type My Password Is Show 14 Screen But Stop Doing Anything

Jan 24, 2011

I have problem with login to Fedora 14. After I type my password is show Fedora 14 screen but It stop doing anything it show only Fedora 14 Picture background.

View 11 Replies View Related

General :: Grub Mod Files Show As Music File Type For Mint 8 Gnome

Jan 1, 2010

In the /boot/grub/ all the grub mod files show as music file type for Linux Mint 8. So is it really needed to correct this, and how to change this file type from some music application to the grub module file type association?

View 5 Replies View Related

OpenSUSE Hardware :: USB Stick Very Slow Copying - Taskbarpanel Notifier Doesn't Show Progressbar

Sep 11, 2010

I installed openSUSE 11.3 with KDE4 on three different computers. Only one of them has the following problem: When I use my Sandisk Cruzer USB-stick (FAT32 formatted), copying is extremely slow. Also, the taskbarpanel notifier does not show a progressbar or a cancel button during copying. It only shows that is copying but I can not cancel. On the other two computers, the same stick works ok. The computer has the following mainboard: Asus M4A87TD/USB3

View 1 Replies View Related

Fedora :: Can't Get The Japanese Language Bar To Show Up So Can Type In Japanese?

Feb 6, 2010

scim-anthy seems to have been installed perfectly... however, ctrl-space or any other combinations that i'm use to don't activate it... i see the keyboard icon, i can go in set up the environment in it but... i can't get the japanese language bar to show up so I can type in Japanese.

View 1 Replies View Related

Ubuntu :: Changing File System Type To Another Filesystem Type - Does It Effect On Data?

Feb 4, 2011

In my system around 73gb(pc-desktop) i have,1 primary partition(windows)-25gb, 1-extended partition(remaining gb) 3 logical partitions were there in (under) extended partition in one of the logical partition is d:drive. in my hard disk d: drive is -/dev/sda5

previosly i was fat -file system , (d:drive-/dev/sda5), i remember i changed the d: drive(d:drive-/dev/sda5) file system to ext4file system ,with following command using terminal

After doing(changing the file system)this one ,i couldnt see the d:drive data

By doing that

1q) Did i reformatted the partition? i think the new filesystem(ext4) has no knowledge of the data that was on it when it had a FAT filesystem.

2q) How to do undo operation,i tried to change the filesystem type to fat/ntfs in terminal using command --sudo mkfs -t FAT /dev/sda5.

Result:its showing text message-'mkfs.FAT: No such file or directory'(not in single quote)

I had very imp data in d:drive

View 1 Replies View Related

Ubuntu :: Error: Can't Perform Indexing Operations For <unknown Type> Type

Feb 26, 2010

I just loaded octave. I ran through a few examples of how to implement a script file. Everything works until I get to "plot". When I run the "plot" command I get the following.

octave:2> test1.m
error: can't perform indexing operations for <unknown type> type
sh: gnuplot: not found
Just to double check my work, I ran the following code:
y=[1 2 3];
plot(y);

View 3 Replies View Related

General :: Getting Content-type/Mime Type Of The File Using Shellscript

May 24, 2011

I am copying the file form one directory to another directory using shellscript.

Here i want to get the Mimetype/Content-type of the file.

How to i can get the MimeType.

View 9 Replies View Related

Security :: Server Hacked When Try To Log In Type Root But Won't Let Type A Password?

Jun 22, 2010

I have a server hacked when i try to log in i type root but won't let me type a passwdthere are no services up, can't see page mail nothing

View 11 Replies View Related

Programming :: Error - Array Type Has Incomplete Element Type

Jan 26, 2010

I'm trying to compile a program and it gives me the following:

I checked cmath-util.h:46 and cmath-util.h:48:

I'm not a C person, and the author is unavailable so far.

View 5 Replies View Related

Ubuntu :: Maverick Doesn't Show Sub-menus / Show That?

Oct 14, 2010

Anyway since I upgraded to Ubuntu 10.10 when I right-click on something and there is another menu in that menu, it doesn't show up for the first time!

for example if I want to create a an "Empty File", I'll right-click on desktop and when I want to go to "Create Document" menu, it doesn't show up! so I must click somewhere else and try again so for the second time it works!!

View 9 Replies View Related

Programming :: Convert The String Data Type To Other Primitive Data Type?

Mar 4, 2011

I am trying to generic way to convert the string datatype to other primitive data type. To achieve, i used Template . But i getting error and couldn't resolve the issue and error reported is also clueless.

Code
====
#include <vector>
#include <iostream>
#include <string>

[Code].....

View 7 Replies View Related

General :: Evolution Does Not Show Content Of Inbox Or Sent But Does Show Other Folders

Apr 28, 2011

I configured it to use IMAP to access our exchange 2010 server front end on a LAN connection. Our webmail connection is segregated behind Forefront, so it was not connecting/authing that way. Even though smartphones have no problem. (sidenote, is there an activesync linux mail client ?)

I have many root folders and several folders underneath my inbox. total mailsize in inbox is 3.5 GB without subfolders. The sent is likewise as large. And is likewise empty.

Things I checked already:
View is all
Folder subscription is on and local copy is on

More info:
Thunderbird worky fine.
But thunderbird is missing calender
Tried adding lightening, but it won't add into thunderbird.
Will try finding a diff add on, or if anyone knows how to get lightening into thunderbird 3.1.8 on ubuntu 10 that would be great as well.

View 1 Replies View Related

Ubuntu :: Slow Startup, Plymouth Not Showing, Slow Desktop Load?

May 3, 2010

I'm an Ubuntu user since Jaunty, and I've always upgraded my system (NOT fresh install). Everything went fine, but yesterday I upgraded to Lucid. My only concern -for now- deals with startup time. I'm a desktop user (Core2@3GHz) so I think I should boot in less than 10 seconds. Anyway, boot time is 30 seconds - not too much, but there is definetly something wrong with tools I don't know (ureadahead, plymouth, etc.). Attached is my bootchart: can anyone explain me what's wrong?

Also, I don't even see a plymouth Ubuntu themed bootsplash: I only see a blank (black) screen standing for seconds, then I see the bootsplash for less then half a second, then GDM appears :S Not crucial -I know- but how can I fix it? (I don't know if it's related, but I can see the animation at shutdown)Finally, GNOME desktop takes too long to load. I don't know why, but there are 15/30 seconds in between login sound and a usable desktop (with panels and icons, I mean).Please help me, I don't want to do a fresh install. Boot speed is not a dial with desktops - I know - but it can be a symptom that my system is a bit a messy (and I don't like it, since I installed Jaunty less then 1 year ago). (!Forgot! I also installed grub2 by hand

View 6 Replies View Related

Ubuntu :: How To Deal With My Slow Computer - Runs Desperately Slow ?

Jan 22, 2010

I just want to know how to easily speed up my computer because it runs desperately slow. I am running windows Xp which is about two years old.

View 9 Replies View Related

Ubuntu :: USB Disk - Slow Transfer Speeds And Slow System?

Apr 17, 2011

Whenever I transfer a movie into my 16GB USB flash disk, my whole system becomes windows-like and unusable!

When i drag the file(s) into the USB disk folder, it starts out fine and pretty darn fast (25mb/sec) then slowly decreases until it's unbearably slow (3m/sec) and as a side effect my whole system starts deteriorating. I basically have to wait for the file to finish transferring before i can use my desktop again!

This has been happening with every version since Karmic (all 64bit)- I put up with it because I don't use the USB stick that much.. but lately it's been my go to source for transfering large files to/from work.

View 3 Replies View Related

General :: Slow Very Slow File Download On Platform?

Jan 11, 2010

I have good experience in microsoft enviroment, now tiring to use linux, i tried Ubuntu 9.10, OpenSuse on different computers bur there is same big problem: Very slow download speed compared to microsoft.same file at same time downloaded by microsoft winxp toke incomparable short time. for example file 5.5MB attached to e-mail on Yahoo toke ~1minute to download on winxp computer,same file at same computer but with Ubuntu takes more thane 30minutes!

View 3 Replies View Related

Ubuntu Networking :: Wifi Is Fast Then Slow Then Fast Then Slow Connect Disconnect ?

May 7, 2010

My wireless seems to be fast for a good 30secs then bang takes good while to load the next page almost as if it's disconnecting and then reconnecting/scanning reconnecting. Why cant it stay connected. I have WAP PSK security here is my network setting please let me know if I should change any of them:(side not is there a way to fix this problem occuring so frequently it says on the wiki that it should only occur once in a whilce https:[url].....

View 2 Replies View Related

Ubuntu :: Can't Type Anything Anywhere / What To Do?

Aug 14, 2010

So last night after I got home from the bar I got on my laptop with ubuntu 10.04.

I think I held down the shift key for a while and a message popped up like 'sticky keys' for winbloze.

I hit cancel on the box, but then couldn't type anything after. Not in Gedit, not in firefox, not in openoffice.

I tried holding shift to bring the box back, and no luck.

What to do?

View 7 Replies View Related

Ubuntu :: How To Set Keyboard To Type

Nov 3, 2010

I am running 10.10 on a few deferent machines, and my problem is this, My son's name is Sren I am using a U.S. keyboard and can't seem to figure out how to configure it to make the on mac it is option+o and on win it is alt+0248. but there does not seem to be any easy way to set this up in Ubuntu. for now I have to google his name then cut the out and paste it where it should be,

View 2 Replies View Related

Ubuntu :: Enable Any Type Of 3-d Anything

Feb 26, 2011

is there any known way to enable any type of 3-d anything on ubuntu? something like 3-d vision from nvidia? i have that for windows, and i know its only compatible with direct x.. but is there any work-around to have something similar for the desktop or the cooliris firefox plugin, or anything at all?

View 6 Replies View Related

Ubuntu :: Cannot Type On The Terminal?

Mar 31, 2011

I recently installed ubuntu on my pc in parallel with windows 7 ( I have been running wubi so far ). After the installation was completed I installed chrome and Mathematica ( by using the terminal ). I then restarted the computer. When I restarted ubuntu again I realized that I couldn't type on the Terminal any longer.I can type on anything else, documents, browsers, Mathematica ecc, but, as soo as I try to type over the terminal the mouse pointer disappears and nothing happens. However I can copy paste on the terminal but it is of no use since I cannot use the enter key.

View 4 Replies View Related

Ubuntu :: Cannot Type Korean In 11.04

May 9, 2011

I have been having multiple problems setting up my friends computer to type korean. I installed Smart Common Input Method but none of the hot keys seem to register. If you need more info about the computer or installation just ask!

View 1 Replies View Related

Ubuntu :: 11.04 - Cannot Type Since Last Upgrade

Sep 1, 2011

Last time I let my Ubuntu 11.04 to upgrade all its packages, I think a new kernel was also downloaded. Since then keyboard stopped working so that I can press Enter button on the login screen, but after I get the desktop ready I cannot type. The kernel version is 2.6.38 but if I boot with 2.6.35 nothing changes. I can start Ubuntu in recovery mode, keyboard is working there, but I don't know what to do there. When I looked around the settings on a certain menu point (Input settings or kind of..) I got an error message that IBus daemon is not started. I was asked if I'd like to start it, but after starting nothing got better. How could I get my keyboard working again..?

View 2 Replies View Related

Ubuntu :: Specifying The Filesystem Type For Iso?

Apr 18, 2011

When I want to mount an iso file with "-o loop" I get an error that need the filesystem type. How can I fix that?

Code:

mahmood@pc:disk$ sudo mount -o loop ubuntu10.10_64.iso /mnt
mount: you must specify the filesystem type

View 5 Replies View Related

Ubuntu :: 9.10 With 2.6.32 Kernel / Cannot Type In Occasions?

Jan 22, 2010

I am using eclipse, and whenever a pop-up appears (like auto complete, error detail, suggested fix - usually triggered by mouse-over) over the text field, the caret no longer types. I imagine the text field lost focus when the pop up appears but never got it back.

I can re-enable typing by either alt-tab, or switch workspace then back. But it is REALLY annoying since I need to do this every 30 seconds. The same problem happens to terminal, tex editor, and many other text fields.

I am using an ACER Aspire ONE (N270 atom, 2GB, Intel GMA945). I noticed after upgrading to 2.6.32 kernel but now I have checked with older kernels, they all have the same problem.

View 9 Replies View Related

Ubuntu :: Best System Type / Advantages Of It?

May 8, 2010

What is the best types of[/COLOR] Linux? What are the advantages?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved