Konqueror: separate instances, some that load graphics, some that don't?
Walter Weber-Groß
kde at arco.in-berlin.de
Tue Mar 21 18:20:58 GMT 2006
Hallo Randy Kramer,
afaik, there are no preferences for that. All i can deliver is a script file
workaround:
[script beginn]
#!/bin/bash
autoload="false"
if test "$1" = "--autoloadimages"; then
autoload="true"
fi
sed "s/AutoLoadImages=.*/AutoLoadImages=$autoload/g" \
~/.kde/share/config/konquerorrc -i~
konqueror &
[script end]
If you name this script runkonq and make it executable with chmod u+x runconq
you can start an image auto loading instance with
runkonq --autoloadimage
As this call changes the file konquerorrc (with backuping the previous version
in konquerorrc~), any succeeding call to konqueror will automatically load
images.
You can switch off this behavior by calling
runkonq
Please take this as a workaround until you get a more useful answer or until
your bug report results in a change of konqueror itself ;)
Kind regards
> Is it possible to configure konqueror so that I can have some instances
> that load graphics automatically and some that don't? How?
>
> (I'm using konqueror/kde 3.4.2. on Mandriva2006)
>
> I've tried a number of approaches:
>
> * first of all, if you change Settings -> Configure Konqueror -> Web
> Behavior -> Automatically Load Images, it affects all open instances of
> konqueror
>
> * then I tried to create two separate View Profiles, but a View Profile
> apparently doesn't save the Automatically Load Images setting, as loading
> the two profiles alternately does not toggle that setting.
>
> If it can't be done in 3.4.2, does anybody know if it can be done in a more
> recent version?
>
> (If not, I'll file an RFC (bug)).
>
> Thanks,
> Randy Kramer
> ___________________________________________________
> This message is from the kde mailing list.
> Account management: https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.
___________________________________________________
This message is from the kde mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.
More information about the kde
mailing list