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

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Thu May 9 19:45:39 CEST 2019


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: xfce-bugs at xfce.org
          Reporter: C_ctac at live.fr
  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.


More information about the Xfce-bugs mailing list