[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-09-16 Thread Matthew Paul Thomas
That's the problem, then. The software-center package explicitly Depends on 
python-aptdaemon (= 0.40):
http://packages.ubuntu.com/oneiric/software-center
But Debian has only 0.31+bzr413-1.1:
http://packages.debian.org/search?keywords=python-aptdaemonsearchon=namessuite=allsection=all

So I guess you need to request a newer version of python-aptdaemon in
Debian.

** Changed in: software-center (Ubuntu)
   Status: Incomplete = Invalid

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-23 Thread dE
How did my post get deleted?

It's at version 0.31+bzr413-1.1

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-22 Thread Alex Eftimie
Looks like your python-apt is outdated. On what version of Debian are
you trying to run software-center?

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-22 Thread dE
Python apt is at 0.8.0. I'm trying to update it.

It's Debian testing (updated recently).

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-22 Thread dE
It's already up to date.

Also I tried older versions (even 3.x).

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


Re: [Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-22 Thread Alex Eftimie
How about python-aptdaemon?

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-21 Thread Matthew Paul Thomas
(Ray, please don't use the Opinion status for Ubuntu Software Center
bug reports. It's confusing and not useful.)

dE, I'm marking this Incomplete because it doesn't describe a specific
problem. Please edit it to describe a particular thing that makes USC
difficult to port, and report separate bugs on any other things that
make it difficult to port. Thanks!

** Changed in: software-center (Ubuntu)
   Status: Opinion = Incomplete

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-21 Thread dE
First, I had to install python-defer, mini-piston-client manually,
however this's not an issue.

It also has a dependency python-lanuchpad but I ain't sure if it's
necessary, thus I've not installed it.

After this, on running gives -

Traceback (most recent call last):
  File ./software-center, line 138, in module
app = SoftwareCenterApp(datadir, xapian_base_path, options, args)
  File 
/home/fosstc/Desktop/SS/software-center-4.1.16/softwarecenter/ui/gtk/app.py, 
line 161, in __init__
self.backend = get_install_backend()
  File 
/home/fosstc/Desktop/SS/software-center-4.1.16/softwarecenter/backend/installbackend.py,
 line 60, in get_install_backend
install_backend = AptdaemonBackend()
  File 
/home/fosstc/Desktop/SS/software-center-4.1.16/softwarecenter/backend/aptd.py,
 line 190, in __init__
self.aptd_client = client.AptClient(bus=bus)
TypeError: __init__() got an unexpected keyword argument 'bus'

It doesn't matter if I'm using python 2.6 or 2.7.

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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


[Bug 829611] Re: software-center is too deeply integrated with Ubuntu

2011-08-19 Thread Ray Patterson
** Changed in: software-center (Ubuntu)
   Status: New = Opinion

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

Title:
  software-center is too deeply integrated with Ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/829611/+subscriptions

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