Public bug reported:

I want to position three windows one below the other on the central monitor
I'm using the following rules:

(begin
(debug)
        (if
                (is (window_class) "Gnome-terminal")
                (begin
                        (geometry "1080x500+1440+14")
                )
        )

        (if
                (is (window_class) "Gedit")
                (begin
                        (geometry "1080x500+1440+640")
                )
        )

        (if 
                (is (window_class) "Nautilus")
                (begin
                        (geometry "1080x500+1440+1280")
                )
        )
)

When I apply these rules, most of desktop wallpaper space going black. Also, I 
observing ghosting effect while moving resized windows with mouse. See attached 
screenshots
What I expected to happen: I thought I would continue to see my wallpaper on 
all parts of the screen. Also I expected to be able to move windows with mouse 
like before 
----------
Ubuntu 14.10, Devil's Pie 0.23, triple monitor setup

** Affects: devilspie (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "screenshots.zip"
   
https://bugs.launchpad.net/bugs/1410680/+attachment/4298138/+files/screenshots.zip

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1410680

Title:
  Ghosting effect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/devilspie/+bug/1410680/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to