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

Publish in elementary OS 5.0 Juno AppCenter #23

Open
vjr opened this issue Sep 21, 2018 · 10 comments
Open

Publish in elementary OS 5.0 Juno AppCenter #23

vjr opened this issue Sep 21, 2018 · 10 comments
Labels
AppCenter help wanted Extra attention is needed

Comments

@vjr
Copy link
Contributor

vjr commented Sep 21, 2018

Hi,

I would like to suggest you publish this indicator to the elementary OS 5.0 Juno AppCenter :-)

Thanks!

@PlugaruT
Copy link
Owner

Hi,
this is on the roadmap, but I need to build this as a desktop application and not as an indicator.
I would like to do this, but right now I don't really have time...
Very open to PRs :)
Thanks.

@PlugaruT PlugaruT added help wanted Extra attention is needed AppCenter labels Sep 21, 2018
@codedspirit
Copy link

How does one run this indicator without it being available in Applications menu? Is there a command perhaps?

@PlugaruT
Copy link
Owner

you have to compile and build the indicator in order to use it.
The command ninja install handles the installation for you.

@ankurk91
Copy link

@codedspirit
Copy link

How do i install this?

Where to put that
https://github.com/PlugaruT/wingpanel-indicator-sys-monitor/releases/download/1.4.1/com.github.plugarut.wingpanel-indicator-sys-monitor.so
file ?

As @PlugaruT mentioned in the previous post, ninja install should handle that for you. In case it does not (as it was in my case), try copying the so file to /usr/lib/x86_64-linux-gnu/wingpanel/

@ankurk91
Copy link

@adityanb
I copied the .so file to /usr/lib/x86_64-linux-gnu/wingpanel/, as soon i copy the file, the wingpanel crashed. The error log says that the schema for this so file not found.

I also tried to compile and install from source but the meson build --prefix=/usr command freeze and never completes.

@SqLL
Copy link
Contributor

SqLL commented Oct 21, 2018

I just install it on Juno it seems to work fine.
could you give try following this :

  1. Get project
git clone https://github.com/PlugaruT/wingpanel-indicator-sys-monitor.git
cd wingpanel-indicator-sys-monitor;
  1. Install dependency

sudo apt install libgtop2-dev libgranite-dev libgtk-3-dev libwingpanel-2.0-dev meson valac

  1. Build application
`meson build --prefix=/usr`
cd build
ninja
  1. Installation

sudo ninja install

Just follow and tell me the error

@ankurk91
Copy link

I will try it tomorrow again and will let you know.
BTW, complier command ask me to install ifconfig so I need to install net-tools as well.

@ankurk91
Copy link

I was able to compile and run the program.
Thanks.
Waiting for the program to be available in App center.

@Akshay090
Copy link

I am trying to install this in Loki and have followed everything mentioned above but it dose not seem to be working. So far not seen any error message during installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AppCenter help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

6 participants