parent
dc16b4bc83
commit
b28a603d10
@ -1 +1 @@
|
||||
SOURCES/ArcMenu-v27.tar.bz2
|
||||
SOURCES/ArcMenu-v63.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
a9c7c62ff83550cc5036a2b0ea2a754d05d3e2ea SOURCES/ArcMenu-v27.tar.bz2
|
||||
3c3770b59819031a196a4375c5ac536de635ab4e SOURCES/ArcMenu-v63.tar.bz2
|
||||
|
@ -1,64 +1,52 @@
|
||||
From 54def8303329e0321e8b91b07585c4b204dc7580 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Wed, 9 Aug 2023 18:03:33 +0300
|
||||
From 74341cb42604f014f11362cb4ee428ee12f010ac Mon Sep 17 00:00:00 2001
|
||||
From: tigro <tigro@msvsphere-os.ru>
|
||||
Date: Mon, 23 Dec 2024 14:06:21 +0300
|
||||
Subject: [PATCH 1/3] Customize Arc Menu
|
||||
|
||||
---
|
||||
.../org.gnome.shell.extensions.arcmenu.gschema.xml | 12 ++++++------
|
||||
1 file changed, 6 insertions(+), 6 deletions(-)
|
||||
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 8 ++++----
|
||||
1 file changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
index 9638cb6..450b222 100644
|
||||
index 4311e18..dc1c467 100644
|
||||
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
@@ -124,7 +124,7 @@
|
||||
<description>Menu position alignment 0 = Left, 50 = Center, 100 = Right</description>
|
||||
@@ -134,7 +134,7 @@
|
||||
<summary>Menu position alignment</summary>
|
||||
</key>
|
||||
<key name="menu-layout" enum="org.gnome.shell.extensions.arcmenu.menulayout">
|
||||
- <default>'Default'</default>
|
||||
+ <default>'Windows'</default>
|
||||
<summary>menu layout</summary>
|
||||
<description>Menu Layout</description>
|
||||
</key>
|
||||
@@ -614,7 +614,7 @@
|
||||
<description>Text of the menu button.</description>
|
||||
<key type="b" name="override-menu-theme">
|
||||
@@ -468,7 +468,7 @@
|
||||
<summary>Display type for power options</summary>
|
||||
</key>
|
||||
<key type="b" name="multi-monitor">
|
||||
- <default>false</default>
|
||||
+ <default>true</default>
|
||||
<summary>Display on all monitors</summary>
|
||||
</key>
|
||||
<key type="b" name="show-activities-button">
|
||||
@@ -552,7 +552,7 @@
|
||||
<summary>Text of the menu button.</summary>
|
||||
</key>
|
||||
<key name="menu-button-icon" enum="org.gnome.shell.extensions.arcmenu.menu-button-icon">
|
||||
- <default>'Arc_Menu_Icon'</default>
|
||||
- <default>'Menu_Icon'</default>
|
||||
+ <default>'Custom_Icon'</default>
|
||||
<summary>Icon of the menu button.</summary>
|
||||
<description>Icon of the menu button.</description>
|
||||
<summary>Icon type for the menu button.</summary>
|
||||
</key>
|
||||
@@ -629,12 +629,12 @@
|
||||
<description>Icon of the menu button.</description>
|
||||
<key name="arc-menu-icon" type="i">
|
||||
@@ -564,7 +564,7 @@
|
||||
<summary>Distro icon integer value for the menu button.</summary>
|
||||
</key>
|
||||
<key type="s" name="custom-menu-button-icon">
|
||||
- <default>''</default>
|
||||
+ <default>'/usr/share/icons/hicolor/256x256/apps/fedora-logo-icon.png'</default>
|
||||
<summary>File path of the custom icon for the menu button.</summary>
|
||||
<description>File path of the custom icon for the menu button.</description>
|
||||
</key>
|
||||
<key type="d" name="custom-menu-button-icon-size">
|
||||
- <default>20</default>
|
||||
+ <default>44</default>
|
||||
<summary>Size of the icon in percentage.</summary>
|
||||
<description>Size of the icon in percentage.</description>
|
||||
</key>
|
||||
@@ -649,12 +649,12 @@
|
||||
<description>Menu button position offset for main panel</description>
|
||||
</key>
|
||||
<key type="b" name="menu-button-override-border-radius">
|
||||
- <default>false</default>
|
||||
+ <default>true</default>
|
||||
<summary>Override border radius styling of the menu button</summary>
|
||||
<description>Override border radius of the menu button.</description>
|
||||
</key>
|
||||
<key type="i" name="menu-button-border-radius">
|
||||
- <default>0</default>
|
||||
+ <default>10</default>
|
||||
<summary>The border radius size of the menu button</summary>
|
||||
<description>The border radius size of the menu button.</description>
|
||||
</key>
|
||||
--
|
||||
2.41.0
|
||||
2.47.1
|
||||
|
||||
|
@ -0,0 +1,144 @@
|
||||
From 04b0521f14b082f89f6612b02934af37e50576cd Mon Sep 17 00:00:00 2001
|
||||
From: tigro <tigro@msvsphere-os.ru>
|
||||
Date: Mon, 23 Dec 2024 14:13:35 +0300
|
||||
Subject: [PATCH 2/3] Added MSVSphere symbolic icon
|
||||
|
||||
---
|
||||
constants.js | 1 +
|
||||
.../actions/distro-msvsphere-symbolic.svg | 112 ++++++++++++++++++
|
||||
2 files changed, 113 insertions(+)
|
||||
create mode 100644 icons/hicolor/16x16/actions/distro-msvsphere-symbolic.svg
|
||||
|
||||
diff --git a/constants.js b/constants.js
|
||||
index 626a5f8..05c9c16 100644
|
||||
--- a/constants.js
|
||||
+++ b/constants.js
|
||||
@@ -370,6 +370,7 @@ export const DistroIcons = [
|
||||
{PATH: 'distro-cachyos-symbolic', NAME: 'CachyOS'},
|
||||
{PATH: 'distro-nixos-symbolic', NAME: 'NixOS'},
|
||||
{PATH: 'distro-oreon-symbolic', NAME: 'Oreon OS'},
|
||||
+ {PATH: 'distro-msvsphere-symbolic', NAME: 'MSVSphere OS'},
|
||||
];
|
||||
|
||||
export const MenuLayout = {
|
||||
diff --git a/icons/hicolor/16x16/actions/distro-msvsphere-symbolic.svg b/icons/hicolor/16x16/actions/distro-msvsphere-symbolic.svg
|
||||
new file mode 100644
|
||||
index 0000000..7b3cafc
|
||||
--- /dev/null
|
||||
+++ b/icons/hicolor/16x16/actions/distro-msvsphere-symbolic.svg
|
||||
@@ -0,0 +1,112 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
+
|
||||
+<svg
|
||||
+ version="1.1"
|
||||
+ id="Layer_1"
|
||||
+ x="0px"
|
||||
+ y="0px"
|
||||
+ viewBox="0 0 256 256"
|
||||
+ style="enable-background:new 0 0 256 256;"
|
||||
+ xml:space="preserve"
|
||||
+ sodipodi:docname="StartButton-256x256-1.svg"
|
||||
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
+ id="defs18" /><sodipodi:namedview
|
||||
+ id="namedview18"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#666666"
|
||||
+ borderopacity="1.0"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:zoom="2.9023438"
|
||||
+ inkscape:cx="127.82773"
|
||||
+ inkscape:cy="128"
|
||||
+ inkscape:window-width="1920"
|
||||
+ inkscape:window-height="946"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="152"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="Layer_1"
|
||||
+ inkscape:export-bgcolor="#ee77ee77" /> <style
|
||||
+ type="text/css"
|
||||
+ id="style1"> .st0{fill:url(#SVGID_1_);} .st1{fill:url(#SVGID_2_);} .st2{fill:#FFFFFF;} </style> <g
|
||||
+ id="g8"
|
||||
+ transform="matrix(1.5238622,0,0,1.5895686,-40.632997,-76.673073)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_1_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="23.847"
|
||||
+ y1="161.57539"
|
||||
+ x2="113.1794"
|
||||
+ y2="72.242996"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop1" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop2" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop3" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop4" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop5" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop6" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop7" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop8" /> </linearGradient> <path
|
||||
+ class="st0"
|
||||
+ d="M 74.6,176.4 H 43.1 c -5.8,0 -10.6,-4.8 -10.6,-10.6 V 86.3 c 0,-3.7 3,-6.6 6.6,-6.6 h 77.1 c 5.8,0 10.6,4.8 10.6,10.6 v 33.9 c 0,2.5 -1,4.8 -2.7,6.6 l -42.9,42.9 c -1.8,1.7 -4.1,2.7 -6.6,2.7 z M 39.9,87.1 v 78.7 c 0,1.7 1.4,3.1 3.1,3.1 h 31.5 c 0.5,0 0.9,-0.2 1.3,-0.5 l 42.9,-42.9 c 0.3,-0.3 0.5,-0.8 0.5,-1.3 V 90.3 c 0,-1.7 -1.4,-3.1 -3.1,-3.1 H 39.9 Z"
|
||||
+ id="path8"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> <g
|
||||
+ id="g16"
|
||||
+ transform="matrix(1.4347751,0,0,1.5893993,-74.387761,-76.478507)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_2_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="142.8195"
|
||||
+ y1="183.8201"
|
||||
+ x2="232.158"
|
||||
+ y2="94.481499"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop9" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop10" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop11" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop12" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop13" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop14" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop15" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop16" /> </linearGradient> <path
|
||||
+ class="st1"
|
||||
+ d="m 181.4,79.7 c -2.5,0 -4.8,1 -6.6,2.7 l -42.9,42.9 c -1.7,1.7 -2.7,4.1 -2.7,6.6 v 33.9 c 0,5.9 4.7,10.6 10.6,10.6 h 77.1 c 3.7,0 6.6,-3 6.6,-6.6 V 90.3 c 0,-5.9 -4.7,-10.6 -10.6,-10.6 z"
|
||||
+ id="path16"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> </svg>
|
||||
--
|
||||
2.47.1
|
||||
|
@ -1,25 +0,0 @@
|
||||
From b43a4e3bba422a38e55716133d7da8f2bbad3b45 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Mon, 4 Sep 2023 19:25:29 +0300
|
||||
Subject: [PATCH 2/3] Display on all monitors
|
||||
|
||||
---
|
||||
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
index 450b222..92b66ce 100644
|
||||
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
@@ -509,7 +509,7 @@
|
||||
<description>See Constants.js PowerOptions</description>
|
||||
</key>
|
||||
<key type="b" name="multi-monitor">
|
||||
- <default>false</default>
|
||||
+ <default>true</default>
|
||||
<summary>Display on all monitors</summary>
|
||||
<description>Display the menu on all monitors when using Dash to Panel.</description>
|
||||
</key>
|
||||
--
|
||||
2.41.0
|
||||
|
@ -0,0 +1,25 @@
|
||||
From 04ebf78369c0b0be24f7572a9574d01d3908092d Mon Sep 17 00:00:00 2001
|
||||
From: tigro <tigro@msvsphere-os.ru>
|
||||
Date: Mon, 23 Dec 2024 14:15:23 +0300
|
||||
Subject: [PATCH 3/3] Read system name from MSVSPHERE_PRETTY_NAME
|
||||
|
||||
---
|
||||
settings/AboutPage.js | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/settings/AboutPage.js b/settings/AboutPage.js
|
||||
index f82c44f..3bff65e 100644
|
||||
--- a/settings/AboutPage.js
|
||||
+++ b/settings/AboutPage.js
|
||||
@@ -95,7 +95,7 @@ class ArcMenuAboutPage extends Adw.PreferencesPage {
|
||||
});
|
||||
|
||||
const name = GLib.get_os_info('NAME');
|
||||
- const prettyName = GLib.get_os_info('PRETTY_NAME');
|
||||
+ const prettyName = GLib.get_os_info('MSVSPHERE_PRETTY_NAME');
|
||||
|
||||
osRow.add_suffix(new Gtk.Label({
|
||||
label: prettyName ? prettyName : name,
|
||||
--
|
||||
2.47.1
|
||||
|
@ -1,25 +0,0 @@
|
||||
From 717f755e03fd2e51edee587d8ff2e8e9df466131 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Mon, 4 Sep 2023 19:26:29 +0300
|
||||
Subject: [PATCH 3/3] set a hotkey (Super-X) to open ArcMenu
|
||||
|
||||
---
|
||||
schemas/org.gnome.shell.extensions.arcmenu.gschema.xml | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
index 92b66ce..ace9cc9 100644
|
||||
--- a/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
+++ b/schemas/org.gnome.shell.extensions.arcmenu.gschema.xml
|
||||
@@ -534,7 +534,7 @@
|
||||
<description>Custom hot corner terminal command.</description>
|
||||
</key>
|
||||
<key name="menu-hotkey" enum="org.gnome.shell.extensions.arcmenu.menu-hotkey">
|
||||
- <default>'Undefined'</default>
|
||||
+ <default>'Custom'</default>
|
||||
<summary>Set a hotkey to open ArcMenu</summary>
|
||||
<description>Set a hotkey to open ArcMenu.</description>
|
||||
</key>
|
||||
--
|
||||
2.41.0
|
||||
|
@ -1,264 +0,0 @@
|
||||
From 7140b1a3bfe857a4ec6b810d7f82d535b0a034f5 Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Thu, 7 Sep 2023 15:02:38 +0300
|
||||
Subject: [PATCH] Added MSVSphere symbolic icon
|
||||
|
||||
---
|
||||
constants.js | 1 +
|
||||
.../distro_icons/msvsphere-logo-symbolic.svg | 112 ++++++++++++++++++
|
||||
.../16x16/actions/msvsphere-logo-symbolic.svg | 112 ++++++++++++++++++
|
||||
3 files changed, 225 insertions(+)
|
||||
create mode 100644 media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg
|
||||
create mode 100644 media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
|
||||
|
||||
diff --git a/constants.js b/constants.js
|
||||
index 082cb4b..43cd926 100644
|
||||
--- a/constants.js
|
||||
+++ b/constants.js
|
||||
@@ -348,6 +348,7 @@ var DistroIcons = [
|
||||
{ PATH: '/media/icons/menu_button_icons/distro_icons/voyager-logo-symbolic.svg'},
|
||||
{ PATH: '/media/icons/menu_button_icons/distro_icons/zorin-logo-symbolic.svg'},
|
||||
{ PATH: '/media/icons/menu_button_icons/distro_icons/endeavour-logo-symbolic.svg'},
|
||||
+ { PATH: '/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg'},
|
||||
]
|
||||
|
||||
var MenuLayout = {
|
||||
diff --git a/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg b/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg
|
||||
new file mode 100644
|
||||
index 0000000..7b3cafc
|
||||
--- /dev/null
|
||||
+++ b/media/icons/menu_button_icons/distro_icons/msvsphere-logo-symbolic.svg
|
||||
@@ -0,0 +1,112 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
+
|
||||
+<svg
|
||||
+ version="1.1"
|
||||
+ id="Layer_1"
|
||||
+ x="0px"
|
||||
+ y="0px"
|
||||
+ viewBox="0 0 256 256"
|
||||
+ style="enable-background:new 0 0 256 256;"
|
||||
+ xml:space="preserve"
|
||||
+ sodipodi:docname="StartButton-256x256-1.svg"
|
||||
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
+ id="defs18" /><sodipodi:namedview
|
||||
+ id="namedview18"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#666666"
|
||||
+ borderopacity="1.0"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:zoom="2.9023438"
|
||||
+ inkscape:cx="127.82773"
|
||||
+ inkscape:cy="128"
|
||||
+ inkscape:window-width="1920"
|
||||
+ inkscape:window-height="946"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="152"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="Layer_1"
|
||||
+ inkscape:export-bgcolor="#ee77ee77" /> <style
|
||||
+ type="text/css"
|
||||
+ id="style1"> .st0{fill:url(#SVGID_1_);} .st1{fill:url(#SVGID_2_);} .st2{fill:#FFFFFF;} </style> <g
|
||||
+ id="g8"
|
||||
+ transform="matrix(1.5238622,0,0,1.5895686,-40.632997,-76.673073)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_1_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="23.847"
|
||||
+ y1="161.57539"
|
||||
+ x2="113.1794"
|
||||
+ y2="72.242996"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop1" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop2" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop3" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop4" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop5" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop6" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop7" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop8" /> </linearGradient> <path
|
||||
+ class="st0"
|
||||
+ d="M 74.6,176.4 H 43.1 c -5.8,0 -10.6,-4.8 -10.6,-10.6 V 86.3 c 0,-3.7 3,-6.6 6.6,-6.6 h 77.1 c 5.8,0 10.6,4.8 10.6,10.6 v 33.9 c 0,2.5 -1,4.8 -2.7,6.6 l -42.9,42.9 c -1.8,1.7 -4.1,2.7 -6.6,2.7 z M 39.9,87.1 v 78.7 c 0,1.7 1.4,3.1 3.1,3.1 h 31.5 c 0.5,0 0.9,-0.2 1.3,-0.5 l 42.9,-42.9 c 0.3,-0.3 0.5,-0.8 0.5,-1.3 V 90.3 c 0,-1.7 -1.4,-3.1 -3.1,-3.1 H 39.9 Z"
|
||||
+ id="path8"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> <g
|
||||
+ id="g16"
|
||||
+ transform="matrix(1.4347751,0,0,1.5893993,-74.387761,-76.478507)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_2_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="142.8195"
|
||||
+ y1="183.8201"
|
||||
+ x2="232.158"
|
||||
+ y2="94.481499"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop9" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop10" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop11" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop12" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop13" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop14" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop15" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop16" /> </linearGradient> <path
|
||||
+ class="st1"
|
||||
+ d="m 181.4,79.7 c -2.5,0 -4.8,1 -6.6,2.7 l -42.9,42.9 c -1.7,1.7 -2.7,4.1 -2.7,6.6 v 33.9 c 0,5.9 4.7,10.6 10.6,10.6 h 77.1 c 3.7,0 6.6,-3 6.6,-6.6 V 90.3 c 0,-5.9 -4.7,-10.6 -10.6,-10.6 z"
|
||||
+ id="path16"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> </svg>
|
||||
diff --git a/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg b/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
|
||||
new file mode 100644
|
||||
index 0000000..7b3cafc
|
||||
--- /dev/null
|
||||
+++ b/media/icons/prefs_icons/hicolor/16x16/actions/msvsphere-logo-symbolic.svg
|
||||
@@ -0,0 +1,112 @@
|
||||
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
+<!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
+
|
||||
+<svg
|
||||
+ version="1.1"
|
||||
+ id="Layer_1"
|
||||
+ x="0px"
|
||||
+ y="0px"
|
||||
+ viewBox="0 0 256 256"
|
||||
+ style="enable-background:new 0 0 256 256;"
|
||||
+ xml:space="preserve"
|
||||
+ sodipodi:docname="StartButton-256x256-1.svg"
|
||||
+ inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
+ xmlns="http://www.w3.org/2000/svg"
|
||||
+ xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
+ id="defs18" /><sodipodi:namedview
|
||||
+ id="namedview18"
|
||||
+ pagecolor="#ffffff"
|
||||
+ bordercolor="#666666"
|
||||
+ borderopacity="1.0"
|
||||
+ inkscape:showpageshadow="2"
|
||||
+ inkscape:pageopacity="0.0"
|
||||
+ inkscape:pagecheckerboard="0"
|
||||
+ inkscape:deskcolor="#d1d1d1"
|
||||
+ inkscape:zoom="2.9023438"
|
||||
+ inkscape:cx="127.82773"
|
||||
+ inkscape:cy="128"
|
||||
+ inkscape:window-width="1920"
|
||||
+ inkscape:window-height="946"
|
||||
+ inkscape:window-x="0"
|
||||
+ inkscape:window-y="152"
|
||||
+ inkscape:window-maximized="1"
|
||||
+ inkscape:current-layer="Layer_1"
|
||||
+ inkscape:export-bgcolor="#ee77ee77" /> <style
|
||||
+ type="text/css"
|
||||
+ id="style1"> .st0{fill:url(#SVGID_1_);} .st1{fill:url(#SVGID_2_);} .st2{fill:#FFFFFF;} </style> <g
|
||||
+ id="g8"
|
||||
+ transform="matrix(1.5238622,0,0,1.5895686,-40.632997,-76.673073)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_1_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="23.847"
|
||||
+ y1="161.57539"
|
||||
+ x2="113.1794"
|
||||
+ y2="72.242996"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop1" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop2" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop3" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop4" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop5" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop6" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop7" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop8" /> </linearGradient> <path
|
||||
+ class="st0"
|
||||
+ d="M 74.6,176.4 H 43.1 c -5.8,0 -10.6,-4.8 -10.6,-10.6 V 86.3 c 0,-3.7 3,-6.6 6.6,-6.6 h 77.1 c 5.8,0 10.6,4.8 10.6,10.6 v 33.9 c 0,2.5 -1,4.8 -2.7,6.6 l -42.9,42.9 c -1.8,1.7 -4.1,2.7 -6.6,2.7 z M 39.9,87.1 v 78.7 c 0,1.7 1.4,3.1 3.1,3.1 h 31.5 c 0.5,0 0.9,-0.2 1.3,-0.5 l 42.9,-42.9 c 0.3,-0.3 0.5,-0.8 0.5,-1.3 V 90.3 c 0,-1.7 -1.4,-3.1 -3.1,-3.1 H 39.9 Z"
|
||||
+ id="path8"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> <g
|
||||
+ id="g16"
|
||||
+ transform="matrix(1.4347751,0,0,1.5893993,-74.387761,-76.478507)"
|
||||
+ style="fill:#cccccc;fill-opacity:1"> <linearGradient
|
||||
+ id="SVGID_2_"
|
||||
+ gradientUnits="userSpaceOnUse"
|
||||
+ x1="142.8195"
|
||||
+ y1="183.8201"
|
||||
+ x2="232.158"
|
||||
+ y2="94.481499"> <stop
|
||||
+ offset="0"
|
||||
+ style="stop-color:#72BE44"
|
||||
+ id="stop9" /> <stop
|
||||
+ offset="0.1088"
|
||||
+ style="stop-color:#74AD69"
|
||||
+ id="stop10" /> <stop
|
||||
+ offset="0.2603"
|
||||
+ style="stop-color:#779997"
|
||||
+ id="stop11" /> <stop
|
||||
+ offset="0.4126"
|
||||
+ style="stop-color:#7A88BC"
|
||||
+ id="stop12" /> <stop
|
||||
+ offset="0.5636"
|
||||
+ style="stop-color:#7C7BD9"
|
||||
+ id="stop13" /> <stop
|
||||
+ offset="0.7128"
|
||||
+ style="stop-color:#7D71EE"
|
||||
+ id="stop14" /> <stop
|
||||
+ offset="0.8593"
|
||||
+ style="stop-color:#7E6CFB"
|
||||
+ id="stop15" /> <stop
|
||||
+ offset="1"
|
||||
+ style="stop-color:#7E6AFF"
|
||||
+ id="stop16" /> </linearGradient> <path
|
||||
+ class="st1"
|
||||
+ d="m 181.4,79.7 c -2.5,0 -4.8,1 -6.6,2.7 l -42.9,42.9 c -1.7,1.7 -2.7,4.1 -2.7,6.6 v 33.9 c 0,5.9 4.7,10.6 10.6,10.6 h 77.1 c 3.7,0 6.6,-3 6.6,-6.6 V 90.3 c 0,-5.9 -4.7,-10.6 -10.6,-10.6 z"
|
||||
+ id="path16"
|
||||
+ style="fill:#cccccc;fill-opacity:1" /> </g> </svg>
|
||||
--
|
||||
2.41.0
|
||||
|
@ -1,25 +0,0 @@
|
||||
From 5e5077142a0cfd7a18621275010c0682b02e20cf Mon Sep 17 00:00:00 2001
|
||||
From: tigro <arkadiy.sheyn@softline.com>
|
||||
Date: Fri, 27 Oct 2023 11:55:33 +0300
|
||||
Subject: [PATCH 5/5] Read system name from MSVSPHERE_PRETTY_NAME
|
||||
|
||||
---
|
||||
prefs.js | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/prefs.js b/prefs.js
|
||||
index 916491b..07de5ea 100644
|
||||
--- a/prefs.js
|
||||
+++ b/prefs.js
|
||||
@@ -6364,7 +6364,7 @@ var AboutPage = GObject.registerClass(
|
||||
});
|
||||
let osInfoText;
|
||||
let name = GLib.get_os_info("NAME");
|
||||
- let prettyName = GLib.get_os_info("PRETTY_NAME");
|
||||
+ let prettyName = GLib.get_os_info("MSVSPHERE_PRETTY_NAME");
|
||||
if(prettyName)
|
||||
osInfoText = prettyName;
|
||||
else
|
||||
--
|
||||
2.41.0
|
||||
|
Loading…
Reference in new issue