Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MonoDevelop: fixed the YAML recipe #490

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kastixx
Copy link

@kastixx kastixx commented Aug 17, 2021

Kind of works now.

  • Build succeeds
  • The IDE starts
  • Solution/project creation succeeds
  • Build succeeds
  • Debugging works

The debugger still fails unfortunately. I'm not sure it's related to AppImage because when I run AppRun directly from build location it fails as well. Probably related: https://askubuntu.com/questions/1064146/monodevelop-fails-to-connect-debugger-when-not-running-as-sudo

Also,

  • I'm not sure that using a marker file (mono_no_squash.flag) to disable Mono library squashing is a good idea.
  • $(printf '\042') and looooooong MONO_PATH= line are ugly but that's the only way I've found to make these commands compatible with simple shell-based YAML parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant