You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



A simple way to move files

Author (Read 9286 times)

0 Members and 1 Guest are viewing this topic.

Re: A simple way to move files
« Reply #4 on: October 08, 2014, 10:39:30 AM »
 

rbdflyboy

  • Occasional Poster
  • **
  • 84
    Posts
  • Reputation: 11
  • Linux Lite Member
    • View Profile
Thank you for this, will give it another try. Like the feature of being able to move batches of files. Have a .zip file with 100 Orion Nebula images in it. Don't want to open it just now...lol
 

Re: A simple way to move files
« Reply #3 on: October 08, 2014, 08:41:35 AM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
Zenity doesn't see /. Directories
Was confused by not being able to access the /. directories
It can display them. When a dialog pops out, just right-click inside and 'Show hidden files' or simply use the keyboard shorcut Ctrl+H.
Thunar would not move using the new command, until noticing the pop up window was labeled Zenity and not Thunar. Looks like an apples and oranges situation.
You can name the dialog to whatever you want.
I named it Move Files. You can rename it to Thunar or whatever you want as long as it is in the quotes, Like this "Right Here".
Code: [Select]
mv %F `zenity --title="Move Files" --file-selection --directory`Cheers :)
 

Re: A simple way to move files
« Reply #2 on: October 08, 2014, 07:50:36 AM »
 

rbdflyboy

  • Occasional Poster
  • **
  • 84
    Posts
  • Reputation: 11
  • Linux Lite Member
    • View Profile
Tried this out and ran into a bit of a wall. Most file movement is done from my Downloads folder to the
Brushes, Plug-ins, and Scripts folders in the /.gimp 2.8 Directory. Zenity doesn't see /. Directories, so wound up switching back to Thunar.
Was confused by not being able to access the /. directories and why files in Thunar would not move using the new command, until noticing the pop up window was labeled Zenity and not Thunar. Looks like an apples and oranges situation. This feature may come in handy at a later time, for now must be able to move files within Thunar. Have a good deal of file work ahead of me because of all the image downloads used for the gimp. Planing on creating new folders in categories for easier and quicker access.
 

A simple way to move files
« Reply #1 on: August 22, 2014, 09:27:34 PM »
 

anon222

  • Muted
  • Gold Level Poster
  • *
  • 688
    Posts
  • Reputation: 192
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Pentium E5700 3GHz

  • MEMORY: 3Gb

  • VIDEO CARD: GeForce GT 430
1. Open the Thunar file manager
2. Click on Edit and then on Configure custom actions
3. Add A new custom action by clicking on a '+' button
4. Enter this in the text boxes:
Name: Move files
Description: Move files.
Command:
Code: [Select]
mv %F `zenity --file-selection --directory`Icon: You can skip this or choose the icon of your choice.
5. Click on Appearance Conditions tab
6. In the File pattern enter:
Code: [Select]
*7. Check all the boxes and confirm by clicking on OK.
To use this to move the files from the Desktop you will have to log out and back in.
Now you can right-click on any file and move it to another location.
You can select multiple files if you hold Ctrl.
« Last Edit: August 22, 2014, 09:56:48 PM by misko_2083 »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section