Bug#916578: ITP: goofys -- a high-performance, POSIX-ish Amazon S3 file system written in Go

2018-12-15 Thread Ilya Konstantinov
Package: wnpp Severity: wishlist Owner: Ilya Konstantinov * Package name: goofys Version : 0.19.0+git20181015.635cbfe-1 Upstream Author : Ka-Hing Cheung * URL : https://github.com/kahing/goofys * License : Apache-2.0 Programming Lang: Go Description

Bug#426694: GStreamer GnomeVFS plugin fails to recognize extra protocols

2007-05-31 Thread Ilya Konstantinov
On 5/31/07, Josselin Mouette [EMAIL PROTECTED] wrote: Le mercredi 30 mai 2007 à 13:01 +0300, Ilya Konstantinov a écrit : Package: libgnomevfs2-extra Version: 2.18.1-2 When this package is installed, libgnomevfs gains extra abilities. However, currently gstreamer0.10-gnomevfs has no way

Bug#426694: GStreamer GnomeVFS plugin fails to recognize extra protocols

2007-05-31 Thread Ilya Konstantinov
On 5/31/07, Josselin Mouette [EMAIL PROTECTED] wrote: This looks like a design flaw. Yes, see the bug I referenced in the original bug report. It contains the developers' discussion on addressing this flaw properly. As you could see, it's not trivial. The only way to make it work correctly

Bug#426694: GStreamer GnomeVFS plugin fails to recognize extra protocols

2007-05-31 Thread Ilya Konstantinov
On 5/31/07, David Schleef [EMAIL PROTECTED] wrote: - Core checks a well known file (/var/cache/gstreamer-0.10 /plugin-timestamp) at the same time as all the .so file timestamps. If this timestamp is not the same as what is contained in the registry, the core forces a regeneration of

Bug#426694: GStreamer GnomeVFS plugin fails to recognize extra protocols

2007-05-30 Thread Ilya Konstantinov
Package: libgnomevfs2-extra Version: 2.18.1-2 When this package is installed, libgnomevfs gains extra abilities. However, currently gstreamer0.10-gnomevfs has no way of knowing this (see GStreamer bug 350477 [1]) and therefore if GStreamer has already registered the GnomeVFS plugin, it won't be

Bug#374006: bluez-pin in D-BUS mode crashes when user presses Cancel

2006-06-16 Thread Ilya Konstantinov
Package: bluez-pin Version: 0.30-2.1 bluez-pin in D-BUS mode crashes when user presses the Cancel button. Attached is a simple patch to avoid this. Since the bluez hcid does have any official reply to refuse a PIN, we simply send out a reply without the PIN argument. --- pin-dbus.c.old

Bug#365295: Xsession.options(5) manpage doesn't cover use-session-dbus

2006-04-28 Thread Ilya Konstantinov
Package: x11-common Version: 1:7.0.14 While the distro /etc/X11/Xsession.options contains the use-session-dbus option (which is supported by /etc/X11/Xsession.d/75dbus_dbus-launch, owned by dbus package), the Xsession.options(5) manpage does not cover it. -- To UNSUBSCRIBE, email to

Bug#362754: Removal of RC5 and MDC2 algorithms is not clearly documented

2006-04-15 Thread Ilya Konstantinov
Package: libssl0.9.8 Version: 0.9.8a-8 Although the library is modified from its default form of including RC5 and MDC2, there's no README describing those changes clearly to developers. This is very problematic since the removal of the algorithms modifies the library's exported functions.

Bug#362754: [Pkg-openssl-devel] Bug#362754: Removal of RC5 and MDC2 algorithms is not clearly documented

2006-04-15 Thread Ilya Konstantinov
Kurt Roeckx wrote: Note that all of them have been removed since 0.9.6b-3 (in 2001) because of patent problems. You really can't say that we modified the library's exported functions, since it never had them in the first place. They only existed in non-us, in a library with different soname.

Bug#347476: Support for /proc/pid/smaps for RSS field

2006-01-10 Thread Ilya Konstantinov
Package: procps Version: 3.2.6 Since Linux kernel 2.6.14, /proc/pid/smaps was added. This file gives information about the RSS usage of each mapping, which is a very useful value for memory usage profiling and optimization. The pmap utility should use this file, when available. -- To

Bug#312818: bug #312818

2005-08-14 Thread Ilya Konstantinov
I saw #312818 closed, but i'm not sure the problem is really fixed. Can you try it? It didn't work for me. Are you using pmount or fstab-sync along with HAL? If you're using pmount, please see my note about pmount in the bug. pmount uses a different mechanism for determining the iocharset

Bug#312817: ipod-music-player.fdi is invalid XML

2005-06-10 Thread Ilya Konstantinov
Package: hal Version: 0.4.8-1 ipod-music-player.fdi is invalid XML and therefore is not used by HAL. # xmllint /usr/share/hal/fdi/20freedesktop/ipod-music-player.fdi /usr/share/hal/fdi/20freedesktop/ipod-music-player.fdi:10: parser error : Opening and ending tag mismatch: merge line 10 and

Bug#312818: iso9660 volumes should have utf8 option

2005-06-10 Thread Ilya Konstantinov
Package: hal Version: 0.4.8-1 Just like vfat volumes, iso9660 volumes should have the utf8 option set. This could probably be done by modifying /usr/share/hal/fdi/90defaultpolicy/storage-policy.fdi, adding a similar entry for iso9660 as already exists for vfat. -- To UNSUBSCRIBE, email to

Bug#312822: iso9660 filesystem not marked as supporting iocharset

2005-06-10 Thread Ilya Konstantinov
Package: pmount Version: 0.8-2 In fs.c, the 'iso9660' filesystem isn't marked as supporting the 'iocharset' mount option (whereas it really does -- and it's useful for Joliet-extended volumes). The attached patch remedies that. --- fs.c.old2005-06-10 13:11:52.579255696 +0300 +++ fs.c

Bug#312822: Correction

2005-06-10 Thread Ilya Konstantinov
Whoops. Attached a reversed patch previously. Here's a correct one. --- fs.c.old2005-06-10 13:11:52.579255696 +0300 +++ fs.c2005-01-31 18:24:12.0 +0200 @@ -20,7 +20,7 @@ */ static struct FS supported_fs[] = { { udf, rw,nosuid,nodev,user, 1, 007, 1 }, -{ iso9660,

Bug#290492: libgdiplus includes a pkg-config file

2005-01-14 Thread Ilya Konstantinov
Package: libgdiplus Version: 1.0.4-1 The pkg-config file shipped with libgdiplus requires cairo, whose pkg-config file is installed with libcairo1-dev. There's no reason to require libcairo1-dev with libgdiplus, so we should rather move the pkg-config file into a new libgdiplus-dev package,