33 lines
1.5 KiB
Markdown
33 lines
1.5 KiB
Markdown
---js
|
|
const title = "Running the Obama Browser on Linux";
|
|
const date = "2025-03-02";
|
|
const draft = false;
|
|
---
|
|
|
|
_Obamna_
|
|
|
|
# resources
|
|
- `wine`
|
|
- `IE9-Windows7-x86-enu.exe` from [archive.org](https://archive.org/details/ie-11-windows-6.1-x-64-en-us_202106)
|
|
- `obama.exe` within `Obama Browser.7z` from [archive.org](https://archive.org/details/obama-browser.-7z)
|
|
|
|
# steps to get it running
|
|
1. download the stuff from the resources at the top
|
|
2. run `wine winecfg -v win7` in a new wineprefix
|
|
- this one used `WINEPREFIX=~/.obamabrowser wine winecfg -v win7`
|
|
3. run the ie9 setup with wine
|
|
4. wine internet explorer should launch
|
|
5. run the `obama.exe` file
|
|
|
|
# using it
|
|
interestingly, this one had to press the arrow button next to the link to get it to load the page.
|
|

|
|
|
|
# things of interest
|
|
as it is a wrapper for a web browser from 2008, it obviously will not load misskey or such. however, it can load basic webpages seemingly.
|
|
|
|
it's also seemingly unable to handle HTTP 308 Permanent Redirect:
|
|

|
|
|
|
# to do in the future
|
|
in the future, this one plans on digging up more info about WebLikeMe and the Obama 2008 browser.
|