xfce4-windowck-plugin icon indicating copy to clipboard operation
xfce4-windowck-plugin copied to clipboard

howto install on Fedora

Open Pshemas opened this issue 9 years ago • 5 comments

Would love to get it running on Fedora , but as I'm not a programmer getting it installed is a bit of a pain - can anyone help me out? When I try to use: ./autogen.sh --prefix=usr

I get

configure: error: expected an absolute directory name for --prefix: usr

When I get rid of --prefix:usr it goes a bit further, down to the point when I get:

checking for libxfce4ui-1 >= 4.10.0... not found *** The required package libxfce4ui-1 was not found on your system. *** Please install libxfce4ui-1 (atleast version 4.10.0) or adjust *** the PKG_CONFIG_PATH environment variable if you *** installed the package in a nonstandard prefix so that *** pkg-config is able to find it.

I'm pretty sure I have this package - when I look for it I found out that libxfce4ui-4.12.1-4.fc24.x86_64 is installed on my system.

Pshemas avatar Sep 18 '16 10:09 Pshemas

You're supposed to use ./autogen.sh --prefix=/usr. And you need the appropriate -devel or -dev packages. See your distributions guidelines how to install package headers.

killermoehre avatar Dec 29 '16 14:12 killermoehre

same issue on fedora

dennisotugo avatar Oct 10 '17 19:10 dennisotugo

image

LorhanSohaky avatar Aug 29 '18 18:08 LorhanSohaky

Just install libxfce4ui-devel, libwnck-devel, xfce4-panel-devel: sudo yum install libxfce4ui-devel xfce4-panel-devel libwnck-devel And now: ./autogen.sh --prefix=/usr

iwdt avatar Nov 10 '18 22:11 iwdt

I installed libxfce4ui-devel xfce4-panel-devel libwnck-devel and also exo-devel. When running ./autogen.sh --prefix = /usr and then ./make, I got the same error.

Apparently it's a problem in the source code.

error: ‘windowck_dialogs_ui’ undeclared (first use in this function);

image

LorhanSohaky avatar Nov 11 '18 19:11 LorhanSohaky