https://bugzilla.xfce.org/show_bug.cgi?id=15373
--- Comment #1 from ctac <[email protected]> --- The desktop file for Bulk Rename use a shell script : Exec=/usr/lib/x86_64-linux-gnu/Thunar/ThunarBulkRename %F on debian Exec=/usr/local/lib/Thunar/ThunarBulkRename %F on OpenBSD This shell script say : # This is an ugly hack, required because xfdesktop simply # strips off all parameters from the Exec field, and so # we cannot just invoke Thunar --bulk-rename %F there exec /usr/bin/Thunar --bulk-rename "$@" If this line in the desktop file is replace by : Exec=thunar -B %F or Exec=thunar --bulk-rename %F No need of additional shell script ! xfdesktop no more strips off all parameters from the Exec field. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
