General :: Open Browse For File Window And Save User Choice In Terminal?
May 30, 2010
is there a Terminal command to open a Target file (same as the one opens when you want to upload a file), let user choose the file and when he clicks open, be able to save his choice?for example:echo "Choose source file"--> command needed to browseand then open or save path to that file
View 1 Replies
ADVERTISEMENT
Oct 1, 2009
After a cleaning of some software from my ubuntu (Jaunty) desktop I am no longer able to open a terminal window in Gnome.I tried to reinstall gnome terminal from synaptic but this made no difference...In the command line that you get with Alt-F2 I tried the code: man ls
and a terminal window opens but after exiting the man page (q) it disappears!
View 9 Replies
View Related
Jun 15, 2011
I just love Linux! I am using Fedora 14 and just starting out. I am curious as to why is that when I click the Firefox icon to launch the internet from the menu bar a Linux terminal window has to be open. If I close that particular terminal, (which by the way says "Terminal" and does not show my chosen host name) Firefox closes. If I go to Applications, then Internet, then Firefox to launch the browser, the terminal doesn't open.
View 1 Replies
View Related
Aug 8, 2010
What is the command for "Open a terminal window and run application in this terminal
View 4 Replies
View Related
Oct 10, 2009
I've got a big problem on a F10 (i386) box. I work with KDE 4.3.1. The open and save dialogue of gtk(Gnome) crashes in many applications. It works in audacity. It crashes in gimp, firefox, thunderbird, xsane and gtkpod. The is alleyways a "Segmentation fault" in the console output. See below. I all ready reinstalled all gtk-packages.
Quote:
[thomas@192 ~]$ firefox
/usr/lib/firefox-3.0.14/run-mozilla.sh: line 131: 2160 Segmentation fault "$prog" ${1+"$@"}
[thomas@192 ~]$ thunderbird
[code]....
View 2 Replies
View Related
Jul 1, 2010
I am using:
user@unknown:~$ sudo command -option > log
to save the results of "command" to the file "log", but I'd like to also get the result on the terminal, is this possible?
I am using ubuntu 10.04 lts.
View 3 Replies
View Related
Aug 8, 2011
My system boots, I login and am brought to my desktop. I click on the file system icon in the launcher to open a Nautilus window. The window opens, but is unresponsive (i.e., I can't move it, clicking on the icons does nothing, etc.). If I press the super key to get the dash and the press escape, the window becomes responsive again, just like normal.
If I open a folder in the window, the window becomes halfway unresponsive in that I can't move the window, but I can select more folders and toolbar icons. The top menu no longer appears at this point, and I can't access any of the system icons on the top right of the screen. Alt-F4 closes the window even if the close button doesn't work.As another example, suppose I open a Nautilus window and then a Chromium window. Both are immediately unresponsive. If I super-esc again, I can move the Chromium window around, and it seems to work normally. I can click on the Nautilus window, but it always stays greyed out. Even if I'm clicking on things in it, the Chromium window always has focus.
I had a similar experience to this with VLC and Chromium. After clicking around enough I eventually got it to the point where VLC apparently always had focus, but I couldn't access any of VLC's controls. Double clicking anywhere on the screen fullscreened the video, and that's all I could really do. Not even escape worked to bring it back.I can usually press super to get the dash and Alt-F2 to get a command prompt. Also Alt-Shift-T seems to usually work to bring up a working Terminal (at least one that accepts commands, even if I can't move the window).Does anyone have any ideas on what might be causing this? The behavior is highly unpredictable and extremely frustrating. I should note that key commands don't always work, even though they seem to in my examples. So I don't think it's just a mouse issue.
View 9 Replies
View Related
Mar 12, 2010
My wife works in administration and is always writing letters. Finally got her to use openoffice but she was very upset no one was able to read her letters. Did I miss a step? As new, did I get her to use the wrong program for her work? I am trying to transition the family toward linux but composing letters may be a setback. How do we save files viewable for any PC?
View 1 Replies
View Related
Mar 5, 2011
Usually in Gnome, under Ubuntu, the terminal command I use is:
Code:
gnome-open (path)
In most cases, I won't know the path and I'd rather not search for it with:
Code:
locate (file name)
View 1 Replies
View Related
Apr 11, 2010
I do not even know what that is but I know I needed to install picaasa
View 3 Replies
View Related
Nov 9, 2010
is taht possible to have the kate terminal open in new window?i dont like very much to have it in the same windows as the kate and so i would like to have it in another window
View 2 Replies
View Related
Dec 2, 2010
when I use the fork() function in C it creates a child process but all the output and input is binded to the same terminal as the father process.my question is, how do i make the new process open a new terminal window in linux?
View 2 Replies
View Related
May 20, 2011
This must've been done before: I want to keep a log file open in terminal so I can monitor updates to it as they occur. My searches are coming up with everything but this situation... I must be missing some terminology or something key, because people do this all the time inside of other programs (NetBeans, or rails server, for example).
View 2 Replies
View Related
Mar 15, 2011
I sometimes stick my neck out and provide somewhat detailed, and often risky, "Mr-fix-it" remedies for boot problems. Now, I know it's possible to amend each command with "whatever_command > whatever.txt" in which case it'll place the command output in a file in /home.
But if you're directing someone to run a lot of commands as I did here is it possible to save the output of all commands to a .txt file without amending each command?
Or is it already saved somewhere that I'm not yet aware of? I wouldn't be surprised if the latter were true, I just haven't yet found it
View 4 Replies
View Related
Aug 1, 2010
I have a desktop computer and a NAS, running Kubuntu & Ubuntu. I use WOL to wake the NAS and then mount the drives (NFS) on my desktop.
I've placed an icon on my KDE desktop which wakes the NAS and mounts the drives, this works great, but I've set it to run in terminal so I can enter the password for mounting the drives. This leaves me with an open window which I don't want to close because the NAS is set to shutdown 15 minutes after ssh logout.
My question is how can I minimize the open terminal window to an icon on my taskbar?
View 2 Replies
View Related
May 7, 2011
Is there any command that would start a new conversation with a certain "friend" in empathy's list?
View 3 Replies
View Related
May 30, 2011
I don't know it's so difficult to make it work. I'm in natty and can't find anyway to make it work. I tried all options posted in this forum but nothing. I only want to open a new window but login into a different user. It is easy and ready under Linux Mint Debian, but I use Ubuntu.
View 2 Replies
View Related
Jan 27, 2011
I am trying to write a .sh script that will source a file containing evnironment variables and then open a konsole terminal session that will have those settings.
View 2 Replies
View Related
Sep 28, 2010
I use webcam with the streamer application. So, to record a video I have to put in terminal something like this:
Code:
streamer -q -c /dev/video0 -f rgb24 -r 24 -t 00:30:00 -o /home/shark/untitled.avi
I know I can use other applications but I have got problems with all except with this. This is really annoying because it is a delay job. So, I am wondering how can I make a script that the terminal will ask me to name the file or even better to ask where to put my file.
View 9 Replies
View Related
May 6, 2010
I'm just starting with OpenProj and wonder if anyone has any tips to speed my progress.
I've netsearched for introductions, tutorials, HOWTOs etc. and found very little.
Importantly I'd like to change the default font used on the display, to make the characters larger and bolder; the default is a strain to read.
Less importantly is there any way to make OpenProj use the desktop file open/save dialogs, rather than its own?
View 1 Replies
View Related
Sep 21, 2010
I'm in the process of configuring a "guest" account for houseguests tose my computer. I've got the file permissions set, but I'd also like to restrict their access to the terminal. It seems to me that most of the damage that can be done to a computer goes through the terminal.I downloaded Pessulus (I use Gnome)but it doesn't require a password. the profiled user can just open Pessulus and alter their profile -- what's the point?Is there a way I can require a user to enter a password, either for any terminal or Pessulus?I like Pessulus -- it's concise and easy to use. But it doesn't seem very secure as I understand it.
View 5 Replies
View Related
Jan 25, 2011
The script starts first a program I wrote earlier that collects specific data from 3 online csv files and write a summary csv file called /Tribalwars/request.csv . The seperator used is ;
the csv file looks like this but can be any number of rows (but not to many mostly 3 - 5)
Title1;tile2;...;title15;
B1;B2;...;B15
C1;C2;...;C15
D1;D2;...;D15
Now the next part of the script, and that is what I want to change, asks me to manually input some data I have to copy paste from the csv file just created. I mean if i choose to continue to do my calculations for city 2, I need to copy-paste C1 for the first variable 'cityname' , copy-paste c2 for the second variable 'xxx',copy-paste C3 for the third variable 'yyy',copy-paste C15 for the fourth variable 'points'
Then it starts new calculations etc, witch only these variables.
Now could it be possible to make a menu from the csv file with only the according cells on the screen and that I only have to choose a row from the menu?
View 5 Replies
View Related
Nov 26, 2010
I've been able to write a basic script that opens a terminal a lil messagemy issue, i want it to open its pseudoterminal as soon as i log into GUIthe script:
Code:
#!/bin/bash
if [ $1 = "start" ]
[code]...
View 1 Replies
View Related
Apr 7, 2011
p { margin-bottom: 0.08in; } I don't know how to give the path and file name for the 'dd' command in a terminal window.I'm trying copy a file (smb.bin) on my cd file (in the install directory) to a floppy disk.
The command format is:dd if=in-file of=out-file
in dos it would be dd if=D:/install/sbm.bin of=A:/sbm.bin
You can see I'm a nubee if I can't even give a path and file name in linux!
View 8 Replies
View Related
May 14, 2011
I am trying to save the PATH environment variable from the Terminal running on a Ubuntu system.I typed in the following however it does not get saved.
export PATH=/home/david/Komodo-Edit-6/bin/:$PATH
View 1 Replies
View Related
May 14, 2011
whether it is possible to split open a file and edit only one of the open windows.
View 2 Replies
View Related
Oct 12, 2010
I am looking for a terminal app that will allow me to save my password and maybe set up some sessions since I often log into multiple machines each day. Also is there something out there that will allow me to save common commands to a hot key?
View 1 Replies
View Related
Feb 18, 2010
I could not get XP & latest Karmic Xubuntu to network. But now I can browse Xubuntu share/s from Win 7 but not vice versa (I cannot browse Windows 7 shares from Xubuntu laptop.) How would I accomplish this?
View 9 Replies
View Related
Jul 8, 2010
How to open a file or application in terminal?
View 4 Replies
View Related
Sep 16, 2010
In Gnome, How do I open a file browser in the current directory? I assume its [command] . Whats the command?
View 3 Replies
View Related