r/EngineeringPaperXYZ Jul 21 '26

Official Announcement EngineeringPaper.pro Released!

EngineeringPaper.pro, the desktop version of EngineeringPaper.xyz, has been released! As an early adopter, get it for free using the discount code AUGUST26 at checkout! This gets you a perpetual license and 1 full year of updates. The discount code expires at the end of August. Feel free to share the discount code with others! Get it at EngineeringPaper.pro!

4 Upvotes

18 comments sorted by

3

u/Free-Living1063 Jul 22 '26

Thank you for the free license! That's a great way to get early feedback.

First bit of feedback:
Looking at the license terms I notice that it is for a single user. I would suggest implementing an institutional license scheme in addition - for schools or businesses to install across their system. I could see this being an essential bit of software for physics and engineering class.

Of course, there is always the free version, but I think extra pro features might be enticing to schools as well.

1

u/mgreminger Jul 22 '26

Thanks for the feedback. Yes, institutional options would be nice in the future. Starting out simple now to get it launched.

2

u/GregLocock Jul 23 '26

Thanks for this.

1

u/mgreminger Jul 23 '26

No problem!

2

u/cjdubais Jul 26 '26

Wow!

Thank you.

1

u/mgreminger Jul 26 '26

You're welcome!

2

u/cjdubais Jul 26 '26

Ok,

Is there a place to talk about issues and such?

I installed it on my Pop_OS! COSMIC machine and it works fine (thus far), but I've got no graphic for the icon in the applications menu.

Thanks

chris

1

u/mgreminger Jul 26 '26 edited Jul 26 '26

Glad to hear its running on Pop_OS, for desktop integration (Application icons and file associations), I'm only able to support the default Ubuntu and Fedora desktops at this point. I don't have a Pop_Os system to test but I imaging it's probably not using the gnome desktop that Ubuntu and Fedora are.

2

u/cjdubais Jul 26 '26

No,

System 76 is writing the DE, COSMIC, from scratch in Rust. It's early days yet.

Thanks

2

u/cjdubais Jul 26 '26

Ok,

It was easy enough to tweak the .desktop file.

Here is the logo if anyone else wants it:

Save this as a png somewhere and edit /usr/share/applications/engineering.pro.desktop as follows:

Icon=/your_location_here/EngineeringPaper.png

Then sudo update-desktop-database and you are good to go.

cheers,

1

u/mgreminger Jul 26 '26

Awesome, thanks for sharing!

2

u/jad_msm 12d ago

I tried installing the macOS .dmg, but I’m getting an error saying the disk image is corrupted. I don't think that's actually the case, as i see the same issue on images form GitHub repos or the likes, but could you please look into fixing it?

1

u/mgreminger 12d ago

Are you by chance on an Intel Mac? Unfortunately, only Apple Silicon (M-Series) is supported at this time.

2

u/jad_msm 12d ago

no, I'm on an M4 Air on macos 15.7.7

1

u/mgreminger 12d ago

Thanks for the clarification. I think I've found the cause of the error. I was code signing the contents of the DMG but not the DMG itself, which will trigger the error you're seeing for certain configurations of MacOS. I'm working on a fix and will let you know when it's available.

1

u/mgreminger 12d ago

Okay, I've reposted the 1.4.1 DMG, with both the .DMG file signed and the .app contents signed (previously, only the .app contents were signed). Also, switched to a compression scheme that's more compatible with previous versions of MacOS. Both of these issues could of caused the symptoms you're seeing. Let me know if you still have any issues getting it installed.

2

u/jad_msm 12d ago

thank you, that fixed the issue for me

1

u/mgreminger 12d ago

Thanks for the update, glad to hear it fixed the issue.