1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-08-04 20:47:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
tiyn
52c43e3ed3 nativefier: added skia compilation error fix 2025-07-16 17:09:47 +02:00
tiyn
c400e70e02 nativefier: added skia compilation error fix 2025-07-16 17:08:56 +02:00

View File

@ -71,3 +71,21 @@ On Nativefier this can be achieved by pressing the `Alt`-key and selecting `View
`Forward`.
This can also be achieved by pressing `Alt`+`Left Arrow` for going back and `Alt`+`Right Arrow` for
going forwards.
## Troubleshooting
This section focusses on various errors that can appear by using Nativefier.
### `Skia shader compilation error` When Starting an Application
This section is based on
[a GitHub issue by RJVB](https://github.com/ferdium/ferdium-app/issues/1265).
When starting an application that has been set up using nativefier it is possible that the error
`Skia shader compilation error` or a similar error regarding Skia can occur.
An easy way to fix this is by clearing the GPU cache which can be found inside the `~/.config`
directory.
For example a nativefied app named [mtg-companion](/wiki/games/magic%3A_the_gathering.md#resources)
can be found in the directory `~/.config/mtg-companion-nativefier-8fcad7` and its GPU cache inside
the directory named `~/.config/mtg-companion-nativefier-8fcad7/GPUCache`.
The whole directory `GPUCache` can just be moved or removed to clear the cache.