Skip to content

Commit

Permalink
Merge branch 'dev' into elementary-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc authored Oct 9, 2024
2 parents c86bc24 + 3fa7b2f commit 2a68537
Show file tree
Hide file tree
Showing 409 changed files with 101,163 additions and 1,821 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-processes.png)
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-system.png)
![Monitor Screenshot](https://github.com/stsdc/monitor/raw/dev/data/screenshots/monitor-containers.png)

## Install

Expand Down
5 changes: 0 additions & 5 deletions data/com.github.stsdc.monitor.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,6 @@
<default>2</default>
<summary>Update time</summary>
<description>This value sets update time for updating data and charts.</description>
</key>
<key type='b' name="containers-view-state">
<default>false</default>
<summary>To show Containers view or not</summary>
<description>To show Containers view or not</description>
</key>
</schema>
</schemalist>
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Build-Depends: meson,
libudisks2-dev,
libxnvctrl0,
libxnvctrl-dev,
libcurl4-gnutls-dev,
libjson-glib-dev,
libflatpak-dev,
sassc
Expand All @@ -25,4 +24,4 @@ Standards-Version: 4.1.1
Package: com.github.stsdc.monitor
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Manage processes and monitor system resources. And containers
Description: Manage processes and monitor system resources
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ app_dependencies = [
meson.get_compiler('c').find_library('XNVCtrl'),
meson.get_compiler('c').find_library('X11'),
meson.get_compiler('vala').find_library('libxnvctrl', dirs: vapidir),
meson.get_compiler('vala').find_library('libcurl', dirs: vapidir),
meson.get_compiler('c').find_library('libcurl', dirs: vapidir),
]


Expand Down
Loading

0 comments on commit 2a68537

Please sign in to comment.