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 07-26-2018, 04:59 AM   #16
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,677
Blog Entries: 19

Rep: Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490

I think pkexec must have been working all along. Otherwise that script wouldn't have worked. The problem was that the synaptic-pkexec script had disappeared during the update and had to be reinstated by hand. I can't imagine how that happened.
 
Old 07-28-2018, 10:31 AM   #17
vda
LQ Newbie
 
Registered: Aug 2004
Location: Auburn, Alabama
Distribution: Bodhi, Saltfire
Posts: 4

Rep: Reputation: 0
Post This problem dates back years ....

This problem dates back several years. One solution in the link below:

https://askubuntu.com/questions/1857...plication-menu

(pkexec and friends are not installed on my Bodhi systems)

You have to do this sometimes when synaptic is updated because apparently the
menu file /usr/share/applications/synaptic.desktop gets back leveled on some updates.
I have fixed it probably every couple of years since maybe 2012 if not before.
My opinion is there are alternating dev threads with a fix in one but not the other.
And that is a programming issue that dates back decades with no automagic solutions.
When the stable release is patched, dev needs to be fixed too.
(a persistent problem in too much of GNU/Linux)

Last edited by vda; 07-28-2018 at 10:54 AM.
 
Old 07-29-2018, 01:50 PM   #18
Randy4bodhi
Member
 
Registered: Jun 2018
Location: Northeastern Indiana
Distribution: Ubuntu with custom LXDE-GTK & Bodhi Linux
Posts: 83

Rep: Reputation: Disabled
Yesterday synaptic-pkexec out of the blue failed with "no display available" It still runs from sudo synaptic though. The synaptic-pkexec script is still there in /usr/bin. Any ideas? All my other pkexec scripts still work. Go figure.
 
Old 07-31-2018, 07:11 AM   #19
BaronMunchausen
Member
 
Registered: Jun 2018
Posts: 40

Rep: Reputation: Disabled
Hi, guys,

I have a machine with Bodhi 4.5.5 that I have not used for several months. After installing the updates several programs stopped responding when I try to launch them via menu (Synaptic and GParted).

There are might be other apps - I have not tried all installed apps yet.


There must be a better solution than writing bash scripts for all the programs that do not launch.

Any ideas?

Thank you,

BM
 
Old 07-31-2018, 02:09 PM   #20
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
I think something borked your esudo install. Try

Code:
sudo apt-get upgrade
sudo apt-get install --reinstall esudo
 
Old 07-31-2018, 06:42 PM   #21
BaronMunchausen
Member
 
Registered: Jun 2018
Posts: 40

Rep: Reputation: Disabled
@rbtylee

Bingo! Re-installing eSudo solved the problem!

Thank you very much!

BM
 
Old 08-01-2018, 03:55 AM   #22
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,677
Blog Entries: 19

Rep: Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490Reputation: 4490
I've never come across eSudo before. Is it the Enlightenment version of gksu or kdesu?
 
1 members found this post helpful.
Old 08-01-2018, 04:57 AM   #23
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
eSudo is a python script intended to replace gksudo (gksu) that uses the Enlightenment Foundation Libraries python bindings. It is not part of the enlightenment code base but of course could be used with pure enlightenment.
 
Old 08-01-2018, 07:30 AM   #24
Charles4809
Bodhi Developer
 
Registered: Dec 2010
Location: Zeist, The Netherlands
Distribution: Bodhi Linux, Win 10
Posts: 38

Rep: Reputation: 9
Quote:
Originally Posted by rbtylee View Post
I think something borked your esudo install. Try

Code:
sudo apt-get upgrade
sudo apt-get install --reinstall esudo
Did you really mean sudo apt-get upgrade? Or did you intend to write sudo apt get update.

Btw, using "dist-upgrade" (more privileges) is recommended over "upgrade".

Last edited by Charles4809; 08-01-2018 at 07:53 AM.
 
1 members found this post helpful.
Old 08-01-2018, 12:32 PM   #25
BaronMunchausen
Member
 
Registered: Jun 2018
Posts: 40

Rep: Reputation: Disabled
Quote:
Originally Posted by Charles4809 View Post
Did you really mean sudo apt-get upgrade? Or did you intend to write sudo apt get update.

Btw, using "dist-upgrade" (more privileges) is recommended over "upgrade".
Hi, Charles,

I used my usual deal

sudo apt-get update && sudo apt-get upgrade

Then I followed it with the eSudo re-installation. It worked like a charm.
 
Old 08-01-2018, 03:43 PM   #26
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
@Charles wrote that in a rush before going to work, Clearly meant apt-get update. Good catch thanks

Last edited by rbtylee; 08-02-2018 at 03:12 AM.
 
Old 08-11-2018, 01:40 AM   #27
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,399

Rep: Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561
Code:
sudo apt-get install --reinstall esudo
worked for me on a new 5.0rc2 install. Fixed synaptic & grub-customizer, probably everything else that required sudo...
 
Old 08-14-2018, 01:05 PM   #28
JollyRoger1939
Member
 
Registered: Jun 2018
Location: Buckinghamshire, England
Distribution: BodhiLinux
Posts: 52

Rep: Reputation: Disabled
I have the same problem with Synaptic on Bodhi 4. It happened after the last update && upgrade. The above solution (sudo apt-get install --reinstall esudo) solved the problem - thanks.

Last edited by JollyRoger1939; 08-14-2018 at 01:14 PM.
 
Old 09-03-2018, 07:20 PM   #29
BaronMunchausen
Member
 
Registered: Jun 2018
Posts: 40

Rep: Reputation: Disabled
Menu icons disappeared

Hi, guys,

After the recent update, I have almost all menu icons disappeared.

I remember this problem happening before, and there was a successful solution suggested here. I just cannot find that post.

Can someone guide me in the right direction again?

Thank you,

BM
 
Old 09-04-2018, 01:07 AM   #30
enigma9o7
Senior Member
 
Registered: Jul 2018
Location: Silicon Valley
Distribution: Bodhi Linux
Posts: 1,399

Rep: Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561Reputation: 561
Quote:
Originally Posted by BaronMunchausen View Post
almost all menu icons disappeared
I had this happen too at some point. In my case I had to rm ~/.cache/efreet/* if I remember right; probably try renaming it first and if that works, delete it...

Last edited by enigma9o7; 09-04-2018 at 01:10 AM.
 
  


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
Problems w/ Synaptic Muzzly Debian 4 04-23-2009 08:33 PM
problems with my synaptic paulrosenthal07 Linux - Newbie 1 09-16-2007 08:56 PM
Problems with Synaptic Clarence27 Linux - Newbie 3 07-30-2006 02:14 PM
synaptic problems canyon289 Linux - Software 1 07-08-2005 11:44 PM
problems with synaptic hey_fidel Linux - Software 1 11-13-2004 12:44 PM

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

All times are GMT -5. The time now is 04:26 AM.

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