Search Criteria
Package Details: image-roll 2.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/image-roll.git (read-only, click to copy) |
---|---|
Package Base: | image-roll |
Description: | GTK image viewer with basic image manipulation tools |
Upstream URL: | https://github.com/weclaw1/image-roll |
Keywords: | albums GTK image image-viewer jpg png |
Licenses: | MIT |
Submitter: | lmartinez-mirror |
Maintainer: | lmartinez-mirror |
Last Packager: | lmartinez-mirror |
Votes: | 2 |
Popularity: | 0.001117 |
First Submitted: | 2021-06-11 21:33 (UTC) |
Last Updated: | 2022-07-08 01:45 (UTC) |
Dependencies (2)
- gtk4 (gtk-rc, gtk4-git, gtk4-telegrand)
- cargo (rust-nightly-bin, cargo-git, rustup-git, rust, rustup) (make)
Latest Comments
gabx commented on 2022-07-11 13:40 (UTC) (edited on 2022-07-11 13:41 (UTC) by gabx)
failures:
---- file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file stdout ---- thread 'file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file' panicked at 'called
Result::unwrap()
on anErr
value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/file_list_goes_to_next_file_after_removal_of_current_file/test.png across filesystem boundaries', src/file_list.rs:485:65---- file_list::tests::delete_current_file_returns_deleted_file_path stdout ---- thread 'file_list::tests::delete_current_file_returns_deleted_file_path' panicked at 'called
Result::unwrap()
on anErr
value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_returns_deleted_file_path/test.png across filesystem boundaries', src/file_list.rs:468:65---- file_list::tests::delete_current_file_deletes_file_from_filesystem stdout ---- thread 'file_list::tests::delete_current_file_deletes_file_from_filesystem' panicked at 'called
Result::unwrap()
on anErr
value: Unable to trash file /home/gabx/.cache/pacaur/image-roll/src/image-roll-2.1.0/test/delete_current_file_deletes_file_from_filesystem/test.png across filesystem boundaries', src/file_list.rs:452:41 note: run withRUST_BACKTRACE=1
environment variable to display a backtracefailures: file_list::tests::delete_current_file_deletes_file_from_filesystem file_list::tests::delete_current_file_returns_deleted_file_path file_list::tests::file_list_goes_to_next_file_after_removal_of_current_file
test result: FAILED. 30 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
halcek commented on 2021-12-26 14:40 (UTC)
@lmartinez-mirror can you add
'aarch64'
to the list of supported architectures?Thanks,