-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Support gksu for "Profile System" in AppImage #173
Comments
Actually, just noticed the console output from gksu
So is implementing this not possible without gksu having an option equivalent to |
I believe I tried gksu back then, but it didn't work at all. If you can come up with an equivalent incantation, then I'd happily merge a patch! for now, feel free to run the script to elevate your rights manually, e.g.:
Personally, I even run this globally: https://github.com/milianw/shell-helpers/blob/master/perf-init |
Hi, Are you sure that's not a bug ? |
@Apitronix what does not work exactly? |
When I click on the "Elevate Privileges" button, and when I click on "Start Recording", I see this error message : "No graphical sudo utility found. Please install kdesudo or kdesu." And It seems that I can't download "kdesudo" or "kdesu" on fedora 29 with a GNOME GUI. |
when you are elevated already, i.e. by running as root, or by running the script manually outside of hotspot, then you shouldn't click the "elevate privileges" button within hotspot anymore. |
Note that distributions like Ubuntu don't have any betweed kdesudo/gksu, but they use policykit instead. I think that you'll need something like |
That's wrong on my computer. When I start the "v1.2.0" of hotspot as root. I can't select "off-CPU Profiling" without click on the "elevate privileges", and when I want to start the record, I still had the error message : "No graphical sudo utility found. Please install kdesudo or kdesu." |
I would like to try the Profile System feature but its asking for
kdesudo
and that package is not available on my system (Linux Mint 19) could the program alternatively usegksu
if found? I tried making kdesudo a symbolic link to gksu as a workaround, but HotSpot just sat "Waiting for recording to start", I didn't see any gksu window appear.The text was updated successfully, but these errors were encountered: