You are not logged in.
Pages: 1
If you have Firefox open in workspace 1, and you click on a website link in a document in workspace 2, Firefox jumps to workspace 2 and opens the link. This annoying behavior of Firefox can be cured using the shell command
xfconf-query -c xfwm4 -p /general/activate_action -s none
which was posted by Wicher Minnaard here:
http://bagus.wordpress.com/2008/01/28/f … e-in-xfce/
With this fix, Firefox opens the link without jumping out of its workspace.
Question: In /home/[user]/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml is the line
<property name="activate_action" type="string" value="bring"/>
If I manually edit this to value="none", nothing happens, Firefox still jumps. Minnaard's command changes it to value="none", and Firefox stops jumping. How come?
Offline
IIRC, editing these files directly isn't recommended.
I guess xfconf does not monitor these files for performance reasons.
Offline
Pages: 1
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 517.21 KiB (Peak: 529.45 KiB) ]