Skip to content

Commit 173bf32

Browse files
author
Alexis Lopez Zubieta
committed
anotate known libgobject-2 library names in the different distributions
1 parent 222a09a commit 173bf32

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/libappimage/utils/IconHandle.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,12 @@ namespace appimage {
224224
g_object_unref_t object_unref = nullptr;
225225

226226
/**
227-
* @brief Load libgobject-2.0.so and resolve the symbol addresses required by the IconHandle.
227+
* @brief Load libgobject-2 and resolve the symbol addresses required by the IconHandle.
228+
*
229+
* Known library name by distribution:
230+
* - Centos:'libgobject-2.0.so.0'
231+
* - Debian/Ubuntu: libgobject-2.0.so
228232
*
229-
* Note: in Centos libgobject has 'libgobject-2.0.so.0' as soname.
230233
* Mode comments:
231234
* RTLD_LAZY - load the lib only the required symbols
232235
* RTLD_NODELETE - do not unload the lib, as it wasn't designed to be used this way it

0 commit comments

Comments
 (0)