Summary: | disk manager crash when asking for root | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | mombelli.mauro |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | Keywords: | drkonqi |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
mombelli.mauro
2017-05-30 18:27:50 UTC
Root password is asked before partitionmanager starts, not after clicking apply. Were you asked for root password when launching partitionmanager? When I click Apply there is only a message box asking to confirm operations and after accepting it progress dialog is shown. you are completly right, it ask for root at startup, when i click apply i think i DONT have root and tell me if i want to run the application just in user mode; if i say to continue as user, it crash, if cancel, it quit. 2017-05-30 20:35 GMT+02:00 Andrius Štikonas <bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=380365 > > --- Comment #1 from Andrius Štikonas <andrius@stikonas.eu> --- > Root password is asked before partitionmanager starts, not after clicking > apply. Were you asked for root password when launching partitionmanager? > > When I click Apply there is only a message box asking to confirm operations and > after accepting it progress dialog is shown. > > -- > You are receiving this mail because: > You reported the bug. Yeah, it is not supposed to run as user. It is not implemented. Ideally we want to have polkit/kauth support where password is asked when doing privileged operations but nobody implemented that and it is a fairly big refactoring... (Actually gparted also doesn't have polkit support yet). I'll close this bug then. Use root mode for now. I AM USING ROOT, he THINK im not root (password is correct, if wrong it display error). 2017-05-30 21:13 GMT+02:00 Andrius Štikonas <bugzilla_noreply@kde.org>: > https://bugs.kde.org/show_bug.cgi?id=380365 > > Andrius Štikonas <andrius@stikonas.eu> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Summary|disk manaer crash when |disk manager crash when > |asking for root |asking for root > > -- > You are receiving this mail because: > You reported the bug. Ok, I think this is a duplicate of bug #375394. The backtrace in this crash looks the same. That bug is fixed in kpmcore master version but not in currently released version. If you have any possibility to compile kpmcore git version then you can try. *** This bug has been marked as a duplicate of bug 375394 *** (In reply to Andrius Štikonas from comment #5) > Ok, I think this is a duplicate of bug #375394. The backtrace in this crash > looks the same. That bug is fixed in kpmcore master version but not in > currently released version. If you have any possibility to compile kpmcore > git version then you can try. > > *** This bug has been marked as a duplicate of bug 375394 *** Also double check your kdesu configuration, maybe you distro did not set it up correctly. Depending on whether there is a separate root account with its own password or user password is used to gain admin privileges, kdesu needs to be told so (https://wiki.archlinux.org/index.php/sudo#kdesu). |