Git Product home page Git Product logo

multiload-nandhp's Introduction

multiload-nandhp

multiload-nandhp is a port of the GNOME multiload applet to the Xfce4 and LXDE panels.

It supports Xfce 4.6 and lxpanel 0.5.5 and above.

System Requirements

  • GTK+ >= 2.14.0
  • Cairo
  • LibGTop >= 2.11.92

For the Xfce panel plugin:

  • libxfce4panel >= 4.6.0
  • libxfce4util >= 4.6.0
  • libxfce4ui-1 OR libxfcegui4 >= 4.8.0

For the lxpanel plugin:

  • lxpanel < 0.7
  • libmenu-cache (Required by lxpanel)

lxpanel 0.7 introduces a backwards-incompatible API change; the multiload-nandhp lxpanel plugin will need to be rewritten to support newer versions of lxpanel.

multiload-nandhp's People

Contributors

j123b567 avatar nandhp avatar piec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

multiload-nandhp's Issues

GTK+3 / xfce 4.14+ support?

Are there any plans to porting this package to GTK+3 / xfce 4.14+? xfce 4.15 already drops GTK+2 support.

Fails to build with up to date XFCE. Requires `libxfce4panel-1.0`, but `libxfce4panel-2.0` is present.

Configuration fails for me -- seems to be not compatible with up to date xfce:

[...]
checking for LIBGTOP... yes
checking for XFCE4... no
configure: error: in `/tmp/makepkg/build/xfce4-multiload-nandhp-plugin-git/src/multiload-nandhp':
configure: error: --with-xfce4 was given, but test failed
See `config.log' for more details

config.log shows:

[...]
configure:16214: $PKG_CONFIG --exists --print-errors "$pkg_modules"
Package libxfce4panel-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxfce4panel-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libxfce4panel-1.0', required by 'virtual:world', not found
configure:16217: $? = 1
configure:16231: $PKG_CONFIG --exists --print-errors "$pkg_modules"
Package libxfce4panel-1.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libxfce4panel-1.0.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libxfce4panel-1.0', required by 'virtual:world', not found
configure:16234: $? = 1
configure:16248: result: no
Package 'libxfce4panel-1.0', required by 'virtual:world', not found
configure:16266: error: in `/tmp/makepkg/build/xfce4-multiload-nandhp-plugin-git/src/multiload-nandhp':
configure:16268: error: --with-xfce4 was given, but test failed
[...]

I have the files /usr/lib/libxfce4panel-2.0.so and /usr/lib/pkgconfig/libxfce4panel-2.0.pc

Regards!

Unable to freeze task (suspend/hibernate)

Hi since I have installed this multiload applet (thanks by the way) I have lost the ability to suspend the system, I need to kill it before doing a suspend.
When suspending, the system is not able to freeze the task within 20 seconds, and aborts the suspension. I am running arch linux 3.12 and xfce.

Let me know if I can be of help to debug this issue

Is This applet work on xfce 4.10 ?

Hi, Thanks for this applet,
But i can not compile it on debian testing with xfce4.10 ,

config.log :

http://codepad.org/Y97huT5i

ali@deb:~/git_proj/multiload-nandhp$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @file support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for ld used by gcc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking whether NLS is requested... yes
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.20.1
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for memset... yes
checking for rint... no
checking for strchr... yes
checking for size_t... yes
checking whether compiler understands -Wall... yes
ls: cannot access ./po/*.po: No such file or directory
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking for libintl.h... (cached) yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.14.0... yes (version 2.24.25)
checking pkg-config is at least version 0.9.0... yes
checking for CAIRO... yes
checking for LIBGTOP... yes
checking for XFCE4... no
checking for LXPANEL... no
configure: error: in /home/ali/git_proj/multiload-nandhp': configure: error: No supported panels are installed and available. Seeconfig.log' for more details

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.