[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Opera 12.15 Source Code Discussion

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 152
Thread images: 10

File: Opera 12.15.png (183KB, 1456x825px) Image search: [Google]
Opera 12.15.png
183KB, 1456x825px
Source Code: https://cesaserver.iust.ac.ir/vyvojar/opera/tree/master
Patches: https://github.com/PrestoXen/openopera-patches
Issue Tracker: https://github.com/PrestoXen/openopera-issues/issues
IRC Channel: #openopera on crowley.anonnet.org:6697
Webchat: http://site.anonnet.org/webirc/openopera
>>
It would be nice if someone could get it working on Angstrom Linux.
>>
>>58567400
so redpill me on developing this code; is it illegal to branch off of it and develop a new, modern browser entirely based on it?
>>
>>58567684
If it has any of the old code in it, then yes.
>>
>>58567740
so how does "rewriting" it work, so to speak? I'm not really a programmer, but couldn't somebody take all the elements that make this browser, see the tools and methods use to create it, and essentially make a clone of it?

I think of video games, because gameplay can't be copywritten, so popular games spawn a shitload of copycats. Couldn't you take "the rules" of the software and make essentially the exact same thing but in your own words?
>>
>>58567770
Yes.
>>
>>58567801
is anyone doing that or is the answer no, and you hope that by continuing to make /g/ aware of it that it will spawn a project to copy it?
>>
>>58567684
>>58567740
>>58567770
>>58567801
>>58567820

Every fucking thread has this same convo.
Are you doing this on purpose? Is this the new fresh meme?
>>
>>58567820
1. No one is currenty trying to make a copycat of it.

2.I'm fine as long as patches are made to it.
>>
File: soft float.png (50KB, 640x505px) Image search: [Google]
soft float.png
50KB, 640x505px
ARM soft float builds and runs. I still need to button up a few things before kicking out a package.

Qemu whole-system emulation caused more problems than it solved. Qemu only allows emulation of 1 core and 256MB memory for the emulated machine.
1. The machine can't build the code in "jumbo" mode. Not enough memory.
2. The code is broken in non-jumbo mode. There's a forward declaration of an incomplete type.

Building in an emulated chroot is much more effective.
1. Moar coars.
2. Moar memory (allows jumbo mode).
3. No emulated system overhead.
The only issue I had was the linker can't run in LTO mode. The 32-bit limit (4GB) isn't enough to process the entire codebase. To get LTO we'll need a cross-compiler.

Whole-system is still okay for testing the finished binary. As I said before, the whole-system emulator feels like a slow Pentium 2. Opera is responsive. Back before Firefox ditched armv5 it ran painfully slow. So this is nice. Opera segfaulted 3 times on startup, but that might be the GTK+2 integration library causing problems. It's stable now that it's running.

There's lots of graphical glitches in Opera's widget set when stuff gets dragged around, but webpages look correct. See tray icon. I'm blaming that on Mesa, since I seem to remember one of Opera's advertised feature sets was moving away from Qt to their homebrew 3D-accelerated widget set as part of Opera 10.50 or so, and also lolmesa.
>>
>>58567400

how long till the opera code gets a light audit, security patches and is available on a .deb ? fuck copyright.

also what are the otterbrowser dudes planning to do with this ? they essentially were writing an opera 12 clone in QT
>>
>>58568473
The Otter Browser developers aren't going to do anything different than what they were originally planning to do.
>>
>>58567400
Why even bother with this level of autism when Vivaldi exists and is literally the old Opera devs?
>>
File: where do you think we are.jpg (23KB, 400x302px) Image search: [Google]
where do you think we are.jpg
23KB, 400x302px
>>58568875
>>
>>58568875
Why shitpost?
>>
>>58569125
Why use an ancient, slow, unsupported, insecure browser when a huge portion of the same features exist on a modern browser made by literally the same people?
>>
>It's illegal, therefore we can't do it
Fuck the police, it's not like they're going on a witch hunt.

Just keep the code in a i2p git server. Tor is full of NSA backdoors.
>>
File: 1472864612311.jpg (42KB, 644x495px) Image search: [Google]
1472864612311.jpg
42KB, 644x495px
>>58568875
>>58569160

The whole thing is about the presto rendering engine and a having browser that isnt chrome or a chrome skin.

Vivaldi is great bu it uses the chrome rendering engine.

This source code leak Is part nostalga (you wouldnt get it if you hadent used opera back in the day) / part justified contrarianism and free choice (see systemd debacle)

I am excited to see what people find in the code and an inevitable package release when it gets patched up - It will be great lightweight browser for old hardware.
>>
>>58569160
Because Vivaldi sucks and Opera may be old and outdated but is still the best.
>>
>>58569286
I used Opera back in the day. Unlike the emotionally undeveloped individuals on this forum I was able to move on.

I also don't do webdev so I have no issues with the Chrome rendering engine. Last I checked webdev was also hated by /g/.
>>
File: rockin.gif (273KB, 320x240px) Image search: [Google]
rockin.gif
273KB, 320x240px
If anyone here has CPP experiance and would like to audit parts of the code, that would be noice. I'm gonna start looking at it tomorrow and see if I can locate anything spoopy.

Doing this is like looking for a needle in a haystack, though. So the more hands on deck, the better.

**I'm not a great programmer, but I can spot obvious shit**

I'd like it if someone setup either an IRC, or a XMPP MUC. Zero3K, please advise.
>>
>>58568875
Vivaldi 1.3: still no syncronization, but you can change the colors.
1.4: We scheduled changing of colors! Also we've fixed 9 old regressions and introduced 10 new.
1.5: Have a Phillips Hue support!
1.6: We're working just hard, better believe us.
>>
>>58569413
>he doesn't use tab splitting
>he ignores all of the features it already has and only focuses on what is missing

wew lad.

Let's go over what Opera 12.15 is missing

-Security updates
-Support
-Professional developers
-Funding
-Modern web standards (do tell me how your bank website reacts to Opera)
-Continued feature development
-Feature requests
-Centralized and consistent feature set (enjoy your billion inevitable Opera forks)
>>
>>58569447
Never said i'm defending old Opera, just saying Vivaldi's no so good.

Why so excited? Take some pills.
>>
>>58569479
I'm not sure what that list of things has to do with Vivaldi being no good then.

I assume you're like >>58569338 and don't have the ability to articulate your thoughts in a manner another human being can understand
>>
File: soft robot arm.jpg (25KB, 619x432px) Image search: [Google]
soft robot arm.jpg
25KB, 619x432px
>>58568131
http://rgho.st/private/6hdLkfsLr/199dd229dc50f995dc66b0a1fc744364
5 days until it expires.
4544aa3ce75f0e023c57dcd2cf902e8a258517ccd4bf1e44dc3d501bb23a37c0 opera-next-12.15-9999.armel.linux.tar.xz

No extra botnetting from me because too lazy. No idea if there was one in the original source so good luck taking your chances.

Patches, build instructions, prep scripts are included in the archive in the anonymous-patches-and-docs folder.

When code was being compiled it had armv4 march and mtune flags, but there was also NEON and VFP assembler files all over the project. I don't know exactly how old of a machine it will run on. Might work on Angstrom / Pandora. Should work on RasPi 1 with original Debian (armel) image. Probably works on old armv5 boxes like Orions as well.
>>
>>58569583
Requesting pomf.cat mirror of this file to go into an archive I'm preparing. Rghost apparently keeps IP logs.

Thank you for your hard work and contribution to this community project.
>>
>>58569630
Really? Fug. Might delete it now.
Ok by me, go for it.
>>
>>58569630
>>58569645
rgho.st file deleted.
a.pomf.cat/vfzjcx.tar.xz
rename to
opera-next-12.15-9999.armel.linux.tar.xz
>>
>>58569536
>>58569338 was my last post itt
>>
>>58569923
Thanks for confirming two different people lack the ability to articulate their thoughts.
>>
>>58569960
Just because I didn't doesn't mean I can't, you colossal dumbass.
>>
>>58570027
I totally believe you random person on the internet with no integrity. Prove it or shut the fuck up. If you're not proving it you're only trying to convince yourself.
>>
>>58570054
Why would I bother? to prevent you from winning your little Internet argument? I'll let you have this one, it's probably the highlight of your day anyway, you pathetic little fartknocker.
>>
>>58570094
You using one of the browsers I use doesn't make me feel any better. I just don't get the point of saying thing without having the balls to back them up. Why post in the thread at all?
>>
>>58570109
I don't really put too much effort into replying to shitposts.
>>
>>58570129
Yet, here we are.
>>
>>58570141
After the shitpost you called me out on my intelligence, that's a different story. If you post stupid things (such as recommending Vivaldi) then you should expect stupid replies (such as baseless claims)
>>
>>58570174
1) you have yet to prove your intelligence
2) you have yet to say why someone shouldn't recommend Vivaldi
3) you keep replying back to what you consider to be "shitposts" which makes you equally as culpable

Just go to bed anon.
>>
>>58570201
>1
I really don't give a shit.
>2
Vivaldi is a joke. It's essentially a Chromium web app, a website masquerading s a browser. I refuse to believe anyone even remotely knowledgeable uses it.
>3
What I considered to be a shitpost was recommending Vivaldi, you fucking mongoloid.
>>
>>58570227
>Vivaldi is a joke. It's essentially a Chromium web app, a website masquerading s a browser.

I don't understand this argument. They build features CHROME LACKS on top of a well known and well liked browsing engine. Is there some misplaced Google hatred that drives this illogical attitude? For all of these claims of a "Chromium web app" there's literally no application that does anything close to what it does.

>What I considered to be a shitpost was recommending Vivaldi, you fucking mongoloid.

Congrats, you don't have the mental capabilities to make your own decisions and blindly follow whatever the latest /g/ status quo is.
>>
What a shit company now.
https://www.opera.com/blogs/security/2017/01/legacy-opera-presto-source-code-appearance-online-sharing-sites/
>respect
>>
>>58570281
>They build features CHROME LACKS on top of a well known and well liked browsing engine
>on top of a well known and well liked browsing engine
>on top of a browser engine
That's exactly the issue. The engine is for rendering websites, not the browser itself.
>>
>>58570281
>>58570357
Also
>Congrats, you don't have the mental capabilities to make your own decisions and blindly follow whatever the latest /g/ status quo is.
That's based on my own decision. Just because my opinion is a popular one doesn't mean its popularity had any influence whatsoever on it.
>>
>>58570372
>a popular one
>on a single niche website

wew

>>58570357
This is literally only an issue on here. Use your words like an adult. How is this an issue?
>>
>>58570394
>wew
It is a popular opinion on this niche website.
>This is literally only an issue on here. Use your words like an adult. How is this an issue?
Vivaldi sucks because the browser engine is for websites, not the browser's UI itself.

There, a proper sentence with the exact same fucking information. Wow, what a fucking difference. Quit your bitching and go fuck a chainsaw, you whiny twat.
>>
>>58570421
>Vivaldi sucks because the browser engine is for websites

You're missing the "how" for this. How does this make it suck? Use your words. I know you can do it.

"It just does" is not an answer.

>There, a proper sentence with the exact same fucking information. Wow, what a fucking difference. Quit your bitching and go fuck a chainsaw, you whiny twat.

Someone's edgy. Don't like being called out for your inability to communicate your thoughts? For someone who claims they have no problem with this you have continuously showed that you do have a problem with this.
>>
>>58570444
>You're missing the "how" for this. How does this make it suck? Use your words. I know you can do it.
Browser engines literally exist specifically for rendering websites, considering we're on a technology website I was assuming you knew this. Just leave the engine for its intended tasks and write a proper native UI.
>Don't like being called out for your inability to communicate your thoughts?
No, I'm just not a fan of whiny faggots.
>>
>>58570480
>Browser engines literally exist specifically for rendering websites, considering we're on a technology website I was assuming you knew this. Just leave the engine for its intended tasks and write a proper native UI.

So in other words you can find no inherently negative reason. Great work! You sound like an evangelist.

>No, I'm just not a fan of whiny faggots.

Says the guy that is this butt-blasted over being called out on their ability to communicate. I'm guessing I hit on a key fault you realize about yourself.
>>
>>58570515
Confirmed shitposter
>>
>>58569160

Would you stop telling me THAT it is insecure and tell me instead HOW it is insecure? To my knowledge, no fuckin security holes exist!
>>
>>58569447

using opera for banking. works fine.
>>
opera is good for old days. not now . it really buggy and have security problem. especially youtube and google. Why do you mention otter-browser? it just ANOTHER shit themed webkit. (but not chromium that's cool). It is not different from vivaldi.
This is good because of Nostalgia. That makes it different.
>>
>>58569583
I tried it on the Pandora. The libs it uses are different versions than the ones of the machine that built it. A PND containing the proper versions of the libs might work though.
>>
>>58571845
*it and the proper
>>
>>58571845
What libraries are reported missing by "ldd /usr/lib/opera-next/opera" (or wherever your binary is installed) ?
>>
>>58571912
I don't have the ldd command. The first error I get when running opera-next is:

/usr/local/lib/opera-next/opera-next: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found (required by /usr/local/lib/opera-next/opera-next)
>>
>>58571973
Hm, that's a libstdc++ mismatch. Two things:
1. In place of "ldd", can you try "/lib/ld-linux.so --list /usr/local/lib/opera-next/opera-next"? I'm not sure what your ld-linux.so is named, so it may be slightly different.
2. The libstdc++.so.6 file that is quoted in the error is usually a symlink to a versioned library. Can you tell me what your symlink points to?
>>
>>58569447
>banks
>modern web standards
hahahahaha
>>
>>58572095
2. It is linked to libstdc++.so.6.0.10.
>>
Here is a link to a forum post regarding the latest version of SuperZaxxon (which is the custom version of Angstrom Linux made for the Pandora):

https://pyra-handheld.com/boards/threads/superzaxxon-v1-76.79384/
>>
>>58567400
How did this leaked?
>>
>>58567400
I often see those icon on windows on the upper right screen, where they come from?
>>
>>58572222
They are the New Tab and Closed Tab buttons.
>>
>>58572204
Someone put its source on Github.
>>
>>58572251
Well...sorry but my question was dumber, and sorry for the off topic: I meant the usual 3 icons of Windows; why I have different icons, but I often see those 3?
>>
is this a build of opera with their old engine and not webkit?
>>
It's funny it's alive on bitbucket now. Let's see when it DMCAed.
https://bitbucket.org/prestocore-fan/presto
>>
>>58571973
>>58572156
Given CXXABI_ARM_1.3.3 and libstdc++so.6.0.10, it looks like your distribution was built with GCC 4.3 (ABI format finalised early 2008) or one of its descendants (through 2011). It is a little shocking to see something that old acting as primary compiler for a current distribution.

Opera Software seems to build their releases on old distributions. I suppose that's so that they work on the widest variety of machines possible. My x86-64 12.16 has a note telling it was built by GCC 4.4 (ABI finalised early 2009). Quite a wide support range for a binary released in 2013. By comparison, my own softarm release was done with GCC 4.7 (early 2012), so it doesn't have the breadth of support.

Lesson learned: Use the oldest compiler possible when building these binaries.

I will look to see what is possible with Debian. It looks like wheezy doesn't have GCC 4.3 packages, the oldest offered being 4.4. Perhaps pulling Debian squeeze out of the cellar is necessary.
>>
>>58572287
Yes, presto is the old, original opera rendering engine, from version 12.x and earlier
>>
nostalgia'd
i miss the old ugly theme desu
>>
>>58568875
>memealdi
bloat.
>>
>>58570357
>The engine is for rendering websites, not the browser itself.
well, same words apply to firefox/gecko completely.
>>
>>58573336
Well, yes.
>>
I'm actually very interested in what is "the secret sauce" about opera's ui staying so damn responsive even when web pages are misbehaving. Is the answer just "native code", or were the coders some kind of magicians.

I understand that at this point people are just trying to get the thing built mostly and nobody has had any time or interest in investigating shit like that
>>
>>58572199
Have you tried the soft-float ARM build someone posted ITT?
>>
< som1> i made a quick patch to disable manual plugin activation: http://paste.fedoraproject.org/531393/49176771/

Should be added to the patches github.

Has anyone figured out vp9 sound in the meantime?
>>
>>58573382
>>58572360
>>
>>58573381
All in due time anon
>>
>>58573512
Neat, will add this to the repo tomorrow (away from PC atm)

I guess VP9 sound issue is a missing codec, idk what codec VP9 usually uses, surprised that it'd be different from VP8 videos 2bh
>>
>>58575507
One guy mentioned that it is fixed by installing the gstreamer-plugins package.
>>
>>58575587
Btw, I can upload that patch for you. Just give me push access and I will get it up there asap.
>>
>>58575609
Added, just make sure not to break it :P Also update the readme.md with the details of the patch too, if you can

BTW I took a look at that ramdisk driver you linked before, couldn't really see much wrong with it (but driver dev isn't really my strong suit, I've done driver reverse engineering before, but never really any devving for them)

I might try making a win10 VM when I get back to see what happens tho, do you have any crash logs or anything from the BSOD?
>>
>>58575783
1. Ok. I will update the readme soon. I just uploaded the patch.
2. I don't have the details of the crash at the moment.
>>
File: mfw.jpg (8KB, 182x200px) Image search: [Google]
mfw.jpg
8KB, 182x200px
>>58570317
>This code is not the complete source code for a modern web browser
>>
>>58575964
I got the driver set up on my PC. I will link to the minidump that will be generated when it crashes soon.
>>
>>58576419
Nice, can you check event viewer as well? It should make an entry in there with the fault code/module name/etc.
Can't remember which category it gets put under though, if you find it can you pastebin it?
>>
>>58576442
One thing I noticed is that Windows complained that it wasn't signed. So, please find a way to sign the .cpl and .sys files.
>>
So what is this exactly?
A decompiled version of opera? A source code leak?
>>
>>58576506
Source code leak
>>
>>58576605
Thanks for clarification
>>
>>58569286

Why don't you fags just continue KHTML development from where it left off? It's just sitting right there waiting for a maintainer!
>>
>tfw still no progress on ECC/GCM
>>
I am uploading the memory dump that was made when testing the RAMDisk driver on the newest Insider Build of Windows 10 x64. It gave me a FAT_FILE_SYSTEM GSOD. I looked in the Event Viewer for more info but couldn't find any.
>>
Has anyone tried building it for OS X yet?
>>
>>58577379
Here's a Pastebin containing more information:

http://pastebin.com/7jaDGxcJ
>>
>>58577748
Here's a link to the Memory Dump that I wrote about earlier:

https://mega.nz/#!k9R0XAZK!4FOIay_fUqLb93p7g91nPmlWmUZ7FZIEjTdo6apnISQ
>>
>>58576142
After all, they pretend to be okay with cry.
But we can't deny it. isn't it?
althought it is not really modern, it's modern internet browser than ie9.(not ie10!)
In some respects it's not complete source code. It doesn't have mobile one. but who care?
>>
>>58579578
Well, there is a mobile one (Opera Mini). Its just not open source.
>>
It would be nice if someone could compile a Windows version of Opera with the DisableClickToActivate patch applied to it.
>>
>>58576633
Good question. I've only used KHTML once, since I've been using Firefox after Opera was discontinued. Would I have to install KDE? I usually use cwm.
>>
>>58576633
Becuase KHTML wasn't the base of such an amazing browser. Besides, Apple already did that for us. Nobody's currently developing Presto nor a fork.
>>
>>58579573
So, can anyone try fixing it?
>>
>>58568875
The Vivaldi team has done fuck all. I have a suspicion that although most of them worked on opera, none of them actually developed anything worthwhile there.
>>
Protip for using this:
>make seperate user account with nerfed permissions
>after compiling, make another user account and move your tars there
>remove the compilation account
>run opera inside a firejail
>>
>>58569386
XMPP server @dongsquad.pw is decent for MUC
>>
>>58583499
Thanks for bumping it. I am waiting for a proper Angstrom Linux port that will work on my Pandora.
>>
>>58567770
https://en.wikipedia.org/wiki/Clean_room_design
>>
>>58575507
>idk what codec VP9 usually uses
Opus audio
>>
File: Joanna.jpg (92KB, 1920x1080px) Image search: [Google]
Joanna.jpg
92KB, 1920x1080px
>>58576633

I have no idea what khtml is. But i am guessing its KDE related and i dont like their style - too flashy.

>>58581167
Yep no one is working on presto because opera got bought out by the chi-coms and they buried it.

Its safe to say since the leak presto is being worked on just by the fact people including myself are looking at the code.

I have dreams of OPERATOR comming back. Few people knew there was a build of opera+tor and yeah it was cool. Would love to have open source audited alternative to the TBB TBPHF if you GWIAS

any takers ?
>>
>>58584456
>Yep no one is working on presto because opera got bought out by the chi-coms and they buried it.
You're confused. This is the timeline
>Opera drops Opera
>Opera releases Chropera
>...
>...
>Chinks buy Opera
>>
>>58584456
Also KHTML is the engine WebKit was forked from
>>
>>58584456
KHTML is the engine that pretty much every HTML engine but gecko is based off of.
>>
>>58584484

>Chinks buy Opera

i think you meant Chinks buy Chopera =D

thank you.... ill be here all night *drops mic*
>>
>>58584825
No, I meant they bought Opera Software ASA
>>
>>58584825
They bought Opera-the-company, that develops Chropera-the-software
>>
There are two reasons I don't use Vivaldi:
• It's basically just a modified Chrome
• Flat UI is cancer. And you can't configure it to properly integrate with Windows Aero.
>>
>>58572492
It's not the original engine. IIRC it is the third engine. WebKit is the fourth and blink is the fifth.
>>
>>58585868
Ughhh, I knew someone would "well, actually" that post because I didn't say "from 7 to 12.x"
>>
>>58580861
Since Windows version is most recent (12.18), for now it makes more sense to use binary patches for it, as was the practice for years before the leak. Killing "click to activate" is one among them.
>>
File: 1479912532399.gif (896KB, 700x600px) Image search: [Google]
1479912532399.gif
896KB, 700x600px
C++ Auditing MUC is up and running

Drop a message to opera®creep.im to join the MUC.
>>
>>58587674
The binary patches will be good to adapt to source patches tho:
http://pastebin.com/LkV60SMK
>>
Anyone needs myopera.com themes archive?
>>
>>58588253
How big is it? I'd probably like to keep a mirror for posterity
>>
>>58588285
900 MB unzipped, 500 MB 7z
>>
>>58588457
I'll take it if you want to share it. Thanks, Anon.
>>
>>58588481
http://pastebin.com/De3cA1BK
>>
>>58588576
IPFS mirror:
https://ipfs.io/ipfs/Qmdn9Fei6yxa2JYrhDtaURZKZqEyp2zwGARpkZTB62hDRm
>>
>>58587797
Is there any patch for removing the gray highlighting of URLs in a 64-bit version of opera.dll? If so, please link to it.
>>
>>58587780
what's MUC?
>>
>>58590245
Multi User Chat via the XMPP protocol.
>>
>>58590464
So now there's IRC in the OP, jabber chat on creep.im and two Telegram conferences?
>>
>>58587780
>Drop a message to opera®creep.im to join the MUC
Are you retarded?
>>
>>58590611
Agree, at least make it easy to join. Why not IRC?
>>
>>58590626
Yes. Either join the one I made or I can make one specifically for development.
>>
>>58586139
>>Ughhh, I knew someone would correct me for being to lazy to fact check.

FTFY
>>
>>58592248
*bump*
>>
>>58594357
bump
>>
>>58594357
>>58594375
ayo stop bumpin into people, rude as h*ck
>>
http://git.repo.i2p.xyz/w/openopera.git

If you make an account on it, please get on IRC and tell me your username so I can add you so you can try pushing the source to it.
>>
what is good about Presto or the JS engine? Gecko/whatevermonkey and Blink/v8 have gotten better and better since this was abandoned
>>
>>58594415
>using str4d's git hosting
inb4 dmca
>>
>>58590874
irc.dg.i2p.rocks 6697 (tls) channel is #salt
or use i2p to access if you want the PREMIUM experience
keep in mind i2p.rocks is a reverse proxy
>>
>>58595215
I cannot connect to that server. Why not use the channel I have set up?
>>
>>58595384
i didn't read the thread
nevermind
>>
I have made a Gitgud Repo of the source. You can reach it by going to https://gitgud.io/Zero3K/openopera. Please wait a while since I am currently uploading the source to it.
>>
>>58595895
The source is now fully uploaded.
>>
Would an image of Pandora's SuperZaxxon (which is the custom version of Angstrom Linux) help in getting Opera 12.15 to run on it?
>>
>>58572360
How about making a PND containing it and the libraries it needs?
>>
>>58596575
I guess no one is wanting to help me.
>>
>>58597257
It's late, people might be sleeping.
>>
>>58597489
You have a point.
Thread posts: 152
Thread images: 10


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.