[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-10-01 Thread Mario Manno
Still a problem in Oneiric with the classic desktop. Just like gnome-
terminal always showing a menu bar (860342).

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

Title:
  nautilus puts a menu bar at the top of the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/717358/+subscriptions

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-09-02 Thread Chris Bainbridge
I see this in Oneiric too. Very annoying, can be worked around by
disabling nautilus desktop with "gsettings set
org.gnome.desktop.background show-desktop-icons false"

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

Title:
  nautilus puts a menu bar at the top of the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/717358/+subscriptions

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-08-26 Thread peddy
This is present again in Oneric. I'd be happy to post more information,
but am unsure of what to include.

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

Title:
  nautilus puts a menu bar at the top of the desktop

To manage notifications about this bug go to:
https://bugs.launchpad.net/indicator-appmenu/+bug/717358/+subscriptions

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-17 Thread pvdeynse
installed patch from your ppa and indeed menu bar is gone now.
small remark, one of the files on your ppa has extention ".udeb" it has to be 
".deb"
  ==> libgtk2.0-0-udeb_2.24.0-0ubuntu3_i386.udeb

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-16 Thread Santtu Lakkala
This rather obtrusive patch seems to fix the issue, not sure if it
breaks something though; some applications may expect that ::show is not
called multiple times without ::hide in between (or vice versa). This is
the best/simplest solution I can think of right now.

Uploaded a package with this patch to my ppa if someone likes to test.

** Patch added: "043_ubuntu_menu_proxy.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/717358/+attachment/1854469/+files/043_ubuntu_menu_proxy.patch

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-16 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.24.0-0ubuntu3

---
gtk+2.0 (2.24.0-0ubuntu3) natty; urgency=low

  * debian/patches/043_ubuntu_menu_proxy.patch:
- revert the previous upload since it's adding extra menubar when it
  should not, should fix the nautilus bar being displayed on configurations
  where appmenu is not in use
  (lp: #717358)
 -- Sebastien BacherWed, 16 Feb 2011 19:05:38 +0100

** Changed in: gtk+2.0 (Ubuntu Natty)
   Status: Triaged => 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/717358

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-16 Thread Andrea Cimitan
I don't have time to fix this before the feature freeze... could you (or
someone) try to fix it? Basically we need to hide/show the menubar, but
doing it right

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-16 Thread Santtu Lakkala
The updated patch doesn't fix cases which do _show() ... _hide() (where
hide is called before local_notify). I wrote some findings in bug
705112, but in short the problem is that gtk_widget_hide() only calls
GtkWidget::hide if the widget was visible.

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Brian Murray
** Changed in: gtk+2.0 (Ubuntu Natty)
   Status: New => Triaged

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Brian Murray
** Tags added: patch

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Andrea Cimitan
Please test it. I tested it and seems to work, but my head is blown away with 
other bugs to take care :) So if you have a chance, try it! otherwise, trust me!
I'm testing it right now... If I'll be silent, means that here works

** Patch added: "this patch should fix the bug"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/717358/+attachment/1851972/+files/043_ubuntu_menu_proxy.patch

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Andrea Cimitan
patch still broken... investigating

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Andrea Cimitan
This could be a better patch, give me time to test it.
Basically I'm storing the presence (or not) of the menubar in its private 
structure, and on local-notify's signal callback I'm showing it only when it is 
meant to be shown

** Patch added: "updated patch"
   
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/717358/+attachment/1851734/+files/043_ubuntu_menu_proxy.patch

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Sebastien Bacher
bug #705112 indicates it's due to a recent gtk fix from the dx team,
reassign the bug

** Package changed: indicator-appmenu (Ubuntu Natty) => gtk+2.0 (Ubuntu
Natty)

** Changed in: gtk+2.0 (Ubuntu Natty)
 Assignee: Ted Gould (ted) => Andrea Cimitan (cimi)

** Changed in: indicator-appmenu
   Status: New => Invalid

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-15 Thread Michael Bienia
gnome-terminal got now also a menubar by default (even if it is disabled
in the config), see bug 717332.

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
ignore my comment about the unity session, I run with
APPMENU_DISPLAY_BOTH for testing which explains why it doesn't get
stripped

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
Could be due to the nautilus patch to export the nautilus panel though,
Ted, do you have any clue?

** Changed in: indicator-appmenu (Ubuntu Natty)
Milestone: None => natty-alpha-3

** Changed in: indicator-appmenu (Ubuntu Natty)
 Assignee: (unassigned) => Ted Gould (ted)

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
The issue only happens if there is no indicator-appmenu in the classic
session for some reason, it seems to happen in the unity session as well
(if you switch workspace you can see the bar during the animation, you
can also see a one pixel line bellow the unity-panel)

** Also affects: indicator-appmenu (Ubuntu Natty)
   Importance: Low
   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/717358

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
Nautilus didn't change recently, trying to reassigning to indicator-
appmenu

** Package changed: nautilus (Ubuntu) => indicator-appmenu (Ubuntu)

** Changed in: indicator-appmenu (Ubuntu)
   Status: Confirmed => New

** Also affects: indicator-appmenu
   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/717358

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Kees Cook
The indicator-appmenu thing is not active in classic desktop afaict.

** Changed in: nautilus (Ubuntu)
   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/717358

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu)
   Status: Incomplete => New

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-14 Thread Sebastien Bacher
Thank you for your bug report, that seems normal with the indicator-
appmenu applet being in use no? what is the issue exactly? can't you
just remove the applet from your config if you don't want to use it?

** Changed in: nautilus (Ubuntu)
   Importance: Undecided => Low

** Changed in: nautilus (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-11 Thread Marc Deslauriers
I see this also, but it's drawing it _underneath_ my top gnome-panel.

** Changed in: nautilus (Ubuntu)
   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/717358

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-11 Thread Kees Cook

** Attachment added: "top-menu.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/717358/+attachment/1843795/+files/top-menu.jpg

** Tags added: regression-release

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

Title:
  nautilus puts a menu bar at the top of the desktop

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


[Bug 717358] Re: nautilus puts a menu bar at the top of the desktop

2011-02-11 Thread Kees Cook


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

Title:
  nautilus puts a menu bar at the top of the desktop

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