LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   missing buttons, icons, scrollbar handles in Firefox (https://www.linuxquestions.org/questions/slackware-14/missing-buttons-icons-scrollbar-handles-in-firefox-4175608077/)

Toutatis 06-17-2017 10:02 AM

missing buttons, icons, scrollbar handles in Firefox
 
(on slackware64-current, with AlienBob's KDE5)

The missing scrollbar handle problem has been solved by using NoiaScrollbars addon. But many buttons and icons are missing on some web pages. How to solve this ?

Didier Spaier 06-17-2017 10:22 AM

"some web pages" is too vague to investigate.

Please provide links to these pages, and at least a snapshot of one of these, with a comment to tell what is missing that you would expect to be displayed.

Toutatis 06-18-2017 02:33 AM

1 Attachment(s)
for example

Attachment 25275

Toutatis 06-18-2017 02:55 AM

2 Attachment(s)
Attachment 25276

Attachment 25277

the first with chromium, the other with firefox

ponce 06-18-2017 03:19 AM

Quote:

Originally Posted by Toutatis (Post 5723964)
for example

Attachment 25275

this depends on your gtk+3 theme, you should use one compatible with the gtk+3 version you have installed (or just use the default provided by Slackware).
Quote:

Originally Posted by Toutatis (Post 5723966)
Attachment 25276

Attachment 25277

the first with chromium, the other with firefox

this depends just on the webpage that got broken links to images (the image it links to - right click on it -> copy image address - is simply not there anymore): it will behave the same on every browser and any operating system.

Toutatis 06-18-2017 03:30 AM

@ponce : I will try to look how to manage gtk3 themes in kde5

For the two other exemples it is true that some images are missing in the two examples (for chromium and firefox), but maybe it is because I use AdZHost (a huge mofification of /etc/hosts)
The real difference between chromium and firefox is in the second line : the box used to enter data is missing on firefox (but it is still possible to enter data)

ponce 06-18-2017 03:48 AM

Quote:

Originally Posted by Toutatis (Post 5723973)
The real difference between chromium and firefox is in the second line : the box used to enter data is missing on firefox (but it is still possible to enter data)

that happens for the same reason as above: you are using a firefox version linked against gtk+3 so it still have issues with the custom gtk+3 theme you have installed.

try momentarily renaming your ~/.config/gtk-3.0/settings.ini file and login again.

Toutatis 06-18-2017 04:58 AM

@ponce : renaming ~/.config/gtk-3.0/settings.ini solved the problem. I will try to find what did create it

Alien Bob 06-18-2017 05:28 AM

Apparently the breeze theming in Plasma 5 for GTK+-3 based applications is not working well for some…

If you change this in $HOME/.config/gtk-3.0/settings.ini :
Code:

gtk-icon-theme-name=breeze
to:
Code:

gtk-theme-name = Adwaita
then things will look a lot better.


All times are GMT -5. The time now is 07:56 PM.