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 26: | Line 26: | ||
To fix add the following line to /etc/systctl.conf | To fix add the following line to /etc/systctl.conf | ||
vm.dirty_bytes=30000000<br /> | <code>vm.dirty_bytes=30000000</code> <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