Score:0

How to get notification/log applet about copying files for the "Files" ubuntu unity desktop?

ao flag

I need a notification/log applet to copy files in the ubuntu unity desktop environment "Files" (also known as Nautilus), the default file manager. Due to the fact that files from ext4 to fat32 are copied for a very long time, i left sytem and so I can't keep track of whether the copying was successful there is also no indication of how long the copying took. Right now I can use bash script for copying but I would prefer gui nautilus using.

David avatar
cn flag
Due to the fact that files from ext4 to fat32 are copied for a very long time ... Can you clarify what this means?
renameduser32 avatar
ao flag
@David, I just want to find a more convenient way to copy a large queue of files using nautilus. It seems that @vanadium correctly pointed out that this is not possible yet. By convenience, I mean access to the report on the copying process. Yes, I can do something like this in the terminal ```bash myscript.sh <path to copy from> <path to copy to> --show-me-progress```, but it's definitely harder than doing mouse right-click in nautilus and choosing copyto...
Score:0
cn flag

Unfortunately, such applet is not available in the file manager. If copy operations are successfully finished, the progress indicator will disappear shortly thereafter. However, if there are errors, an error dialog will awaiting you to inform you about that. So it is implemented as "no news is good news".

I agree with you that that should be better. A notification could be stored in the notification center, confirming a successful copy. However, it will require a feature request to have something like that implemented.

For lengthy copies, use of the terminal is likely preferred. Then you can store the messages of the command in a log file. Consider using rsync for large copy operations.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.