Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resources/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ COMMON OPTIONS:
for size in 24 36 48 64 72 96 128 192 256 384 512; do
mkdir -p "/usr/share/icons/hicolor/${size}x${size}/apps"
mkdir -p "/usr/share/icons/hicolor/scalable/apps"
cp -rf "$APPDIR/icons/${size}x${size}.png" "/usr/share/icons/hicolor/${size}x${size}/apps/figma-linux.png"
cp -rf "$APPDIR/icons/${size}x${size}.png" "/usr/share/icons/hicolor/${size}x${size}/apps/select-for-figma.png"
Comment thread
doromiert marked this conversation as resolved.
Outdated
done

cp -rf "$APPDIR/icons/scalable.svg" "/usr/share/icons/hicolor/scalable/apps/figma-linux.svg"
cp -rf "$APPDIR/icons/scalable.svg" "/usr/share/icons/hicolor/scalable/apps/select-for-figma.svg"

echo "install completed"

Expand All @@ -75,10 +75,10 @@ COMMON OPTIONS:
echo "remove icons"

for size in 24 36 48 64 72 96 128 192 256 384 512; do
rm -rf "/usr/share/icons/hicolor/${size}x${size}/apps/figma-linux.png"
rm -rf "/usr/share/icons/hicolor/${size}x${size}/apps/select-for-figma.png"
done

rm -rf "/usr/share/icons/hicolor/scalable/apps/figma-linux.svg"
rm -rf "/usr/share/icons/hicolor/scalable/apps/select-for-figma.svg"

echo "remove $APPIMAGE"

Expand Down
4 changes: 2 additions & 2 deletions resources/figma-linux-appimage.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=figma-linux %U
Terminal=false
Type=Application
Icon=figma-linux
Icon=select-for-figma
StartupWMClass=figma-linux
X-AppImage-Version=0.11.4
Categories=Graphics;
Expand Down
4 changes: 2 additions & 2 deletions resources/figma-linux-dev.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=Figma Linux Dev Build
Name=Select for Figma Dev Build
Comment=Unofficial desktop application for linux
Exec=/opt/figma-linux-dev/figma-linux-dev %U
Terminal=false
Type=Application
Icon=figma-linux
Icon=select-for-figma
StartupWMClass=figma-linux
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
2 changes: 1 addition & 1 deletion resources/figma-linux-snap.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=figma-linux %U
Terminal=false
Expand Down
8 changes: 4 additions & 4 deletions resources/figma-linux.desktop
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Desktop Entry]
Name=Figma Linux
Name=Select for Figma
Comment=Unofficial desktop application for linux
Exec=/opt/figma-linux/figma-linux %U
Exec=/opt/select-for-figma/select-for-figma %U
Comment thread
doromiert marked this conversation as resolved.
Outdated
Terminal=false
Type=Application
Icon=figma-linux
StartupWMClass=figma-linux
Icon=select-for-figma
StartupWMClass=select-for-figma
Categories=Graphics;
MimeType=application/figma;x-scheme-handler/figma;
Binary file added resources/icons/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/128x128.png
Binary file not shown.
Binary file added resources/icons/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/192x192.png
Binary file not shown.
Binary file added resources/icons/24.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/24x24.png
Binary file not shown.
Binary file added resources/icons/256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/256x256.png
Binary file not shown.
Binary file added resources/icons/36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/36x36.png
Binary file not shown.
Binary file added resources/icons/384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/384x384.png
Binary file not shown.
Binary file added resources/icons/48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/48x48.png
Binary file not shown.
Binary file added resources/icons/512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/512x512.png
Binary file not shown.
Binary file added resources/icons/64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/64x64.png
Binary file not shown.
Binary file added resources/icons/72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/72x72.png
Binary file not shown.
Binary file added resources/icons/96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/icons/96x96.png
Binary file not shown.
76 changes: 42 additions & 34 deletions resources/icons/scalable.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/icons/symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./renderer/base.css">
<title>Figma</title>
<title>Select</title>
</head>
<body>
<script src="renderer/panel.js" ></script>
Expand Down