[Github-comments] [geany/geany] can't paste from xwayland apps in wayland (#2079)

elextr notifications at xxxxx
Sat Jan 15 12:36:13 UTC 2022


Yes Scintilla is designed to be built-in to apps that use it.

Best way to do a simple build is:

```
cd somewhere, even home is fine
mkdir geany-git; cd geany-git
git clone https://github.com/geany/geany.git
cd geany
./autogen.sh --prefix=absolute path to somewhere/geany-git
make install
cd ../bin; ./geany -c ../config
test test test
cd ../..; rm -rf geany-git
```

That installs and runs a totally isolated copy of Geany that does not interfere with your system, remember I said don't use the git version in production yet, and you can remove it when finished.

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

Message ID: <geany/geany/issues/2079/1013675002 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220115/c0de658c/attachment-0001.htm>


More information about the Github-comments mailing list