LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-11-2020, 12:30 AM   #1
Snugbug
Member
 
Registered: May 2020
Posts: 97

Rep: Reputation: Disabled
Buttons and scrollbar lost in Exterminator


In Exterminator, I lost the buttons with the column titles and the scrollbar.
That*s why I cannot sort the columns or scroll there, anymore.

How can I get them back, pls?

System: Bodhi Linux 5.1 64bit

Last edited by Snugbug; 05-11-2020 at 06:58 AM.
 
Old 05-11-2020, 01:55 AM   #2
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Send screenshot please
 
1 members found this post helpful.
Old 05-11-2020, 06:57 AM   #3
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
This is what Exterminator currently looks like.
I don't know what or when it happened, because I don't need that tool very often.
Attached Thumbnails
Click image for larger version

Name:	Exterminator-01.jpg
Views:	26
Size:	59.1 KB
ID:	33195  
 
Old 05-11-2020, 07:40 AM   #4
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
OK, I will look when I get home
 
Old 05-11-2020, 08:12 AM   #5
cordx
Member
 
Registered: Oct 2018
Location: texas
Distribution: bodhi 5.1.0
Posts: 797

Rep: Reputation: 184Reputation: 184
htop has similar functionality and lots of configuration options if you are looking for something in the interim.
 
Old 05-11-2020, 09:59 AM   #6
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
As a temporary workaround, I installed gnome-system-monitor, but I want to get back to Exterminator in the end.
 
1 members found this post helpful.
Old 05-11-2020, 11:04 AM   #7
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Hmmm, weird. Everything OK here

https://i.imgur.com/Tg29vsO.jpg

Try to reinstall arcgreen theme

sudo apt-get --reinstall install bodhi-theme-moksha-arc-green

Also check the elm theme in elemetary_config settings (check the only arcgreen theme is selected):
https://i.imgur.com/NZKgNsn.jpg

Stefan
 
1 members found this post helpful.
Old 05-11-2020, 12:03 PM   #8
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
No matter what theme is selected, it's still not working. Reinstalling this theme doesn't help either.
 
1 members found this post helpful.
Old 05-11-2020, 12:40 PM   #9
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Reinstall exterminator then
 
Old 05-11-2020, 12:49 PM   #10
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
Reinstalling it was my first attempt. Didn't help either.
 
Old 05-11-2020, 12:57 PM   #11
the_waiter
Bodhi Developer
 
Registered: Jun 2018
Location: Banská Bystrica, Slovakia
Distribution: Bodhi Linux
Posts: 864

Rep: Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665Reputation: 665
Install evisum Also native elm app but more powerful
 
Old 05-11-2020, 01:28 PM   #12
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
I tried evisum, but I prefer gnome-system-monitor, so far. After using the elm settings, I now have a smaller font size in the main menu. The only thing I did, was trying the four themes, which were available there.
How is that possible, if I never changed that value and how can I reset it to its default value again?

EDIT: After rebooting Bodhi, the font size is ok again.

Last edited by Snugbug; 05-11-2020 at 01:47 PM.
 
Old 05-11-2020, 02:20 PM   #13
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
Quote:
Originally Posted by Snugbug View Post
In Exterminator, I lost the buttons with the column titles and the scrollbar.
That*s why I cannot sort the columns or scroll there, anymore.

How can I get them back, pls?

System: Bodhi Linux 5.1 64bit
It is my theory you have installed efl from our testing repo. And your efl version is 1.23.3.


I have confirmed this issue occurs with exterminator and efl 1.23.3. Unsure why but if i am right the only way to fix it is to revert back to efl 1.22.6.


to see if this is the case open a terminal and type:

Code:
dpkg -l libefl
That will tell you your efl version.

If it is efl 1.23.3 reverting to efl 1.22.6 is not really simple. And if you have the testing repo in your sources.list you should consider removing it. The testing repo is for testing and may break things.
 
1 members found this post helpful.
Old 05-11-2020, 03:10 PM   #14
Snugbug
Member
 
Registered: May 2020
Posts: 97

Original Poster
Rep: Reputation: Disabled
You are talking about the b5 main repo, aren't you? I cannot revert back to efl 1.22.6, because I need the b5 main repo for the mintupdate package. I don't want to lose mintupdate. My guess would be that I better stay with the gnome-system-monitor, unless somebody can update Exterminator to run with efl 1.23.3.
 
Old 05-11-2020, 03:48 PM   #15
rbtylee
Bodhi Developer
 
Registered: Jun 2018
Location: Ladson, SC US
Distribution: Bodhi
Posts: 455

Rep: Reputation: 437Reputation: 437Reputation: 437Reputation: 437Reputation: 437
What is the output of

Code:
dpkg -l libefl
Paste it here.

What is the output of:

Code:
cat /etc/apt/sources.list | grep bodhi
 
1 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
Question: how to enable scrollbar arrow buttons in Linux Mint v17.3 maxreason Linux Mint 10 01-04-2019 01:32 PM
[SOLVED] Cannot install Exterminator bobl01 Bodhi 4 11-10-2018 02:47 PM
[SOLVED] missing buttons, icons, scrollbar handles in Firefox Toutatis Slackware 8 06-18-2017 05:28 AM
Fedora 17 - gedit 3.4.2 has lost its scrollbar arrows terry-duell Fedora 1 06-06-2012 11:19 PM
No back/forward buttons or scrollbar in firefox Lul2x Linux - Software 7 03-28-2004 05:41 PM

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

All times are GMT -5. The time now is 10:24 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