Skip to content

BUG: .flatpak/meson.sh has paths pointing to /home/jonathan that should be removed #466

@itsallvoodoo

Description

@itsallvoodoo

Describe the bug
The meson.sh script runs flatpak build with various bind mount parameters. At least 6 of those parameters point to local / developer specific bind mounts that would not otherwise work when ran by an end user. I don't know flatpak or Streamcontroller well enough to know what the meson.sh script does or the necessity of the .flatpak folder, so there may be no end user impact, but if the script does run locally, those bind mounts will not work.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '.flapak/' path in github
  2. Click on 'meson.sh'
  3. Scroll down to 'the flatpak build' line
  4. See /home/jonathan within parameters

Expected behavior
I would expect for the script to be tailored to the install using the local user's home path, perhaps using $HOME environment variable instead of hard coded home directories.

Screenshots
Not applicable

Additional context
Enough context provided.

Please only post issues to this repository that are directly related to the application itself, not a plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions