[Xfce-bugs] [Bug 15373] Desktop file for Bulk Rename

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu May 9 20:14:37 CEST 2019


https://bugzilla.xfce.org/show_bug.cgi?id=15373

--- Comment #1 from ctac <C_ctac at live.fr> ---
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.


More information about the Xfce-bugs mailing list