Skip to content

Commit 3b611d5

Browse files
committed
Optimized icons
1 parent cdcc798 commit 3b611d5

58 files changed

Lines changed: 58 additions & 43627 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

biglinux-webapps/usr/bin/biglinux-webapps-systemd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ if [ "$Found" = true ]; then
2727
fi
2828
fi
2929

30-
3130
# If there is no default webapp active and the file /etc/biglinux-webapps-not-create-default does not exist, copy the default webapps
32-
if [[ "$Found" != false && ! -e "/etc/biglinux-webapps-not-create-default" && ! -e "$HOME/.config/biglinux-webapps-not-create-default" ]]; then
31+
if [[ "$Found" != true && ! -e "/etc/biglinux-webapps-not-create-default" && ! -e "$HOME/.config/biglinux-webapps-not-create-default" ]]; then
3332
cp /usr/share/bigbashview/bcc/apps/biglinux-webapps/webapps/* .
3433

3534
# On first run create file to not recreate in next boot

biglinux-webapps/usr/share/bigbashview/bcc/apps/biglinux-webapps/icons/webapp.svg

Lines changed: 1 addition & 189 deletions
Loading

biglinux-webapps/usr/share/bigbashview/bcc/apps/biglinux-webapps/webapps/googlepresentation-webapp-biglinux.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Terminal=false
55
Type=Application
66
Name=Slides
77
Exec=/usr/bin/biglinux-webapp --class="docs.google.com__presentation,Chromium-browser" --profile-directory=Default --app=https://docs.google.com/presentation
8-
Icon=/usr/share/icons/hicolor/128x128/apps/g-presentation
8+
Icon=webapp-g-presentation
99
StartupWMClass=docs.google.com__presentation
1010
Categories=Google;

0 commit comments

Comments
 (0)