-
This is easy to fix, just open stylus-toolbox.py and add the following to the import list:
import gettext
Then under the refresh window function around line 247 after def(... add this:
gettext.bindtextdomain('gutenprint')
gettext.textdomain('gutenprint')
After that around line 274 look for this:
if y=='Black':
and change it into this
if y==gettext.gettext('Black'):
do...
2007-12-11 01:23:36 UTC in Stylus Toolbox
-
This one solves the language problem bug http://sourceforge.net/tracker/index.php?func=detail&aid=1843873&group_id=179430&atid=889119.
2007-12-11 01:19:58 UTC in Stylus Toolbox
-
When a CDDA toc file contains one track that references a file ending in .MP3 rather than .mp3 cdrdao complains about not being able to decode the file because it's requested lenght is 0.
If the file name is changed so it ends with .mp3 cdrdao can decode the file.
2007-04-01 02:13:47 UTC in cdrdao
-
Protocol: MSN
Steps to reproduce:
1. mount a storage device like a cd or usb key.
2. send a file stored in that device to someone trough
a conversation window. wait until file transfer finishes.
3. try to umount the device without closing the
conversation window.
Result: umount says that the device is busy. lsof shows
that gaim hasn't closed the file you sent.
Expected result...
2006-09-27 04:39:58 UTC in Pidgin
-
Hi, i'm trying to mount my phone using obexfs serial transport, however, after mounting the device and doing a file listing on the mount point, nothing appears. Here is what i'm doing:
# mount -t fuse "obexfs#-t/dev/tts/USB0" /root/mount/
(no errors printed)
# ls /root/mount/
# <-- i just get the prompt again
# fusermount -u /root/mount/
fusermount: entry for /root/mount...
2006-07-14 00:00:42 UTC in Open OBEX
-
mkzmx committed patchset 15 of module emt to the EMT CVS repository, changing 1 files.
2005-11-04 23:56:23 UTC in EMT
-
mkzmx committed patchset 14 of module emt to the EMT CVS repository, changing 4 files.
2005-11-02 21:20:23 UTC in EMT
-
mkzmx committed patchset 13 of module emt to the EMT CVS repository, changing 3 files.
2005-11-02 19:45:53 UTC in EMT
-
mkzmx committed patchset 12 of module emt to the EMT CVS repository, changing 1 files.
2005-11-02 19:09:11 UTC in EMT
-
mkzmx committed patchset 11 of module emt to the EMT CVS repository, changing 4 files.
2005-10-27 01:42:57 UTC in EMT