[Closed by Request]New Opera developer 29
-
A Former User last edited by
It’s the other way around for me. Opera works when started with sudo. O.O
-
gustavwiz last edited by
joakimwallden: Try to change the owner of the files in ~/.config/opera-developer and ~/.cache/opera-developer to you. They could have been set to root.
-
A Former User last edited by
Thanks gustavwiz. Those folders are mine. I uninstalled 29.0.1794.0 and installed 29.0.1788.0. Runs with no problems.
-
70andy last edited by
Why not just move the tab site on the sidebar (Ctrl Shift C)? In addition Extensions Sidebar add move option.
-
A Former User last edited by
Opera 29.0.1795.0:
[0311/163836:ERROR:zygote_host_impl_linux.cc(85)] Trying to restart the zygote/sandbox multiple times in quick succession. Something is probably very wrong, we will will give up.
[0311/163836:ERROR:url_pattern_set.cc(240)] Invalid url pattern: opera://print/*
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:channel.cc(299)] RawChannel read error (connection broken)
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:channel.cc(299)] RawChannel read error (connection broken)
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process
[0311/163836:ERROR:child_process_launcher.cc(529)] Failed to launch child process -
l33t4opera last edited by
New update - Opera developer 29.0.1795.0, the change log, and the announcement.
\m/ :cheers:
-
l33t4opera last edited by
Hi @joakimwallden, and what if you run the opera-developer with the switch as follows:
opera-developer --no-sandbox
? -
A Former User last edited by
Hi l33t4opera. Opera 29.0.1795.0 works with --no-sandbox. (I will not use it without sandbox, though.)
-
l33t4opera last edited by
@joakimwallden, I'm aware of that, this was just to test, if the problem can be related to the sandbox feature, now please run this command:
ls -l /usr/lib/x86_64-linux-gnu/opera-developer/opera_sandbox
, and paste here, what it displays. -
chilenu last edited by
why opera not have the sync of history navigation?
think this very important sync between devices.Sorry for bad english
-
Deleted User last edited by
why opera not have the sync of history navigation?
think this very important sync between devices.
Sorry for bad englishOpera will probably have in mean time.
-
mkrasnov last edited by admin
Hi there!
My Opera was auto-updated today to version 29.0.1795.0.
I am wondering why do they changed the start page again to the other start page, we had already once in December 2014 (cf. https://forums.opera.com/post/62091)?!
I could get back the start page, I was used to, by disable "Experimental start page" in opera://flags/.
But I don't understand why developers are switching all the time the settings of this poor start page...
Kind regards,
Chipy -
leocg Moderator Volunteer last edited by
I am wondering why do they changed the start page again to the other start page
Because the new start page is an experiment and developer builds are for them to experiment new and/or different features and see how people react to those features, changes and so on.
-
l33t4opera last edited by
New Opera developer 29.0.1795.14, the change log, and the announcement
"Today’s update to developer starts the process of stabilization—to bring it up to beta quality. As you would therefore expect, all changelog entries are bugfixes rather than major feature improvements. In addition we have upgraded Chromium to 42.0.2311.11."
\m/ :cheers:
-
A Former User last edited by
29.0.1795.14 doesn’t even open a window. opera-developer in the Terminal gives no message. Only with opera-developer --no-sandbox can I run Opera. Chrome 42 Beta and Chrome 43 Dev run without problems.
-
A Former User last edited by
Same issue with Opera Beta 29.0.1795.21 as with Opera Developer 29.0.1795.14.
-
l33t4opera last edited by
Hi @joakimwallden, if you want me to help you, then can you open a terminal window, and paste here, what you see, if you execute this command:
ls -l /usr/lib/x86_64-linux-gnu/opera-beta/opera_sandbox
? -
freshwibby last edited by
Can someone let me know how I can run Opera without extensions? Every time I click an extension, or even try to delete one, Opera freezes. I tried removing the extensions in /Application Support (on Mac), but the behavior remains the same.
-
l33t4opera last edited by
Hi @freshwibby, you can close the Opera, launch /Applications/Utilities/Terminal.app, and at the command prompt enter:
/Applications/Opera\ Developer.app/Contents/MacOS/Opera --disable-extensions
or type the command, as below (this should also work):
open -a "Opera Developer.app" --args --disable-extensions
Alternatively, to make it more convenient in use, you can create a simple script - in AppleScript, paste the following text:
do shell script "/Applications/Opera\ Developer.app/Contents/MacOS/Opera --disable-extensions"
Save it as an application, and add it to your startup items.