Chen Yuanrun
Chen Yuanrun
feishu is added in #5102
This app always crash under flatpak, need upstream to fix it.
Crash message: ``` [2024-04-05 17:31:16] - [LoadCefSymbolTable] -load libcef.so success. [3] 2024-04-05 17:31:16.273 = Debug = *[statistical] time point: 17:31:16.273 -- app_initialized [0405/173116.405702:WARNING:resource_bundle.cc(338)] locale_file_path.empty() for locale [0405/173116.405735:ERROR:main_delegate.cc(684)] Could not load...
bot, build com.todesk.ToDesk
@hfiguiere I trace the syscall of ToDesk_Service and it show that ToDesk_Service will create config files in the upper directory of the executable file: ```strace 14 readlink("/proc/self/exe", "/app/extra/todesk/bin/ToDesk_Service", 4096) =...
bot, build com.todesk.ToDesk
> > and even Steam do the same thing > > Two wrongs don't make a right. I'll report it to the upstream and wait for them to fix it.
@hfiguiere @bbhtt I have added a preload library to cheat the app for it's executable path, and it work now without coping all the files to XDG_DATA_HOME, can you review...
bot, build com.todesk.ToDesk
> > Personally I would've preferred to not have a C library live in Flathub repo and wait for upstream. But none are very ideal solutions in this situation. >...