[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-04-11 Thread Martin Pitt
This is the diff between how the file _should_ look like in oneiric
(extracted from 0.18-0ubuntu9) and what Jamie attached:

$ diff -u o/etc/gnome/defaults.list defaults.list.dpkg-old 
--- o/etc/gnome/defaults.list   2011-10-18 15:32:33.0 +0200
+++ defaults.list.dpkg-old  2012-04-11 13:26:12.207829377 +0200
@@ -4,7 +4,6 @@
 application/msexcel=libreoffice-calc.desktop
 application/msword=libreoffice-writer.desktop
 application/ogg=banshee.desktop
-application/pdf=evince.desktop
 application/postscript=evince.desktop
 application/rtf=libreoffice-writer.desktop
 application/tab-separated-values=libreoffice-calc.desktop
@@ -238,3 +237,4 @@
 x-scheme-handler/http=firefox.desktop
 x-scheme-handler/https=firefox.desktop
 x-scheme-handler/mailto=thunderbird.desktop
+application/pdf=evince.desktop

So something changed the position of the application/pdf entry. I wonder
if that is done by some apply system wide button in some preferred
applications capplet or similar?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-04-11 Thread Martin Pitt
This was most likely done by a call to xdg-mime, in some postinst
script. They are not supposed to do that. But now we need to find out
what did that. Can you guys please run

   grep xdg-mime /var/lib/dpkg/info/*

?

** Changed in: desktop-file-utils (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-04-11 Thread Jamie Strandboge
This is on my son's machine, which exhibited the problem:

$ grep xdg-mime /var/lib/dpkg/info/*
/var/lib/dpkg/info/acroread.list:/opt/Adobe/Reader9/Reader/intellinux/bin/xdg-mime
/var/lib/dpkg/info/acroread.md5sums:ee17ed0fa79aa8c553a68e8a8e7d07d2  
opt/Adobe/Reader9/Reader/intellinux/bin/xdg-mime
/var/lib/dpkg/info/acroread.postinst:
PATH=$ReadInstallDir/Adobe/Reader9/Reader/intellinux/bin:$PATH xdg-mime 
install $@ /dev/null 21
/var/lib/dpkg/info/acroread.postinst:   
PATH=$ReadInstallDir/Adobe/Reader9/Reader/intellinux/bin:$PATH xdg-mime 
default acroread.desktop $i /dev/null 21
/var/lib/dpkg/info/acroread.prerm:
PATH=$ReadInstallDir/Adobe/Reader9/Reader/intellinux/bin:$PATH xdg-mime 
uninstall $@ /dev/null 21
/var/lib/dpkg/info/acroread.prerm:
PATH=$ReadInstallDir/Adobe/Reader9/Reader/intellinux/bin:$PATH:/usr/ucb 
xdg-mime unset $@ ${i}
/var/lib/dpkg/info/acroread.prerm:  
PATH=$ReadInstallDir/Adobe/Reader9/Reader/intellinux/bin:$PATH xdg-mime 
default evince.desktop application/pdf /dev/null 21
/var/lib/dpkg/info/chromium-browser.list:/usr/lib/chromium-browser/xdg-mime
/var/lib/dpkg/info/chromium-browser.md5sums:df93e9c0314839c5dcd7371dff4fc1c7  
usr/lib/chromium-browser/xdg-mime
/var/lib/dpkg/info/google-chrome-stable.list:/opt/google/chrome/xdg-mime
/var/lib/dpkg/info/xdg-utils.list:/usr/bin/xdg-mime
/var/lib/dpkg/info/xdg-utils.list:/usr/share/man/man1/xdg-mime.1.gz
/var/lib/dpkg/info/xdg-utils.md5sums:7918f3796d32a87bca2266b822ec99e8  
usr/bin/xdg-mime
/var/lib/dpkg/info/xdg-utils.md5sums:b975cfef3eb19c56555d2b581521a4c8  
usr/share/man/man1/xdg-mime.1.gz

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-04-11 Thread Martin Pitt
Ah, thank you! So I'm afraid there is not that much that we can do about
it, as acroread is a third party package.

** Changed in: desktop-file-utils (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: desktop-file-utils (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-04-11 Thread Jamie Strandboge
** Package changed: desktop-file-utils (Ubuntu) = acroread (Ubuntu)

** Changed in: acroread (Ubuntu)
   Status: Invalid = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

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

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-02-01 Thread Jamie Strandboge
I saw this myself. Attaching my defaults.list and defaults.list.dpkg-
old.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-02-01 Thread Jamie Strandboge
** Attachment added: previous defaults.list
   
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+attachment/2705553/+files/defaults.list.dpkg-old

** Changed in: desktop-file-utils (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-02-01 Thread Jamie Strandboge
** Attachment added: maintainer's defaults.list
   
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+attachment/2705552/+files/defaults.list

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-01-16 Thread Martin Pitt
Rick, can you please attach your /etc/gnome/defaults.list file (if you
said keep the old file) or  /etc/gnome/defaults.list.dpkg-old (or
similarly named) if you said install the new file? I don't see any
package which modifies the conffile, so seeing what actually changed
might give us a clue what got changed.

Thanks!

** Changed in: desktop-file-utils (Ubuntu)
   Status: Triaged = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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


[Bug 912707] Re: upgrade manager prompts to resolve conflict in /etc/gnome/defaults.list

2012-01-09 Thread Brian Murray
This file is provided by desktop-file-utils so that is the responsible
package.  I saw this myself so I am setting the bug to Triaged.

** Package changed: update-manager (Ubuntu) = desktop-file-utils
(Ubuntu)

** Changed in: desktop-file-utils (Ubuntu)
   Importance: Undecided = Medium

** Changed in: desktop-file-utils (Ubuntu)
   Status: New = Triaged

** Changed in: desktop-file-utils (Ubuntu)
 Assignee: (unassigned) = Canonical Desktop Team (canonical-desktop-team)

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to desktop-file-utils in Ubuntu.
https://bugs.launchpad.net/bugs/912707

Title:
  upgrade manager prompts to resolve conflict in
  /etc/gnome/defaults.list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/912707/+subscriptions

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