Package Details: florence 0.6.3-3

Git Clone URL: https://aur.archlinux.org/florence.git (read-only, click to copy)
Package Base: florence
Description: A configurable on-screen virtual keyboard
Upstream URL: http://sourceforge.net/projects/florence/
Keywords: keyboard on-screen transparency transparent virtual X11
Licenses: GPL
Submitter: None
Maintainer: SunRed
Last Packager: SunRed
Votes: 53
Popularity: 0.000045
First Submitted: 2010-02-16 14:57 (UTC)
Last Updated: 2022-11-09 18:00 (UTC)

Latest Comments

1 2 3 4 Next › Last »

abd commented on 2023-12-07 08:52 (UTC)

Met error on build:

In file included from layoutreader.c:25:
/usr/include/libxml2/libxml/relaxng.h:134:50: error: unknown type name 'xmlDocPtr'; did you mean 'xmlErrorPtr'?
134 | xmlRelaxNGNewDocParserCtxt (xmlDocPtr doc);
| ^ | xmlErrorPtr
/usr/include/libxml2/libxml/relaxng.h:163:50: error: unknown type name 'FILE'
163 | xmlRelaxNGDump (FILE *output,
| ^~~~
/usr/include/libxml2/libxml/relaxng.h:16:1: note: 'FILE' is defined in header '<stdio.h>'; did you forget to '#include <stdio.h>'?
15 | #include <libxml/xmlstring.h>
+++ |+#include <stdio.h>

/usr/include/libxml2/libxml/relaxng.h:166:42: error: unknown type name 'FILE'
166 | xmlRelaxNGDumpTree (FILE * output,
| ^~~~ Anyone knowledgeable why/what is going wrong ?
How is the solution/workaround ?

Tio commented on 2023-11-16 13:53 (UTC)

Please use a relative path for the icon. Instead of Icon=/usr/share/pixmaps/florence.svg use Icon=florence . Else we cannot create custom icon packs for this one. Thanks!

SunRed commented on 2022-11-09 18:06 (UTC)

Sorry I forgot about this. Since python2 was removed from the official repos and gnome-doc-utils seems broken I disabled docs now.

AlexP11223 commented on 2021-12-28 20:25 (UTC)

Removing gnome-doc-utils dep and using --without-docs in configure seems to work.

The issue was that there is no python2 bindings in the latest libxml2, and gnome-doc-utils requires python2.

AlexP11223 commented on 2021-12-27 15:30 (UTC)

I get this error during build:

make[1]: Entering directory '/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc'
Making all in gnome-doc-make
make[2]: Entering directory '/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc/gnome-doc-make'
  GEN      C/make-ref.xml
gawk: ./gnome-doc-make.awk:4: warning: regexp escape sequence `\#' is not a known regexp operator
  MSGFMT de/de.mo
  XML2PO de/gnome-doc-make.xml
Running from source folder, modifying PYTHONPATH
Traceback (most recent call last):
  File "/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc/gnome-doc-make/../../xml2po/xml2po/xml2po", line 191, in <module>
    main(sys.argv[1:])
  File "/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc/gnome-doc-make/../../xml2po/xml2po/xml2po", line 88, in main
    from xml2po import Main
  File "/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc/gnome-doc-make/../../xml2po/xml2po/../xml2po/__init__.py", line 27, in <module>
    import libxml2
ImportError: No module named libxml2
make[2]: *** [Makefile:732: de/gnome-doc-make.xml] Error 1
make[2]: Leaving directory '/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc/gnome-doc-make'
make[1]: *** [Makefile:333: all-recursive] Error 1
make[1]: Leaving directory '/home/alex/.cache/yay/gnome-doc-utils/src/gnome-doc-utils/doc'
make: *** [Makefile:436: all-recursive] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: gnome-doc-utils

phillid commented on 2015-09-15 02:58 (UTC)

@UshakovVasilii, agreed. In the mean time, it would be good if the maintainer of this package would throw something into the PKGBUILD to force MAKEFLAGS to have -j1 rather than anything else…

UshakovVasilii commented on 2015-02-06 06:27 (UTC)

I think you need report about parallel build problem. http://sourceforge.net/p/florence/bugs/

UshakovVasilii commented on 2015-02-06 06:22 (UTC)

Hi, @GI_Jack as said @hodge you need compile schemas: sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

GI_Jack commented on 2015-02-05 22:25 (UTC)

$ florence -d Florence version 0.6.3 (florence:20009): GLib-GIO-ERROR **: Settings schema 'org.florence' is not installed FATAL ERROR: No signal received from parent process. We assume it's dead. If you need help, please rerun with the -d switch (debug) and send the output to f.agrech@gmail.com Trace/breakpoint trap (core dumped) running gnome

GI_Jack commented on 2015-02-05 22:19 (UTC)

I also had a problem with -j5, but not with -j1, tis strange