devilspie2 icon indicating copy to clipboard operation
devilspie2 copied to clipboard

Possible problem with kde's dolphin in xfce 4.6.2 ?

Open chomwitt opened this issue 12 years ago • 2 comments

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?

chomwitt avatar Feb 19 '13 01:02 chomwitt

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!!

chomwitt avatar Feb 20 '13 22:02 chomwitt

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 .

gusnan avatar Feb 21 '13 14:02 gusnan