<p>On looking at the build code I noticed the following table:</p>
<div class="highlight highlight-source-c"><pre><span class="pl-k">static</span> <span class="pl-k">struct</span> BuildMenuItemSpec {
        <span class="pl-k">const</span> gchar     *stock_id;
        <span class="pl-k">const</span> gint       key_binding;
        <span class="pl-k">const</span> guint      build_grp;
        <span class="pl-k">const</span> guint      build_cmd;
        <span class="pl-k">const</span> gchar     *fix_label;
        Callback *cb;
} build_menu_specs[] = {
        {GTK_STOCK_CONVERT, GEANY_KEYS_BUILD_COMPILE, <span class="pl-c1">GBO_TO_GBG</span>(GEANY_GBO_COMPILE),
                <span class="pl-c1">GBO_TO_CMD</span>(GEANY_GBO_COMPILE), <span class="pl-c1">NULL</span>, on_build_menu_item},
        {GEANY_STOCK_BUILD, GEANY_KEYS_BUILD_LINK, <span class="pl-c1">GBO_TO_GBG</span>(GEANY_GBO_BUILD),
                <span class="pl-c1">GBO_TO_CMD</span>(GEANY_GBO_BUILD), <span class="pl-c1">NULL</span>, on_build_menu_item},
        {<span class="pl-c1">NULL</span>, -<span class="pl-c1">1</span>, MENU_FT_REST,
                <span class="pl-c1">GBO_TO_CMD</span>(GEANY_GBO_BUILD) + <span class="pl-c1">1</span>, <span class="pl-c1">NULL</span>, on_build_menu_item},

    <span class="pl-c"><span class="pl-c">/*</span>...more entries... <span class="pl-c">*/</span></span></pre></div>
<p>As I understand the code images are loaded from the stock IDs (e.g. <code>GTK_STOCK_CONVERT</code>). But on my system I do not see any images in the build menu (tested on GTK2 and 3). My question: do other people see any images in the build menu? Might this be a desktop issue?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2302?email_source=notifications&email_token=AAIOWJ55VTIC2OV4IVI6RGLQJYXTZA5CNFSM4IW2RMF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLNZ2GQ">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7CEYAWVDYTOAXCK53QJYXTZANCNFSM4IW2RMFQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ4EFAGUTZWPZXWLNHLQJYXTZA5CNFSM4IW2RMF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLNZ2GQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2302?email_source=notifications\u0026email_token=AAIOWJ55VTIC2OV4IVI6RGLQJYXTZA5CNFSM4IW2RMF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLNZ2GQ",
"url": "https://github.com/geany/geany/issues/2302?email_source=notifications\u0026email_token=AAIOWJ55VTIC2OV4IVI6RGLQJYXTZA5CNFSM4IW2RMF2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HLNZ2GQ",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>