LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi
User Name
Password
Bodhi This forum is for the discussion of Bodhi Linux.

Notices


Reply
  Search this Thread
Old 03-20-2019, 08:06 AM   #16
hemlocktree
Member
 
Registered: Aug 2018
Posts: 719

Rep: Reputation: 311Reputation: 311Reputation: 311Reputation: 311

Robert - peopla here who know you and the hard work you do on/for bodhi aren't blaming you. we appreciate all of the hard work. i am so dumb that i do not understand most of what you guys are talking about; i try to follow your advice when needed. however - there are questions as to why some of these anomalies appear from time to time. but then again - that is the nature of anomalies...

Last edited by hemlocktree; 03-20-2019 at 09:22 AM.
 
2 members found this post helpful.
Old 03-20-2019, 09:02 AM   #17
pvhramani
LQ Newbie
 
Registered: Mar 2019
Location: Bangalore, India
Distribution: Debian, Lubuntu, MX 18, Ubuntu-Mate, Bodhi, Ubuntu-Budgie, Peppermint
Posts: 9

Original Poster
Rep: Reputation: Disabled
I am heartened to see the excellent interaction here, with the senior Members volunteering to take the subject, under consideration, very seriously. Personally, I am not Computer savvy, but have learned many things over the last few years... switching over to Ubuntu/Linux/Debian OS... completely "rejecting" Windows

THANK YOU All (Y)
 
1 members found this post helpful.
Old 03-20-2019, 07:22 PM   #18
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
Quote:
Originally Posted by rbtylee View Post
esudo is not particularly important to me, i use gksudo and pkexec despite having put alot of effort into fixing esudo issues in the past. Gksudo, i installed manually since it is not in ubuntus repos. Maybe it is important to Jeff I am unsure. He likes the consistency efl apps give our desktop so maybe it is. At some point I plan on trying to backports e22's policykit module so we can have a consistent looking native e policykit ... assuming i am understanding what it does correctly.

Regardless I am going to try to make sure we don't have such a conflict with esudo and policykit in the Bodhi linux 6.0 release. For now I am unsure how to deal with the current situation in BL5.x. It is already in our repos with a symlink overwrite of pkexec in the deb file and that seems rather hard to fix properly to me. My only comment on that is I didn't do it and it is not my fault.


I guess I was just wondering why Bodhi was spending so much time and effort on esudo, when Ubuntu had dropped support for gksudo, especially since there are so many threads being generated from the polkit/esudo issues.

But your right, the polkit window doesn't fit the bodhi theme like esudo.

I must protest however, It must be your fault! I know you sabataged polkit, hehehe!

I wonder if some of these apps, just haven't got around to updating or creating pkexec scripts for Ubuntu 18.04?
Bleachbit wouldn't start "as root" except from sudo in the terminal, but seems to be fixed now, and I still had to make a pkexec script for gparted.

Last edited by Randy4bodhi; 03-20-2019 at 07:24 PM. Reason: added info
 
1 members found this post helpful.
Old 03-23-2019, 06:43 PM   #19
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
Quote:
Originally Posted by rbtylee View Post
Regardless I am going to try to make sure we don't have such a conflict with esudo and policykit in the Bodhi linux 6.0 release. For now I am unsure how to deal with the current situation in BL5.x. It is already in our repos with a symlink overwrite of pkexec in the deb file and that seems rather hard to fix properly to me. My only comment on that is I didn't do it and it is not my fault.
ylee I ran some programs I use in a freshly installed bodhi 5, fully updated. I Also ran
Code:
apt-get install esudo --reinstall
and here are my results. Hopefully this will help you with Bodhi 5, but you already may be aware of this....


All programs were launched from Bodhi's everything launcher unless otherwise noted.

Updated esudo only


Won't Start

pcmanfm-pkexec (called from right click context menu in pcmanfm)
gparted
users & Groups from package " gnome-system-tools " (runs but not as root)
gdebi (Called by double clicking on .deb from pcmanfm)

Starts

synaptic
bleachbit as root

After running lxpolkit with esudo

Won't Start

pcmanfm-pkexec
gparted
gdebi

Starts

users & Groups
synaptic
bleachbit as root

After removing esudo and running lxpolkit only


Starts

pcmanfm-pkexec
synaptic
bleachbit run as root
gdebi
users & groups
gparted

Maybe the answer is to fork lxpolkit and call it esudo or something. LOL!

Last edited by Randy4bodhi; 03-23-2019 at 06:50 PM. Reason: additional comment
 
2 members found this post helpful.
Old 03-23-2019, 08:52 PM   #20
pvhramani
LQ Newbie
 
Registered: Mar 2019
Location: Bangalore, India
Distribution: Debian, Lubuntu, MX 18, Ubuntu-Mate, Bodhi, Ubuntu-Budgie, Peppermint
Posts: 9

Original Poster
Rep: Reputation: Disabled
Hi Randy4bodhi ... Thanks for the last post that seems to help many like me who are totally new...

-----------------------------------------------
After removing esudo and running lxpolkit only

Starts

pcmanfm-pkexec
synaptic
bleachbit run as root
gdebi
users & groups
gparted
-----------------------------------------------

Could you kindly INSTRUCT the sequence to be followed so that novices like me could understand how to proceed?

Thanks
 
1 members found this post helpful.
Old 03-23-2019, 09:47 PM   #21
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
In a terminal install lxpolkit...

Code:
sudo apt-get install lxpolkit
Then remove esudo (be aware this might break eepdater, bodhi's graphical updater. But updates can still be run in the terminal with ...
Code:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
Code:
sudo apt-get remove esudo
Install apturl just incase its needed (it maybe optional)...

Code:
sudo apt-get install apturl
Then add lxpolkit to your startup applications. menu>settings>settings panel click apps in the top tabs then click startup applications. Next in the system tab, click on lxpolkit to check the box to auto start. Save and close. Log out and back in to load lxpolkit.

Last edited by Randy4bodhi; 03-23-2019 at 09:57 PM.
 
1 members found this post helpful.
Old 03-23-2019, 09:54 PM   #22
pvhramani
LQ Newbie
 
Registered: Mar 2019
Location: Bangalore, India
Distribution: Debian, Lubuntu, MX 18, Ubuntu-Mate, Bodhi, Ubuntu-Budgie, Peppermint
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thank You

Quote:
Originally Posted by Randy4bodhi View Post
In a terminal install lxpolkit...

Code:
sudo apt-get install lxpolkit
Then remove esudo (be aware this might break eepdater, bodhi's graphical updater. But updates can still be run in the terminal with sudo apt-get update && sudo apt-get upgrade 77 sudo apt-get dist-upgrade)...

Code:
sudo apt-get remove esudo
Install apturl just incase its needed (it maybe optional)...

Code:
sudo apt-get install apturl
Thank you very much (Y) ... Best wishes and regards
 
1 members found this post helpful.
Old 03-23-2019, 09:58 PM   #23
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
No problem but I just edit it for typos!
 
2 members found this post helpful.
Old 03-23-2019, 10:01 PM   #24
pvhramani
LQ Newbie
 
Registered: Mar 2019
Location: Bangalore, India
Distribution: Debian, Lubuntu, MX 18, Ubuntu-Mate, Bodhi, Ubuntu-Budgie, Peppermint
Posts: 9

Original Poster
Rep: Reputation: Disabled
Thanks again... for the help (Y)
 
1 members found this post helpful.
Old 03-24-2019, 12:04 AM   #25
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Thanks Randy for clear fix.

Last edited by enigma9o7; 03-24-2019 at 12:28 AM. Reason: <dont know how to delete>
 
1 members found this post helpful.
Old 03-24-2019, 12:25 AM   #26
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,388

Rep: Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560Reputation: 560
Well not exactly. After following outlined steps, after reboot I get this in the middle of my desktop:
https://i.imgur.com/zWjxi6w.jpg

I haven't tried apps that require root yet.

Last edited by enigma9o7; 03-24-2019 at 12:38 AM.
 
1 members found this post helpful.
Old 03-24-2019, 07:25 AM   #27
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
Quote:
Originally Posted by enigma9o7 View Post
Well not exactly. After following outlined steps, after reboot I get this in the middle of my desktop:
https://i.imgur.com/zWjxi6w.jpg

I haven't tried apps that require root yet.
There is another start up app call policykit authentication agent. it is another polkit agent. If you have it, it can be used instead of lxpolkit. But both cannot be used at the same time. There are also other polkit agents. Any of these should work. Just choose one or the other in startup applications.

Read about it here...
https://reposcope.com/package/policykit-1-gnome

Last edited by Randy4bodhi; 03-24-2019 at 07:43 AM.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Debian 11 "Bullseye" and Debian 12 "Bookworm" Are Coming After Debian 10 "Buster" LXer Syndicated Linux News 0 04-18-2018 12:26 PM
[SOLVED] I am unable to boot or install Zorin 7 ultimate, 64-bit after downloading it. freedmn Linux - Newbie 6 08-21-2013 03:57 PM
apt-get install synaptic / aptitude install synaptic not working :S LittlePenguin Linux - Newbie 5 01-19-2011 07:25 AM
unique password for "update" and "synaptic" and "apt-get" SaintDanBert Linux - Security 1 09-17-2010 04:53 AM
Synaptic Gui ver on Suse 10.0 - error message : "command synaptic not found" suse2166 Linux - Newbie 6 04-04-2006 01:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Bodhi

All times are GMT -5. The time now is 03:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration