[Bug 734908] Re: Unity is visible on top of fullscreen apps

2018-10-24 Thread quequotion
Comment #96 lists this bug as fixed in release 5.16.0-0ubuntu1, but I
*know* that is not true. As Daniel has pointed out, the underlying issue
is that Unity draws itself above all other windows in X11. Unless this
behavior is changed--and it was not in 5.16.0-0ubuntu1--Unity will
always be visible over full-screen apps--as it always has been.

Not that it really matters; Unity is one of the things that drove me
away from Ubuntu and I no longer use either. It seems Unity drove so
many users away Canonical finally had to give it up. I am not surprised.

I do hope it doesn't mean the end for (Ayatana) Compiz. Ubuntu's fork of
compiz is still much lighter and more advanced than compiz-core, despite
the lack of flashy plugins.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2018-10-24 Thread Mathew Hodson
** Changed in: ayatana-design
   Status: Fix Committed => Fix Released

** Changed in: unity-distro-priority
   Status: Confirmed => Fix Released

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

Re: [Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-21 Thread Serge Hallyn
Gotcha, thanks.  (I'm not using unity so haven't seen this re-appear.
Though I also don't recall it ever having been fixed)

\o

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-21 Thread Daniel van Vugt
My wording is because I don't work on Compiz/Unity any more. "You need
to" refers to someone else, anyone else :)

Also, I just noticed this bug was marked Fix Released four years ago. I
understand people continue to have trouble and it's not really fixed for
some cases, so the correct thing to do is to open a new bug. Because
"Fix Released" bugs don't show up in searches and generally should not
be reopened if they've been closed this long, even if closed in error.
Adding comments to this bug is not the productive way forward.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-21 Thread Serge Hallyn
Interesting wording, "you need to" - does that mean this bug should be
marked wontfix or opinion?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-20 Thread Daniel van Vugt
It's impossible for an X app to draw on top of the Unity shell because
the Unity shell is part of Compiz and designed to always draw after app
windows (hence appears on top).

If you want the appearance of Unity not being on top then you need to
modify the Unity code so that it doesn't draw itself on top, or not draw
itself at all under certain conditions.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-20 Thread quequotion
I see..

So any idea why nothing has ever been able to draw on top of unity?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-19 Thread Daniel van Vugt
Unity isn't drawn into X11 at all. Unity is a Compiz plugin and Compiz
paints everything including the root window, in whatever order the
Compiz plugins desire.

Compiz is able to paint anything, including outside of X11 windows. And
that's what the Unity shell is -- outside the realm of X11 windows. It's
just pure OpenGL.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-07-19 Thread quequotion
Ages ago, someone decided that Unity would need to draw itself while
using plugins like "desktop wall"...

I suspect the solution they came up with was to draw Unity directly into
X11's root window where nothing can ever be drawn on top of it.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-05-26 Thread BronsonMathews
Yes this bug is still around, and rather annoying!!
Is this due to be fixed on 16.04?

Maybe the choice of not having the top menu bar visible on the second
screen would be an option also

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2016-04-21 Thread liamdawe
Just to let you know, this issue still happens in Ubuntu 16.04.

Specifically when running a full screen game at a lower resolution than
the desktop.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-11-27 Thread Mathew Hodson
** Changed in: unity (Ubuntu Precise)
   Importance: Undecided => High

** Project changed: compiz => ubuntu-translations

** Changed in: ubuntu-translations
Milestone: 0.9.11.0 => None

** No longer affects: ubuntu-translations

** No longer affects: compiz (Ubuntu)

** No longer affects: compiz (Ubuntu Precise)

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-10-14 Thread Treviño
** Tags added: rls-w-incoming

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-09-24 Thread Eleni Maria Stea
** Changed in: compiz (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: compiz
   Status: Triaged => Invalid

** Changed in: compiz (Ubuntu Precise)
   Status: Confirmed => Invalid

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-06-22 Thread Matthew Paul Thomas
** Changed in: ayatana-design
   Status: In Progress = Fix Committed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2015-01-04 Thread quequotion
** Changed in: ayatana-design
   Status: Fix Committed = Opinion

** Changed in: ayatana-design
   Status: Opinion = In Progress

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-12-07 Thread fedecupe
This resets your Unity settings but is a valid workaraound and solves
the problem

sudo apt-get install dconf-tools
dconf reset -f /org/compiz/
setsid unity

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-10-24 Thread tonyhartfield
I have this bug in ubuntu 14.04 however only when using a certain
display configuration.

I have an nvidia graphics card and I typically use 3 displays, 2
monitors and a TV connected via HDMI cloning the output of one of the
dual monitors.

In this configuration its not possible to have any full screen
application open without unity appearing on top of the application. If I
switch the TV to being a separate display rather than using the clone
option the problem goes away.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-08-29 Thread quequotion
Have I mentioned before that I think this is a layering problem?

I was reading the old xscreensaver (one of many things unity appears on top of) 
faq and came a across this:
__
Every few minutes, xscreensaver will raise itself above any other windows that 
have popped up, but it can't prevent other programs from popping up their 
windows in the first place. So they will appear for a little while, and then be 
hidden.

If this is happening and it bothers you, switching to a different window
manager may fix it.

You might consider this a bug in your window manager (though some
consider it a feature.) If you think it's a bug, then the magic
incantation to repeat to the author of your window manager is as
follows: you should be mapping windows with XRestackWindows instead of
XRaiseWindow, to ensure that managed windows always appear below
override-redirect windows.

It is also possible that the application that is popping up the window is doing 
so using an override-redirect window of its own. (This is currently the case 
with GTK_WINDOW_POPUP style dialogs.) In that case, it is impossible for either 
xscreensaver or the window manager to prevent those windows from popping up, 
since override-redirect windows, by definition, bypass the window manager.
__

Is Unity drawn using override-redirect? Is it mapped with XRaiseWindow?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-08-13 Thread Marc Rene Schädler
Happens to me in Ubuntu 14.04 LTS with Diablo2 on wine.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-08-12 Thread Mathew Hodson
** Branch unlinked: lp:ubuntu/quantal/unity

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-08-02 Thread snapy
I still have this bug in Ubuntu 14.04 (up to date) with Trine 2. When I
accidentally press ALT, the unity launcher is always visible.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-07-26 Thread Mathew Hodson
** Tags removed: ubuntu

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2014-05-27 Thread Mathew Hodson
The proposed package unity - 5.16.0-0ubuntu1 was released, so removing
the verification-needed tag.

** Tags removed: verification-needed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-12-13 Thread quequotion
Last year I did some work in unityshell.cpp to make it actually honour
the window order and pretend that its input windows were real ones.

Do you recall a specific release version in which those changes were
working?

I'd like to try it out, since I have never seen unity /not/ having this
problem.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-10-22 Thread Jussi Lind
This still happens with full screen Qt/OpenGL apps in 13.10.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-08-19 Thread quequotion
turbolad

No, this bug is just a graphical glitch. The symptoms of this bug are
being able to see, but not interact with, Unity's panel or launcher on
top of fullscreened (Alt+Enter/F11) windows. It doesn't affect keyboard
interaction.

In some cases it may affect mouse interaction, if the panel or launcher
are responsive at all (they usually are not, because input is layered
correctly in X11).

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-27 Thread turbolad
Unity and Ubuntu 13.04 (64-bit)...
Unity prevents DOSBox from toggling between fullscreen and windowed mode, more 
than once, with the Alt+Enter keys (you hold down Alt and press Enter).   I 
also use LXDE in Ubuntu; DOSBox accepts the Alt+Enter keys every time under 
LXDE.  This confirms that Unity is stopping DOSBox from toggling between 
fullscreen and windowed mode.

Is this bug the culprit?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-25 Thread Loris Zinsou
This bug is definitely not fixed for me ( Ubuntu 13.04, Unity
7.0.0daily13.06.19, Wine 1.6).

Many wine games running in a virtual desktop have the unity panel and
unity launcher shown on top of them (actually, on top of wine virtual
desktop, and the game window itself is off to the bottom by the exact
unity panel height, and trimmed on the lower edge).

This does not happen in gnome-shell.


So, to reproduce this : 
1) configure wine 1.6 to run a virtual desktop, with your exact screen 
resolution
2) start a Windows version of any recent Unreal Engine game in wine (XCOM ; 
Enemy Unknown, Dishonored...)

This may not happen without wine virtual desktop but these games do not
run without it on nvidia optimus laptops.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-25 Thread Loris Zinsou
Here is a screenshot of the issue.

** Attachment added: Capture du 2013-07-25 13:01:32.png
   
https://bugs.launchpad.net/unity/+bug/734908/+attachment/3748691/+files/Capture%20du%202013-07-25%2013%3A01%3A32.png

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-25 Thread Loris Zinsou
Setting wine not to control windows does not help in this case.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-24 Thread MC Return
** Changed in: compiz
Milestone: 0.9.10.2 = 0.9.11.0

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-24 Thread Arnaud Thevenet
My experience of it : in Darktable (photo editing software) when you hover over 
some area, a ballon tip is displayed. When the tooltip is displayed, the shadow 
of a transparent top panel appears.
I have no problem with fullscreen Firefox, but I think this is related and 
might help.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-22 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.10.0 = 0.9.10.2

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-12 Thread Brandon Schaefer
@ Daniel

I commented on the wrong bug it seem :), I was actually looking at the
one where we want dash/launch/hud above the fullscreen window when
pressing super...

Ignore my comment :)

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-11 Thread Brandon Schaefer
The problem with this bug, and fixing this bug, is the fact that the
unity launcher/hud/dash are all type _NET_WM_WINDOW_TYPE_DOCK windows.
Which to obey the WM standards the launcher/dash/hud should have been
_NET_WM_WINDOW_TYPE_NORMAL, and obeyed the stack to be pushed to the top
of the stack when needed vs just kind of floating there atm.

The problem now, is changing nux XInput window to be of the TYPE NORMAL,
while going through and making sure there are no regressions is a very
difficult task. A lot of things lean on the fact that the
launcher/hud/dash are all DOCK type windows ie. they don't obey the
stack very well  So a fix for this would be a huge regression
potential, sadly :(

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-07-11 Thread Daniel van Vugt
Also remember that Unity does not use any windows in rendering at all.
What is visible of Unity is pure GL (via Nux) and not dictated by normal
window types/hints/states. The windows unity has and their types,
exist only to receive input (mouse clicks).

Last year I did some work in unityshell.cpp to make it actually honour
the window order and pretend that its input windows were real ones. This
worked well for 12.10, but I think there have been some regressions in
13.04/13.10.

Still, whether you agree or not, please follow standard practice of
logging new bugs and not continuing conversations on in those that are
marked Fix Released.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-06-06 Thread quequotion
After observing compiz behavior for a long time, I think Unity is being
drawn in the root window (the first/top layer of the x11 display) first,
before anything else. Because unity is drawn directly to the root
window, no other windows, screen changes, lockscreens, screensavers, etc
etc can ever be drawn over it. Shouldn't unity, like everything else, be
drawn in a composite overlay window?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-05-31 Thread sgttynis
I can confirm the comment from bwat47: in 13.04 the shadow of the global
menu bar appears over full screen in video players (VLC in my case). For
reproducing: play an video in VLC player (important: inital window size
has to be normal) - go full screen - move mouse cursor to the bottom
to open VLC overlay menu - global menu bar shadow appear on top of
screen. Curiously this will not happen when you have a maximized inital
video player window state. I've seen the global menu bar shadow even
while playing youtube videos in full screen, but its not reliable to
reproduce. System: upgraded 12.10 (which didn't show this issue) to
13.04 using nVidia 310.44 properitary (Ubuntu tested) driver.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-05-20 Thread Roman
I can confirm.
Ubuntu 12.04, Radeon graphics card, single monitor.
In my case chromium was not affected and Eduards workaround described in bug 
958353 works.
Having 2 accounts logged simultaneously I removed buggy behaviour for both of 
them.
However:
In the first account in the same time when this bug appeared my launcher icon 
size (horizontal size) has changed and became bigger. It become smaller again 
after workaround.
In the second account launcher icons stay bigger (it's ok for me). When 
applying workaround I had to type password blindly as Eduards described for the 
second account, but for the first account screen become black and a proper 
password window appeared.
I have no idea what triggered this bug.
After it appeared it was permanent in both accounts until now, I promise to 
play with it when it appears again.
By the way, is it possible to change launcher icons size (intentionally)?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-05-15 Thread John Lea
** Changed in: ayatana-design
   Status: Fix Released = Fix Committed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-05-14 Thread timo
This bug is definitely still present in 12.04 when playing wine games in
full ścreen.

I've found that unchecking allow window manager to decorate windows
and allow window manager to control windows in wine config will
actually make the panel disappear, but also leaves you with no keyboard
input...

Has anyone found a workaround without that major drawback?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-05-04 Thread variona
I encounter this bug, on a LTSP client (shuttle XS35), other (older) clients 
and the server don't show this symptom.
that is also true for this bug: https://bugs.launchpad.net/compiz/+bug/886605

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-04-18 Thread bwat47
I see this bug a lot in 13.04 with latest updates, panel shadow shows in
fullscreen video players like totem and smplayer

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-04-02 Thread Daniel van Vugt
** Changed in: compiz
Milestone: 0.9.9.2 = 0.9.10.0

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2013-01-22 Thread Daniel van Vugt
** Changed in: compiz
Milestone: 0.9.9.0 = 0.9.9.2

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-12-23 Thread quequotion
 #108
Thank you for getting back to me on that Daniel.

How much testing constitutes this fix?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-12-10 Thread Loris Zinsou
Ubuntu 12.10, this bug is mostly fixed, but the top panel still appears on top 
of Wine virtual desktop if I start a Wine full-screen game.
The issue still appears in Trine 2 too.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-12-10 Thread Daniel van Vugt
** Changed in: compiz
   Status: In Progress = Triaged

** Changed in: compiz
 Assignee: Sam Spilsbury (smspillaz) = (unassigned)

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-11-30 Thread Mahendra Tallur
Hi ! It seems the bug is partly fixed.

In my case : Ubuntu 12.10, Nvidia proprietary drivers, up to date, when
I open a fullscreen app on the second monitor, Unity dock  top bar do
disappear, but they re-appear as soon as I click on something on the
primary monitor.

I partly worked around it by setting the dock to only appear on the
primary monitor but the top bar is still here.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-11-30 Thread Mahendra Tallur
BTW, I noticed the top bar only appears when there's another app open on
the main screen, otherwise it's properly hidden on the second one.

Actually, It seems there are all kinds of issues with dual-screen. For
instance : the height of windows opened on the main screen corresponds
to the max height of the secondary one ; an app like VLC will remember
on what screen it was started last, instead of opening on the current
screen etc...

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-31 Thread Dong Liu
I saw the same problem, and suspect it is related to gnome-tweak-tool,
because the problem is gone after I remove that package.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-31 Thread Alex Burfee
i don't have gnome-tweak-tool and i'm encountering this problem in
ubuntu 12.04 x64

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-26 Thread quequotion
John Lea

What does it mean when a fix is released for ayatana design?

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-26 Thread Daniel van Vugt
I just asked John. He says that Fix Released in ayatana-design means the
design team has double-checked and verified the fix works and matches
the intended design.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-23 Thread Daniel van Vugt
Pilot6, Jg-staffel,

You are describing bug 748539, not this one.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-19 Thread Pilot6
When I start a fullscreen movie on a second monitor and open any window on the 
first monitor, unity is visible on the second.
Si fix does not work.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-19 Thread Jg-staffel
Yes, i can confirm that on Ubuntu 12.04 with two monitors.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-12 Thread John Lea
** Changed in: ayatana-design
   Status: Fix Committed = Fix Released

** Tags removed: udp
** Tags added: reviewedbydesignp

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-10-03 Thread Daniel van Vugt
** Changed in: unity/5.0
   Status: Fix Committed = Fix Released

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-30 Thread htrex
tnx Daniel, I'll post my comment there.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-27 Thread Daniel van Vugt
** Changed in: compiz
Milestone: 0.9.8.4 = 0.9.9.0

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-26 Thread quequotion
Has anyone tested the bug against compiz with the cube enabled and the
cube transparent?

You will find that the bug has not been fixed.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-26 Thread Daniel van Vugt
If anyone does have similar problems with cube transparency, please look
at bug 1025535 instead.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-26 Thread Ricardo Salveti
Tested with Precise on ARM (Pandaboard) and the fix didn't bring any
other side effect or regression, besides fixing the proposed bug. Was
able to use Firefox at full screen without any issue with Unity.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-26 Thread htrex
Could you please implement a feature to optionally but completelly
disable the top screen menubar on a secondary monitor?

With that bar Ubuntu with Unity becomed unusable for video art and gigs,
where the secondary display output is used with projectors in live
shows.

In such environments, on the unfortunate case of a problem with the
application generating output on the secondary monitor,  a small human
error with the fader of a video mixer, or anything,  showing a black
background for a moment is more desiderable than showing an operating
system interface for a moment.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-26 Thread Daniel van Vugt
htrex,

There is already a bug requesting that enhancement, somewhere. However
it sounds like you are describing bug 748539, so please look at that one
instead.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-25 Thread Alan Pope
** Tags removed: verification-done
** Tags added: verification-needed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-25 Thread quequotion
Unfortunately unity 5.16.0 does not fix this bug (completely).

There is still an edge case: bug 1025535

Steps to reproduce:

1. In CCSM, enable Desktop Cube
2. In Desktop Cube's settings, in the Transparent Cube tab, set Opacity When 
Not Rotating to any value less than 100.
3. Open an application capable of fullscreen (firefox, totem, etc)
4. Enter fullscreen (usually [F11] or [Alt]+[Enter])
5. Observe that unity obstructs the fullscreen window.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 5.16.0-0ubuntu1

---
unity (5.16.0-0ubuntu1) precise-proposed; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * debian/control:
- Update libgeis-dev and libgrail-dev dependencies in debian/control
  * New upstream release.
- launcher is not refreshed after user session switch (LP: #1016430)
- Dragging windows around is slow/sluggish/laggy when multiple monitors
  are enabled (LP: #874619)
- Dragging icons to reorder -away from launcher causes the dragged icon
  image edges to fade away(cut off) (LP: #1026247)
- Arrow for indicating lenses points empty space on alt+F2 (LP: #998752)
- Tooltips backgrounds are not refreshed (no active blur) (LP: #967112)
- [regression] Unity panel transparency (active blur) not updating properly
  (LP: #865006)
- [Regression] Hideous low-res icon when using the HUD with autohide
  enabled. (LP: #1035951)
- Launcher dragged icon is not redrawn when the mouse pointer is not moved
  (LP: #1032700)
- Black background around after dash is restored (LP: #992516)
- Refreshing active blur makes the dash painfully slow (LP: #874230)
- [SRU regression] alt-grave not switching to next window unless 'grave'
  pressed twice (LP: #1035668)
- [SRU Regression] Unity 5.14 + Nux 2.14: Launcher tooltips are
  incomplete/missing (LP: #1034164)
- [nvidia] unity crashed in
  nux::GraphicsEngine::QRP_GLSL_1Tex (glDrawArrays) (LP: #1031554)
- compiz crashed with SIGSEGV in
  unity::ui::EdgeBarrierController::Impl::OnPointerBarrierEvent()
  (LP: #1020075)
- Much slower OpenGL frame rates with unityshell loaded, than plain compiz
  (LP: #988079)
- Compiz won't start if unredirect fullscreen windows is enabled
  (LP: #980663)
- [regression] Unity launcher on-screen corruption on resume from suspend
  with nVidia proprietary driver (LP: #915265)
- Desktop, Launcher and menu bar still visible when screen locked
  (LP: #886605)
- Unity is visible on top of fullscreen apps (LP: #734908)
- [nvidia] compiz crashed with SIGSEGV in
  nux::BasePainter::PaintBackground (LP: #982626)
- Update dependency on the renamed libgeis

  [ Didier Roche ]
  * debian/control:
- build-dep on latest nux as libgeis-dev and libutouch-geis-dev are
  conflicting (LP: #1047385)
 -- Lukasz 'sil2100' Zemczak lukasz.zemc...@canonical.com   Tue, 11 Sep 2012 
10:53:17 +0200

** Changed in: unity (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: compiz (Ubuntu Precise)
   Status: New = Confirmed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-21 Thread Alan Pope
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-12 Thread Didier Roche
** Also affects: compiz (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Also affects: unity (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-12 Thread Clint Byrum
Hello Federico, or anyone else affected,

Accepted unity into precise-proposed. The package will build now and be
available at http://launchpad.net/ubuntu/+source/unity/5.16.0-0ubuntu1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please change the bug tag from
verification-needed to verification-done.  If it does not, change the
tag to verification-failed.  In either case, details of your testing
will help us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: unity (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~sil2100/unity/precise_sru-2

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-11 Thread Łukasz Zemczak
** Description changed:

+ [Test Case]
+ 1. Start a fullscreen application (e.g. Firefox in Fullscreen mode)
+- Verify that the panel is not visible
+ 
+ [Regression Potential]
+ Visual regressions, shell drawing problems. Part of a big change, many 
regression potentials.
+ 
+ Original description:
+ 
  NOTE: This bug is only about the single monitor case. If you still have
  problems with multiple monitors, see bug 748539 instead.
  
  ORIGINAL DESCRIPTION:
  In natty alpha 3 up to date, I cannot get fullscreen in any application. 
Panels are still visible.
  
  Tested with:
  - totem
  - vlc
  - firefox
  - chrome
  - geany
  
  Unity panel and top bar are always on top.
  
  -
  Desired Solution:
  
  - When a window is fullscreen (note: this should not be confused with
  the *maximised* state) the menu bar should not be displayed.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-10 Thread Sam Spilsbury
** Changed in: compiz
Milestone: 0.9.8.2 = 0.9.8.4

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-03 Thread František Zatloukal
I know, i´ve reported 
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1039045 .
I have latest packages :/

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-03 Thread Mateusz Stachowski
I'm using 12.04 and I don't have problems with running games in
fullscreen (native and Wine). I'm using Unity from the SRU PPA and I
have proposed updates enabled.

You should use CompizConfig Settings Manager and enable Legacy
Fullscreen Support it's in Tools = Workarounds.

I remember that this option worked even before Precise was released.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-02 Thread František Zatloukal
Bug is still present on Unity 6.4

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-09-02 Thread Daniel van Vugt
All,

This bug is marked Fix Released, so further comments generally won't get
much attention.

If you still have a problem on:
  12.04: Please wait. This fix has not been released for 12.04 yet.
  12.10: Please ensure your system is fully updated and if the problem persists 
then log a new bug with:
  ubuntu-bug unity

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-31 Thread Matthew
Has there been any work on fixing this bug? I hope there is a
workaround/fix for Ubuntu 12.10. Especially since Unity 2D has been
removed from default installations.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


Re: [Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-31 Thread František Zatloukal
No, i still need to use alternative DE for gaming.
I think it will be better to wait for https://launchpad.net/unity/6.0/6.4 .
A will be tommorow without internet access, so i can't test it. I'll write
you when i try out Unity 6.4.
And i can try gnome panel or shell - to desire where is bug (unity vs
compiz).

2012/8/31 Matthew ruinairas1...@gmail.com

 Has there been any work on fixing this bug? I hope there is a
 workaround/fix for Ubuntu 12.10. Especially since Unity 2D has been
 removed from default installations.

 --
 You received this bug notification because you are subscribed to a
 duplicate bug report (1037593).
 https://bugs.launchpad.net/bugs/734908

 Title:
   Unity is visible on top of fullscreen apps

 Status in Ayatana Design:
   Fix Committed
 Status in Compiz:
   In Progress
 Status in Unity:
   Fix Released
 Status in Unity 5.0 series:
   Fix Committed
 Status in Unity Distro Priority:
   Confirmed
 Status in “compiz” package in Ubuntu:
   Confirmed
 Status in “unity” package in Ubuntu:
   Fix Released

 Bug description:
   NOTE: This bug is only about the single monitor case. If you still
   have problems with multiple monitors, see bug 748539 instead.

   ORIGINAL DESCRIPTION:
   In natty alpha 3 up to date, I cannot get fullscreen in any application.
 Panels are still visible.

   Tested with:
   - totem
   - vlc
   - firefox
   - chrome
   - geany

   Unity panel and top bar are always on top.

   -
   Desired Solution:

   - When a window is fullscreen (note: this should not be confused with
   the *maximised* state) the menu bar should not be displayed.

 To manage notifications about this bug go to:
 https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions



-- 
*František Zatloukal*
*
*
*E-mail:* zatloukal.franti...@gmail.com
*Mobil:* +420 607 480 053
*ICQ:* 574 401 876
*Web:* fanys12.doolphin.cz

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-26 Thread František Zatloukal
I've reported https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1039045 .
Somebody should look at it - it is really annoying bug :/

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-25 Thread Anders Ström
I must confess that I haven't read through the full history of this bug
report, but I can confirm that it is still present in 12.04.1.

This happens when the full screen application on the second display is
not focused.

As long as the application still has focus, the top bar (and the rest of
the Unity interface if you have opted to show it) will remain hidden,
but when the application loses focus it is drawn on top of everything on
the display.

This is especially noticeable if you are running a presentation on the
second display and need to keep another window focused on your main
display, or if you (as in my case) are running a video on a connected TV
set while using the computer for general browsing and bug reporting.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-22 Thread Daniel van Vugt
** Changed in: compiz
Milestone: 0.9.8.0 = 0.9.8.1

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-19 Thread Daniel van Vugt
All,

If you still have problems similar to this bug with a SINGLE monitor, then 
please run:
ubuntu-bug unity
To ensure a new bug is created for us to track.

For multiple monitors, see bug 907464.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-18 Thread quequotion
Matthew, František

Could you give a few more details about your desktops?

In particular, I'd like to know:

Have you changed any settings in CCSM? (i have this issue with desktop
cube)

What hardware  drivers do you use? (probably unrelated, but one never
knows)

How many monitors do you use? (there's another bug report for multi-
monitor)

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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

[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-18 Thread František Zatloukal
Yes, that problem affects 2 of 2 my desktops :D
I don't use CCSM.
I use only one monitor.
First desktop - Intel Atom N455 + GMA 3150 - 1024 * 600
Second desktop - Amd Athlon QL 65 + Ati Mobility Radeon 4570 - free graphic 
driver - 1366 * 768

I don't use any ppa affecting xorg, mesa and drivers. On first desktop i've 
tried both - SNA  UXA backend - result is identical.
And last note - on both desktops i am using wine 1.5.10 from official ppa.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-17 Thread Matthew
Still occurs on Ubuntu 12.10 (Aug 17, 2012) I tested using Halo on wine.


** Attachment added: Screenshot from 2012-08-17 04:26:14.png
   
https://bugs.launchpad.net/unity/+bug/734908/+attachment/3265310/+files/Screenshot%20from%202012-08-17%2004%3A26%3A14.png

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-17 Thread František Zatloukal
Yes, i can confirm that the bug is still present on Ubuntu 12.10.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-05 Thread Daniel van Vugt
Fix committed into lp:unity/5.0 at revision 2394

** Changed in: unity/5.0
   Status: In Progress = Fix Committed

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-05 Thread Daniel van Vugt
quequotion, I am not aware of anyone else encountering the problem you
have. But I'm also not aware of anyone else having forced Unity 6.0 to
install on precise. If anyone has, please discuss in bug 1025535.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-08-03 Thread quequotion
Furthermore, has anyone else tested this issue against the desktop cube?

I am fairly certain the issue is still affecting the compiz cube.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-28 Thread quequotion
Can anyone provide screenshots showing that this bug has been fixed?

Specifically, I need to see:

- firefox in full-screen with no icons, clock, window title, etc
- a video playing in full-screen (any player) with no icons, clock, window 
title, etc.
- a game being played in full-screen with no icons, clock, window title, etc.
- a screensaver with no icons, clock, window title, etc.

I have not seen that the bug was fixed in any version of unity and I'd
like to know if it's just me.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-26 Thread Daniel van Vugt
** Also affects: unity/5.0
   Importance: Undecided
   Status: New

** Changed in: unity/5.0
   Status: New = In Progress

** Changed in: unity/5.0
   Importance: Undecided = High

** Changed in: unity/5.0
 Assignee: (unassigned) = Tim Penhey (thumper)

** Changed in: unity/5.0
Milestone: None = 5.16.0

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-25 Thread Tim Penhey
** Branch linked: lp:~thumper/unity/regional-damage-sru

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-16 Thread quequotion
Daniel

Thank you for the references.

I will comment on both, but neither issue is quite what I'm
experiencing.

I altered the opacity setting for the desktop cube, not the panel.
When the cube is opaque, then panel stops blinking and windows can full-screen.
If the cube is less than opaque, the panel blinks and windows cannot 
full-screen.

Changing the panel's opacity had no effect.

All of unity (panel, launcher, dash, hud) is blinking when any window is
open, not only libreoffice.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-16 Thread quequotion
mistype!!

that should say:

When the cube is opaque, then panel stops blinking and windows CANNOT 
full-screen.
If the cube is less than opaque, the panel blinks and windows CAN full-screen.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


[Bug 734908] Re: Unity is visible on top of fullscreen apps

2012-07-16 Thread Daniel van Vugt
quequotion:

Please log your issues as new bugs. And please be aware that if you're
running unity 6.x on precise then that is not supported so you're
unlikely to get help with such bugs.

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

Title:
  Unity is visible on top of fullscreen apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/734908/+subscriptions

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


  1   2   >