Skip to content

Commit

Permalink
Try fix icon in wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Jun 4, 2024
1 parent 408dfbf commit 3f6ef97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion usr/bin/calamares-biglinux
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ fi
rm -f /tmp/start_calamares

cd /usr/share/bigbashview/apps/calamares/
bigbashview -s 1100x600 -n $"Install System" -p calamares-biglinux -c transparent -w frameless index.html
bigbashview -s 1100x600 -n $"Install System" -p bbv-calamares -c transparent -w frameless index.html

# Start calamares
if [ -e "/tmp/start_calamares" ]; then
Expand Down
2 changes: 1 addition & 1 deletion usr/share/applications/bbv-calamares.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Type=Application
Name=Install System
Keywords=calamares;system;installer
Exec=/usr/bin/calamares_polkit %f
Exec=bbv-calamares
Icon=icon-big-hd-install
Terminal=false
StartupNotify=true
Expand Down
6 changes: 6 additions & 0 deletions usr/share/applications/calamares-biglinux.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,9 @@ Name[tr_TR]=Sistemi Yükle
Icon[tr_TR]=icon-big-hd-install
GenericName[tr_TR]=Sistem Yükleyici
Comment[tr_TR]=Calamares — Sistem Yükleyici

Actions=SoftwareRender;

[Desktop Action SoftwareRender]
Name=Software Render
Exec=SoftwareRender /usr/bin/calamares_polkit %f

0 comments on commit 3f6ef97

Please sign in to comment.