[Bug 1502441] [NEW] package torrentflux 2.4-5.1 failed to install/upgrade: subprocess installed pre-removal script returned error exit status 1

2015-10-03 Thread Rohit R
Public bug reported:

on trying to remove the software the software aborted.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: torrentflux 2.4-5.1
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
AptOrdering: torrentflux: Remove
Architecture: i386
Date: Sat Oct  3 19:12:37 2015
ErrorMessage: subprocess installed pre-removal script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: torrentflux
Title: package torrentflux 2.4-5.1 failed to install/upgrade: subprocess 
installed pre-removal script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2014-11-23 (314 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package torrentflux 2.4-5.1 failed to install/upgrade: subprocess
  installed pre-removal script returned error exit status 1

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

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


[Bug 1242778] [NEW] python-apt malforms source lines with multiple options

2013-10-21 Thread Rohit R
Public bug reported:

The str() method in SourceEntry class, has malforms the source line.

Console out:

Python 2.7.3 (default, Apr 10 2013, 06:20:15) 
[GCC 4.6.3] on linux2
Type help, copyright, credits or license for more information.
 from aptsources.sourceslist import SourceEntry
 s = SourceEntry('deb [arch=amd64 trusted=yes] 
 http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu precise main')
 s.str()
'deb [arch=amd64] trusted=yes] 
http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu precise main\n'

Note the extra ]. This leads to apt-add-repository to malform some
entries.

** Affects: python-apt (Ubuntu)
 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/1242778

Title:
  python-apt malforms source lines with multiple options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1242778/+subscriptions

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


[Bug 1242778] Re: python-apt malforms source lines with multiple options

2013-10-21 Thread Rohit R
** Description changed:

  The str() method in SourceEntry class, has malforms the source line.
  
  Console out:
  
- Python 2.7.3 (default, Apr 10 2013, 06:20:15) 
+ Python 2.7.3 (default, Apr 10 2013, 06:20:15)
  [GCC 4.6.3] on linux2
  Type help, copyright, credits or license for more information.
   from aptsources.sourceslist import SourceEntry
   s = SourceEntry('deb [arch=amd64 trusted=yes] 
http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu precise main')
   s.str()
  'deb [arch=amd64] trusted=yes] 
http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu precise main\n'
  
  Note the extra ]. This leads to apt-add-repository to malform some
  entries.
+ 
+ Edit:
+ 
+ The parsing itself is wrong.
+ 
+ Python 2.7.3 (default, Apr 10 2013, 06:20:15) 
+ [GCC 4.6.3] on linux2
+ Type help, copyright, credits or license for more information.
+  from aptsources.sourceslist import SourceEntry
+  s = SourceEntry('deb [arch=amd64 trusted=yes] 
http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu precise main')
+  s.architectures
+ ['amd64']
+  s.uri
+ 'trusted=yes]'
+  s.dist
+ 'http://ppa.launchpad.net/xubuntu-dev/xfce-4.10/ubuntu'
+  s.comps
+ ['precise', 'main']

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

Title:
  python-apt malforms source lines with multiple options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1242778/+subscriptions

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


[Bug 1242778] Re: python-apt malforms source lines with multiple options

2013-10-21 Thread Rohit R
*** This bug is a duplicate of bug 1103200 ***
https://bugs.launchpad.net/bugs/1103200

** This bug has been marked a duplicate of bug 1103200
   apt-add-repository corrupts sources.list with multiple options

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

Title:
  python-apt malforms source lines with multiple options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1242778/+subscriptions

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


[Bug 1103200] Re: apt-add-repository corrupts sources.list with multiple options

2013-10-21 Thread Rohit R
Marking as confirmed, have tracked down the reasons at
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1242778

** Package changed: software-properties (Ubuntu) = python-apt (Ubuntu)

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

Title:
  apt-add-repository corrupts sources.list with multiple options

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-apt/+bug/1103200/+subscriptions

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


[Bug 740178] Re: Update the INSTALL file.

2013-04-09 Thread Rohit R
** Changed in: unity
 Assignee: Rohit R (rr0hit) = (unassigned)

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

Title:
  Update the INSTALL file.

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/740178/+subscriptions

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


[Bug 1017219] Re: Curser displaced off window titlebar after window snap

2012-06-24 Thread Rohit R
** Attachment added: out.ogv
   https://bugs.launchpad.net/bugs/1017219/+attachment/3202799/+files/out.ogv

** Also affects: compiz (Ubuntu)
   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/1017219

Title:
  Curser displaced off window titlebar after window snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1017219/+subscriptions

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


[Bug 1007259] Re: merge fftw3 3.3.2-1 (main) from Debian sid (main)

2012-06-23 Thread Rohit R
Once this is done can it be backported to precise? The MPI enabled
version would benefit people like me who run 12.04 on clusters for
scientific computation purposes.

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

Title:
  merge fftw3 3.3.2-1 (main) from Debian sid (main)

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

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


[Bug 804943] Re: blcr kernel module failed to build with kernel 3.0 : configure: error: --with-linux argument '3.0-x' is neither a kernel version string nor a full path

2012-06-04 Thread Rohit R
For installing mpich2 without blcr run apt-get with --no-install-
recommends option.

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

Title:
  blcr kernel module failed to build with kernel 3.0 : configure: error:
  --with-linux argument '3.0-x' is neither a kernel version string nor a
  full path

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

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


[Bug 1008323] [NEW] blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

2012-06-03 Thread Rohit R
Public bug reported:

Obtained the crash report during an update.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: blcr-dkms 0.8.2-15ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
DKMSKernelVersion: 3.2.0-24-generic
Date: Mon Jun  4 10:20:13 2012
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120423)
PackageArchitecture: all
PackageVersion: 0.8.2-15ubuntu2
SourcePackage: blcr
Title: blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check precise

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

Title:
  blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

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

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


[Bug 1008323] Re: blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

2012-06-03 Thread Rohit R
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008323

Title:
  blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

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

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


[Bug 1008323] Re: blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

2012-06-03 Thread Rohit R
*** This bug is a duplicate of bug 804943 ***
https://bugs.launchpad.net/bugs/804943

** This bug has been marked a duplicate of bug 804943
   blcr kernel module failed to build with kernel 3.0 : configure: error: 
--with-linux argument '3.0-x' is neither a kernel version string nor a full path

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

Title:
  blcr-dkms 0.8.2-15ubuntu2: blcr kernel module failed to build

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

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


[Bug 781997] [NEW] Flash content does not load

2011-05-12 Thread Rohit R
Public bug reported:

Binary package hint: flashplugin-nonfree

Flash content stopped loading all of a sudden. State remains in movie
not loaded. Occurs with Google Chrome's inbuilt flash player also.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: flashplugin-nonfree (not installed)
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Fri May 13 09:44:53 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110315)
ProcEnviron:
 LANGUAGE=en_IN:en
 LANG=en_IN
 LC_MESSAGES=en_IN.UTF-8
 SHELL=/bin/bash
SourcePackage: flashplugin-nonfree
UpgradeStatus: Upgraded to natty on 2011-04-02 (40 days ago)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty running-unity

** Description changed:

  Binary package hint: flashplugin-nonfree
  
- Flash content stopped loading all of a sudden. State remains in (movie
- not loaded). Occurs with Google Chrome's inbuilt flash player also.
+ Flash content stopped loading all of a sudden. State remains in movie
+ not loaded. Occurs with Google Chrome's inbuilt flash player also.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: flashplugin-nonfree (not installed)
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic i686
  Architecture: i386
  Date: Fri May 13 09:44:53 2011
  InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20110315)
  ProcEnviron:
-  LANGUAGE=en_IN:en
-  LANG=en_IN
-  LC_MESSAGES=en_IN.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_IN:en
+  LANG=en_IN
+  LC_MESSAGES=en_IN.UTF-8
+  SHELL=/bin/bash
  SourcePackage: flashplugin-nonfree
  UpgradeStatus: Upgraded to natty on 2011-04-02 (40 days ago)

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

Title:
  Flash content does not load

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

[Bug 763182] Re: misspelling in package summary

2011-04-29 Thread Rohit R
Thanks Brian. I have uploaded the corrected patch to the Debian BTS.

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

Title:
  misspelling in package summary

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


[Bug 768760] Re: Doesn't download firmware

2011-04-22 Thread Rohit R
Have you installed the package firmware-b43-installer ? This is
necessary.

Quoting http://wiki.debian.org/bcm43xx :

The b43-fwcutter package (as of 1:013~git20100413-1) no longer acquires
firmware, separate installer packages are now used.

** Changed in: b43-fwcutter (Ubuntu)
   Status: New = Incomplete

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

Title:
  Doesn't download firmware

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


[Bug 766074] Re: Unity/Compiz restarts when dragging files from the dash to Totem

2011-04-21 Thread Rohit R
The problem still occurs for me, even in unity 3.8.10

Problem occurs only when dragging file from dash to *an already open*
totem window.

Attaching apport crash report. ( Could not report directly via apport
because I am behind an institute proxy. )

** Attachment added: compiz-crash
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/766074/+attachment/2080037/+files/compiz-crash

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

Title:
  Unity/Compiz restarts when dragging files from the dash to Totem

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


[Bug 766074] Re: Unity/Compiz restarts when dragging files from the dash to Totem

2011-04-21 Thread Rohit R
Omer, apport fails to work through proxy. So if you could mention which
logs could help, I can attach them.

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

Title:
  Unity/Compiz restarts when dragging files from the dash to Totem

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


[Bug 768468] Re: ubuntu crashes while in movie player

2011-04-21 Thread Rohit R
evince is the document viewer. Not movie player. Please collect and
attach the crash report corresponding to totem, the movie player.

** Package changed: evince (Ubuntu) = totem (Ubuntu)

** Changed in: totem (Ubuntu)
   Status: New = Incomplete

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

Title:
  ubuntu crashes while in movie player

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


[Bug 768469] Re: duplicate entries in the updates section

2011-04-21 Thread Rohit R
I could not reproduce the bug. I think the double entries are present in
/etc/apt/sources.list

Try opening /etc/apt/sources.list in a text editor and comment out one
of the double entries. The problem should be solved afterwards.

Please let us know if the problem persists or not. Setting to incomplete
for now.

** Changed in: software-properties (Ubuntu)
   Status: New = Incomplete

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

Title:
  duplicate entries in the updates section

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


[Bug 732677] Re: bcmwl 5.100.82.38+bdcom-0ubuntu2 not work on BCM4311

2011-04-21 Thread Rohit R
I encountered the same problem on installing STA driver using Jockey.
But I removed it, installed firmware-b43-installer package and did
modprobe b43 after which I could bring up the wireless network using
ifconfig.

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

Title:
  bcmwl 5.100.82.38+bdcom-0ubuntu2 not work on BCM4311

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


[Bug 768493] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 768461] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768431] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768457] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768511] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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


[Bug 768515] Re: package apport-gtk 1.20.1-0ubuntu5 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport-gtk 1.20.1-0ubuntu5 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

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

[Bug 768505] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768500] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768517] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

[Bug 768537] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 768429 ***
https://bugs.launchpad.net/bugs/768429

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 768429, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 768429 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/768429/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768429] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
The same error :

Setting up apport (1.20.1-0ubuntu4) ...
 start: Job failed to start
 invoke-rc.d: initscript apport, action start failed.

occurred on upgrade of apport to version 1.20.1-0ubuntu5.

** Changed in: apport (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/768429

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768457] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768511] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subproces
  installed post-installation script gaf een foutwaarde 1 terug

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


[Bug 768505] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768493] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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

[Bug 768461] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768431] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768431] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768537] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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


[Bug 768517] Re: package apport 1.20.1-0ubuntu5 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport 1.20.1-0ubuntu5 failed to install/upgrade: le sous-
  processus script post-installation installé a retourné une erreur de
  sortie d'état 1

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

[Bug 768515] Re: package apport-gtk 1.20.1-0ubuntu5 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2011-04-21 Thread Rohit R
*** This bug is a duplicate of bug 767498 ***
https://bugs.launchpad.net/bugs/767498

I wrongly marked this as a duplicate of bug 768429. But it should be a
duplicate of bug 767498 as DpkgTerminalLog suggests. Sorry for the mess
up.

** This bug is no longer a duplicate of bug 768429
   package apport 1.20.1-0ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
** This bug has been marked a duplicate of bug 767498
   package apport 1.20.1-0ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 767498 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/767498/+subscribe

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

Title:
  package apport-gtk 1.20.1-0ubuntu5 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

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

[Bug 663934] Re: gnomine impossible solutions

2011-04-21 Thread Rohit R
I too noticed this problem. The solution of Minesweeper must be defined
from the moment first click is made and must be solvable from given
hints. The example you sited is definitely unsolvable without an element
of luck.

** Bug watch added: GNOME Bug Tracker #643351
   https://bugzilla.gnome.org/show_bug.cgi?id=643351

** Also affects: gnome-games via
   https://bugzilla.gnome.org/show_bug.cgi?id=643351
   Importance: Unknown
   Status: Unknown

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

Title:
  gnomine impossible solutions

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


[Bug 663934] Re: gnomine impossible solutions

2011-04-21 Thread Rohit R
** Changed in: gnome-games (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/663934

Title:
  gnomine impossible solutions

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


[Bug 766787] Re: No

2011-04-20 Thread Rohit R
Please add a description of the problem you face.

** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

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

Title:
  No

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


[Bug 766840] Re: launcher finds some files, not others

2011-04-20 Thread Rohit R
*** This bug is a duplicate of bug 646724 ***
https://bugs.launchpad.net/bugs/646724

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 646724, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 646724
   not all files show up in files-place
 * You can subscribe to bug 646724 by following this link: 
https://bugs.launchpad.net/unity/+bug/646724/+subscribe

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

Title:
  launcher finds some files, not others

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


[Bug 766179] Re: unity panel dragdrop file to application

2011-04-20 Thread Rohit R
I used gtk-recordmydesktop to record the video.

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

Title:
  unity panel dragdrop file to application

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


[Bug 766857] Re: Can't open nautilus when a file copying action is in progress

2011-04-20 Thread Rohit R
When an instance of an application is already running, if you need to
open another instance under unity, you have to MIDDLE click the launcher
icon and not left click. This feature was introduced as a fix for bug
709707.

This is the expected behaviour of Unity. Hence, I am closing this bug.
Thanks for taking time to eport the bug. But, in case you feel this must
be re-opened, you are more than welcome to do so.

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

Title:
  Can't open nautilus when a file copying action is in progress

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


[Bug 760437] Re: Can't start firefox when a download is in progress

2011-04-20 Thread Rohit R
I think this is an expected behaviour under unity. When an instance of
an application is already running, if you need to open another instance
under unity, you have to MIDDLE click the launcher icon and not left
click. This feature was introduced as a fix for bug 709707.

There used to be a new window button. This was dropped to incorporate
the middle click option. See Mark Shuttleworth's comment
https://bugs.launchpad.net/unity/+bug/709707/comments/3

In my opinion this bug should be closed.

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

Title:
  Can't start firefox when a download is in progress

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


[Bug 766179] Re: unity panel dragdrop file to application

2011-04-19 Thread Rohit R
Actually it does work !! You have to drag the file on to the launcher.
The icon of the application that can open the file will be highlighted.
Just drop the file onto it, and the file will be opened in that
application.

In case of minimized application, dropping it into the application that
restores works in most cases for me.

See the attached video.  Please try out the demo in the video. It should
work. If not, check if you are running latest version of unity.

** Attachment added: drag-drop.ogv
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/766179/+attachment/2068175/+files/drag-drop.ogv

** Changed in: unity (Ubuntu)
   Status: New = Incomplete

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

Title:
  unity panel dragdrop file to application

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


[Bug 766130] Re: can no longer play youtube videos

2011-04-19 Thread Rohit R
Did you get an error message during the update you did ? If yes see if
the error was bug #762968

If you could run apport-collect 766130 and add the additional
information to this report, it would be helpful.

** Changed in: flashplugin-nonfree (Ubuntu)
   Status: New = Incomplete

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

Title:
  can no longer play youtube videos

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


[Bug 766074] Re: Unity/Compiz restarts when draging subtitles from the dash to Totem

2011-04-19 Thread Rohit R
Bug reproduced in Unity 3.8.8

Dragging and dropping files from the dash to an already open totem
window causes compiz to crash.

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

Title:
  Unity/Compiz restarts when draging subtitles from the dash to Totem

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


[Bug 766074] Re: Unity/Compiz restarts when dragging files from the dash to Totem

2011-04-19 Thread Rohit R
** Summary changed:

- Unity/Compiz restarts when draging subtitles from the dash to Totem
+ Unity/Compiz restarts when dragging files from the dash to Totem

** Description changed:

  Binary package hint: unity
  
  Triggering this bug is simple :
  1) Open Totem video player
  2) Open the  dash
- 3) Drag a subtitles file to Totem
+ 3) Drag a file to Totem
  
  Then, Unity/Compiz restart, we can see the windows undecorating, panel
  and launcher disappearing, wallpaper flickering, and then everything
  goes back to normal.
  
  EDIT : this bug happens on dragging videos too.

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

Title:
  Unity/Compiz restarts when dragging files from the dash to Totem

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