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

            Bug ID: 15373
           Summary: Desktop file for Bulk Rename
    Classification: Xfce Core
           Product: Thunar
           Version: 1.8.4
          Hardware: PC (x86_64)
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: 1.8.5

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
No need of additional shell script !

-- 
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

Reply via email to