Skip to content
Discussion options

You must be logged in to vote

@sfein1000 If you copy this to your clipboard and from the fpgui source folder do
wl-paste | patch -p1 and recompile.
If you don't have wl-paste you can just save it to a file and do
patch -p1 < the.patchfile.patch

diff --git a/framework/src/main/pascal/corelib/x11/fpg_x11.pas b/framework/src/main/pascal/corelib/x11/fpg_x11.pas
index ce77e9b5..84a746a8 100644
--- a/framework/src/main/pascal/corelib/x11/fpg_x11.pas
+++ b/framework/src/main/pascal/corelib/x11/fpg_x11.pas
@@ -352,6 +352,11 @@   TfpgX11Application = class(TfpgApplicationBase)
     xia_net_wm_icon: TAtom;
     xia_targets: TAtom;
     xia_save_targets: TAtom;
+    { text flavours we advertise for the selection/clipboard }
+

Replies: 3 comments 14 replies

Comment options

You must be logged in to vote
3 replies
@sfein1000
Comment options

@fredvs
Comment options

@andrewd207
Comment options

Comment options

You must be logged in to vote
7 replies
@andrewd207
Comment options

@fredvs
Comment options

@andrewd207
Comment options

Answer selected by sfein1000
@sfein1000
Comment options

@sfein1000
Comment options

@andrewd207
Comment options

@graemeg
Comment options

Comment options

You must be logged in to vote
4 replies
@rchastain2
Comment options

@graemeg
Comment options

@graemeg
Comment options

@sfein1000
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants