Jyrki Gadinger

Results 129 comments of Jyrki Gadinger

@gav- @DeRaafMedia as this issue is concerning about the PPA package ([and the cause has been identified](https://github.com/nextcloud/desktop/issues/8920#issuecomment-3432623713)), could either of you please create a separate issue about the Flatpak that...

@melroy89 from my understanding the Flatpak is supposed to be the very same for each distribution, especially as it's using its own runtimes separate from what is provided by the...

thanks for reporting this issue again! the one that we resolved with #8081 was affecting macOS only. in that PR I also added some extra logs at application startup to...

@AinzLimuru thanks for providing the logs I was interested in these two lines (found them in `20250329_2254_nextcloud.log.0.gz`): ``` 2025-03-29 22:54:23:142 [ info nextcloud.gui.application C:\Users\User\AppData\Local\Temp\windows-29568\client-building\desktop\src\gui\application.cpp:1006 ]: System UI languages are: QList("zh-Hans-CN",...

@Jerome-Herbinet try a daily macOS build -- with #8081 merged this should work again. will be part of ~~3.16.3 and~~ 3.17.0

@AinzLimuru for the time being if you're on a daily build >= `20250408` you can enforce the UI language by setting this in your `%APPDATA%/Nextcloud/nextcloud.cfg`: ```ini [General] language=zh_CN ``` This...

@ted423 sorry for that, I got confused where this config change would end up in 😅 as it's already available in the daily builds it'll be part of 3.17.0

@AinzRimuru while it would be possible in theory, it's rarely a good idea to invoke an external command just to e.g. determine the language/locale to be used.

I created a PR #8217 that should resolve this issue when trying to run the AppImage in combination with VFS. I would appreciate some feedback whether that change works for...