From 009ed3ec65a010e11350cb05aa9d1cb7aae8991b Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:36:47 +0800 Subject: [PATCH 1/7] Adding Visio Icons and Installation Info --- apps/Visio-x86/icon.svg | 64 +++++++++++++++++++++++++++++++++++++++++ apps/Visio-x86/info | 14 +++++++++ apps/Visio/icon.svg | 64 +++++++++++++++++++++++++++++++++++++++++ apps/Visio/info | 14 +++++++++ 4 files changed, 156 insertions(+) create mode 100644 apps/Visio-x86/icon.svg create mode 100644 apps/Visio-x86/info create mode 100644 apps/Visio/icon.svg create mode 100644 apps/Visio/info diff --git a/apps/Visio-x86/icon.svg b/apps/Visio-x86/icon.svg new file mode 100644 index 0000000..11925a8 --- /dev/null +++ b/apps/Visio-x86/icon.svg @@ -0,0 +1,64 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/Visio-x86/info b/apps/Visio-x86/info new file mode 100644 index 0000000..e861b79 --- /dev/null +++ b/apps/Visio-x86/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Visio" + +# Used for descriptions and window class +FULL_NAME="Microsoft Visio" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\VISIO.EXE" + +# GNOME categories +CATEGORIES="WinApps;Office" + +# GNOME mimetypes +MIME_TYPES="application/x-visio;" diff --git a/apps/Visio/icon.svg b/apps/Visio/icon.svg new file mode 100644 index 0000000..11925a8 --- /dev/null +++ b/apps/Visio/icon.svg @@ -0,0 +1,64 @@ + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + diff --git a/apps/Visio/info b/apps/Visio/info new file mode 100644 index 0000000..fb42112 --- /dev/null +++ b/apps/Visio/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Visio" + +# Used for descriptions and window class +FULL_NAME="Microsoft Visio" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\VISIO.EXE" + +# GNOME categories +CATEGORIES="WinApps;Office" + +# GNOME mimetypes +MIME_TYPES="application/x-visio;" From 0d931f0dea2ae940b85498f392d51dbc080fb7a4 Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:55:48 +0800 Subject: [PATCH 2/7] Update README.md Added Microsoft Visio to the list of officially supported applications --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 920049d..0cff743 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,17 @@ Contributing to the list of supported applications is encouraged through submiss (2016, 2019, o365)
Icon in the Public Domain. + + + + + + Microsoft Visio
+ (Standard/Pro 2021, Plan 2)
+ Icon in the Public Domain. + + + @@ -231,8 +242,6 @@ Contributing to the list of supported applications is encouraged through submiss PowerShell
Icon under MIT license. - - @@ -242,9 +251,6 @@ Contributing to the list of supported applications is encouraged through submiss (Full RDP Session)
Icon in the Public Domain. - - - From b1ec8d347f022c471d08bf17b1d369e0365d98c6 Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:59:06 +0800 Subject: [PATCH 3/7] Change folder to be inline with the repo --- apps/{Visio-x86 => visio-x86}/icon.svg | 0 apps/{Visio-x86 => visio-x86}/info | 0 apps/{Visio => visio}/icon.svg | 0 apps/{Visio => visio}/info | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/{Visio-x86 => visio-x86}/icon.svg (100%) rename apps/{Visio-x86 => visio-x86}/info (100%) rename apps/{Visio => visio}/icon.svg (100%) rename apps/{Visio => visio}/info (100%) diff --git a/apps/Visio-x86/icon.svg b/apps/visio-x86/icon.svg similarity index 100% rename from apps/Visio-x86/icon.svg rename to apps/visio-x86/icon.svg diff --git a/apps/Visio-x86/info b/apps/visio-x86/info similarity index 100% rename from apps/Visio-x86/info rename to apps/visio-x86/info diff --git a/apps/Visio/icon.svg b/apps/visio/icon.svg similarity index 100% rename from apps/Visio/icon.svg rename to apps/visio/icon.svg diff --git a/apps/Visio/info b/apps/visio/info similarity index 100% rename from apps/Visio/info rename to apps/visio/info From 4dc3616150e967515c2e0e48d48174d705c1e988 Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:19:56 +0800 Subject: [PATCH 4/7] Fix Visio icon path in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cff743..0f282dd 100644 --- a/README.md +++ b/README.md @@ -223,9 +223,9 @@ Contributing to the list of supported applications is encouraged through submiss (2016, 2019, o365)
Icon in the Public Domain. - + - + Microsoft Visio
From 78920e533ed312cc95c8350bd28050d1f2c5b9bf Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:59:16 +0800 Subject: [PATCH 5/7] Correct MIME_TYPES --- apps/visio/info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/visio/info b/apps/visio/info index fb42112..683238e 100644 --- a/apps/visio/info +++ b/apps/visio/info @@ -11,4 +11,4 @@ WIN_EXECUTABLE="C:\Program Files\Microsoft Office\root\Office16\VISIO.EXE" CATEGORIES="WinApps;Office" # GNOME mimetypes -MIME_TYPES="application/x-visio;" +MIME_TYPES="application/vnd.ms-visio.drawing.main+xml;" From 0d4125c3a78a3b42802671a2606c22410c0a4c58 Mon Sep 17 00:00:00 2001 From: gordoncheong <83162188+gordoncheong@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:59:41 +0800 Subject: [PATCH 6/7] Update info --- apps/visio-x86/info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/visio-x86/info b/apps/visio-x86/info index e861b79..61a36f3 100644 --- a/apps/visio-x86/info +++ b/apps/visio-x86/info @@ -11,4 +11,4 @@ WIN_EXECUTABLE="C:\Program Files (x86)\Microsoft Office\root\Office16\VISIO.EXE" CATEGORIES="WinApps;Office" # GNOME mimetypes -MIME_TYPES="application/x-visio;" +MIME_TYPES="application/vnd.ms-visio.drawing.main+xml;" From e56811197b5178bd18ed271eb0fbfa13bcc182bc Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:16:46 +0000 Subject: [PATCH 7/7] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- apps/visio-x86/icon.svg | 88 ++++++++++++++++++++--------------------- apps/visio/icon.svg | 88 ++++++++++++++++++++--------------------- 2 files changed, 88 insertions(+), 88 deletions(-) diff --git a/apps/visio-x86/icon.svg b/apps/visio-x86/icon.svg index 11925a8..7e9680f 100644 --- a/apps/visio-x86/icon.svg +++ b/apps/visio-x86/icon.svg @@ -1,64 +1,64 @@ - - - - - - - + + + + + + + + ]> + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2112.25 2011.641" + enable-background="new 0 0 2112.25 2011.641" xml:space="preserve"> - - - - + + + + + c0,50.829-41.205,92.034-92.034,92.034h-872.057c-50.829,0-92.034-41.205-92.034-92.034V594.947 + C1056.125,544.118,1097.33,502.913,1148.159,502.913z"/> + c-4.626,4.456-9.495,8.654-14.585,12.573c-15.053,9.507-32.488,14.563-50.292,14.585c-24.41,0.102-47.818-9.697-64.876-27.158 + L630.657,567.789c-31.013-30.579-36.069-78.823-12.07-115.168c3.594-5.202,7.632-10.082,12.07-14.585L1041.54,27.154 + c35.304-35.83,92.97-36.256,128.801-0.952c0.32,0.315,0.637,0.632,0.952,0.952l410.883,410.883 + C1599.636,455.095,1609.435,478.503,1609.333,502.913z"/> + c-179.658-0.008-345.667-95.853-435.504-251.436c-9.677-16.085-18.084-32.9-25.146-50.292c-7.41-16.35-13.793-33.147-19.111-50.292 + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.906-23.165c17.099,0,33.695,1.006,50.292,2.515 + c16.906,1.454,33.703,3.974,50.292,7.544C1441.009,1063.993,1609.051,1269.844,1609.333,1508.746z"/> + c-10.98,4.645-22.78,7.039-34.701,7.041H645.745c-7.41-16.35-13.793-33.147-19.111-50.292 + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.905-23.165 + c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789c-31.013-30.579-36.069-78.823-12.07-115.168h496.379 + c34.426,0.206,65.859,19.609,81.473,50.292C1203.507,515.681,1207.146,530.062,1207,544.655z"/> + c-14.199,34.484-47.701,57.083-84.993,57.333H670.891c-9.677-16.085-18.084-32.9-25.146-50.292 + c-7.41-16.35-13.793-33.147-19.111-50.292c-83.326-264.96,63.917-547.301,328.877-630.627 + c48.83-15.356,99.718-23.168,150.906-23.165c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789 + c-17.46-17.058-27.259-40.466-27.157-64.876h461.175c25.505-0.089,49.837,10.704,66.888,29.672 + C1147.64,549.373,1156.644,571.702,1156.708,594.947z"/> + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.906-23.165 + c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789c-17.46-17.058-27.259-40.466-27.157-64.876h461.175 + c25.505-0.089,49.837,10.704,66.888,29.672C1147.64,549.373,1156.644,571.702,1156.708,594.947z"/> + L630.657,567.789c-17.46-17.058-27.259-40.466-27.157-64.876h410.883C1065.132,503.106,1106.224,544.198,1106.417,594.947z"/> + c-83.326-264.96,63.917-547.301,328.877-630.627C1004.341,1013.638,1055.229,1005.827,1106.417,1005.83z"/> - - - + + + + c0,50.912-41.272,92.185-92.185,92.185H92.185C41.272,1609.33,0,1568.057,0,1517.145V595.098 + C0,544.186,41.272,502.913,92.185,502.913z"/> + c3.051-13.076,13.931-46.788,32.639-101.136l134.128-389.962h123.315l-227.57,599.326H485.717l-224.2-599.326h126.836 + L523.033,1153.084z"/> diff --git a/apps/visio/icon.svg b/apps/visio/icon.svg index 11925a8..7e9680f 100644 --- a/apps/visio/icon.svg +++ b/apps/visio/icon.svg @@ -1,64 +1,64 @@ - - - - - - - + + + + + + + + ]> + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 2112.25 2011.641" + enable-background="new 0 0 2112.25 2011.641" xml:space="preserve"> - - - - + + + + + c0,50.829-41.205,92.034-92.034,92.034h-872.057c-50.829,0-92.034-41.205-92.034-92.034V594.947 + C1056.125,544.118,1097.33,502.913,1148.159,502.913z"/> + c-4.626,4.456-9.495,8.654-14.585,12.573c-15.053,9.507-32.488,14.563-50.292,14.585c-24.41,0.102-47.818-9.697-64.876-27.158 + L630.657,567.789c-31.013-30.579-36.069-78.823-12.07-115.168c3.594-5.202,7.632-10.082,12.07-14.585L1041.54,27.154 + c35.304-35.83,92.97-36.256,128.801-0.952c0.32,0.315,0.637,0.632,0.952,0.952l410.883,410.883 + C1599.636,455.095,1609.435,478.503,1609.333,502.913z"/> + c-179.658-0.008-345.667-95.853-435.504-251.436c-9.677-16.085-18.084-32.9-25.146-50.292c-7.41-16.35-13.793-33.147-19.111-50.292 + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.906-23.165c17.099,0,33.695,1.006,50.292,2.515 + c16.906,1.454,33.703,3.974,50.292,7.544C1441.009,1063.993,1609.051,1269.844,1609.333,1508.746z"/> + c-10.98,4.645-22.78,7.039-34.701,7.041H645.745c-7.41-16.35-13.793-33.147-19.111-50.292 + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.905-23.165 + c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789c-31.013-30.579-36.069-78.823-12.07-115.168h496.379 + c34.426,0.206,65.859,19.609,81.473,50.292C1203.507,515.681,1207.146,530.062,1207,544.655z"/> + c-14.199,34.484-47.701,57.083-84.993,57.333H670.891c-9.677-16.085-18.084-32.9-25.146-50.292 + c-7.41-16.35-13.793-33.147-19.111-50.292c-83.326-264.96,63.917-547.301,328.877-630.627 + c48.83-15.356,99.718-23.168,150.906-23.165c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789 + c-17.46-17.058-27.259-40.466-27.157-64.876h461.175c25.505-0.089,49.837,10.704,66.888,29.672 + C1147.64,549.373,1156.644,571.702,1156.708,594.947z"/> + c-83.326-264.96,63.917-547.301,328.877-630.627c48.83-15.356,99.718-23.168,150.906-23.165 + c-24.41,0.102-47.818-9.697-64.876-27.158L630.657,567.789c-17.46-17.058-27.259-40.466-27.157-64.876h461.175 + c25.505-0.089,49.837,10.704,66.888,29.672C1147.64,549.373,1156.644,571.702,1156.708,594.947z"/> + L630.657,567.789c-17.46-17.058-27.259-40.466-27.157-64.876h410.883C1065.132,503.106,1106.224,544.198,1106.417,594.947z"/> + c-83.326-264.96,63.917-547.301,328.877-630.627C1004.341,1013.638,1055.229,1005.827,1106.417,1005.83z"/> - - - + + + + c0,50.912-41.272,92.185-92.185,92.185H92.185C41.272,1609.33,0,1568.057,0,1517.145V595.098 + C0,544.186,41.272,502.913,92.185,502.913z"/> + c3.051-13.076,13.931-46.788,32.639-101.136l134.128-389.962h123.315l-227.57,599.326H485.717l-224.2-599.326h126.836 + L523.033,1153.084z"/>