[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #10 from alexxcons --- > There is plenty of space on "properties" anyway, and if one open the dialog > (an extra step), it should always show as much info as possible. I disagree. There is a ton of additional info we

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 Adam Purkrt changed: What|Removed |Added Attachment #6852|0 |1 is obsolete|

[Xfce-bugs] [Bug 14196] New: Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 Bug ID: 14196 Summary: Create folder for multiple selected items Classification: Xfce Core Product: Thunar Version: unspecified Hardware: PC (x86_64) OS: Linux

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 Adam Purkrt changed: What|Removed |Added Attachment #7566|0 |1 is obsolete|

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 alexxcons changed: What|Removed |Added CC||ac...@gmx.de --- Comment #1 from

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 --- Comment #4 from jfblag...@gmail.com --- (In reply to alexxcons from comment #3) > If you like, you could even script a full solution .. e.g. with the usage of > zenity I don't know if I'd do that, but if I were do to anything else about this

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 --- Comment #6 from alexxcons --- .. ok, this time with all the bells and whistles: NEW_FOLDER=$(/usr/bin/zenity --entry --title "Move into new folder" --text "Please enter a name for the new folder"); mkdir $NEW_FOLDER; mv %F

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #15 from Adam Purkrt --- Created attachment 7569 --> https://bugzilla.xfce.org/attachment.cgi?id=7569=edit size-in-bytes-detailed-view -- You are receiving this mail because: You are the assignee for the bug.

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 --- Comment #5 from alexxcons --- A patch would be real great ! Here the full solution with zenity: ( zenity need to be installed if not available yet ) NEW_FOLDER=$(/usr/bin/zenity --entry); mkdir $NEW_FOLDER; mv %F $NEW_FOLDER --

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #14 from Adam Purkrt --- Created attachment 7568 --> https://bugzilla.xfce.org/attachment.cgi?id=7568=edit configure-columns -- You are receiving this mail because: You are the assignee for the bug.

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 --- Comment #2 from jfblag...@gmail.com --- (In reply to alexxcons from comment #1) > Created attachment 7570 [details] > UCA Settings to move files into a new Folder > > Thanks for reporting this ! > > .. sadly there are alot of nice features

[Xfce-bugs] [Bug 14196] Create folder for multiple selected items

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=14196 --- Comment #3 from alexxcons --- If you like, you could even script a full solution .. e.g. with the usage of zenity -- You are receiving this mail because: You are the assignee for the bug.

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #16 from Git Bot --- Adam Purkrt referenced this bugreport in commit a5071b6a31d90c4686891ba4a79e9ff05944e3c0 Add setting to show file size in bytes in detailed view (Bug #11690)

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #17 from alexxcons --- Wow, that was incredible fast and looks great ! Just tested & reviewed it .. --> Well done ! So let's close the bug ! Or do you want to go for some change in the status bar as well ? -- You are

[Xfce-bugs] [Bug 11690] Add setting to show file sizes in bytes

2018-02-02 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=11690 --- Comment #9 from Adam Purkrt --- Oh my, I forgot I made this patch. I think for the properties dialog, the current state (after fixing bug 12858) i.e. always show exact size in bytes in properties dialog in addition to human