wingpanel-indicator-sys-monitor icon indicating copy to clipboard operation
wingpanel-indicator-sys-monitor copied to clipboard

Publish in elementary OS 5.0 Juno AppCenter

Open vjr opened this issue 5 years ago • 10 comments

Hi,

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

Thanks!

vjr avatar Sep 21 '18 12:09 vjr

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 avatar Sep 21 '18 12:09 PlugaruT

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

codedspirit avatar Oct 13 '18 19:10 codedspirit

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

PlugaruT avatar Oct 18 '18 12:10 PlugaruT

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 ?

ankurk91 avatar Oct 20 '18 05:10 ankurk91

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/

codedspirit avatar Oct 20 '18 13:10 codedspirit

@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.

ankurk91 avatar Oct 21 '18 04:10 ankurk91

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

SqLL avatar Oct 21 '18 13:10 SqLL

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 avatar Oct 21 '18 13:10 ankurk91

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

ankurk91 avatar Oct 22 '18 08:10 ankurk91

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

Akshay090 avatar Dec 05 '18 17:12 Akshay090