Results 3 issues of dgod

Fedora 40 wlroots 0.17.3 labwc 0.7.2 gtk-layer-shell 0.8.2 ``` #include #include int main(int argc,char **argv) { gtk_init(&argc,&argv); GtkWindow *w = (GtkWindow*)gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_layer_init_for_window(w); gtk_layer_set_layer (w, GTK_LAYER_SHELL_LAYER_TOP); gtk_layer_set_anchor(w,GTK_LAYER_SHELL_EDGE_LEFT,TRUE); gtk_layer_set_anchor(w,GTK_LAYER_SHELL_EDGE_RIGHT,FALSE); gtk_layer_set_anchor(w,GTK_LAYER_SHELL_EDGE_TOP,TRUE); gtk_layer_set_anchor(w,GTK_LAYER_SHELL_EDGE_BOTTOM,FALSE); gtk_window_resize(w,400,400);...

sometimes I would like copy some text(about several KBs) from web page and share the text to app at my phone so here is the steps 1 save the text...

I would like my app can start the cfc with startActivityForResult, so cfc don't save the file, but just return the data to the caller.