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

access /dev/ttyACM0 blender in flatpak #6

Closed
Condiolov opened this issue Jun 25, 2021 · 1 comment
Closed

access /dev/ttyACM0 blender in flatpak #6

Condiolov opened this issue Jun 25, 2021 · 1 comment

Comments

@Condiolov
Copy link

Help me I use linux, I can't access /dev/ttyACM0. If I run Blender from the executable it works ok, if I run Blender from the flatpak it doesn't access. Do I have to give flatpak permission? permission to blender? or is it some local variable path i should create?
Congratulations on the masterpiece!!

@Condiolov
Copy link
Author

I solved it!! I edited the shortcut adding just --device=all

[Desktop Entry]
Name=Blender
GenericName=3D modeler
GenericName[pt_BR]=Modelador 3D
Comment=3D modeling, animation, rendering and post-production
Comment[pt_BR]=Modelagem 3D, animação, renderização e pós-produção
Keywords=3d;cg;modeling;animation;painting;sculpting;texturing;video editing;video tracking;rendering;render engine;cycles;game engine;python;
Exec=/usr/bin/flatpak run --device=all --branch=stable --arch=x86_64 --command=blender --file-forwarding org.blender.Blender @@ %f @@
Icon=org.blender.Blender
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
MimeType=application/x-blender;
X-Desktop-File-Install-Version=0.26
X-Flatpak=org.blender.Blender

If you want to run through the terminal use:
flatpak run --device=all org.blender.Blender

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

No branches or pull requests

1 participant