-
Notifications
You must be signed in to change notification settings - Fork 751
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
feat: App-specific ApplicationData
on Skia
#12596
feat: App-specific ApplicationData
on Skia
#12596
Conversation
b807adc
to
18ff98c
Compare
18ff98c
to
99b7eeb
Compare
0f042ba
to
f664560
Compare
67c45ac
to
a030f4b
Compare
67ec303
to
c1f93c3
Compare
@jeromelaban @Youssef1313 The application data path is now correct and user specific on Windows as well as Unix-based platforms, but my concern is with the |
@MartinZikmund I think |
I'm not sure about the temp directory requirements for Uno specifically, but the vast majority of linux apps/scripts use /tmp directly. Most distros clear /tmp on reboot, and that should be enough for most scenarios. If it isn't, something more persistent like the local folder should probably be used. |
a079700
to
35d9770
Compare
5258477
to
389c5df
Compare
GitHub Issue (If applicable): related to #6420, closes #8910
Replaces #12314
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Copilot Summary
🤖 Generated by Copilot at b807adc
This pull request adds support for the Skia backend to the SamplesApp project, refactors the rendering and extension logic of the Uno.UI.Composition and Uno.UI.Runtime.Skia.Gtk projects, and aligns the app manifest of the SamplesApp.UWP project with the Uno Platform branding. It also renames, deletes, or updates some files and namespaces to improve the code organization and consistency.Nope, you didn't get it this time 😂
PR Checklist
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Run
results.Other information
Internal Issue (If applicable):