Package: rust-czkawka-gui / 8.0.0-2

Metadata

Package Version Patches format
rust-czkawka-gui 8.0.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
app_icon_fix_background.patch | (download)

data/icons/com.github.qarmin.czkawka.svg | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix app icon so that background is transluent
 On KDE, the app icon has a black background. This is not the case on other
 programs like firefox. Most kde-based apps have that behaviour. This is
 probably related to Qt5 SVG library.
 .
 This patch permits to have transparent background also on Qt/Kde.
 .
feature_avif_drop.patch | (download)

Cargo.toml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

---
use system icons.patch | (download)

src/gui_structs/gui_bottom_buttons.rs | 10 5 + 5 - 0 !
src/gui_structs/gui_compare_images.rs | 6 3 + 3 - 0 !
src/gui_structs/gui_data.rs | 4 2 + 2 - 0 !
src/gui_structs/gui_header.rs | 6 3 + 3 - 0 !
src/gui_structs/gui_progress_dialog.rs | 4 2 + 2 - 0 !
src/gui_structs/gui_upper_notebook.rs | 6 3 + 3 - 0 !
ui/compare_images.ui | 4 2 + 2 - 0 !
ui/main_window.ui | 38 19 + 19 - 0 !
ui/progress.ui | 2 1 + 1 - 0 !
9 files changed, 40 insertions(+), 40 deletions(-)

 use system icons
 Since v4.1, upstream ships icons having the Reshot license which is not DFSG
 compliant.
 .
 This patch uses the system icons instead, as czkawka did in v4.0
fix_crash_in_clear_cache.patch | (download)

src/connect_things/connect_settings.rs | 11 4 + 7 - 0 !
1 file changed, 4 insertions(+), 7 deletions(-)

 fix crash on "remove outdated results from cache"
Bug: https://github.com/qarmin/czkawka/issues/1503