From 7823c7f23d019d5899d4e5931343ae3062e36805 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Wed, 11 Nov 2020 19:32:16 -0500 Subject: [PATCH] Added more Adobe CC --- README.md | 14 +++++++++++++- apps/adobe-cc/icon.svg | 1 + apps/adobe-cc/info | 14 ++++++++++++++ apps/aftereffects-cc/icon.svg | 1 + apps/aftereffects-cc/info | 14 ++++++++++++++ apps/audition-cc/icon.svg | 1 + apps/audition-cc/info | 14 ++++++++++++++ apps/illustrator-cc/icon.svg | 1 + apps/illustrator-cc/info | 14 ++++++++++++++ apps/indesign-cc/icon.svg | 1 + apps/indesign-cc/info | 14 ++++++++++++++ apps/lightroom-cc/icon.svg | 1 + apps/lightroom-cc/info | 14 ++++++++++++++ apps/premier-cc/icon.svg | 1 + apps/premier-cc/info | 14 ++++++++++++++ 15 files changed, 118 insertions(+), 1 deletion(-) create mode 100755 apps/adobe-cc/icon.svg create mode 100644 apps/adobe-cc/info create mode 100755 apps/aftereffects-cc/icon.svg create mode 100644 apps/aftereffects-cc/info create mode 100755 apps/audition-cc/icon.svg create mode 100644 apps/audition-cc/info create mode 100755 apps/illustrator-cc/icon.svg create mode 100644 apps/illustrator-cc/info create mode 100755 apps/indesign-cc/icon.svg create mode 100644 apps/indesign-cc/info create mode 100755 apps/lightroom-cc/icon.svg create mode 100644 apps/lightroom-cc/info create mode 100755 apps/premier-cc/icon.svg create mode 100644 apps/premier-cc/info diff --git a/README.md b/README.md index 197e183..df49300 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,22 @@ Note: The app list below is fueled by the community, and therefore many apps may + + + + - + + + + + + + + + diff --git a/apps/adobe-cc/icon.svg b/apps/adobe-cc/icon.svg new file mode 100755 index 0000000..9272652 --- /dev/null +++ b/apps/adobe-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/adobe-cc/info b/apps/adobe-cc/info new file mode 100644 index 0000000..404fb8c --- /dev/null +++ b/apps/adobe-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Creative Cloud" + +# Used for descriptions and window class +FULL_NAME="Adobe Creative Cloud" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Creative Cloud\ACC\Creative Cloud.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/apps/aftereffects-cc/icon.svg b/apps/aftereffects-cc/icon.svg new file mode 100755 index 0000000..6b42dd7 --- /dev/null +++ b/apps/aftereffects-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/aftereffects-cc/info b/apps/aftereffects-cc/info new file mode 100644 index 0000000..6771483 --- /dev/null +++ b/apps/aftereffects-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="After Effects CC" + +# Used for descriptions and window class +FULL_NAME="Adobe After Effects CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe After Effects 2020\Support Files\AfterFX.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="application/vnd.adobe.aftereffects.project;application/vnd.adobe.aftereffects.template;" diff --git a/apps/audition-cc/icon.svg b/apps/audition-cc/icon.svg new file mode 100755 index 0000000..01c32a6 --- /dev/null +++ b/apps/audition-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/audition-cc/info b/apps/audition-cc/info new file mode 100644 index 0000000..30c0c9a --- /dev/null +++ b/apps/audition-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Audition CC" + +# Used for descriptions and window class +FULL_NAME="Adobe Audition CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Audition 2020\Adobe Audition.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/apps/illustrator-cc/icon.svg b/apps/illustrator-cc/icon.svg new file mode 100755 index 0000000..7ea299b --- /dev/null +++ b/apps/illustrator-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/illustrator-cc/info b/apps/illustrator-cc/info new file mode 100644 index 0000000..15a53b9 --- /dev/null +++ b/apps/illustrator-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Illustrator CC" + +# Used for descriptions and window class +FULL_NAME="Adobe Illustrator CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Illustrator 2021\Support Files\Contents\Windows\Illustrator.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="application/illustrator;" diff --git a/apps/indesign-cc/icon.svg b/apps/indesign-cc/icon.svg new file mode 100755 index 0000000..f26dead --- /dev/null +++ b/apps/indesign-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/indesign-cc/info b/apps/indesign-cc/info new file mode 100644 index 0000000..cd1baaf --- /dev/null +++ b/apps/indesign-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="InDesign CC" + +# Used for descriptions and window class +FULL_NAME="Adobe InDesign CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe InDesign 2021\InDesign.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="application/x-adobe-indesign-interchange;application/x-adobe-indesign;" diff --git a/apps/lightroom-cc/icon.svg b/apps/lightroom-cc/icon.svg new file mode 100755 index 0000000..9a02e00 --- /dev/null +++ b/apps/lightroom-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/lightroom-cc/info b/apps/lightroom-cc/info new file mode 100644 index 0000000..88c87e2 --- /dev/null +++ b/apps/lightroom-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Lightroom CC" + +# Used for descriptions and window class +FULL_NAME="Adobe Lightroom CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Lightroom CC\lightroom.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="" diff --git a/apps/premier-cc/icon.svg b/apps/premier-cc/icon.svg new file mode 100755 index 0000000..9325e82 --- /dev/null +++ b/apps/premier-cc/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/premier-cc/info b/apps/premier-cc/info new file mode 100644 index 0000000..a9e9b8d --- /dev/null +++ b/apps/premier-cc/info @@ -0,0 +1,14 @@ +# GNOME shortcut name +NAME="Premier CC" + +# Used for descriptions and window class +FULL_NAME="Adobe Premier CC" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Adobe\Adobe Premiere Pro 2020\Adobe Premiere Pro.exe" + +# GNOME categories +CATEGORIES="Adobe" + +# GNOME mimetypes +MIME_TYPES="image/vnd.adobe.premiere;"
Adobe Acrobat Pro
(X)
Adobe After Effects
(CC)
Adobe Audition
(CC)
Adobe Bridge
(CS6, CC)
Adobe Photoshop
(CS6, CC)
Adobe Creative Cloud
(CC)
Adobe Illustrator
(CC)
Adobe InDesign
(CC)
Adobe Lightroom
(CC)
Adobe Premier
(CC)
Command Prompt
(cmd.exe)