Ubuntu :: Disable The Screen Programs Opening Text In 11.04?

May 31, 2011

Well title say it all how do you disable the screen programs opening text in 11.04 so you do not have to hit the enter key twice to get by the two pages of text to actually be running the program you started.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Wine Not Opening Programs?

Aug 12, 2010

was a regular windows user for ~10 years now, but my current pc wasnt installing windows for some reason so i switched to linux to try it out. I've been trying to run a few small games here and there to keep me entertained, and wine just isnt agreeing with me ... Any program i try to open with wine, it says "opening _____________" in the taskbar, and then NOTHING HAPPENS! This is really irritating me, becuase if i got an error message i could try to figure out whats wrong, but when NOTHING AT ALL happens

View 9 Replies View Related

Ubuntu :: Opening Programs In A Window?

Jan 21, 2011

how to make a program open in a window, much like the -w command you can put in a launcher under gnome. Alternatively if someone could guide me on how to install gnome in lubuntu i could just give that a try too..

View 1 Replies View Related

Ubuntu :: Is It Possible To Write Script For Opening Multiple Programs?

Jan 27, 2010

I'm wondering if it's possible to write some sort of script so I can have an icon on the desktop which opens a combination of programs I use together frequently.Specifically, I would like to have an icon called "keyboard practice" which does the following:

1) Open QJackCtrl and "click" on Start;
2) Open the Hexter softsynth and make the Jack connections between it and my speakers;
3) Make the Jack MIDI connection between my MIDI keyboard and Hexter.

View 4 Replies View Related

Ubuntu Security :: Opening Privileged Programs From User Desktop?

Apr 13, 2010

How do you open a program, in this instance "Zenmap", from the desktop in a user account when it requires root privileges? Is there a way to be prompted for the password, the same way, for instance, you're prompted when mounting a new file system or making a change to the system? I tried entering 'sudo /usr/bin/zenmap' when creating the shortcut, however that didn't work.

View 3 Replies View Related

Ubuntu :: Stop Konqueror Opening Up Links From Skype And Other Programs

Jul 16, 2010

I would really like to stop Konqueror opening up links from Skype and other programs. It's becoming annoying because I have Chrome set to be the default browser, but for some reason when I click on a link it opens in Konqueror.

View 2 Replies View Related

Ubuntu :: Opening Many Programs And Placing Them In Specific Monitors / Workspaces?

Jun 16, 2011

I am fairly new to Ubuntu and was wondering if anybody knows of a way to open up a number of programs and placing them in specific spots programmatically. Basically, I'm trying to avoid having to open my IDE, multiple terminal windows, browsers, etc... and then having to place them all in the exact position I want when my machine boots up. Ideally, I could say:Program A, is placed on Monitor 1, workspace 1, at position 0, 0, with height and width 600 x 400. Program B, is placed on Monitor 2, workspace 2, at position 600, 500, with height and width 1000 x 600

View 1 Replies View Related

OpenSUSE :: Wine Not Opening Some Windows Programs?

Jun 17, 2011

Some windows programs won't run after I have installed them with Wine. They either won't run or they make the screen go to a black painting screen (screen goes black and you can paint over it with your mouse to make the desktop reappear). I have tried changing the windows version and made no difference. I have even tried opening it in a virtual window and made no difference (Window opens then closes)

View 9 Replies View Related

Ubuntu :: Opening File Manager Endlessly Creating In Programs Bar. Can't Stop It?

Mar 8, 2010

When I turn on my computer I am greeted by an unending stream of "Starting File Managers" appearing in the programs list. This cannot be stopped, though none of the file managers actually open. They just sit there filling up my programs bar and wasting my cpu slowing down computer. It also means I cant upon my own folders, or see what programs I have open.If I run terminal, type xkill and click on one of the buttons in the programs list, that kills them all, and I can see my programs again for a bit, until it fills up again. The panel disappears and appears again, with all the spawning messages gone and any other programs I have open remain there. Its just the randomly spawned "Starting File Managers" that don't come back.

My CPU fluctuates. Its around 60% to 90% load, when it should be idle, but is instead opening all these windows.When I view the processes the most CPU intensive (when I sort) is Gnome System Monitor at 6% and then Gnome panel at 5%,gconfd-2 is as around 2%, compiz.real, dbus-deamon hover around 1%. And everything else is generally at 0%.So somewhere, a hidden process is using about 70% of my CPU load. Which isn't shown in system-monitor. Maybe because its an admin process and I can only see simple user processes. I dunno.There is something else though. I have a process with no name appearing, its blank. And it keeps disappearing and re-appearing. So you can hardly select it hard enough to kill it. I managed to kill it once and it said error, process (large number, 10,000 or 100,000) does not exist. So can't be killed.When I do an xkill the console writes:

Code:
anthony@Anthony-Acer:~$ xkill
Select the window whose client you wish to kill with button 1....

[code]....

View 1 Replies View Related

Ubuntu :: Opening Mathematica Via SSH X-window Sporatically Quits All Programs And Logs Out?

Jul 27, 2011

I use Mathematica 7.0 through my school's SSH server. This involves:

-loading their font server via "xset fp+ tcp/c1.ucalgary.ca:7100"

-connecting to the SSH server via "ssh -X useruser@servername.ca"

-entering my password Then I choose to run Mathematica via ". use mathematica 7" then to load the GUI "mathematica".

Sometimes, and only sometimes, the screen goes to the error in the attached picture, stays there for about 5 seconds, brings me to the login screen. When I log in again, all of my applications that were running, open folders, and my terminal windows are closed.

View 1 Replies View Related

Debian :: Become Very Slow, In Loading Programs, Opening Documents?

Jun 26, 2010

i have debian Sid, for past 1 to 1.5 months, i have observed that it has become very slow, in loading programs, opening documents etc. Where should I start looking?Info:-System :- HP DV5 1215Tx Laptop, 2.1 ghz c2d , 500gb WD 5000 bevt harddisk, Nvidia 9600 GT, 2 gig ram .kernel version 2.6.32-4-686Drivers : I use NVIDIA drivers, version 190.53.Network:- I use wired DSL WIFI available but Not in use, nor is bluetooth etc.System is not connected to any other network .Use :- internet, music, movies.Display manager :- KDE 4.3.4Desktop effects :-None, Disabled.My question is , where and how should I start looking?PS I am a linux user for quite a long while.It has been my Only OS for about 4~5 years.But for last 1/2 years because of my studies, i have been out of 'touch' with its commands etc,but willing to dive back in and to stuff on my own, looking for direction here.

View 12 Replies View Related

Ubuntu :: Opening Executable As Text Files?

Oct 29, 2010

So I have Python file :

Code:
#!/usr/bin/env python
print 'python'
raw_input('')
And another :

[Code]....

as it should. I don't want to take such a hassle always running python by path.

View 4 Replies View Related

Ubuntu :: GTK Warning When Opening Text File Via SSH

Dec 18, 2010

What does this message mean:
'(gedit:14074): Gtk-WARNING **: cannot open display:'
I'm trying to open a text file from another computer via ssh. Is it a permission problem.

View 2 Replies View Related

Software :: Text Based Screen Cast - Ability To Copy And Paste Text From Screen Cast?

Jan 3, 2011

I'm looking for software which will allow me to record a screen-cast of a terminal based application, recording keystrokes, timing of keystrokes, and audio. I see a couple of advantages to this approach over video capture: Display independence: the viewer can display text in any resolution/style they want, not limited to the resolution of the recorded video. Ability to copy and paste text from the screencast.
DSABE? (Does Such A Beast Exist?)

View 6 Replies View Related

Ubuntu :: Remove Warning When Opening Text Files?

Jun 20, 2010

I really hate this warning when I try to open certain types of files in gedit: (using ubuntu lucid)

Quote:

Do you want to run File.c or display its contents?

"File.c" is an executable text file.

Open in Terminal; Display; Cancel; Run

Is there any way to remove the warning? I have never once clicked anything other than display, and when I'm opening lots of files, having to hold down ALT-D to get rid of these warnings.

View 6 Replies View Related

Ubuntu :: Can't Text When The Menus Come Up Or When Opening A File From The Cd Or Curraculum On Line?

Feb 3, 2010

The problem that I am having now is that I can not is the text when the menus come up or when opening a file from the cd or curraculum on line. I have cairo-dock running and a conky running. Could this be the couse of my problem? I was going to uninstall and reinstall packet tracer but I am unsure on how to uninstall.

View 1 Replies View Related

Ubuntu :: Line Breaks When Opening Text Files In Windows?

Mar 26, 2010

I have some text files (Just plain text files, not OpenOffice files or anything) and when I try to open them in Windows they are all one line. I think I read somewhere that Linux uses for new lines whereas Windows uses or something... I am using Kate to edit them, and I have a LOT of files to fix so...

View 9 Replies View Related

Ubuntu :: Text File Snot Opening Automatically With Gedit?

Apr 16, 2011

I have text files (.txt) to open with gedit but every time I try to open a text file it says:

Code:
Do you want to run "Installed programs", or display its contents?

And if I press Display it will open. How do I make it open automatically?

View 3 Replies View Related

Ubuntu Installation :: Localhost Not Opening Php Files Text Editor?

Jun 17, 2011

localhost not opening php files text editor

View 1 Replies View Related

General :: Opening Text File After Doing /dev/null

Dec 8, 2010

I ran a program that writes continuously from 1 every line. After some time I ran '/dev/null > temp' Problem1: bash: /dev/null: Permission denied (Yes, the permissions of /dev/null are correct ... crw-rw-rw-. I removed and created it again, but no change) I used 'cat temp' to see the contents and first few lines deleted (working correctly). Problem2: I can't open the file (with double click or with any graphical editor like gedit)

Apart from these problems, I have another question... Is there a way to trim a active log file to say 80% without affecting any logs that server might be writing.

View 3 Replies View Related

General :: Opening Files In Text Editor From The Terminal

Mar 7, 2010

Using ubuntu 9.10

If I'm in a terminal window, and I open a file by typing eg :

It opens as a blank document... I know it has text in it though!

I've tried with other files and also with nano so it's not just a problem with a particular file.

How do I view the current contents of the file so I can then edit it?

View 4 Replies View Related

Programming :: Opening A Text File From Glade Interface?

Jan 26, 2011

opening a text file from glade interface.how?using c code

View 1 Replies View Related

Programming :: Opening A Text File With C++ Or Visual Basic?

Apr 29, 2010

I am a beginner at programming and have been given an assignment by my professor. Its a text file with lines of varying lengths. All I have to do is write a code to open the file and see the output in an excel sheet. Have been asked to use C/C++ or visual basic

View 5 Replies View Related

Ubuntu :: How To Disable Some Default Startup Programs

Sep 2, 2010

I recently made the switch from gnome to kde. After struggling for two straight days I finally have everything the way I want, and I must say that I am quite pleased with Kde. The one thing I want to do now is get my computer to start up without running printer applets and bluetooth and all that other stuff I don't need. I have had little luck finding any info on this one.

View 3 Replies View Related

Ubuntu :: Disable Default Autostart Programs

Mar 29, 2011

I've Xubuntu with XFCE 4.6 installed. In the autostart I have these programs by default:

Code:
polkit-gnome-authentication-agent-1
xfce4-settings-helper-autostart.desktop
xfconf-migration-4.6
xfce4-tips-autostart ->

I've already disabled What they do exactly and which of them can be disabled without getting any problems?

View 1 Replies View Related

General :: Bash Shell Syntax For Opening A Text Editor?

Apr 28, 2011

I'm trying to be able to Open a text editor without needing an existing file.This is my code:

case $ans in
"Show Today") echo "$(date)";;
"Show Calendar") cal;;

[code]...

View 14 Replies View Related

Ubuntu :: Text Unreadable In Some Programs?

Feb 3, 2010

I've recently installed the program Sparky for processing NMR data. When I start the program the text is unreadable. For example the top left pull-down should be labeled 'File' and instead I only see the two horizontal dashes in the 'F' and the right 2/3 of the 'e'. Yet the banners above the windows are completely normal. I have occasionally had similar problems with Matlab, but it's intermitant and less severe

View 1 Replies View Related

General :: How To Disable Startup Programs

Nov 1, 2009

How do i disable startup programs in fedora 11.
actually pulseaudio sound system starts up every time i log in. It interferes with the vlc media player running on wine 1.1.13(compiled from source). i killed the pulse audio process, and every thing works fine, but i have to do it every time i log in

View 4 Replies View Related

Ubuntu :: Strange Appearance Of Text(all Programs)?

Dec 18, 2010

This evening, my iPower desktop AMD64, running 10.10, is suddenly inflicted with blanked out letters, like some spotty plague.I'm attaching a screen shot (I hope).

View 9 Replies View Related

Ubuntu :: Good Text-To-Speech Programs On System?

Sep 22, 2010

Any good TEXT-TO-SPEECH programs on linux?

View 5 Replies View Related







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