Ubuntu 22.04 LTS
So the purpose of this is rather silly... I just want to pull the preinstalled system wallpapers from /usr/share/backgrounds so I can pull them into GIMP and better recolor it to my purple UI coloring.
Where I'm finding issues... is accessing it via GUI applications. sudo nautilus
, which I swear used to open to root, now opens to a folder where all I can see is a "snap" folder with no access to root.
While I would like a GUI way of doing this (let me make my own mistakes in my tinkerer's environment, for goodness sake), I'm open to terminal ways... just... again, I prefer a GUI method.
So far, I'd tried the aforementioned sudo nautilus
to that result, also tried to use install dolphin and sudo dolphin
but get Executing Dolphin with sudo is not possible due to unfixable security vulnerabilities.
I just want a GUI-accessible way to view these root folders.
sudo
) fyi: you're probably viewing the/root/
user directory and not what you expected – guiverc Jun 11 '22 at 04:44It's the tinkerer in me.
– RabblerouserGT Jun 11 '22 at 04:53sudo
for this -nautilus admin:///usr/share/backgrounds
will let you access these files with superuser privileges while not actually runningnautilus
as root. – muru Jun 11 '22 at 04:56nautilus admin:///usr/share/backgrounds
gives me an "Oops! something went wrong. Don't have permission to access the requested location." error. Also thegksu
stuff seems to be outdated in jammy? idk – RabblerouserGT Jun 11 '22 at 05:03nautilus admin:///
? – muru Jun 11 '22 at 05:07nautilus
is not a snap package unless you're using Ubuntu Core (which is a snap only product of Ubuntu). It's a deb package that is seeing a directory titledsnap
and you'll find the same in Debian with the same version ofnautilus
assuming you have the same directory names too. – guiverc Jun 11 '22 at 06:56