[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

2014-01-09 Thread Adolfo Jayme
** No longer affects: gnome-panel (Ubuntu Quantal)

** No longer affects: nautilus (Ubuntu Quantal)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “gnome-panel” source package in Raring:
  Fix Released
Status in “nautilus” source package in Raring:
  Fix Released

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

2013-01-25 Thread Matthew Fearnley
Thanks for the workaround!
I didn't have a ~/.config/gtk-3.0 folder for some reason, but with an mkdir 
things worked fine:

mkdir ~/.config/gtk-3.0
ln -sf ~/.gtk-bookmarks ~/.config/gtk-3.0/bookmarks

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

2013-01-25 Thread Jeremy Bicha
Ok, the problem is that GTK, gnome-panel, and nautilus 3.6 switched the
default bookmarks location to use the XDG config directory instead of
spamming the root of the home directory with dot directories.
Unfortunately for us, when it came time to freeze for Ubuntu 12.10, we
decided to stick with Nautilus 3.4 as Nautilus 3.6 was a significant
rewrite with known problems at that time.

- One fix is to upgrade to Nautilus 3.6 (this has already been done for Ubuntu 
13.04). You can also use the GNOME3 PPA for Ubuntu 12.10.
- Or we could backport http://git.gnome.org/browse/nautilus/commit/?id=ed90577 
to Ubuntu 12.10
- Or we could revert both the gnome-panel and GTK changes in gnome-panel for 
Ubuntu 12.10

** Also affects: nautilus (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gnome-panel (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: nautilus (Ubuntu Quantal)
   Importance: Undecided
   Status: New

** Also affects: gnome-panel (Ubuntu Raring)
   Importance: Undecided
   Status: Confirmed

** Also affects: nautilus (Ubuntu Raring)
   Importance: Undecided
   Status: New

** Changed in: gnome-panel (Ubuntu Raring)
   Status: Confirmed = Fix Released

** Changed in: nautilus (Ubuntu Raring)
   Status: New = Fix Released

** Changed in: nautilus (Ubuntu Quantal)
   Status: New = Triaged

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

** Changed in: gnome-panel (Ubuntu Quantal)
   Status: New = Triaged

** Changed in: gnome-panel (Ubuntu Quantal)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Released
Status in “gnome-panel” source package in Quantal:
  Triaged
Status in “nautilus” source package in Quantal:
  Triaged
Status in “gnome-panel” source package in Raring:
  Fix Released
Status in “nautilus” source package in Raring:
  Fix Released

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

2013-01-24 Thread Anthony Barclay
Problem seems to be that in gnome-panel/libpanel-util/panel-gtk.c the
function panel_gtk_get_bookmark_file will return the path to the
bookmarks file as ~/.config/gtk-3.0/bookmarks whereas nautilus appears
to be updating the file ~/.gtk-bookmarks. Problem is obviously something
about the condition being used to determine which path to return but I'm
afraid I don't know how to fix it correctly so instead a workaround
until someone wiser does is to do the following:

rm ~/.config/gtk-3.0/bookmarks
ln -sf ~/.gtk-bookmarks ~/.config/gtk-3.0/bookmarks

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

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

** Changed in: gnome-panel (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1070290] Re: Folders bookmarks not showing in places

2012-10-23 Thread Pedro Gauna
** Package changed: ubuntu = gnome-panel (Ubuntu)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1070290

Title:
  Folders bookmarks not showing in places

Status in “gnome-panel” package in Ubuntu:
  New

Bug description:
  Ubuntu 12.10, using Gnome Classic with compiz.
  I have some bookmarks added in nautilus, but not showing in places menu.
  I used this in Ubuntu 12.04 with not problem.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1070290/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp