Search Criteria
Package Details: florence 0.6.3-2
Git Clone URL: | https://aur.archlinux.org/florence.git (read-only) |
---|---|
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: | |
Submitter: | None |
Maintainer: | SunRed |
Last Packager: | SunRed |
Votes: | 50 |
Popularity: | 0.22 |
First Submitted: | 2010-02-16 14:57 |
Last Updated: | 2016-01-31 23:54 |
Dependencies (8)
- gettext (gettext-git)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-optional-csd, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-ubuntu, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-classic)
- librsvg (librsvg-git)
- libxml2 (libxml2-linenum, libxml2-git)
- libxtst
- gstreamer>=1.0 (gstreamer-git)
- gnome-doc-utils (make)
- intltool>=0.23 (make)
Latest Comments
« First ‹ Previous 1 2 3
thorsten commented on 2011-09-28 16:00
here, it doesnot build becuse the cflags for dbus arenot provided to CC. Probably the configure configuration lacks of the dbus-1 settings. There is a small workaround to fix this in this PKGBUILD:
Write:
CFLAGS+=" `pkg-config --cflags dbus-1`"
make CFLAGS="$CFLAGS" || return 1
instead of the make||return 1 line.
Anonymous comment on 2011-09-25 05:17
Hi,
Investigating florence for use on a tablet.
I can not get autohide to work.
I have done: gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "True"
and confirmed it is set using gconf-editor.
I also have /usr/lib/at-spi-registryd autostarting as per the Florence documentation.
Any hints?
swiftscythe commented on 2011-09-17 16:09
Sorry for the delay. Updated! :)
untitaker commented on 2011-09-17 15:08
Please add a makedepends on intltool. (+1 npoullard)
npouillard commented on 2011-06-23 12:12
Please add a makedepends on intltool.
swiftscythe commented on 2011-06-19 16:05
Updated, thanks :)
Sara commented on 2011-06-19 13:31
Please add gnome-doc-utils as a makedep, for it's needed for this program to compile. Thanks!
ernia commented on 2011-01-23 15:11
if you don't have gnome installed (e.g. lxde) you need to
gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "True"
to get autohide feature working.
thanks for the pkgbuild
Anonymous comment on 2010-04-15 08:56
Thanks, added a few more dependencies also with version checks, if I missed any please let me know. Btw, namcap didn't came up with those but during ./configure they're needed though, seems namcap isn't that reliable after all.
Anonymous comment on 2010-04-15 05:18
There are more dependencies such as 'intltool' and 'gnome-doc-utils'.