Zhang, Qiang Z | 1 Dec 2010 03:04
Picon
Favicon

Re: gpgme

I don't know the detail usage of gpgme in PackageKit, but I can confirm gpgme is available in MeeGo:)

Thanks
Xiaoqiang

-----Original Message-----
From:
packagekit-bounces+qiang.z.zhang=intel.com@...
[mailto:packagekit-bounces+qiang.z.zhang=intel.com@...]
On Behalf Of Richard Hughes
Sent: Friday, November 26, 2010 4:55 PM
To: PackageKit users and developers list
Subject: [packagekit] gpgme

I'm playing around with a future feature for PackageKit, and need to
do signature checking in C. I'm wondering, do distros that run
PackageKit has access to gpgme, or does it have to be made
conditional? I'm thinking most of the "distros" should have it no
problem, but things like android and meego might be harder.

Please yell if this is tricky for you.

Richard.
_______________________________________________
PackageKit mailing list
PackageKit@...
http://lists.freedesktop.org/mailman/listinfo/packagekit
Richard Hughes | 1 Dec 2010 16:11
Picon

GNOME PackageKit 2.91.4 released

GNOME PackageKit is the name of the collection of PackageKit GUI tools
for use in the GNOME desktop.

Version 2.91.3
~~~~~~~~~~~~~~
Released: 2010-12-01

* Translations
 - Added UG translation (Gheyret T.Kenji)
 - Updated Finnish translation (Ville-Pekka Vainio)
 - Updated Galician translations (Fran Diéguez)
 - Updated Hebrew translation (Yaron Shahrabani)
 - Updated Norwegian bokmål translation (Kjartan Maraas)
 - Updated Punjabi Translation (A S Alam)
 - Updated Spanish translation (Daniel Mustieles)
 - Updated Tamil translation (Dr.T.Vasudevan)

* Bugfix:
 - Avoid multi-search in gpk-application at the same time (Zhang Qiang)
 - Change the update viewer application icon (Zhang Qiang)
 - Fix compile for PackageKit <= 0.6.11 (Richard Hughes)

Richard.
_______________________________________________
PackageKit mailing list
PackageKit <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/packagekit
Zhang, Qiang Z | 2 Dec 2010 10:04
Picon
Favicon

Re: [PATCH] Set transaction as PK_STATUS_ENUM_WAIT once committed

It's OK now. I have tested master on MeeGo and this issue is solved with your patch.

-Thanks
-Xiaoqiang


-----Original Message-----
From: Richard Hughes [mailto:hughsient <at> gmail.com] 
Sent: Monday, November 29, 2010 11:51 PM
To: Zhang, Qiang Z
Cc: packagekit <at> lists.freedesktop.org
Subject: Re: [PATCH] Set transaction as PK_STATUS_ENUM_WAIT once committed

On 20 November 2010 07:28, Zhang, Qiang Z <qiang.z.zhang <at> intel.com> wrote:
> There's also some issue, if no transactions before, pk_transaction_list_commit would running the
current transaction (set transaction-->item-->running == true), but the patch set it as 'waiting'
after pk_transaction_list_commit returned, it’s a bit confuse.

I agree, it's confusing. I've checked in a more complete fix into git.
Please can you test with git master and verify the problem is solved.

Many thanks,

Richard.
_______________________________________________
PackageKit mailing list
PackageKit <at> lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/packagekit
Richard Hughes | 2 Dec 2010 10:08
Picon

Re: [PATCH] Set transaction as PK_STATUS_ENUM_WAIT once committed

On 2 December 2010 09:04, Zhang, Qiang Z <qiang.z.zhang@...> wrote:
> It's OK now. I have tested master on MeeGo and this issue is solved with your patch.

Great, thanks. The next release is on Monday, so you've not got long to wait :-)

Richard.
Thomas Goettlicher | 3 Dec 2010 14:51
Picon

Re: Conflicting File in kpackgekit and gnome-packagekit

On Monday, November 22, 2010 03:44:57 pm Daniel Nicoletti wrote:
> But TBH I think his solution to choose the "right" app might be better so
> we can be sure of which one will run.
> 
Please find attached my proposed fix for this issue.

Both kpackagekit and gnome-packagekit must not install their own 
'org.freedesktop.PackageKit.service' file anymore. And PackageKit should 
install the files attached to this email.

Hope this helps. I'd appreciate if you could provide updated versions 
containing this fix for the next openSUSE Milestone.

Thanks and have a nice weekend
Thomas
[D-BUS Service]
Name=org.freedesktop.PackageKit
Exec=/usr/bin/xdg-packagekit
Attachment (xdg-packagekit): application/x-shellscript, 4061 bytes
[D-BUS Service]
Name=org.freedesktop.PackageKit
Exec=/usr/bin/xdg-packagekit
Daniel Nicoletti | 6 Dec 2010 19:41
Picon
Favicon
Gravatar

SetHints

Richard,
can we have a download_limit hint?
Some users like automatic updates not to eat their entire bandwidth... :)

Best,
 ________________________________
Daniel Nicoletti - KDE Developer
http://dantti.wordpress.com
When a wicked man dies, his hope perishes;
all he expected from his power comes to nothing. Prov. 11:7

      
Richard Hughes | 6 Dec 2010 20:18
Picon

Re: SetHints

On 6 December 2010 18:41, Daniel Nicoletti <dantti85-pk@...> wrote:
> can we have a download_limit hint?
> Some users like automatic updates not to eat their entire bandwidth... :)

Would this limit the speed, or the amount? What semantics would this have?

Richard.
Daniel Nicoletti | 7 Dec 2010 00:12
Picon
Favicon
Gravatar

Re: SetHints

it limits the download bandwidth,
for example setting it to 25 would make downloads
at 25kbps max.
 ________________________________
Daniel Nicoletti - KDE Developer
http://dantti.wordpress.com
When a wicked man dies, his hope perishes;
all he expected from his power comes to nothing. Prov. 11:7

----- Mensagem original ----
> De: Richard Hughes <hughsient@...>
> Para: PackageKit users and developers list <packagekit@...>
> Enviadas: Segunda-feira, 6 de Dezembro de 2010 17:18:38
> Assunto: Re: [packagekit] SetHints
> 
> On 6 December 2010 18:41, Daniel Nicoletti <dantti85-pk@...>  wrote:
> > can we have a download_limit hint?
> > Some users like  automatic updates not to eat their entire bandwidth... :)
> 
> Would this  limit the speed, or the amount? What semantics would this  have?
> 
> Richard.
> _______________________________________________
> PackageKit  mailing list
> PackageKit@...
> http://lists.freedesktop.org/mailman/listinfo/packagekit
> 

      
(Continue reading)

Richard Hughes | 7 Dec 2010 00:41
Picon

Re: SetHints

On 6 December 2010 23:12, Daniel Nicoletti <dantti85-pk@...> wrote:
> it limits the download bandwidth,
> for example setting it to 25 would make downloads
> at 25kbps max.

What's the use case? In the yum backend I throttle the download speed
when the transaction is being run non-interactively and idle.

Richard.
Daniel Nicoletti | 7 Dec 2010 01:36
Picon
Favicon
Gravatar

Re: SetHints

The use case is that some users want to
be able to tell how much bandwidth it should
use, changing the download speed yourself
can't be measured in in a good weight since
you don't know the user's bandwidth.

Also this option will go to the settings tab
which most users don't care but those
who have 3g connections or similar want to
be able to use the internet while downloading
packages.
 ________________________________
Daniel Nicoletti - KDE Developer
http://dantti.wordpress.com
When a wicked man dies, his hope perishes;
all he expected from his power comes to nothing. Prov. 11:7

----- Mensagem original ----
> De: Richard Hughes <hughsient@...>
> Para: PackageKit users and developers list <packagekit@...>
> Enviadas: Segunda-feira, 6 de Dezembro de 2010 21:41:25
> Assunto: Re: [packagekit] SetHints
> 
> On 6 December 2010 23:12, Daniel Nicoletti <dantti85-pk@...>  wrote:
> > it limits the download bandwidth,
> > for example setting it  to 25 would make downloads
> > at 25kbps max.
> 
> What's the use case? In  the yum backend I throttle the download speed
> when the transaction is being  run non-interactively and  idle.
(Continue reading)


Gmane