! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Xubuntu 14.04 LTS after installation not showing in panel aplets
Status:
RESOLVED: INVALID
Severity:
trivial
Product:
Xfce4-embed-plugin
Component:
General

Comments

Description avi 2015-02-08 22:45:33 CET
Xubuntu 14.04 LTS
There is wrong patch in makefiles.
Files  are copied to "/usr/local/share/**" should be "/usr/share/**"

Solution:
Change in configure line 585
"ac_default_prefix=/usr/local" to "ac_default_prefix=/usr"

Than ./configure && make && sudo make install
Comment 1 David Schneider 2015-07-06 21:47:34 CEST
You need to add the prefix parameter to configure: ./configure --prefix=/usr

Bug #11519

Reported by:
avi
Reported on: 2015-02-08
Last modified on: 2015-07-06

People

Assignee:
David Schneider
CC List:
0 users

Version

Version:
unspecified

Attachments

Additional information