Skip to content

Commit c8cb4d0

Browse files
committed
Build for SNAP
1 parent df5ecca commit c8cb4d0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

conf/glances.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ port_default_gateway=True
496496
#web_4_description=Intranet
497497

498498
[vms]
499-
disable=False
499+
disable=True
500500
# Define the maximum VMs size name (default is 20 chars)
501501
max_name_size=20
502502
# By default, Glances only display running VMs with states: 'Running', 'Starting' or 'Restarting'

snap/snapcraft.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: glances
2-
version: '4.3.0.4+build01' # Put the current stable version+buildXX
2+
version: '4.3.0.4+build02' # Put the current stable version+buildXX
33

44
summary: Glances an Eye on your system. A top/htop alternative.
55
description: |
@@ -32,7 +32,6 @@ apps:
3232
- power-control
3333
- process-control
3434
- network-setup-observe
35-
- multipass-support
3635
environment:
3736
LANG: C.UTF-8
3837
LC_ALL: C.UTF-8
@@ -48,9 +47,6 @@ plugs:
4847
- /etc/glances/glances.conf
4948
proc-sys:
5049
interface: system-observe
51-
# read:
52-
# - /proc
53-
# - /sys
5450

5551
parts:
5652
glances:

0 commit comments

Comments
 (0)