It seems it is the version built over Gtk:

```
pacman -Qi scite                                                                
                                                                                
                                 ✔ 
Nombre                    : scite
Versión                   : 5.3.5-1
Descripción               : Editor with facilities for building and running 
programs
Arquitectura              : x86_64
URL                       : https://www.scintilla.org/SciTE.html
Licencias                 : custom:HPND
Grupos                    : Nada
Provee                    : Nada
Depende de                : gtk3
```
There is an unofficial port to Qt4, but I'm using the official package.

The binary you download form the SciTE page, does not seem to be built with QT, 
either:

```
$ ldd SciTE                                                                     
    ✔ 
linux-vdso.so.1 (0x00007ffc3e326000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00007fdbcec00000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x00007fdbcf117000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x00007fdbcf107000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x00007fdbceace000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x00007fdbcf0c1000)
```


-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3447#issuecomment-1611073571
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/issues/3447/[email protected]>

Reply via email to