summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-09-22 09:38:09 +0200
committerVladimír Čunát <v@cunat.cz>2019-09-22 09:38:09 +0200
commit22a216849bf82ec65e3de86b7ea30e9c6b11efa4 (patch)
tree8b425b2c80cb46a8f7a8d72beeb66777506d7bd6 /doc/languages-frameworks
parent415b29939b01ca13f4667d5ffa8ede8ed262b0ee (diff)
Re-Revert "Merge branch 'staging-next'"
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/gnome.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/languages-frameworks/gnome.xml b/doc/languages-frameworks/gnome.xml
index 9e0f21a6c74f..8b3151d5bf94 100644
--- a/doc/languages-frameworks/gnome.xml
+++ b/doc/languages-frameworks/gnome.xml
@@ -210,7 +210,7 @@ mkDerivation {
dontWrapGApps = true;
# Arguments to be passed to `makeWrapper`, only used by qt5’s mkDerivation
- qtWrapperArgs [
+ qtWrapperArgs = [
"\${gappsWrapperArgs[@]}"
];
}
@@ -258,6 +258,16 @@ mkDerivation {
</para>
</listitem>
</varlistentry>
+ <varlistentry xml:id="ssec-gnome-common-issues-weird-location">
+ <term>
+ I need to wrap a binary outside <filename>bin</filename> and <filename>libexec</filename> directories.
+ </term>
+ <listitem>
+ <para>
+ You can manually trigger the wrapping with <function>wrapGApp</function> in <literal>preFixup</literal> phase. It takes a path to a program as a first argument; the remaining arguments are passed directly to <function xlink:href="#fun-wrapProgram">wrapProgram</function> function.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</section>
</section>