mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-15 21:52:08 -04:00
0f53360959c92fc73492291eae142c49ebfb4d80
It is not guaranteed that source_relpath ends with '/', so g_strconcat() would generate invalid path, like "share/icons/hicolor64x64/apps". Use g_build_filename() instead to ensure we don't miss any separators.
xdg-app
xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux.
See https://wiki.gnome.org/Projects/SandboxedApps for more information.
Description
Languages
C
91.1%
Shell
5.1%
Python
1.8%
Meson
1.1%
Yacc
0.8%