I want to customize the web shortcuts provided by default. Now, i can't change any of them. For example, facebook shortcut it's not working, and i want to fix it, but when i put the right URI and click Apply, nothing changes. The same thing happens when i try to remove the large amount of web shortcuts that come by default. After i click accept, they come back. Reproducible: Always Steps to Reproduce: 1.Open "Web shortcuts" 2.Remove or modify any web shortcut provided 3.Apply Actual Results: Nothing changes Expected Results: Web shortcut changes I am using Plasma 5, on Manjaro Linux
Hi. Could you please let me know how you changed the web shortcuts? I don't see any configuration option.
Confirmed. The WebShortcuts KCM isn't functioning properly.
I ported this. It seemed to work back then. WIll have a look.
Git commit 683ce610128c30be6ae303a1a24d7b6f6c35b763 by Eike Hein. Committed on 08/01/2015 at 19:26. Pushed by hein into branch 'master'. Fix editing web shortcuts. Change-Id: Iab830416d2671670dcd9bfdb56c6da9d1e66c81c M +1 -1 src/urifilters/ikws/searchproviderdlg.cpp M +3 -1 src/urifilters/ikws/searchproviderdlg.h http://commits.kde.org/kio/683ce610128c30be6ae303a1a24d7b6f6c35b763
This issue isn't fixed for me. In both frameworks 5.7 and 5.8, if I add a web shortcut, close the kcm window, and go back, the shortcut is gone. Is this working for anyone else?
^ Looks like that's a separate issue, the older problem was the shortcut not actually making it to the listview.
Git commit 45b60ad7b5f3edccb671f9d5e84379d6954f880a by Eike Hein. Committed on 18/03/2015 at 16:08. Pushed by hein into branch 'master'. Add missing slashes to write paths in the urifilter KCM. M +1 -1 src/urifilters/ikws/ikwsopts.cpp M +1 -1 src/urifilters/ikws/searchprovider.cpp http://commits.kde.org/kio/45b60ad7b5f3edccb671f9d5e84379d6954f880a
Thank you, Eike.
No problem - I didn't notice because I only tested editing web shortcuts; adding one involves writing out a new file, which was being done to the wrong location (in code I didn't port personally).