Questions tagged [nautilus]

Nautilus is the official file manager and desktop shell for the GNOME desktop. Nautilus is is extensible via C and Python.

Nautilus is the official file manager and desktop shell for the GNOME desktop. Nautilus is extensible via C and Python.

142 questions
0
votes
1 answer

Ubuntu nautilus Home's path is /root,how can i change it to /home/username?

At first,the file icon was lost in my Ubuntu 20.04.Later i run the sudo root,but I still have some trouble in clicking the icon on the desktop to open the files. And now i run the sudo nautilus,i see the Home is /root,and when i open terminal in…
0
votes
2 answers

How can I link rpmdb library with makefile?

I try to install nautilus-rpm in Fedora 15. This is error message. [test@localhost nautilus-rpm-0.1]$ make make all-recursive make[1]: Entering directory `/home/designmade/다운로드/nautilus-rpm-0.1' Making all in src make[2]: Entering directory…
도현우
  • 43
  • 1
  • 7
0
votes
2 answers

How to perform minor upgrades with ceph-deploy?

I have a cluster runnin nautilus v14.2.4 and want to upgrade it to the latest nautilus version. Is this posible with ceph-deploy? I see the package upgrade in apt, but can't find any documenatation for how to do the upgrade on nautilus. Any…
Ebarriosjr
  • 105
  • 1
  • 8
0
votes
1 answer

ceph raw used is more than sum of used in all pools (ceph df detail)

First of all sorry for my poor English In my ceph cluster, when i run the ceph df detail command it shows me like as following result RAW STORAGE: CLASS SIZE AVAIL USED RAW USED %RAW USED hdd 62 TiB …
0
votes
0 answers

Output current Nautilus selection to shell

I am trying to output the current selection in Nautilus to the shell, so I can pass the output to other scripts for processing. Something that would allow me to do this: sh nautilus_selection.sh | parallel sh some_other_command.sh Basically, the…
simone
  • 4,667
  • 4
  • 25
  • 47
0
votes
1 answer

Putting Webkit onto the Nautilus desktop (on Ubuntu Maverick) with PyGTK

I can get what I think is the Nautilus desktop window by using this code: screen = wnck.screen_get_default() while gtk.events_pending(): gtk.main_iteration() for window in screen.get_windows(): if window.get_name() == 'x-nautilus-desktop': …
0
votes
3 answers

Shell scripts for Meld Nautilus context menu

Beyond Compare provides "Select for compare" and "Compare to Selected" by using two nautilus scripts (stored in /home/user/.gnome2/nautilus-scripts). Script 1: Select for compare #!/bin/sh quoted=$(echo "$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS" | awk…
softwarematter
  • 28,015
  • 64
  • 169
  • 263
0
votes
1 answer

Nautilus-actions-new equivalent FileManager-Actions?

Is there a nautilus-actions-new equivalent for filemanager-actions, in order to create a new action from a command line ? Nautilus-actions-new command returns command not found. Nothing appears in the documentation on this subject…
Momonosoke
  • 145
  • 1
  • 9
0
votes
1 answer

How to use python3.6 to extract filename from nautilus GUI when mouse pointer clicks on a file?

I would like to write a nautilus script using python3.6 that will extract the name of a file from nautilus when the file is clicked on by the mouse pointer. Which python module can I use, or how do I write such a script from scratch? For this script…
Sun Bear
  • 7,594
  • 11
  • 56
  • 102
0
votes
0 answers

Change programs working directory in Linux from nautilus

I have a program located in /program, I want to execute it in /program when double-clicking it from nautilus not in /home/user. I know that using the cd command will do what I want, but I want it to be as simple as double-clicking the file, because…
0
votes
0 answers

Where can I find downloaded application from terminal installation in Ubuntu kernel?

I'm completely new to try Ubuntu 18.04.2, and I installed text editor Atom via Ubuntu terminal sudo snap install atom --classic. I could see the Atom application in the dash and run it, but I can't find Atom in the directory…
Mir
  • 37
  • 1
  • 7
0
votes
2 answers

What directories does Linux have that macOS doesn't?

I'm a Python programmer that is trying to make a system of sorts that creates save data for a game I'm making, and I want it to be in different places in something like Ubuntu than I do macOS. As I don't have a macOS, and it's impossible to just up…
EarthToAccess
  • 71
  • 1
  • 10
0
votes
1 answer

why does terminal keeps displaying 'number of files 1'?

Please see this image: The terminal always keeps displaying number of files 1. the frequency is about several minutes each. Restarting OS(to me it's centos) doesn't help because I've been seen it for months. Though it doesn't affect other…
Lei Yang
  • 3,970
  • 6
  • 38
  • 59
0
votes
1 answer

Bundling and distributing nautilus-python extensions with application

I've written a python application and I use cx_freeze to freeze the scripts and create the executable. Then I'm making it into a single executable bin package using shell scripts. Recently I developed a context menu extension using nautilus-python…
TFA
  • 81
  • 10
0
votes
1 answer

Nautilus doesnt open applications with open with dialog

I recently installed Nautilus on my Parrot Security OS which is Debian based and installed it through synaptic, but now that im starting to use the application when i try to open a Floder with the Atom editor through the Open With dialog, it doesnt…
Jorge Carretero
  • 361
  • 2
  • 12