Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to append more files #65

Open
schrmh opened this issue Apr 16, 2023 · 4 comments
Open

Option to append more files #65

schrmh opened this issue Apr 16, 2023 · 4 comments

Comments

@schrmh
Copy link

schrmh commented Apr 16, 2023

When dragon-drop is called multiple times, it opens up a new window every time.
It would be nice if it there was an option to just append the file list.

@WorldsEndless
Copy link

WorldsEndless commented Apr 17, 2023 via email

@timblaktu
Copy link

I'm using dragon 1.2.0 which has 2 options that the manpage implies do what you're asking here (and what I also want - to select and drag multiple files at once):

   -a --all
          drag all files at once.

   -A --all-compact
          drag all files at once, only displaying the number of files.

But when I dragon-drop -a [FILES] each file still appears as an individually-draggable entity in the window, and dragging only drags one file at a time.

This is confusing, and seems to be a bug, but I thought I'd check with you two about this first - @schrmh @WorldsEndless ...

@timblaktu
Copy link

I think my problem may be that I'm on Wayland. I discovered that I'm getting these errors in the terminal when running dragon:

[130]tim@thinky:~/src > dragon-drop -a kubernetes/community/icons/svg/control_plane_components/labeled/*.svg
Gtk-Message: 12:25:55.828: Failed to load module "window-decorations-gtk-module"
Gtk-Message: 12:25:55.829: Failed to load module "colorreload-gtk-module"

(dragon-drop:181685): Gtk-WARNING **: 12:25:55.840: Could not load a pixbuf from /org/gtk/libgtk/icons/16x16/actions/text-x-generic.png.
This may indicate that pixbuf loaders or the mime database could not be found.

I'm on arch + hyprland and it seems that dragon-drop may be hard-coded to only work with GTK?

@timblaktu
Copy link

Found this thread which fixed my issue with dragon-drop -a not working right.

I guess that --all behavior is different from what this issue is asking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants