blobdrop icon indicating copy to clipboard operation
blobdrop copied to clipboard

pathview is not defined

Open perdakovich opened this issue 1 year ago • 1 comments

Describe the bug

qrc:/src/qml/PathView.qml:46: ReferenceError: pathview is not defined

To reproduce

blobdrop 2.1

Try to blobdrop multiple files with -f gui and choose "Drag all".

The same with -f immediate causes no error, but only the first one path gets drag-and-dropped.

Expected behavior

Succesful drag-and-drop of all files

perdakovich avatar Jul 29 '24 15:07 perdakovich

Try to blobdrop multiple files with -f gui and choose "Drag all".

This is a regression in Qt, which I already fixed upstream: https://codereview.qt-project.org/c/qt/qtdeclarative/+/579204

qrc:/src/qml/PathView.qml:46: ReferenceError: pathview is not defined

This warning is unrelated and has already been fixed in 9a75663a376e123b98c72c13b7063eb6cd07ba16

The same with -f immediate causes no error, but only the first one path gets drag-and-dropped.

I can't reproduce this, for me -f immediate with multiple files drops all files. Are you sure this isn't working? If yes, which desktop environment and display server are you using, and which application are you dropping into? Please also make sure to update to the latest version.

vimpostor avatar Jul 29 '24 16:07 vimpostor