It is Geany 2.0 from the LM repository that fails. I performed a fresh install 
of Linux Mint Cinnamon 22. The sandbox error appeared at the end of the OS 
installation and then, I installed Geany 2.1. with the following script which 
never fails. Followed by the plugins but the script to install the colorschemes 
fails, by not recognizing the existence of the folder it created.

```
sudo apt update && \
sudo apt install --no-install-recommends \
    build-essential \
    autopoint \
    ccache \
    gettext \
    intltool \
    libtool \
    libgtk-3-dev
NOCONFIGURE=1 ./autogen.sh
mkdir -p _build && cd _build
../configure --prefix=/usr \
    --disable-html-docs \
    --disable-pdf-docs \
    --disable-api-docs \
    --disable-gtkdoc-header \
    --enable-binreloc=no
make -j4 && sudo make install && sudo ldconfig
```



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

Message ID: <geany/geany/issues/4191/2582464...@github.com>

Reply via email to