Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up"Full Distribution" Download Can't find opml.root #9
Comments
This comment has been minimized.
This comment has been minimized.
mrDarcyMurphy
commented
Apr 29, 2018
|
@tedchoward https://gist.github.com/mrDarcyMurphy/bc488c261883866ac504062ecc163bb3 I saw the same thing, so ran the app a few different ways and posted the logs to the gist above. Hope it helps. |
This comment has been minimized.
This comment has been minimized.
|
@mrDarcyMurphy Thanks! I appreciate that. I have a new workaround:
|
This comment has been minimized.
This comment has been minimized.
mrDarcyMurphy
commented
Apr 30, 2018
|
@tedchoward Cool. I'll try it out when I get the chance. In the meantime, I noticed you may have a hard coded path. Check this line. |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
The "Security Feature" causing this headache is called App Translocation, and is part of macOS's Gatekeeper as of macOS 10.12 (Sierra) https://weblog.rogueamoeba.com/2016/06/29/sierra-and-gatekeeper-path-randomization/ |
This comment has been minimized.
This comment has been minimized.
|
I'm going to close this issue, because there's nothing I can do about it. I have updated the I have also removed all "Full Distribution" downloads from the Releases page. |
tedchoward
closed this
Apr 30, 2018
This comment has been minimized.
This comment has been minimized.
remorse
commented
Aug 28, 2018
|
I commented on another ticket about this, but in case it helps someone looking for a solution, you can do something like:
to remove the app translocation from the application bundle. (Obviously, you would replace |
This comment has been minimized.
This comment has been minimized.
maysonicboom
commented
Oct 20, 2018
|
It runs, but unable to open opml.root. Using the Terminal launch method workaround above, It aborts with following messages: Maysons-iMac:OPML maysonlancaster$ ./OPML.app/Contents/MacOS/OPML dyld: Symbol not found: _OTLIFOStealList Abort trap: 6 |
This comment has been minimized.
This comment has been minimized.
maysonicboom
commented
Oct 20, 2018
|
Also, got the 32-bit (I believe) warning that it's not optimized and won't run in future versions. |
This comment has been minimized.
This comment has been minimized.
RoZZaH
commented
Jan 20, 2019
|
same warning as maysonicboom above.. |
This comment has been minimized.
This comment has been minimized.
scripting
commented
Jan 20, 2019
|
Guys this isn't a bug report -- we know that Mojave is the last version of Mac OS that runs Frontier. |
This comment has been minimized.
This comment has been minimized.
RoZZaH
commented
Jan 21, 2019
|
Mojave... or do you mean High Sierra?
On Sun, Jan 20, 2019 at 5:30 PM +0000, "Dave Winer" <notifications@github.com> wrote:
Guys this isn't a bug report -- we know that Mojave is the last version of Mac OS that runs Frontier.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
This comment has been minimized.
This comment has been minimized.
|
It runs on Mojave. It's a 32 bit app. Apple has told us that Mojave is the last version of macOS to support 32 bit apps. |
This comment has been minimized.
This comment has been minimized.
RoZZaH
commented
Jan 21, 2019
|
Ok - just checking - I may look at this again and revertThanks for clarifying Mojave not the issue.
On Mon, Jan 21, 2019 at 3:31 PM +0000, "Ted Howard" <notifications@github.com> wrote:
It runs on Mojave. It's a 32 bit app. Apple has told us that Mojave is the last version of macOS to support 32 bit apps.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
tedchoward commentedApr 27, 2018
•
edited
For some reason, the "Full Distribution" download is unable to find
opml.root.Steps:
OPML-full-distribution.dmgOPML-full-distribution.dmgOPMLfolder to/Applications/Applications/OPML.appExpected behavior:
Actual behavior:

Workaround (launch from terminal):
cdand drag the/Applications/OPMLfolder to the terminal window./OPML.app/Contents/MacOS/OPMLI don't know why he workaround works and double-clicking the app bundle doesn't.
FWIW: The release works fine on my machine until I upload to Github. The files I download from Github have this problem.