You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(1) Issue/Bug Description:
On a brand new install of the most recent PopOS I updated all packages then installed nautilus-admin
All I got in return trying to open a folder as administrator was:
GDBus.Error:org.freedesktop.Policykit1.Error.Failed: Unix process subject does not have uid set
After some searching the issue was gvfs is out of date and requires updating, but even doing that fails and PopOS requires and additional 'fuse' update, i.e.
(3) Expected behavior:
Should work and not require a complex set of commands probably only a limited set of people know, in order to update something that should probably be updated.
(1) Issue/Bug Description:
On a brand new install of the most recent PopOS I updated all packages then installed nautilus-admin
All I got in return trying to open a folder as administrator was:
GDBus.Error:org.freedesktop.Policykit1.Error.Failed: Unix process subject does not have uid set
After some searching the issue was gvfs is out of date and requires updating, but even doing that fails and PopOS requires and additional 'fuse' update, i.e.
sudo add-apt-repository ppa:ubuntuhandbook1/gvfs -y
sudo apt update
sudo apt install gvfs gvfs-fuse -y
sudo add-apt-repository -r ppa:ubuntuhandbook1/gvfs -y
(2) Steps to reproduce (if you know):
(3) Expected behavior:
Should work and not require a complex set of commands probably only a limited set of people know, in order to update something that should probably be updated.
(4) Distribution (run
cat /etc/os-release
):NAME="Pop!_OS"
VERSION="21.10"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.10"
VERSION_ID="21.10"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=impish
UBUNTU_CODENAME=impish
LOGO=distributor-logo-pop-os
(5) Gnome Shell version:
40.5
(6) Pop Shell version (run
apt policy pop-shell
or provide the latest commit if building locally):(7) Where was Pop Shell installed from:
Standard ISO
(8) Monitor Setup (2 x 1080p, 4K, Primary(Horizontal), Secondary(Vertical), etc):
Single Lenovo ThinkVision P27 standard settings is 4k/60hz
(9) Other Installed/Enabled Extensions:
None
(10) Other Notes:
None
The text was updated successfully, but these errors were encountered: