@@ -0,0 +1,12 @@
|
|||||||
|
diff -Nuar a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py
|
||||||
|
--- a/files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py 2022-08-01 17:08:24.000000000 +0300
|
||||||
|
+++ b/files/usr/share/cinnamon/cinnamon-settings/modules/cs_info.py 2022-08-09 14:03:27.862742055 +0300
|
||||||
|
@@ -57,7 +57,7 @@
|
||||||
|
def getDiskSize():
|
||||||
|
disksize = 0
|
||||||
|
try:
|
||||||
|
- out = getProcessOut(("lsblk", "--json", "--output", "size", "--bytes", "--nodeps"))
|
||||||
|
+ out = getProcessOut(("lsblk", "--json", "--output", "SIZE", "--bytes", "--nodeps"))
|
||||||
|
jsonobj = loads(''.join(out))
|
||||||
|
except Exception:
|
||||||
|
return _("Unknown size"), False
|
||||||
@@ -79,6 +79,7 @@
|
|||||||
<Patch>set_wheel.patch</Patch>
|
<Patch>set_wheel.patch</Patch>
|
||||||
<Patch>0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch</Patch>
|
<Patch>0001-cinnamon-settings-don-t-rely-on-the-presence-of-cinn.patch</Patch>
|
||||||
<Patch>Notify-0.8.patch</Patch>
|
<Patch>Notify-0.8.patch</Patch>
|
||||||
|
<Patch>lsblk.patch</Patch>
|
||||||
<!--Patch>cinnamon-3.8.0-gnome-background-compatibility.patch</Patch-->
|
<!--Patch>cinnamon-3.8.0-gnome-background-compatibility.patch</Patch-->
|
||||||
<!--Patch>cinnamon-5.2.7-eds-detection.patch</Patch-->
|
<!--Patch>cinnamon-5.2.7-eds-detection.patch</Patch-->
|
||||||
<!--Patch>cinnamon-3.6.6-wheel-sudo.patch</Patch-->
|
<!--Patch>cinnamon-3.6.6-wheel-sudo.patch</Patch-->
|
||||||
|
|||||||
Reference in New Issue
Block a user