Results 116 comments of PakoSt

Hi, It's been awhile since I've checked here. I can see there have been quite a few commits that are affecting this ticket and possibly it should be closed. I...

Yes, I was looking at the flags when checking again https://github.com/sony/flutter-elinux/issues/74 (as `-k` is required for the onscreen keyboard) but I don't want to add more information outside of the...

Alright! First video incoming! ## Sample code used for testing Example main.dart ``` import 'package:flutter/material.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget { const MyApp({Key? key}) :...

Thank you, @HidenoriMatsubayashi . Will gather the info on the other ones later today. Closing this ticket.

Does the same behaviour happen when using different Wayland compositor? [cage](https://github.com/Hjdskes/cage) for example Note: Haven't figured out how to use Yocto with Pico-Pi i.MX7D yet to attempt to replicate with...

Great! I will try to familiarize myself with the code to see how this can be achieved in the next week or so. Probably I will also check with the...

@HidenoriMatsubayashi , if you have the time, I have a small question for the generation of the tool: - Which flutter tools are we looking for on this line? https://github.com/sony/flutter-elinux/blob/490317ad3eee0745027d1675986e1d5f6e727e22/pubspec.yaml#L12...

Thank you, @HidenoriMatsubayashi ! That was silly of me, I was trying to do `dart pub get` instead of letting the tool do it's job...

> Ye their install script has this `HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Ubisoft\\Beyond Good & Evil` which in proton seems to end up as `HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\Wow6432Node\\Ubisoft\\Beyond Good & Evil` So you have to remove the extra...

@KashiMaadsen , you are looking for `.../steamapps/compatdata/15130/pfx/` Depending on your system setup, `compatdata` could have different location. `15130` is the game id here. On my Manjaro system it is: ```...