** Changed in: gnome-software (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1643134
Title:
Switch gnome-software to use
Regarding GStreamer:
Iain has made a patch for that: https://github.com/hughsie/PackageKit/pull/193
- looks good to me, and will definitely be in the next PK release / the Debian
packaging.
To the second point: Couldn't the PK plugin be extended to support live
updates by default if set as a com
Iain raised two issues via email:
There's two things I'm already aware of.
- It came up last cycle that when PK is built, gnome-software claims
the PackageKit session interface on the bus. This is used for
example to install missing GStreamer codecs but it turned out to be
broken, s
We can drop the dpkg plugin in gnome-software master once this is complete:
https://mail.gnome.org/archives/gnome-software-list/2017-May/msg6.html
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bu
commit 8ecc6713380cd6922adfc2892d8282891eedf3ec
Author: Robert Ancell
Date: Thu May 18 09:10:51 2017 +1200
packagekit: Don't explicitly disable PackageKit interactivity
We need interactivity for debconf prompts to install when installing .debs.
This is not most packages (i.e. n
It was simply disabled in GNOME Software and Richard is fine with enabling it:
https://mail.gnome.org/archives/gnome-software-list/2017-May/msg00011.html
I tested it and it works fine with this change.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which i
@jbicha: That was for Ubuntu's aptd GNOME Software backend, using Debconf with
PackageKit is a little different (shouldn't be too hard to add, and I am rather
confident that hughsie would even allow this feature upstream).
So, in Debian we'd need the PK version, as aptd is dead and removed from
Oh, with "essential" I mean RC-worthy or important-for-the-release. Long
term, we likely do want Debconf to work (I haven't had time to look into
it yet though, that's why I like that Robert apparently looks into it
now).
--
You received this bug notification because you are a member of Ubuntu
De
Matthias, are you aware that Ubuntu recently enabled debconf for gnome-
software? (LP: #1679435)
If it's not too hard to get that working with PackageKit, should that be
pushed into Debian stretch now?
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which i
Richard hates stuff asking questions during installation ;-) - that's *the*
longest discussion we had, since PackageKit's inception:
```
What is Hughsie's law?
A joke that started on IRC late one night in '07. Put formally it is:
Authentication or license prompts can only be done before the tra
Turns out that gnome-software has explicitly disabled interactivity in
the packagekit plugins, this is why the debconf doesn't work:
pk_client_set_interactive (PK_CLIENT (priv->task), FALSE);
I'll ask upstream why this is...
--
You received this bug notification because you are a member of Ubun
@robert-ancell: Awesome! You can probably just copy the Debconf bits from GNOME
Software, tbh I am a bit surprised that this wasn't there before...
Might be worth fixing in Debian for the next release as well, or backporting at
least.
--
You received this bug notification because you are a memb
Currently working on getting debconf linked up then this should be good
to go.
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1643134
Title:
Switch gnome-software to use Pac
** Changed in: gnome-software (Ubuntu)
Status: Triaged => In Progress
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1643134
Title:
Switch gnome-software to use Packa
** Changed in: gnome-software (Ubuntu)
Importance: Wishlist => Medium
** Changed in: gnome-software (Ubuntu)
Assignee: (unassigned) => Robert Ancell (robert-ancell)
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-softwar
> (But the problem here is that update-manager doesn't use PK nor does
apt on the command line.)
Well, APT tells PackageKit about changes though, so it at least has information
about the update state of a package.
I am not 100% sure whether the update history will fully work though (it's
likely
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this is the backend used by Debian.
To build, just uncomment the commented-out packagekit line in gnome-
software
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this is the backend used by Debian.
To build, just uncomment the commented-out packagekit line in gnome-
software
I confirm that work fine with totem.
gnome-software by default now pops up a Shell notification asking for
confirmation before launching the codec search.
Rhythmbox it necessary to make implementation to pass down necessary flags to
supress the Shell notification in that case:
gst_install_pl
gnome-software with PackageKit enabled is now available for testing in this PPA:
https://launchpad.net/~ubuntu-desktop/+archive/ubuntu/gnome-software/
If anyone wants to test the sessioninstaller replacement, uninstall
sessioninstaller, install gstreamer1.0-packagekit then follow the test
case at
> zesty is in sync with stretch's packagekit except for
https://bugs.debian.org/852085
That particular bug is staged in Git.
But I don't think PK in Ubuntu is in sync with Stretch, unless Launchpad is
lying to me:
1.1.5-2 vs. 1.1.5-1ubuntu1
--
You received this bug notification because you are
Matthias, thanks. Yes, I can't duplicate the install-list-shorter issue any
more so I dropped it from the description now. zesty is in sync with stretch's
packagekit except for
https://bugs.debian.org/852085
I tried gnome-software with PackageKit again today and it felt at least
as good as the '
Sessioninstaller purely exists because of Aptdaemon - with Aptdaemon
gone, native PackageKit frontends like GNOME Software and Apper can
cover all of its functionality.
For the install-list-shorter issue, you might want to update to the
current PackageKit release in unstable/testing, which contain
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this is the backend used by Debian.
To build, just uncomment the commented-out packagekit line in gnome-
software
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this is the backend used by Debian.
To build, just uncomment the commented-out packagekit line in gnome-
software
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
- particular this
+ particular this is the backend used by Debian.
- Prequisite: packagekit 1.1.4
-
- To build, just uncomment th
** Changed in: gnome-software (Ubuntu)
Status: Confirmed => Triaged
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1643134
Title:
Switch gnome-software to use Package
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-software in Ubuntu.
https://bugs.launchpad.net/bugs/1643134
Title:
Switch gnome-software to use PackageKit backend
To manage notifications about this bug go
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this
Prequisite: packagekit 1.1.4
To build, just uncomment the commented-out packagekit lines in gnome-
- soft
** Description changed:
This is a tracking bug to switch gnome-software from the Ubuntu-specific
apt backend to the PackageKit backend used by other distros. In
particular this
Prequisite: packagekit 1.1.4
To build, just uncomment the commented-out packagekit lines in gnome-
soft
30 matches
Mail list logo