Tiny Core Extensions > TCE Talk
I want to create Opera 15 extension | need guidance
Juanito:
--- Quote from: whizzywhirl on July 18, 2019, 02:38:24 PM ---So there is not any local directory and in /usr/bin there is opera but I am getting similar message like sh: ./opera: not found
--- End quote ---
On CorePure64 you will probably need:
--- Code: ---$ sudo ln -s /lib /lib64
--- End code ---
whizzywhirl:
ok I created the link but it doesn't make any difference. In your opinion what could be the problem here ?
Juanito:
To help troubleshoot, find the opera binary and run the “ldd” command, for example:
--- Code: ---$ ldd /usr/bin/opera
--- End code ---
.. and paste the result here.
Edit: Maybe this:
--- Code: ---$ ldd /usr/lib/x86_64-linux-gnu/opera/opera
--- End code ---
Edit2: This:
--- Code: ---$ file /tmp/deb/usr/lib/x86_64-linux-gnu/opera/opera
/tmp/deb/usr/lib/x86_64-linux-gnu/opera/opera: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=fe23aa0fbe87fe3d5a3d4db168cb9cf65a6ffd7e, stripped
--- End code ---
..shows that you will need the /lib64 -> /lib symlink
whizzywhirl:
Hi ,
I am really grateful to all of you who helped me. There problem was I didn't had libcups2.tcz installed so after installing it. The opera started. Now, I have few questions why It can not be in the full screen also I am using Xorg-7.7. Other thing is I want to use it in kiosk mode
So I run this command but it doesn't run in the kisok mode
--- Code: ---/home/tc/usr/bin/opera -kioskmode
--- End code ---
It runs the opera but not in kiosk mode
Also When I tried to open settings it automatically crashed and in terminal I see this error
(opera:8028): Glib-GIO-ERROR **: 01:01:33:891: Settings schema 'org.gnome.desktop.background' is not installed
Again, I am really thankful and also I want to create tcz extension from it(if possible).
Juanito:
--- Quote from: whizzywhirl on July 19, 2019, 06:57:53 AM ---
Also When I tried to open settings it automatically crashed and in terminal I see this error
(opera:8028): Glib-GIO-ERROR **: 01:01:33:891: Settings schema 'org.gnome.desktop.background' is not installed
--- End quote ---
Load the gsettings-desktop-schemas extension.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version