You are not logged in.

#1 2009-05-03 17:16:20

whoops
Member
Registered: 2009-03-19
Posts: 891

xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

Hi!


Is this just me having done something wrong, Is this still not fixed or do I have to copy some files over the old versions in ~/ to make a fix work?

A whole while ago I searched and found that Ubuntu bug 322654 so I thought: "oh, I guess Ubuntu fixed that a while ago, no need to confuse anyone here about it now..." - is this the same thing? Is it fixed in Arch? Am I doing it wrong? Should I have submitted something like that as Arch bug? Should I still? (Where do Babies come from? And how to I make easy money by purchasing the rights to sell an assorted range of great products to local customers in my spare time now?)

Uhm, yeah, too many questions. So...: "Uhm what?"


Still not working (not showing in panel menu):
xfce4-smartbookmark
xfce4-quicklauncher

full error message (starting xfce4-panel):

(xfce4-panel:29116): xfce4-panel-WARNING **: Internal plugins need the "X-XFCE-Module-Path" entry to work properly.

(xfce4-panel:29116): xfce4-panel-WARNING **: Failed to create plugin "smartbookmark"

(xfce4-panel:29116): xfce4-panel-WARNING **: Internal plugins need the "X-XFCE-Module-Path" entry to work properly.

(xfce4-panel:29116): xfce4-panel-WARNING **: Failed to create plugin "quicklauncher"

(xfce4-mixer-plugin:29136): GStreamer-WARNING **: Failed to load plugin '/usr/lib/gstreamer-0.10/libgstgnomevfs.so': libgnomevfs-2.so.0: cannot open shared object file: No such file or directory
(xfce4-mixer-plugin:29119): xfce4-mixer-plugin-DEBUG: mixer_plugin->track_label = 'Master'

(xfce4-cpu-freq-plugin:29129): Gtk-WARNING **: Invalid icon size 24

(last few lines most likely "my bad, not related, everything works fine, just ignore" - I guess)


thx

Last edited by whoops (2009-05-26 12:42:28)

Offline

#2 2009-05-03 23:08:16

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

Reinstalled üanel & plugins, cleaned some stuff in ~, no luck.

So I guess those two plugins are working for everyone else?

What else should I look for / try?

Offline

#3 2009-05-11 18:48:02

pnil
Member
From: Sweden
Registered: 2008-05-02
Posts: 6

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

You're not the only one with problems.

You can either hack the file:

/usr/share/xfce4/panel-plugins/quicklauncher.desktop

Remove:
X-XFCE-Module...

Add:
X-XFCE-Module=quicklauncher
X-XFCE-Module-Path=/usr/lib/xfce4/panel-plugins


Or you could use the PKGBUILD below

This is probably something that should be fixed upstream.


pkgname=xfce4-quicklauncher-plugin
pkgver=1.9.4
pkgrel=2.z1
pkgdesc="plugin that creates 4 little application launcher in the Xfce4 panel"
arch=(i686 x86_64)
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
depends=('xfce4-panel')
makedepends=('pkgconfig')
options=(!libtool)
source=(http://goodies.xfce.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('299e17f196ecfa5fb018cf65abb19b56')

build() {
  local _tmp

  cd ${startdir}/src/${pkgname}-${pkgver}

  cd panel-plugin
  _tmp=quicklauncher.desktop.in.in
  [ -f $_tmp.orig ] || cp $_tmp{,.orig}
  grep > $_tmp -v X-XFCE-Module $_tmp.orig
  echo >> $_tmp X-XFCE-Module=quicklauncher
  echo >> $_tmp X-XFCE-Module-Path=@INTERNAL_PLUGIN_PATH@
  cd ..

  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
    --localstatedir=/var --disable-static
  make || return 1
  make DESTDIR=${startdir}/pkg install
}


The cake is a lie

Offline

#4 2009-05-11 21:09:46

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

Thanks, editing the .desktop files worked fine!

I've tried to change those things before based on random Information from the xfce documentation on plugin programming, but I would never have found the "right combination".

(didn't try the PKBUILD)

Last edited by whoops (2009-05-11 21:10:48)

Offline

#5 2009-05-12 05:12:54

AndyRTR
Developer
From: Magdeburg/Germany
Registered: 2005-10-07
Posts: 1,641

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

Please report this upstream and give us a link to follow.

Offline

#6 2009-05-12 06:23:52

pnil
Member
From: Sweden
Registered: 2008-05-02
Posts: 6

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

I searched XFCE bugs and this seems to have been reported already.

http://bugzilla.xfce.org/show_bug.cgi?id=5042

Last edited by pnil (2009-05-12 06:24:13)


The cake is a lie

Offline

#7 2009-05-26 12:18:26

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

Hi guys,
I have the same problem.

tried to edit the  quicklauncher.desktop but with no success. Same bothering error and the XFCE panel flicker...

Then I tried the PKGBUILD, th source path was not correct so I edited it to the newest v 1.9.4, but when It was installed the error is still there.

Any other hints?

source=(http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/xfce4-quicklauncher-plugin-1.9.4.tar.bz2)
md5sums=('299e17f196ecfa5fb018cf65abb19b56')

[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

#8 2009-05-26 12:50:08

whoops
Member
Registered: 2009-03-19
Posts: 891

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

First of all: If you never got to try those two plug-ins - they're not really that useful and you might just want to remove them for now if you don't need them. I removed them, as soon as I tried them.

For the flickering you might want to open a seperate topic - never encountered that (although I had the other error on several distros), don't think it's related.

And to get back to the "X-XFCE-Module-Path" - error again: are you sure you didn't
- forget to remove the old X-XFCE-Module* entries?
- just not restart the panel yet?

Offline

#9 2009-05-26 13:02:00

ftornell
Member
Registered: 2008-08-18
Posts: 277
Website

Re: xfce4-panel (Internal plugins need the "X-XFCE-Module-Path")

whoops wrote:

First of all: If you never got to try those two plug-ins - they're not really that useful and you might just want to remove them for now if you don't need them. I removed them, as soon as I tried them.

For the flickering you might want to open a seperate topic - never encountered that (although I had the other error on several distros), don't think it's related.

And to get back to the "X-XFCE-Module-Path" - error again: are you sure you didn't
- forget to remove the old X-XFCE-Module* entries?
- just not restart the panel yet?

Hi, the flickering on the panel is when the modules tries to load i guess, it stops when the warnings in the "background" stops.

removed the last entry X-XFCE-Moduel...and replaced them with the ones mentioned above in the other post.

Heres my file:

[Xfce Panel]
Type=X-XFCE-PanelPlugin
Encoding=UTF-8
Name=Quicklauncher
Name[cs]=Rychlé spuštění
Name[el]=Γρήγορη εκκίνηση εφαρμογών
Name[eu]=Abiarazle-azkarra
Name[fr]=Lancement rapide
Name[gl]=Quicklauncher
Name[hu]=Gyorsindító
Name[ja]=クイックランチャー
Name[pl]=Szybki Uruchamiacz
Name[ru]=Быстрый запуск
Name[vi]=Trình gọi nhanh
Comment=Program with several launchers
Comment[cs]=Mnoho spouštěč; v jednom
Comment[el]=Πρόγραμμα με πολλούς εκκινητές
Comment[eu]=Abiarazle anitzeko programa
Comment[fr]=Application avec plusieurs lanceurs
Comment[gl]=Programa con varios lanzadores
Comment[hu]=Program különböző indítókkal
Comment[ja]=複数のランチャーを一まとめに表示します。
Comment[pl]=Program z wieloma wyzwalaczami
Comment[ru]=Несколько кнопок запуска
Comment[vi]=Chương trình có vài trình gọi
Icon=gnome-fs-executable
X-XFCE-Module=quicklauncher
X-XFCE-Module-Path=/usr/lib/xfce4/panel-plugins

Last edited by ftornell (2009-05-26 13:05:36)


[ logicspot.NET | mempad.org ]
Archlinux x64

Offline

Board footer

Powered by FluxBB