devilspie2
devilspie2 copied to clipboard
Possible problem with kde's dolphin in xfce 4.6.2 ?
in xfce4.6.2 , debian 6
if (string.find(get_application_name(),"Dolphin")~=nil) then -- x,y, xsize, ysize set_window_geometry2(510,0,500,500); set_window_workspace(8); end
that code wont work. could please someone verify?
In my debian 6.0 installtion i have kde 4.4.5
I have problems also with konqueror.
I can select it if its title has symbol '-' in the matched string! Also if i set the title of konqueror in command line in debug mode i see that application name is same as window title!!
Could you perhaps post your complete script, and also add the output of a script containing print("Window Name: ".. get_window_name()); and print("Application name: "..get_application_name()); when run using devilspie2 --debug --emulate .