Search Criteria
Package Details: nautilus-admin 1.1.9-1
Git Clone URL: | https://aur.archlinux.org/nautilus-admin.git (read-only, click to copy) |
---|---|
Package Base: | nautilus-admin |
Description: | Extension for Nautilus to do administrative operations |
Upstream URL: | https://github.com/brunonova/nautilus-admin |
Licenses: | |
Submitter: | None |
Maintainer: | TheChickenMan |
Last Packager: | TheChickenMan |
Votes: | 30 |
Popularity: | 0.002659 |
First Submitted: | 2015-05-15 19:52 |
Last Updated: | 2019-01-14 01:30 |
Dependencies (7)
- nautilus (nautilus-legacy, nautilus-git, nautilus-typeahead)
- polkit (polkit-consolekit, polkit-no-script-git, polkit-duktape, polkit-git)
- python-nautilus
- gettext (gettext-git) (make)
- cmake>=2.6 (cmake-git) (make)
- gedit (gedit2, gedit-git, gedit-menubar) (optional) – to use the "Edit as Administrator" action
- gnome-terminal (gnome-terminal-kali, gnome-terminal-git, gnome-terminal-urgent-hint, gnome-terminal-middle-click-close-tab, gnome-terminal-fedora, gnome-terminal-transparency) (optional) – to use the "Run as Administrator" action
Latest Comments
1 2 Next › Last »
loulou921222 commented on 2021-01-08 15:40
There is now also a git package managed by adekmaulana
loulou921222 commented on 2020-12-27 20:54
This project is no longer being maintained, you should use codesardine's fork, which is actively being maintained. With the new python update, this extension no longer works, as the "locale" module is no longer a part of gettext. If you want to fix this manually, you can go to
/usr/share/nautilus-python/extensions/nautilus-admin.py
, comment outfrom gettext import gettext, locale, bindtextdomain, textdomain
and addfrom gettext import gettext, bindtextdomain, textdomain
andimport locale
on the next line.David-UPCT commented on 2018-03-27 18:20
'Open as administrator' a folder doesn't work in nautilus 3.28.0.1. I guess the problem is related with the unknown option --no-desktop
Edit: sorry, I haven't checked https://github.com/brunonova/nautilus-admin/issues/40 . The problem seems to be solved in nautilus-admin 1.1.5
Anonymous comment on 2018-02-06 18:51
Working on ArchMergeD Gnome I wanted open as root in.
I changed this line depends=('nautilus' 'python-nautilus' 'polkit') to depends=('nautilus' 'python2-nautilus' 'polkit') because of conflict and it seems to work here
Hope it helps someone
TheChickenMan commented on 2018-01-13 03:20
@electricprism
The PKGBUILD specifies 'python-nautilus' already. I'm honestly not sure why it was trying to call in 'python2-nautilus'. It seemed though that manually specifying removal of 'python2-nautilus' (and this package along with it) and then doing a fresh install does call in the correct dependency and fix the issue. At any rate, the package is updated as well.
$ sudo pacman -Rnsc python2-nautilus $ sudo pacman -U 'nautilus-admin-1.1.3-1-any.pkg.tar.xz'
TheChickenMan commented on 2018-01-10 12:59
Yes, I think a revision or (or something) will be necessary. I'm finishing up a business trip at the moment so might be a couple days.
Nordlicht commented on 2018-01-10 06:04
@electricprism: Removing and reinstalling nautilus-admin (and nautilus-typeahead, which was also installed on my system) solves the problem.
Edit:looked forward too early, the entries don't appear atm.
See:
https://github.com/brunonova/nautilus-admin/issues/35
electricprism commented on 2018-01-10 01:57
On update I get this message :: nautilus-admin: installing python2-nautilus (1.2.1-2) breaks dependency 'python-nautilus'
Does the package need to be revised?
Anonymous comment on 2017-05-09 19:35
I have little free time now.
I have disown the package and am looking for a new maintainer.
Anonymous comment on 2016-11-06 22:08
That's strange.
The extension uses the "pkexec" command from polkit to start nautilus/gedit/gnome-terminal as root.
By default, pkexec and polkit don't allow GUI applications to run. But this can be overridden per application with a correct ".policy" file, which is installed by this package.
Something else must be wrong.
I'm not an Arch Linux user, and I don't know a lot about polkit, so I can't be of much help.
Is polkit only failing in this extension, or is it also failing in other GUI applications?
Run this in a terminal to have an idea which other applications run pkexec with GUI: "grep org.freedesktop.policykit.exec.allow_gui /usr/share/polkit-1/actions/*"
Search the Internet to see if you can find anything about this error in pkexec.
Good luck!