[packagekit] [PATCH] GIO implementation for yum backend

مؤيد السعدي muayyad.alsadi at ojuba.org
Fri Jul 31 07:53:22 PDT 2009


> 
> Both patches applied. Thanks.
> 
> Richard.

thanks,

when I tested OS implementation in a desktop that does not do automount I
found a simple problem
line 104 in yumMediaManagerOS.py should be changed from

r=os.system('mount "%s" "%s"' % (self.__d, mnt))

to

r=os.system('mount -t udf,iso9660 "%s" "%s"' % (self.__d, mnt))

because mount -t auto and mount without -t did not work

please change this line,





More information about the PackageKit mailing list