cloudy

Author Topic: Weather Display for Linux latest version linked from forum only now  (Read 13234 times)

0 Members and 2 Guests are viewing this topic.

Offline gate2010

  • Posts: 7
Re: Weather Display for Linux latest version linked from forum only now
« Reply #90 on: August 17, 2010, 06:30:14 PM »

That's a very good idea, but not solve my problem because I've all libraries that I need:

meteo@meteo-server:~/wdisplay$ ldd ./WeatherD
   linux-gate.so.1 =>  (0x0013c000)
   libusbdll.so => ./deploy/libusbdll.so (0x0075b000)
   liblunar.so => ./deploy/liblunar.so (0x00922000)
   libcom.so => ./deploy/libcom.so (0x00110000)
   libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0x005de000)
   libX11.so.6 => /usr/lib/libX11.so.6 (0x00dc8000)
   libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x001fd000)
   libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0 (0x00ef7000)
   libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0 (0x0013d000)
   libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x00217000)
   libglib-2.0.so.0 => /lib/libglib-2.0.so.0 (0x002d0000)
   libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0x00122000)
   libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x00cd1000)
   libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x00386000)
   libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0x001d2000)
   libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x00255000)
   libcairo.so.2 => /usr/lib/libcairo.so.2 (0x0088f000)
   libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0x003d7000)
   libusb-0.1.so.4 => /lib/libusb-0.1.so.4 (0x00d2e000)
   libhid.so.0 => ./deploy/libhid.so.0 (0x0012a000)
   /lib/ld-linux.so.2 (0x00833000)
   libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00272000)
   libgio-2.0.so.0 => /usr/lib/libgio-2.0.so.0 (0x0051b000)
   libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0x00297000)
   libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0 (0x001eb000)
   libXcomposite.so.1 => /usr/lib/libXcomposite.so.1 (0x00d1d000)
   libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00138000)
   libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x006ef000)
   libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0 (0x005b1000)
   libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x005e2000)
   libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00718000)
   libXext.so.6 => /usr/lib/libXext.so.6 (0x002bd000)
   libXrender.so.1 => /usr/lib/libXrender.so.1 (0x00661000)
   libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x001f8000)
   libXi.so.6 => /usr/lib/libXi.so.6 (0x0066b000)
   libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x00676000)
   libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x0067f000)
   libpcre.so.3 => /lib/libpcre.so.3 (0x0068a000)
   librt.so.1 => /lib/tls/i686/cmov/librt.so.1 (0x006d5000)
   libpixman-1.so.0 => /usr/lib/libpixman-1.so.0 (0x0075f000)
   libdirectfb-1.2.so.0 => /usr/lib/libdirectfb-1.2.so.0 (0x007a6000)
   libfusion-1.2.so.0 => /usr/lib/libfusion-1.2.so.0 (0x006bb000)
   libdirect-1.2.so.0 => /usr/lib/libdirect-1.2.so.0 (0x006f5000)
   libpng12.so.0 => /usr/lib/libpng12.so.0 (0x00850000)
   libxcb-render-util.so.0 => /usr/lib/libxcb-render-util.so.0 (0x00bbe000)
   libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x006c5000)
   libz.so.1 => /lib/libz.so.1 (0x00745000)
   libXau.so.6 => /usr/lib/libXau.so.6 (0x00291000)
   libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x003ce000)
   libresolv.so.2 => /lib/tls/i686/cmov/libresolv.so.2 (0x00878000)
   libselinux.so.1 => /lib/libselinux.so.1 (0x00bc3000)
   libexpat.so.1 => /lib/libexpat.so.1 (0x00c4d000)

Now we know that isn't library problem.

........Thanks, I'm waiting for a solution........

Offline dunbrokin

  • Posts: 259
  • Otago
Re: Weather Display for Linux latest version linked from forum only now
« Reply #91 on: October 05, 2010, 09:40:18 AM »
Hi all,

sorry not been around in a while....does build 37 work with Ubuntu 10.04?
Ubuntu is computer speak for defenestration.

Offline LaneLester

  • Posts: 197
  • Georgia, USA
    • The Web Doctor
Re: Weather Display for Linux latest version linked from forum only now
« Reply #92 on: October 05, 2010, 10:42:13 AM »
Brian,

I am sorry to see this happen.

The above is from the first post in this thread, so there's no way for me to see Brian's announcement about this. It's not in the sticky Announcements.

I saw some post that implied no more development of the Linux version. Is that true?

Where is the link on here for the Linux download? I didn't see anything in the sticky Announcements or in the forum menus.

Lane

Offline dunbrokin

  • Posts: 259
  • Otago
Re: Weather Display for Linux latest version linked from forum only now
« Reply #93 on: October 05, 2010, 07:03:29 PM »
I am also a bit confused....but if you go to the download page, there is a linux GUI download link....so, I guess it has been restored....but I agree quite confusing.
Ubuntu is computer speak for defenestration.

Offline kernowyon

  • Posts: 158
  • Cornwall,UK
Re: Weather Display for Linux latest version linked from forum only now
« Reply #94 on: October 05, 2010, 11:15:28 PM »
Yep, the Linux files have been back in the downloads for a while now :)

Which is brilliant for those of us who don't have Windows machines to fall back to.

The Linux version is still receiving updates.

Regarding Ubuntu 10.04, I have been doing some experimentation and I can confirm that the consolewd version works with 10.04 - I expect the GUI version does too.
I know Colin has problems with his wh1081 station not getting data for rain, but I am pretty sure that is specific to that station and WD rather than Ubuntu 10.04.

Mark


Offline dunbrokin

  • Posts: 259
  • Otago
Re: Weather Display for Linux latest version linked from forum only now
« Reply #95 on: October 06, 2010, 12:12:38 AM »
Thanks for that ...very much appreciated...it would be great if we could have a sticky clarifying what has gone on and that the link is back up as before...it is a bit confusing for us who are not regular visitors and don't keep up with the play on  a regular basis. It would also be great if we could have a sticky saying which versions of linux/ubuntu the present build works with and problems if any.

It would really be very useful to those of us who are not enmeshed in the details of the program like you regulars.


Thanks again and hats off to Brian for a great program.
Ubuntu is computer speak for defenestration.

Offline kernowyon

  • Posts: 158
  • Cornwall,UK
Re: Weather Display for Linux latest version linked from forum only now
« Reply #96 on: October 07, 2010, 01:00:41 PM »
It looks as though something in Ubuntu 10.04 breaks the WD GUI.
Using the consolewd on a server, no problem, but when I tried the GUI version of WD, I get the same error as Gate2010.
Running fetch2300 (I have a ws2300 station) via the command line on the same machine works fine - so it isn't a permissions issue with the serial port.

Likewise, ldd shows no problems with the libs.

I tried a couple of different versions of WD out and the same problem happened each time.

Mark

Offline gumnut

  • Posts: 16
  • Yerrinbool NSW Australia
Re: Weather Display for Linux latest version linked from forum only now
« Reply #97 on: October 10, 2010, 04:32:20 AM »
Running build 37 GUI on Kubuntu 10.04 no problems found here and receiving all data from my WH1080.
great work Brian
« Last Edit: October 10, 2010, 04:34:33 AM by gumnut »

Offline BigOkie

  • Posts: 623
  • Tulsa, OK
    • East Tulsa (Douglas)
Re: Weather Display for Linux latest version linked from forum only now
« Reply #98 on: October 10, 2010, 07:51:06 AM »
Running build 37 GUI on Kubuntu 10.04 no problems found here and receiving all data from my WH1080.
great work Brian

And there in might the difference lie:

Kubuntu = KDE = QT graphics
Ubuntu = Gnome = GTK Graphics

If I'm not mistaken hasn't Brian started using the QT version?  Or is that backwards?

Offline kernowyon

  • Posts: 158
  • Cornwall,UK
Re: Weather Display for Linux latest version linked from forum only now
« Reply #99 on: October 10, 2010, 10:20:11 AM »
And there in might the difference lie:

Kubuntu = KDE = QT graphics
Ubuntu = Gnome = GTK Graphics

If I'm not mistaken hasn't Brian started using the QT version?  Or is that backwards?

Think the GUI version is GTK rather than the QT one looking at the required libs. I have used the QT version back a while ago and it was nicer graphically than the QT version, but I think Brian decided to stick to one lib rather than maintaining two - and the GTK version was more mature.




Offline kernowyon

  • Posts: 158
  • Cornwall,UK
Re: Weather Display for Linux latest version linked from forum only now
« Reply #100 on: October 11, 2010, 05:35:14 PM »
Dropped Ubuntu 10.04 in favour of Debian stable. I can confirm that WD GUI version works fine on this - which makes me even more convinced that there is something in Ubuntu 10.04 which causes the snags.

 


Offline dunbrokin

  • Posts: 259
  • Otago
Re: Weather Display for Linux latest version linked from forum only now
« Reply #101 on: October 11, 2010, 06:03:45 PM »
I have been using 10.04 for a couple of days now with the GUI and no problems.
Ubuntu is computer speak for defenestration.

Offline dunbrokin

  • Posts: 259
  • Otago
Re: Weather Display for Linux latest version linked from forum only now
« Reply #102 on: August 31, 2011, 12:57:46 AM »
11.04 with version 42 (GUI) works with no problems.
Ubuntu is computer speak for defenestration.

 

cumulus