WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I want to create Opera 15 extension | need guidance  (Read 13764 times)

Offline nick65go

  • Hero Member
  • *****
  • Posts: 839
Opera 62 does NOT work in TC10 x86_64
« Reply #45 on: October 03, 2019, 03:57:53 PM »
Opera 62 does NOT work in TC10 x86_64.
Fresh installed from tc repository with appl. and:
Code: [Select]
tc@box:/tmp/tcloop/opera-62/usr/local/lib/x86_64-linux-gnu/opera$ opera-62
Fontconfig error: Cannot load default config file
[12906:12956:1003/214433.603040:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.35" (uid=1001 pid=12906 comm="/tmp/tcloop/opera-62/usr/local/lib/x86_64-linux-gn") interface="org.freedesktop.DBus.Properties" member="Get" error name="(unset)" requested_reply="0" destination="org.freedesktop.UPower" (bus)
[12906:12956:1003/214433.603432:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.35" (uid=1001 pid=12906 comm="/tmp/tcloop/opera-62/usr/local/lib/x86_64-linux-gn") interface="org.freedesktop.UPower" member="GetDisplayDevice" error name="(unset)" requested_reply="0" destination="org.freedesktop.UPower" (bus)
[12906:12956:1003/214433.603885:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 1 matched rules; type="method_call", sender=":1.35" (uid=1001 pid=12906 comm="/tmp/tcloop/opera-62/usr/local/lib/x86_64-linux-gn") interface="org.freedesktop.UPower" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.UPower" (bus)
[12889:12889:1003/214433.715772:ERROR:sandbox_linux.cc(368)] InitializeSandbox() called with multiple threads in process gpu-process.
[12906:12980:1003/214433.741966:ERROR:bus.cc(393)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
Discarded=1
Discarded=1
[12974:12974:1003/214434.585112:ERROR:sandbox_linux.cc(368)] InitializeSandbox() called with multiple threads in process gpu-process.
Discarded=1
Discarded=1
^C
as yo can see is something strange with string missing last "U" in "/lib/x86_64-linux-gn"
Code: [Select]
/usr/local/etc/init.d/dbus status
dbus is running.
tce-load -i fontconfig
fontconfig is already installed!
tce-load -i upower
upower is already installed!


    [EDIT]: Added code tags.  Rich
« Last Edit: October 03, 2019, 04:25:55 PM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11631
Re: I want to create Opera 15 extension | need guidance
« Reply #46 on: October 03, 2019, 04:29:01 PM »
Hi nick65go
Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly.
« Last Edit: August 01, 2020, 01:21:34 PM by Rich »

Offline neonix

  • Wiki Author
  • Sr. Member
  • *****
  • Posts: 392
Re: I want to create Opera 15 extension | need guidance
« Reply #47 on: October 04, 2019, 01:51:31 AM »
There's a typo in startup script  /usr/local/tce.installed/opera-62
ln -s /usr/local/etc/fontd /etc
ln -s /usr/local/etc/fonts /etc

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14817
Re: I want to create Opera 15 extension | need guidance
« Reply #48 on: October 04, 2019, 04:20:21 AM »
adjusted and reposted