Widgets on Porteus 4.0 x64 LXDE

Post here if you are a new Porteus member and you're looking for some help.
JTD
Black ninja
Black ninja
Posts: 40
Joined: 18 Feb 2019, 09:55
Distribution: Porteus-XFCE-v5.01-x86_64

Widgets on Porteus 4.0 x64 LXDE

Post#1 by JTD » 18 Feb 2019, 10:38

Good day everyone!

I was wondering if there's a way to get Widgets working on Porteus 4.0 x64 LXDE desktop environment. I have done it on Lubuntu 18.04 with Conky before, but I tried getting Conky and Conky Manager from https://pkgs.org/ (Slackware Current), including those on the "Requires" section of the page (because I assume they're also needed for it to work) and using txz2xzm command on the terminal to convert them, and while Conky Manager appears on the menu in LXDE, once I click it it stays loading for a few seconds (mouse pointer has the looping circle animation right next to it and USB drive shows activity with its light), it does nothing afterwards. It's not on Task Manager either so the process was never started or it failed to, but without an error screen.

I also heard some Linux distributions use Screenlets which is something similar to Conky but I couldn't find any Slackware packages on https://pkgs.org/ nor any discussion about it on Porteus forums, so that was a dead end for me as well.

All I want is a Widget that can monitor my internet usage and speeds (downloads/uploads) on the desktop, I am not interested in weather widgets for example (so any weather alternative like a program wouldn't help me in this case).

Is there any other alternative that I don't know of, or a fix I can try to Conky Manager not opening? Thank you in advance!

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Widgets on Porteus 4.0 x64 LXDE

Post#2 by ncmprhnsbl » 18 Feb 2019, 13:28

try running in terminal:

Code: Select all

conky-manager
to see if there is any useful output
also

Code: Select all

ldd /usr/bin/conky-manager | grep "not found"
might show some missing libs (possibly json-glib and libgee)
i suspect that you may also need some deps for conky..
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

JTD
Black ninja
Black ninja
Posts: 40
Joined: 18 Feb 2019, 09:55
Distribution: Porteus-XFCE-v5.01-x86_64

Re: Widgets on Porteus 4.0 x64 LXDE

Post#3 by JTD » 18 Feb 2019, 14:50

It seems I was missing a lib indeed, although I run into the same problem I did with Screenlets (can't find Slackware package on https://pkgs.org/)

Image

fulalas
DEV Team
DEV Team
Posts: 2050
Joined: 26 Oct 2016, 15:34
Distribution: Porteus
Location: Brazil

Re: Widgets on Porteus 4.0 x64 LXDE

Post#4 by fulalas » 18 Feb 2019, 20:50


JTD
Black ninja
Black ninja
Posts: 40
Joined: 18 Feb 2019, 09:55
Distribution: Porteus-XFCE-v5.01-x86_64

Re: Widgets on Porteus 4.0 x64 LXDE

Post#5 by JTD » 19 Feb 2019, 10:27

Got the json-glib module from that page, now it says this:

Image

And when I open it from the LXDE menu:

Image

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Widgets on Porteus 4.0 x64 LXDE

Post#6 by ncmprhnsbl » 19 Feb 2019, 11:43

Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

JTD
Black ninja
Black ninja
Posts: 40
Joined: 18 Feb 2019, 09:55
Distribution: Porteus-XFCE-v5.01-x86_64

Re: Widgets on Porteus 4.0 x64 LXDE

Post#7 by JTD » 19 Feb 2019, 13:53

I got imagemagick and Conky Manager now opens in both the terminal and the menu!

Image

Although as you can see, trying to enable any of the default Widgets doesn't bring it to the top right of the desktop.

I tried running Conky (not manager) from the terminal and it says this

Image

Maybe I am still missing that for Conky Manager to work properly? I tried finding it on https://pkgs.org/ and the website fulalas provided, but there is no libImlib2.so.1 in any of them.

Is there another archive website for Slackware modules I can try?

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Widgets on Porteus 4.0 x64 LXDE

Post#8 by ncmprhnsbl » 19 Feb 2019, 21:29

imlib2 is what you're after, and most likely tolua
http://slakfinder.org/ is quite handy, you can use the 'filename' search box to find specific libs in packages..
there's also porteus's own package manager usm which can handle a lot of dependency issues(including lib searches)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply