I've been learning C recently and have used Vim to write my code, however switching between tabs to compile and run annoys me so i was wondering if it would be possible to have a terminal in the bottom half of the screen inside vim. similar to most text editors.
I am working on a small project for making a small configuration tool for ubuntu 9.10 for new linux users, that make their system working easily without knowledge of the linux commands.I created a gui in glade and loaded the gui with my python program to show up, now i wish to have some python codes that can launch a gnome terminal (and also pass some linux commands to it) on the click of a button contained in the glade file.
I've fallen in love with Terminator as a replacement for the standard gnome-terminal app.
However, I'm also very much in the habit of using the nautilus-open-terminal extension for launching new terminal sessions.
I'd like nautilus-open-terminal to launch Terminator rather than gnome-terminal.
A quick search of my system and the web didn't reveal anything. i didn't find a gconf setting to control this. A quick look at the source code didn't help much either.
I have a problem that I can't seem to figure out. I can easily create a .sh file that will execute a command in Terminal, but as soon as it executes the terminal disappears. How do I get it to stay? My idea is to have the keyboard shortcut "ctrl+alt+del" open a .sh file with the contents "ps ax". Then it would be just like having a task manager; the terminal would open with "ps ax" already executed, and all I would have to do is kill the process number.
Dear experts,I have a question about open() function of gcc3.4.6.I write a example:
Code: using namespace std; #include<iostream> #include<fstream> int main() { [Code].....
It can be compiled and ran.The statement file=txt_stream_file is in order to change char* to const char*. But open() function is not work,and out: can not open plots/results.txt The open() function of gcc3.4.6 is:
when i double click a .txt file, i dont want gedit to open it, and instead, i would like it to open in terminal with it's output displayed (like cat .txt). how do i do this?
when i click on the .txt, i can get gnome-terminal to run, but i can't get it to open the .txt.
how i can open .bat or .sh files in the terminal application. Of course i tried the "open with" button but for some reason terminal dosnt come up in there. is there a way to get terminal to be an option in there? or just a way to open those file types in terminal.
just managed to install zenwalk on an old freebie sony p3 laptop last night (thanks to some really helpful folk on these forums) and am feeling rather chuffed but i'm still having a few teething probs.The main one is that when i try to open terminal it just chucks me back to the login screen.Unfortunately the zenwalk forums are closed to new users so no help there! I wondered if anyone on these forums has had a similar problem?
its just 3 days i have started using Linux..Am using Mandriva 2010 version.i updated the software as i could see the more updates option being red..N now the Terminal isnt just getting opened.I had just begun with Linux and ws learning Terminal commands...n now the terminal isnt opening itself.Plz suggest me something..Also, i dont have much idea about gnome packages download n stuff..
i'm trying to install the your-tube downloader so i can get stuff off videos again, but having trouble. the instructions say to open a terminal at the directory of the extracted files and run the yourtube-downloader file, but i don't know how to do that. i tried just opening a terminal and running it, but it doesn't work. how do i do this?
how I can gain access to folder in Ubuntus 9.10 terminal. when I use a command like ./ Documents or ~/ Documents The terminal only states that "There is a folder named Documents" but never lets me enter. I can create a folder using the mkdir command and I can navigate that folder as long as that terminal session is active. When I close out the terminal and try to reopen it denies acces the same way as mentioined above. Do I need to set some type of access permissions or?
I would like to open a folder using the terminal. In case of confusion, I dont mean to cd into the folder, but a command that opens the GUI of the folder.
I have some adlib music files I want to be able to double click from Nautilus.. the command line program that will play them is adplay.. However, if I just do that, then when I double click, the music plays, but no way to stop it!I tried "gnome-terminal adplay --output=oss" as the custom command but it doesn't seem to work.. I need it to open the terminal with adplay so i can stop the music when im done, since there's no GUI front end for this program..ALSA is the default for this app, but it skips horribly, and OSS was the only output device that works..
In Xubuntu 9.04 I could right click in any directory folder and have the option of opening a terminal window "there". So the terminal command line would open preloaded to that directory. I know, I'm lazy, but it sure made life (and command line work) easier. But it's not available in my new install of Ubuntu 10.04. Now, I know that my gui environment has changed from xfce to gnome, but I would have expected MORE features, not less.
After pressing ctrl+shift+F1 I go to the tty1 cmd line terminal.But I am not able to open firefox or chromium browser by typing their name in cmd line terminal.How to open the browser from cmd line.?Also in /media directory I am not able to automatically mount my C: D: E: drives. I need to click Places and then drive name to mount the drives.My C: D: E: are windows drives and need to automatically mount in ubuntu after starting?
I looked all over the internet on how to figure this out and I couldn't find it.
How did I figure it out? I'm running Xubuntu 10.04 and it doesn't seem to let you just drag and drop the shortcut into a panel from the applications menu. You have to add the panel shortcut manually. To do this, right-click a panel and select Add New Items > Launcher. Then right-click the launcher click properties...
Here's where I got stuck. To make a good launcher/shortcut you need to know the command and put in an icon. I couldn't find the command at first so I put in the icon first instead by clicking on the icon icon (not a typo) in the launcher's properties. Select All Icons from the drop-down menu at the top of the icon selection window. Arbitrarily click on any icon and type chromium. Here's where you find your chromium icon and guess what the name of it is? "chromium-browser" This is how I figured out what the heck the command was to open the stupid thing.
I have connected remote linux server through tight vnc. But i am not able to see how to open new terminal and view the terminal.I have minimize the terminal in linux window and after that i am not seeing any command line and not even seeing desktop
I am running Lenny with LXDE. Fresh install of the single CD. The regular terminal fails to open when I click on the icon or when I use the Accessories menu title. However, the root terminal will open. Any way to fix this? I don't want to always be using root for routine work.
I'm trying to install libreoffice following these instructions URL.. on F14.When I get to the bit 'right click..open with termial' I get stuck because I don't see open with terminal.Please can someone tell me how to open with terminal to complete the installation.I tried using rawhide to get libreoffice but it seems unavailable.
Currently if I have folder "/abc/def/ghz" open on Nautilus and I want to run a terminal command on that folder I have to manually open the terminal and go to that folder.I'd like to know if there is a way to have a button or a short cut that'd allow me to open the terminal right in the desired folder.Something like pressing CTRL ALT and have the terminal popup in the the current folder.