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

For Linux #17

Open
WGcode400 opened this issue Jun 24, 2024 · 6 comments
Open

For Linux #17

WGcode400 opened this issue Jun 24, 2024 · 6 comments

Comments

@WGcode400
Copy link

this may not be an issue but I didn't think it was a feature request either.

Just wondering what Linux you got it to run on? im trying to get it to run on a rpi 4 using .net 6
it builds and works on windows

@WGcode400
Copy link
Author

I got it to run on linux rpi 4 by changing my platform target from x64 to arm32

@pablocar80
Copy link
Member

years ago, yes it did run in linux, don't remember the framework version

@pablocar80
Copy link
Member

haven't tried in a long time

@WGcode400
Copy link
Author

WGcode400 commented Jun 25, 2024

is there a way to open the foton app in full screen?

im just trying to have it so that when i run the SampleApp it opens full screen or maximized

@pablocar80
Copy link
Member

the underlying objects used in windows and linux support that, so we would need to extend this interface to add a StartMode property (normal/maximized/minimized), and then implement it:

public class FotonOptions : IFotonOptions

@pablocar80
Copy link
Member

I also recommend checking out the Eto.Forms project itself

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

2 participants