Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 14.10 Error #10

Open
varlesh opened this issue Oct 29, 2014 · 2 comments
Open

Ubuntu 14.10 Error #10

varlesh opened this issue Oct 29, 2014 · 2 comments

Comments

@varlesh
Copy link

varlesh commented Oct 29, 2014

Indicator netspeed not runing:

$ indicator-netspeed

(indicator-netspeed:27762): GLib-GIO-ERROR **: Settings schema 'apps.indicators.netspeed' is not installed

But indicator-netspeed.gschema.xml installed on /usr/share/glib-2.0/schemas/.
Compiling on Ubuntu 14.10 amd64 with Unity.

@varlesh
Copy link
Author

varlesh commented Oct 29, 2014

Solved!
Fix for Ubuntu 14.10:
sudo apt-get install build-essential libgtop2-dev libgtk-3-dev libappindicator3-dev git-core
git clone git://github.com/mgedmin/indicator-netspeed.git
cd indicator-netspeed
mv 'indicator-netspeed.gschema.xml' 'com.canonical.indicator.indicator-netspeed.gschema.xml'

Open file make and edit:

CC=gcc
CFLAGS=-g -Wall -Wfatal-errors -std=c99 $(shell pkg-config --cflags --libs gtk+-3.0 appindicator3-0.1 libgtop-2.0)

all: indicator-netspeed

indicator-netspeed: indicator-netspeed.c
    $(CC) $< $(CFLAGS) -o $@

clean:
    rm -f *.o indicator-netspeed

install:
    install --mode=755 indicator-netspeed  /usr/bin/
    install com.canonical.indicator.indicator-netspeed.gschema.xml /usr/share/glib-2.0/schemas/
    glib-compile-schemas /usr/share/glib-2.0/schemas/

uninstall:
    rm /usr/bin/indicator-netspeed
    rm /usr/share/glib-2.0/schemas/com.canonical.indicator.indicator-netspeed.gschema.xml
    glib-compile-schemas /usr/share/glib-2.0/schemas/

make
sudo make install

@cdehury
Copy link

cdehury commented Oct 5, 2020

Friends you can just open any browser in linux. Then open Netspeed and press "Start" button to test internet speed. It doesn't matter which Internet Service Provider it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants