GParted root

  • Open
  • quality assurance status badge
Details
2 participants
  • Emad Alblueshi
  • Leo Famulari
Owner
unassigned
Submitted by
Emad Alblueshi
Severity
normal

Debbugs page

Emad Alblueshi wrote 4 years ago
(address . bug-guix@gnu.org)
CAG7mKcmeCWrApB-yOE3xHpTo9qesMq06u8BzOzO_Ao7SJTOkyw@mail.gmail.com
Hi,

I have installed *GParted* 1.2.0 using (guix system GNOME) the app showed
an error message instead of asking root password to use it and even if I
run the app as a root the icons are not showing up properly.

Thanks
Attachment: file
Leo Famulari wrote 4 years ago
(name . Emad Alblueshi)(address . emad.albloushi@gmail.com)(address . 48616@debbugs.gnu.org)
YKvgF3ccMiqslvm2@jasmine.lan
On Mon, May 24, 2021 at 12:33:31AM +0300, Emad Alblueshi wrote:
Toggle quote (4 lines)
> I have installed *GParted* 1.2.0 using (guix system GNOME) the app showed
> an error message instead of asking root password to use it and even if I
> run the app as a root the icons are not showing up properly.

Can you clarify what you mean when you say that you installed it "using
(guix system GNOME)"?

On my Debian system, I installed GParted into my normal user's profile,
and I use it like this:

`sudo --preserve-env /home/leo/.guix-profile/bin/gparted`

It's hacky but it ensures that you have privileges, and the
'preserve-env' makes the icons appear.

In general, you have to be root to use GParted, so you could also
install it as root: `sudo --login guix install gparted`.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 48616@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48616
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help