LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-25-2019, 09:22 AM   #16
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260

Quote:
Originally Posted by montagdude View Post
Probably because Qt WebEngine is basically the same as the Chromium web engine.

https://wiki.qt.io/QtWebEngine#Relationship_to_Chromium
Have they done a poor job with "Auxiliary services that talk to Google platforms are stripped out"? Because those deleted steps are calls to chromium.org from within the engine. I'm looking for browswers which don't "talk" with Google platforms. At least Konqueror has webkit support still so I can stay Google free.

Last edited by bamunds; 02-25-2019 at 10:54 AM. Reason: Changed from statement to question.
 
Old 02-25-2019, 09:27 AM   #17
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
Unfortunately, then, they have done a poor job with "Auxiliary services that talk to Google platforms are stripped out". Because those deleted steps are calls to chromium.org from within the engine.
How do you know that? org.chromium.Chromium.xxxx is just a reference to a temporary file. The similarity to the web URL chromium.org is completely coincidental and unrelated, as far as I can tell. Unless you have some additional insight into those files that I'm not aware of.
 
Old 02-25-2019, 10:52 AM   #18
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
I don't know, but then why would the developers leave "temp" files with Google names laying around? To me it seems like a reasonable conclusion that a backtrace saying that calls to chromium.org are calls, but I see your observation that these are to /dev/shm locations. Since I have two crash reports, I'll go to the Falkon dev site and file for help in figuring this out then. Thanks for your observation. Cheers
 
Old 02-25-2019, 11:18 AM   #19
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Quote:
Originally Posted by bamunds View Post
I don't know, but then why would the developers leave "temp" files with Google names laying around? To me it seems like a reasonable conclusion that a backtrace saying that calls to chromium.org are calls, but I see your observation that these are to /dev/shm locations. Since I have two crash reports, I'll go to the Falkon dev site and file for help in figuring this out then. Thanks for your observation. Cheers
It doesn't say chromium.org, it says org.chromium.*. Big difference. "org" is a common prefix in a lot of different systems, like gconf and DBus. It has nothing to do with a web URL. But it would be interesting to see what the Falkon devs have to say about this.

Last edited by montagdude; 02-25-2019 at 11:21 AM. Reason: typo
 
Old 02-25-2019, 02:06 PM   #20
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
What you see is all perfectly normal behaviour for a browser which is essentially Chromium with a different coating.
I really wouldn't know what the Falkon developers should comment on, to be honest.
 
Old 02-26-2019, 07:25 AM   #21
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
just to report that I tested falkon as built from SBo, together with its dependencies, on slackware64-14.2 and it seems to behave fine.
 
Old 02-26-2019, 03:30 PM   #22
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Quote:
Originally Posted by ponce View Post
.. built from SBo, together with its dependencies...
@ponce could you tell me which dependencies you are identifying, since I think I have them all installed. Which qt5 are you using? Cheers
 
Old 02-27-2019, 12:06 AM   #23
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by bamunds View Post
@ponce could you tell me which dependencies you are identifying, since I think I have them all installed. Which qt5 are you using? Cheers
this is the queue created with sqg (/var/lib/sbopkg/queues/falkon.sqf) that I just run with sbopkg on a clean installation
Code:
pyudev
python-evdev
graphviz
ninja
python3
meson
libwacom
libinput
libxkbcommon
qt5
extra-cmake-modules
falkon
I'm using the qt5 available on SBo

https://slackbuilds.org/repository/14.2/libraries/qt5/
 
1 members found this post helpful.
Old 02-27-2019, 10:31 AM   #24
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
Well, I have all those dependencies installed. All but qt5 are SBo sourced. Since it will take 24 hours for me to rebuild qt5 on my old Pentium 820D, would you be willing to test replacing qt5 with AlienBob's version and see if there are any issues? If not I'll start the build process. Cheers.
 
Old 02-27-2019, 10:39 AM   #25
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,096

Rep: Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173Reputation: 4173
Quote:
Originally Posted by bamunds View Post
would you be willing to test replacing qt5 with AlienBob's version and see if there are any issues?
no issues running falkon here when replacing the qt5 built from SBo with Alien Bob's one.
 
1 members found this post helpful.
Old 02-27-2019, 05:10 PM   #26
Lysander666
Senior Member
 
Registered: Apr 2017
Location: The Underearth
Distribution: Ubuntu, Debian, Slackware
Posts: 2,178

Original Poster
Blog Entries: 6

Rep: Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470Reputation: 2470
Quote:
Originally Posted by bamunds View Post
would you be willing to test replacing qt5 with AlienBob's version and see if there are any issues? If not I'll start the build process. Cheers.
That's exactly what I've done. No problems in 32bit here either.
Attached Thumbnails
Click image for larger version

Name:	Screenshot_2019-02-27_23-09-56.png
Views:	18
Size:	142.9 KB
ID:	29987  
 
Old 02-27-2019, 07:35 PM   #27
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
@ponce @Lsander666 Thanks for testing. I'm totally confused why the Falkon SBo build isn't working on this stock 14.2 64bit with qt5-alien then. But every time I start it and then click in the URL finder it crashes immediately or within a second of stating to display the url destination. I'm starting to wonder if there is an issue with /lib64/libc.so.6 which is a link to libc-2.23.so. The beginning several lines of the crash report all start the same
Code:
Time: Mon Feb 25 10:47:38 2019
Qt version: 5.9.6 (compiled with 5.9.6)
Falkon version: 3.0.1
Rendering engine: QtWebEngine

============== BACKTRACE ==============
#0: falkon() [0x40406f]
#1: /lib64/libc.so.6(+0x35480) [0x7fb07db90480]
#2: /usr/lib64/../lib64/libdrm_nouveau.so.2(+0x401c) [0x7fb06b0f301c]
The rest is at https://paste.debian.net/1070535

What would you suggest as next steps? Cheers
 
Old 02-27-2019, 08:23 PM   #28
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Looks like a graphics driver problem to me.
 
Old 02-28-2019, 12:19 PM   #29
bamunds
Member
 
Registered: Sep 2013
Location: Mounds View MN
Distribution: Slackware64-14.2-Multilib XDM/FVWM3
Posts: 780

Rep: Reputation: 260Reputation: 260Reputation: 260
So I have a NVIDIA GS8400 dual monitor port, using the nouveau driver. Freedesktop nouveau states that all the functions are implemented for this card, except for SLI and TV-Out. Do I need to rebuild the NVIDIA firmware and the whole blacklist process? Thanks
 
Old 02-28-2019, 12:25 PM   #30
montagdude
Senior Member
 
Registered: Apr 2016
Distribution: Slackware
Posts: 2,011

Rep: Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619Reputation: 1619
Well, I'm not sure exactly what the process is for switching to the Nvidia driver, but if you think it's worth the effort to get Falkon working, I think that's what you need to do. No guarantees, though.

Last edited by montagdude; 02-28-2019 at 12:28 PM.
 
  


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
How to play youtube in Qupzilla web browser aus9 LinuxQuestions.org Member Success Stories 3 07-27-2017 11:07 PM
LXer: QupZilla 1.6.1 QtWebKit Browser Adds New Features LXer Syndicated Linux News 0 01-31-2014 04:31 PM
LXer: Install QupZilla 1.6.0 browser in Ubuntu 13.10 LXer Syndicated Linux News 0 01-22-2014 08:01 PM
LXer: Qupzilla â?? the Best Browser Youâ??ve Never Heard of? LXer Syndicated Linux News 0 12-24-2011 09:50 AM
LXer: Falcon WOPI, the Falcon Web Oriented Programming Interface LXer Syndicated Linux News 0 06-18-2010 08:20 AM

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

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