IT/Software/Applications/Dolphin: Difference between revisions
Walttheboss (talk | contribs) No edit summary |
Walttheboss (talk | contribs) (→WebDav) |
||
(4 intermediate revisions by the same user not shown) | |||
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 | ===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 15: | Line 15: | ||
there is clunky solution posted here. | there is clunky solution posted here. | ||
[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 | |||
<code>vm.dirty_bytes=30000000</code> <br /> | |||
==WebDav== | |||
This is a great and secure protocol that works in both Mac and Windows. Many of our teachers and admins use this protocol. | |||
[[File:WebdavKubuntuDolphin.png|thumb]] | |||
Install davfs2 | |||
Then put in settings as per the picture at the right. | |||
Use Encryption and port 443 | |||
Server: Just the domain | |||
Folder: All subfolders including trailing slash | |||
For some reason you will need to put your password in two times. | |||
[[File:Nautilus webdav.png|thumb]] | |||
The picture for Nautilus in Ubuntu 20.04 is here for reference. <br /> |
Latest revision as of 08:13, 11 February 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
WebDav
This is a great and secure protocol that works in both Mac and Windows. Many of our teachers and admins use this protocol.
Install davfs2
Then put in settings as per the picture at the right.
Use Encryption and port 443
Server: Just the domain
Folder: All subfolders including trailing slash
For some reason you will need to put your password in two times.
The picture for Nautilus in Ubuntu 20.04 is here for reference.