IT/Software/Applications/Dolphin: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) |
Walttheboss (talk | contribs) |
||
Line 1: | Line 1: | ||
==Setting Up== | ===Setting Up=== | ||
===Image Resize Crop from Context Menu=== | ====Image Resize Crop from Context Menu==== | ||
https://github.com/caco3/kim5 | https://github.com/caco3/kim5 | ||
<br />Install | <br />Install | ||
Line 8: | Line 8: | ||
#Run the script kim/install.sh as root in a terminal | #Run the script kim/install.sh as root in a terminal | ||
==Auto Refresh Dolphin== | ===Auto Refresh Dolphin=== | ||
for some reason dolphin does not refresh itself when changes are made to the current folder. | for some reason dolphin does not refresh itself when changes are made to the current folder. | ||
Line 16: | Line 16: | ||
[https://askubuntu.com/questions/311303/how-to-update-dolphin-file-manager-in-real-time#:~:text=The%20way%20in%20order%20to%20refresh%20Dolphin%20is%20to%20press%20F5%20. on Ask Ubuntu] | [https://askubuntu.com/questions/311303/how-to-update-dolphin-file-manager-in-real-time#:~:text=The%20way%20in%20order%20to%20refresh%20Dolphin%20is%20to%20press%20F5%20. on Ask Ubuntu] | ||
<br /> | |||
You can also add a refresh button to the top bar. | |||
Center it with an expanding spacer on either side. | |||
=== Fix File Transfer === | |||
Normally when you copy files to an external storage the progress bar goes very fast. Then the notification stops and does nothing | |||
To fix add the following line to /etc/systctl.conf | |||
vm.dirty_bytes=30000000<br /> |
Revision as of 05:20, 15 January 2022
Setting Up
Image Resize Crop from Context Menu
https://github.com/caco3/kim5
Install
- Download or clone the project
- Run the script kim/install.sh as root in a terminal
Auto Refresh Dolphin
for some reason dolphin does not refresh itself when changes are made to the current folder.
Hopefully they will fix this soon.
there is clunky solution posted here.
You can also add a refresh button to the top bar.
Center it with an expanding spacer on either side.
Fix File Transfer
Normally when you copy files to an external storage the progress bar goes very fast. Then the notification stops and does nothing
To fix add the following line to /etc/systctl.conf
vm.dirty_bytes=30000000