[solved] a system load indicator for porteus

If you are looking for a specific 32-bit package and you can't find it in any of the 32-bit repos, please post a request for it here.
michael
White ninja
White ninja
Posts: 20
Joined: 09 Oct 2016, 01:46
Distribution: porteus 3.2 rc5 xfce
Location: brighton uk

re: a system load indicator for porteus

Post#16 by michael » 10 Oct 2016, 20:32

thank you for your patience everyone


please can we take a step back

and take another look

at the original indicator-multiload 0.4

https://launchpad.net/indicator-multiload


- it is packaged for ubuntu stables linux's

- and it is available as a tar.gz file


i am sorry i am not sure

what to do with a tar.gz file


i really really like indicator-multiload 0.4

michael

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

Re: a system load indicator for porteus

Post#17 by ncmprhnsbl » 10 Oct 2016, 21:58

(adapted from brokenmans post)
Just decompress the archive.(open terminal in current directory)

Code: Select all

tar -zxvf <your>.tar.gz
Make sure you have 05-devel.xzm module activated.
From a root terminal(same term just su) change into the unpacked directory

Code: Select all

cd <what its called>
./autogen.sh
./configure --help (will give you a list of options)
./configure --prefix=/usr --with-gtk=2.0 (my guess)
make
mkdir /tmp/ml
make DESTDIR=/tmp/ml install
dir2xzm /tmp/ml /tmp/<name of package>.xzm
rm -rf /tmp/ml
Your module will be in /tmp
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: a system load indicator for porteus

Post#18 by brokenman » 11 Oct 2016, 01:45

Sorry. Yes I did the compiling on Porteus-v3.2rc5.

If you decide to compile it yourself follow ncmprhnsbl instructions above. Be sure you have the 05-devel.xzm module activated before you start.
How do i become super user?
Wear your underpants on the outside and put on a cape.

michael
White ninja
White ninja
Posts: 20
Joined: 09 Oct 2016, 01:46
Distribution: porteus 3.2 rc5 xfce
Location: brighton uk

Re: a system load indicator for porteus

Post#19 by michael » 11 Oct 2016, 05:00

thank you for trying for me


yes i now have

05-devel.xzm


so i went to terminal as root

in the right directory


./autogen.sh

gave

./autogen.sh: line 2: gnome-autogen.sh: command not found


./configure

gave

configure: error: Package requirements (gtk+-3.0 >= 3.4 cairo appindicator3-0.1 glib-2.0 gio-unix-2.0 gmodule-2.0 libgtop-2.0) were not met:

No package 'appindicator3-0.1' found


i have

gtk+3-3.8.2-i486-2.xzm


sorry for problems

michael

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: a system load indicator for porteus

Post#20 by brokenman » 12 Oct 2016, 02:58

Ok so it appears more dependencies are needed. I suggest updating to Porteus-v3.2rc5. It is approaching the final version.
How do i become super user?
Wear your underpants on the outside and put on a cape.

michael
White ninja
White ninja
Posts: 20
Joined: 09 Oct 2016, 01:46
Distribution: porteus 3.2 rc5 xfce
Location: brighton uk

re: a system load indicator for porteus

Post#21 by michael » 12 Oct 2016, 08:57

thank you brokenman

yes

i have just gone up to porteus 3.2 rc5 xfce

and it is working !


i have been working hard to learn how to

- set up porteus 3.2 rc5 xfce how i like it for my project work

- get it to remember my changes correctly


so far it's all within my learning curve


+ i have used the usm to access the modules for

- firefox 45.4.0 esr

- viewnior 1.6

which i have loaded in /porteus/modules/


+ i have the module for multiload-ng

from the cloud link (above)

which i have also loaded in /porteus/modules


so i have just basic tested these softwares

and they are working fine

and multiload-ng is working fine in the panel !


i really really like multioad-ng

thank you !

best wishes michael

Post Reply