Single-click How to activate it

Using dolphin on gnome How to enable Single-click from inside dolphin file manager

do you have a file called ~.config/kdeglobals in your gnome install?

this is the file that changes when when i choose single click from the General Behavior settings page in KDE

if you don’t have the file you can probably just create it and add this section to it.

[KDE]
AnimationDurationFactor=0.35355339059327373
LookAndFeelPackage=org.kde.breezetwilight.desktop
ShowDeleteCommand=false
SingleClick=true

pro tip: i’ve found this little bit of code invaluable for finding the last 10 files changed

find -type f -printf '%T@ %p\n' | sort -n | tail -10

1 Like

@mouradbenhelli - you were removed and deleted from Manjaro forum just a few days ago for pasting spam in the forum…

Perhaps if you weren’t spamming you should try a new account and read the rules about posting first… what you pasted really was completely jibberish, with completely unrelated images - and then the system flagged you for not spending more than 3 seconds to create your post (likely spam/bot behaviour).

Correct, I made a mistake in uploading the image.

1 Like

Thank you I will check it out