On Fri, 05 Apr 2013 03:12:06 -0500 "Jean Milot" <milot.jean@...> wrote: >Hello, > >I have set Iceweasel to open URL link. > >If i create a link on my desktop (right clic), i can't open it if >i put in my kdeglobals : > >[KDE URL Restrictions][$i] >rule_12=list,,,,http,,,false >rule_13=open,,,,http,,,false > > >These lines are for forbidden http / https in konqueror. > >How i can do ??? > >Thanks for your help. This type of question probably is more appropriate for the users mail list, but look at tdelibs/tdecore/README.kiosk: http://git.trinitydesktop.org/cgit/tdelibs/tree/tdecore/README.kiosk The purpose of those rules and the kiosk framework is to restrict user access to various components. The reason you can't open the desktop link is one of the restriction rules is preventing that from happening. Figure out which specific rule is doing that. :) Darrell