takinoy / xfce4-windowck-plugin

Xfce panel plugin which allows to put the maximized window title on the panel.
http://goodies.xfce.org/projects/panel-plugins/xfce4-windowck-plugin
GNU General Public License v3.0
116 stars 26 forks source link

howto install on Fedora #32

Open Pshemas opened 7 years ago

Pshemas commented 7 years ago

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.

killermoehre commented 7 years ago

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.

dennisotugo commented 6 years ago

same issue on fedora

LorhanSohaky commented 6 years ago

image

iwdt commented 5 years ago

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

LorhanSohaky commented 5 years ago

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