this post was submitted on 05 Jul 2023
9 points (100.0% liked)

General Discussion

11880 readers
20 users here now

Welcome to Lemmy.World General!

This is a community for general discussion where you can get your bearings in the fediverse. Discuss topics & ask questions that don't seem to fit in any other community, or don't have an active community yet.


πŸͺ† About Lemmy World


🧭 Finding CommunitiesFeel free to ask here or over in: [email protected]!

Also keep an eye on:

For more involved tools to find communities to join: check out Lemmyverse and Feddit Lemmy Community Browser!


πŸ’¬ Additional Discussion Focused Communities:


Rules

Remember, Lemmy World rules also apply here.0. See: Rules for Users.

  1. No bigotry: including racism, sexism, homophobia, transphobia, or xenophobia.
  2. Be respectful. Everyone should feel welcome here.
  3. Be thoughtful and helpful: even with β€˜silly’ questions. The world won’t be made better by dismissive comments to others on Lemmy.
  4. Link posts should include some context/opinion in the body text when the title is unaltered, or be titled to encourage discussion.
  5. Posts concerning other instances' activity/decisions are better suited to [email protected] or [email protected] communities.
  6. No Ads/Spamming.
  7. No NSFW content.

founded 1 year ago
MODERATORS
 

See the linked page for information about how it works, limitations, etc. and I'll of course answer any questions below!

As I have stated in the release section, this software is alpha so please don't be afraid to report bugs!

Releases are here: https://github.com/CMahaff/lasim/releases

Right now the program only supports Lemmy BE 0.18.1-rc9, but new releases will try to support new versions as they are released. The Lemmy API is changing a ton right now, but I'll try to keep up.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

Which platform are you using?

I know for Ubuntu (Linux) I have to chmod the binary after unzipping it (that is, use the terminal set the binary to execute with "chmod 755 lasim").

Mac OS X is untested - I don't have a Mac to try it out, but it might have a similar problem.

[–] [email protected] 2 points 1 year ago

AH I see, the zip file, I was looking at the repo

[–] [email protected] 1 points 1 year ago (1 children)

MacOS. Literally has no extension or anything. I have no idea how to run this thing.

[–] [email protected] 1 points 1 year ago (1 children)

Yeah I can use GitHub to generate Mac OS X artifacts but I can't test them, so maybe it doesn't even work.

I suspect it's just a permissions thing on the binary though, and running into the same issues as Ubuntu. I assume nothing happens if you just double click it? Or an error message?

[–] [email protected] 2 points 1 year ago (1 children)

This is what I get if I double click it (after all the security prompts).

[–] [email protected] 1 points 1 year ago

Yeah it's not treating it as an app, it's trying to open it as a text file haha. But I don't own a Mac, so I can't debug the steps one would need to take to make OS X treat it as an application.

I think it's just a permissions thing, but again I'm not sure. I think a terminal call to mark it as executable or changing the extension might do it.

I guess I'll have to find someone in my life with a Mac hahaha.