Ubuntu :: Opening Current Directory In Nautilus From Terminal?
May 20, 2010
Like the title says, I want to be able to open the directory I'm browsing in nautilus.To clarify this, as I barely understand what I said, I'll give an example.
Code:
cd ~/what/ever/this/is/complex/path
Hmmm.... A lot of files in here with long complex names and I only want to move certain ones..... Better open it in nautilus with my handy dandy script/alias!
View 4 Replies
ADVERTISEMENT
Jun 1, 2010
what I'd like to have is a way to open a terminal directly from Nautilus and the terminal's active directory should be the one that is opened in Nautilus. Does Nautilus have a plugin system or is there another way to add this functionality?
View 3 Replies
View Related
Apr 29, 2011
I just upgraded from Maverick 10.10 to 11.04 64-bit and I have the following problem: every program that provides an "open file or folder" function such as synapse -> open folder, firefox downloads open folder, deluge open, instead of opening nautilus in the desired folder (default behavior of 10.10), it just opens a gnome-terminal.
View 7 Replies
View Related
Apr 25, 2010
I received this odd error when opening gedit from the terminal . gedit opened, but this error worries me code...
After changing the hostname, you need to reboot your machine. That fixed it
View 3 Replies
View Related
May 14, 2010
I work on Ubuntu 10.04 with Gnome.When I open a directory, I can search with Ctrl-f (edited Ctrl-F instead of F3). However, the search starts in my home directory (the home directory is the default). That can be fixed by adding new criteria in the search results. However, I would like to change the default directory always to the directory or folder from which I start the search.How can I convince Nautilus to search by default for files and folder names in the current directory or folder (the one from which I start searching)?
View 8 Replies
View Related
Jul 14, 2010
when we navigate into directories withing directories the terminal displays the entire path right from the root. Now how to make it just show the current directory I am working in? For examplevineeth@vineeth-laptop:~/Desktop/linux_programming/python_programming/project_duplicate_zip_files$ as you can see that I am in the current project_duplicate_zip_files directory but it displays right from the root. how to just make it something like below:vineeth@vineeth-laptop:/project_duplicate_zip_files$
View 2 Replies
View Related
Oct 10, 2010
So for example, I go to PLACES -> DOWNLOADS and somehow open up a terminal for that rather than opening up a terminal to type "cd ~/Downloads" I know its simple to do that but when your dealing with some crazy directory like:
/media/2TB-DATA/BackUps/Regular/Downloads/Pictures/Family/Me/HiDef/ or something, and ur already browsing through it using the file browser, it would be nice to be able to open up a terminal for that directory.
View 6 Replies
View Related
Aug 31, 2010
If I'm using gnome-terminal in a working directory whose path includes symlinks and I open a new tab, the symlinks will be expanded to their destinations in the working directory of the new tab.
Is there any way to preserve the symlinks when opening a new tab?
View 1 Replies
View Related
Feb 11, 2011
Is it possible to change my current nautilus window to have sudo capabilities,? e.g. to delete locked files. It may be lazy but if it takes a lot of navigation then it would be handy to somehow activate sudo from the open window without the terminal command (gksudo nautilus) which always begins at root.
View 5 Replies
View Related
Jul 7, 2011
The directories
/home/<user_name>/.Trash
and
/root/.Trash
do not exist.
I've tried viewing hidden directories with nautilus and using "cd" in terminal. "locate" is equally useless.
View 4 Replies
View Related
Jul 24, 2010
Two issues surfaced yesterday with 10.04.First, using either nautilus or the file browser (as sudo), i tried to get a listing of the /usr/bin directory. after a few seconds, either program will close. However, in terminal the ls command will give the directory listing.The second is that when I went to report the bug through theand support menu option
View 1 Replies
View Related
Aug 2, 2010
I'm trying to open an executable called qview (a GUI program) from Nautilus. The overall goal is to open a certain file type with it. If I run from terminal, there's no problem, but when I click on it from Nautilus, it doesn't seem to do anything. I changed the ownership to me, to make sure the permissions were set properly.
View 3 Replies
View Related
Jul 26, 2011
i just turned my computer on a few minutes ago (turned it off due to a storm), and immediately noticed my desktop icons were gone. so i went to places>desktop, and nautilus failed (and continues to fail) to open. i simply see a waiting cursor and a window tab saying "opening Desktop", and nothing happens. i checked system monitor, and nautilus is running, and its not listed as being unresponsive. when running from the terminal, i get no errors or anything, it just doesnt run. i did see that when i turned on my computer, i got a splash screen saying it was checking my discs for errors, but it only took about 15 seconds and didnt find any errors. also, right clicking on my desktop doesnt do anything, either. not sure what happened.
View 7 Replies
View Related
Jul 6, 2010
Every time I start Ubuntu, to enable copying files, I open two Nautilus windows and I then have to drag those windows into the places on the desktop where I'd like them to be. It seems silly to manually do this 800 times a year! Is there any way to automate this? Would a script be able to achieve this?
View 3 Replies
View Related
Nov 29, 2010
I am helping a friend with his ubuntu PC, and I reinstalled to go from 8.04 to 10.10. In the process I had reconfigured his home directory to be a separate partition, it all worked ok. Although I did have to do the new install as a new username etc as I think is usual in such cases. I am not *convinced* I sorted all ownerships and permissions out. after the new install, I did change ownership of /home/oldusername contents using chown, which seemed to work ok. I do note that for the old username in the original 8.04 installation the uid was 1000, but the same username in the new installation is 1001
the problem is that nautilus does not start from Places > Home folder all that is seen is a waiting circle, which soon stops. But nautilus *does* start from a user terminal with just nautilus
View 7 Replies
View Related
Dec 1, 2010
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.
View 5 Replies
View Related
Feb 3, 2011
While trying to other machine through GUI, after asking password it is not proceding.but I could ssh through command line.CENTOS 5.5
View 2 Replies
View Related
Mar 21, 2010
Can nautilus be open at specific screen location via the command line?
running Karmic
I like to do have this folder opened at a specific location
nautilus --geometry 800x400 /home/user1/testfiles
say at location 100,300
View 2 Replies
View Related
May 13, 2011
I am in my current directory. I want to copy a directory somewhere else into this current directory. Lets say I want to take it from direc1/direc2 and the directory I want to take is called demo.
Code:
That is what it shows in the man pages, but when I do that, it says cp: no match
View 5 Replies
View Related
Nov 26, 2010
I have been using ubuntu for a while and i like it a lot, im a web developer and i have windows xp installed in virtual box, i moved completely to linux and just use windows to test in ie, it had been a while since i didnt use windows and i had to use in the last few days and noticed how much faster it is, the thing that bothered me the most is when opening folders in the desktop or the recycle bin, in windows its instant, in ubuntu opening a folder takes a long time to open nautilus, is this normal or is my installation bad, any comments are appreciated, i dont want to abandon ubuntu, i really like it but it really bothers me that nautilus is so slow to open.
View 9 Replies
View Related
May 21, 2011
Running natty (latest upgrade), and i'm having nautilus issues. If i type
Code:
nautilus
into the terminal, i get nothing. no errors, no text, and no window.
If i type
[code]....
View 7 Replies
View Related
Apr 10, 2010
when i search in nautilus folder browser it search in my home path,how i can say to search in the current path?
View 2 Replies
View Related
Aug 20, 2010
I use terminal a lot. Sometimes I would like to open up applications, like start reading a pdf. But when I do
Code:
$ evince foo.pdf
(actually I use zathura to read pdfs now , but anyway...)
[code]....
View 6 Replies
View Related
Jan 1, 2010
Ive got a simple bash script that basically just displays a couple lines of text and a random quote. In startup applications, I made "gnome-terminal --full-screen" open up and in the profile preferences of gnome-terminal I made it run my startup script. There are two problems though.(1) At startup, 2 terminals are opened (one fullscreen, one not fullscreen)(2) By bash script runs and keeps on running (how do I get it to display another input line?)
View 5 Replies
View Related
Feb 15, 2010
I like to alias my firefox commands so I can open up mutiple pages at once. This works great. firefox [URL]
But if I have firefox already up and running it will open as tabs of the firefox I already have running. How can I open the multiple pages in a new window in this case?
- Using -no-remote could work, but I would have to make a whole different firefox profile for each set of pages, not really a solution. - Also tried setting it to a particular display and it opened as a tab again. ie. firefox [URL] -display=":0.0"
View 7 Replies
View Related
Feb 9, 2011
I really can't say what I did that may have triggered this problem. I've been trying to setup remote access through SSH but that's about it. Haven't changed any settings in a bit though. I downloaded Konsole and it closes immediately as well.
View 6 Replies
View Related
Nov 22, 2010
I need to call a .sh script without directly opening the terminal. Is possible to do so writing and compiling a script (e.g. Java or Python) so when I double click it, it opens a terminal window and runs the .sh automatically?
View 4 Replies
View Related
Jun 1, 2011
I tried to run
Quote:
Command automatically in gnome terminal, when i open it. so i changed the setting in edit->profile preferences->title and the command->command section. now when i open the terminal,command is running successfully.afterwards terminal is closed automatically. how to open my terminal prompt.with the sl program running and not closed..
View 2 Replies
View Related
Oct 25, 2010
Whenever I open the Terminal using the shortcut, I get the following error.
Code:
I understand that it is a misspelt word (report). But I didn't type that command in the past. And why it is coming up EVERY time I open the Terminal.
View 2 Replies
View Related
May 13, 2011
For awhile I have had this issue with the command line and every time I try to complete any command that requires GTK graphics, It always returns the error "Error: cannot open display: 0:" The "EXPORT display" command that I normally use to fix this issue is not working. The only issue that I can think might be the cause for this could be my upgrade to natty (which was in fact a clean installation), or when I edited plymouth so that the startup and shutdown animations would match my laptop's native resolution (by the way I would also appreciate it if I could do the same with the startup animation, only the shutdown really works). If anybody know how I could resolve this issue I would greatly appreciate it. Oh and for specifics on my machine, I am using an ASUS N82 with an NVIDIA GEFORCE GT335M graphics card, running Ubuntu 11.04.
View 3 Replies
View Related