[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 $NEW_FOLDER

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[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

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[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
problem - aside from implementing the workaround, I'd dive into the code, add
the feature myself and then send in the patch. That way, others will easily
benefit from this patch and I won't have to do that extra setup every time I
set up a new Linux box.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[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 mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[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 waiting to get implemented and
> barely enough maintainers to do the every-day-work :X
> 
> So as always, patches are welcome !
> 
> .. meanwhile you may want to add a UCA (user custom action) which almost
> does the job. The name of the new folder is fixed .. but besides that it
> work nicely !

I hope this feature will be implemented in a future release. But in the
meantime, thank you very much for the workaround! At least there is an easy way
for me to get this functionality.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs


[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 alexxcons  ---
Created attachment 7570
  --> https://bugzilla.xfce.org/attachment.cgi?id=7570=edit
UCA Settings to move files into a new Folder

Thanks for reporting this !

.. sadly there are alot of nice features waiting to get implemented and barely
enough maintainers to do the every-day-work :X

So as always, patches are welcome !

.. meanwhile you may want to add a UCA (user custom action) which almost does
the job. The name of the new folder is fixed .. but besides that it work nicely
!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs