Skip to content

Commit

Permalink
Use transparent background for PNG icon and increase resolution
Browse files Browse the repository at this point in the history
The ImageMagick always converts SVG to PNG using white background.
Transparent backgrounds look way better on most desktop environments.
Use `rsvg-convert` instead of ImageMagick as it does not have issues
converting to transparent PNG.

Also increase the icon resolution to 128x128 as the new icon has much
more detail and therefore does not look very good in 48x48 resolution.

Reported by: @boredsquirrel
  • Loading branch information
igo95862 committed Feb 15, 2025
1 parent 047d1b8 commit bd82670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified data/bubblejail-config.png
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 data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-FileCopyrightText: 2020 igo95862
install_data(
'bubblejail-config.png',
install_dir : get_option('datadir') / 'icons/hicolor/48x48/apps',
install_dir : get_option('datadir') / 'icons/hicolor/128x128/apps',
install_tag : 'bubblejail-gui',
)

Expand Down

0 comments on commit bd82670

Please sign in to comment.