<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 26/04/2018 à 01:32, Colomban
      Wendling a écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:ddc6ddd1-c017-50f0-b06e-1fae7f3ae56e@herbesfolles.org">
      <pre wrap="">Hi,

Le 25/04/2018 à 04:18, Jérôme Andanson via Users a écrit :
</pre>
      <blockquote type="cite">
        <pre wrap="">Le 25/04/2018 à 00:23, Colomban Wendling a écrit :
</pre>
        <blockquote type="cite">
          <pre wrap="">[…]
See <a class="moz-txt-link-freetext" href="https://github.com/geany/geany/pull/1843">https://github.com/geany/geany/pull/1843</a>

@Jérôme : could you check the above fix works for you?
</pre>
        </blockquote>
        <pre wrap="">First I test building geany, I'm not famillar with C stuff or compiling
code, and I success compiling with GTK3 \o/
</pre>
      </blockquote>
      <pre wrap="">
Congrats on your first build! :)

</pre>
      <blockquote type="cite">
        <pre wrap="">First, I do with github master branch + adding manually your fix -->
everything is OK really cool
For comparison purpose I do it again without the fix and horizontal
scroll won't work ! so it's exactly the problem
</pre>
      </blockquote>
      <pre wrap="">
Perfect, thank you!

</pre>
      <blockquote type="cite">
        <pre wrap="">
Thanks for this catch !

Also while compiling geany I follow github readme so I type "make
install" !Now I have two binary in my system /usr/bin &&
/usr/local/bin/, for other compiling test I just type make and use the
binary in geany/src/ .
Any advice for cleaning my environment ?
</pre>
      </blockquote>
      <pre wrap="">

</pre>
      <blockquote type="cite">
        <pre wrap="">What's the better way to use
this fixed geany or when a fix will be released ?
</pre>
      </blockquote>
      <pre wrap="">
Next release is due in July, so it's a little time from now.  I guess it
depends how bad you need the fix: you can either wait, or use your own
compiled version (that you can install in your home directory with
--prefix=$HOME/geany, so it's super easy to remove by just removing that
directory, and you don't even need superuser privileges).

You can also try and get your distribution's package updated with the
fix, but whether or not that will work or be fast depends on the distro,
the maintainer, etc.  If you're familiar enough with that part of your
distro, you could even create an updated package just for you waiting
for the rest, but well.

So, that's a few options you might want to consider :)</pre>
    </blockquote>
    Thanks again, I will use my own compiled version (too proud), until
    next release :)<br>
    <br>
    <br>
    Other thing, I see and test your plugin for a dark geany :<br>
    <a class="moz-txt-link-freetext" href="https://github.com/b4n/geany-plugin-dark-theme">https://github.com/b4n/geany-plugin-dark-theme</a><br>
    <br>
    My current theme doesn't have a dark variant, so I found a little
    hack[1] to use another theme and icon set for Geany :<br>
    <ul>
      <li>create any folder <code>path/to/FOLDER</code></li>
      <li>create a <code>icons/</code> folder inside it</li>
      <li>put your desired icon set folder (breeze-dark[2] for example)
        in it and rename that folder with the name of current icon set</li>
    </ul>
    And for launching app with these settings in geany.desktop file :
    <p><code>Exec=sh -c "GTK_THEME=Adwaita:dark
        XDG_DATA_DIRS=/path/to/FOLDER/:$XDG_DATA_DIRS geany %F"</code></p>
    So beautiful ;)<br>
    <br>
    Cheers<br>
    Jérôme<br>
    <br>
    [1]
<a class="moz-txt-link-freetext" href="https://unix.stackexchange.com/questions/440335/gtk3-icon-theme-and-window-decorator-per-application-basis">https://unix.stackexchange.com/questions/440335/gtk3-icon-theme-and-window-decorator-per-application-basis</a><br>
    [2] <a class="moz-txt-link-freetext" href="https://www.gnome-look.org/p/1002340/">https://www.gnome-look.org/p/1002340/</a><br>
    <br>
    <blockquote type="cite"
      cite="mid:ddc6ddd1-c017-50f0-b06e-1fae7f3ae56e@herbesfolles.org">
      <pre wrap="">
Cheers,
Colomban
</pre>
    </blockquote>
    <br>
  </body>
</html>