Xfce Forum

Sub domains
 

You are not logged in.

#1 2018-03-02 23:56:31

-iak-
Member
Registered: 2017-10-30
Posts: 98

[Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Hi everybody,
in order to avoid manual insertion of latitude I just compiled xfce4-weather-plugin 0.8.10 form archive.xfce.org.
I removed the old version with Synaptic and restarted the panel, but it's still not recognizing the new plug-in.

How can I solve this?

Thanks in advance,

Andrea.

Last edited by -iak- (2018-03-03 01:52:00)

Offline

#2 2018-03-03 00:03:17

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Can you post back the configure and build commands that you ran and the output of those commands? It's possible that the library prefix you used was not accurate for your distro.

And specifically, where was libweather.so installed to?


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2018-03-03 00:12:41

-iak-
Member
Registered: 2017-10-30
Posts: 98

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Hi ToZ, you always answer quick.

I did

sudo ./configure --prefix=/usr

than

sudo make

and finally

sudo make install

For what concerns the outputs, if I scroll up my terminal shows only the "make-install"'s output and part of the "make" one.

Is there a way to view the full output?

Offline

#4 2018-03-03 00:18:33

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Where did libweather.so get put?

locate libweather.so

Also, ./configure shouldn't be run with sudo - only "make install" should.

I'll have a look on my xubuntu machine.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2018-03-03 00:24:49

-iak-
Member
Registered: 2017-10-30
Posts: 98

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

/usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libweather.so

I run "sudo ./configure" with no real reason (just because I saw "/usr"), but "make" gave me an "access denied" error.

Offline

#6 2018-03-03 00:33:15

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Here are the instructions that I used to get it to work (using this package):

./autogen.sh --prefix=/usr libdir=/usr/lib/x86_64-linux-gnu
make
sudo make install

Edit: after uninstalling the original package and:

sudo apt-get build-dep xfce4-weather-plugin

Last edited by ToZ (2018-03-03 00:34:34)


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#7 2018-03-03 01:51:34

-iak-
Member
Registered: 2017-10-30
Posts: 98

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

Thanks a lot ToZ, everything works fine now.

Could you please tell me what those "prefix=" and "libdir=" are?

Edit: I forgot to say that

sudo apt-get build-dep xfce4-weather-plugin

returns me something like "no source package found for xfce4-weather-plugin", but it works anyway.

Last edited by -iak- (2018-03-03 02:00:04)

Offline

#8 2018-03-03 02:05:01

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,950

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

They let you specify installation directories of the different components. Here are a couple of links that explain it:

- https://www.gnu.org/prep/standards/html … ation.html
- https://www.gnu.org/prep/standards/html … -Variables


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#9 2018-03-03 02:10:40

-iak-
Member
Registered: 2017-10-30
Posts: 98

Re: [Solved] Weather plugin 8.10 on Ubuntu Studio 16.04

That's great. Thank you

Offline

Board footer

Powered by FluxBB