Please attach your action list (*.phatch file) and if possible an
example image, so I can reproduce your issue.
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Incomplete
--
Only black canvas for tiff and jpeg derivative files
Fiz released in Phatch 0.1.5
** Changed in: phatch
Status: Fix Committed => Fix Released
--
Phatch opens too big on an eee pc laptop
https://bugs.launchpad.net/bugs/237359
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
Thanks for reporting this bug. By mistake the background colour only
works for RGBA images. I will fix it in Phatch 0.1.6. In the meantime
you can solve this problem, by adding a convert action to RGBA first.
I've added your action list as an example. This will do the job for you.
I also simplified
Can someone set the importance of this bug to 'wishlist' on
phatch(ubuntu)?
--
Phatch doesn't support 24bpp & decoder group4 TIF
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs maili
age.new(image.mode,new_size,background_colour)
+else:
+new_canvas = Image.new('RGB',new_size,background_colour)
+new_canvas = new_canvas.convert(image.mode)
new_canvas.paste(image,(x,y))
return new_canvas
$ bzr commit -m "fix canvas action for n
Can someone set the importance of this to low, as it is possible to
solve the issue with the right actionlist?
** Changed in: phatch (Ubuntu)
Status: Confirmed => In Progress
** Summary changed:
- Only black canvas for tiff and jpeg derivative files
+ Only black canvas for non RGB(A) imag
** Changed in: phatch (Ubuntu)
Status: Fix Committed => Fix Released
--
Only black canvas for non RGB(A) images such as CMYK
https://bugs.launchpad.net/bugs/252949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
in python-wxgtk2.6 is displayed and that
+ kiki is incompatible with python-wxgtk2.8
+
+
+ 2) Therefore I (stani) propose a fix, which changes three lines:
+ 2.a kiki.py: it let kiki use both python-wxgtk2.6 and python-wxgtk2.8
+ 2.b kiki.py: it removes the deprecated class (wx.NotebookSizer) of
pytho
** Changed in: phatch (Ubuntu)
Status: New => Confirmed
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
** Also affects: phatch
Importance: Undecided
Status: New
** Changed in: phatch
Importance: Undecided => Low
** Changed i
Fixed in Phatch PPA. It will now display a nice error message in the
terminal.
** Changed in: phatch
Status: Confirmed => Fix Committed
--
phatch won't start when no left space on hard disk
https://bugs.launchpad.net/bugs/393183
You received this bug notification because you are a member
After some effort, I could add write support as well. Right now this
feature is beta, so it will need good testing. So Balint, Fevrin and
ironpony I count on you. It seems to handle all files well which were
included in this bug report or sent to me.
** Changed in: phatch
Status: In Progres
N
(2, 6, 3, 2, '')
3) SPE should choose to use wxPython 2.8
4) SPE should still be able to use wxPython 2.6 for debian, unless
debian has now full support for wxpython 2.8
** Changed in: spe (Ubuntu)
Status: New => Confirmed
** Changed in: spe (Ubuntu)
Assignee: (unassigned
The minimal patch is only changing one line:
sudo gedit /usr/bin/spe
Change this line:
MIN_WX_VERSION = '2.5.4.1'
into:
MIN_WX_VERSION = '2.8'
After that you can run your scripts happily again. I'll prepare an
official patch and attach it to this bug.
** Changed in: spe (Ubuntu)
Status
Status: New => In Progress
** Changed in: spe (Ubuntu)
Assignee: (unassigned) => stani (stani)
** Summary changed:
- dependencies of SPE create errors in wxPython-apps and in SPE too
+ dependencies of SPE on python-wxgtk2.6 create errors in wxPython-apps and in
SPE too
--
depend
*** This bug is a duplicate of bug 370839 ***
https://bugs.launchpad.net/bugs/370839
** This bug has been marked a duplicate of bug 370839
dependencies of SPE on python-wxgtk2.6 create errors in wxPython-apps and in
SPE too
--
spe 0.8.4 should not depend on wxgtk2.6
https://bugs.launchpa
*** This bug is a duplicate of bug 377044 ***
https://bugs.launchpad.net/bugs/377044
** This bug has been marked a duplicate of bug 377044
SPE fails to run any scripts after upgrade to jaunty
--
SPE.py crashed with AttributeError in OnIdle()
https://bugs.launchpad.net/bugs/357343
You rece
As far as I can see kodos depends on python-qt3. If you have a
suggestion for a better wx or gtk based regular expression editor, I'm
open for it.
--
spe deps: kiki and python-wxglade to suggest
https://bugs.launchpad.net/bugs/288724
You received this bug notification because you are a member of
brarian.net/27057774/Schermafdruk-unnamed%20%2A%20-%20%20-%20SPE%200.8.4.h.png
** Changed in: spe (Ubuntu)
Status: New => Invalid
** Changed in: spe (Ubuntu)
Assignee: (unassigned) => stani (stani)
--
clutter should be on the autocompletion blacklist
https://bugs.launchpad.net/bugs/29
Can you retry this on Jaunty? I can't reproduce it. Do you have the same
issue if you log in in Ubuntu with the english language. It might be a
wxpython or scintilla bug in combination with your locale.
--
Unable to insert "space" in SPE
https://bugs.launchpad.net/bugs/282075
You received this bu
@Alessio:
I know that is why I will add this OR dependency as well to kiki. Kiki should
run fine with 2.6, if not I'll fix it.
--
dependencies of SPE on python-wxgtk2.6 create errors in wxPython-apps and in
SPE too
https://bugs.launchpad.net/bugs/370839
You received this bug notification becaus
;')
The behaviour in Jaunty looks like a bug to me.
Moreover in Jaunty 2.8 seems to be configured as the default:
$ ls /etc/alternatives | grep wx
wx2.5.pth
wx2.6.pth
$ sudo update-alternatives --config wx2.6.pth
[sudo] password for stani:
Er zijn 2 alternatieve
This a debdiff patch for Karmic. I'll prepare one for Jaunty too.
** Attachment added: "spe_0.8.4.h-1ubuntu1.debdiff"
http://launchpadlibrarian.net/27096263/spe_0.8.4.h-1ubuntu1.debdiff
--
SPE fails to run any scripts after upgrade to jaunty
https://bugs.launchpad.net/bugs/377044
You received
Assignee: stani (stani) => (unassigned)
--
SPE fails to run any scripts after upgrade to jaunty
https://bugs.launchpad.net/bugs/377044
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.
ntu)
Assignee: (unassigned) => stani (stani)
--
kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on
python-wxgtk2.6
https://bugs.launchpad.net/bugs/370839
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubunt
This a debdiff patch for Karmic.
** Attachment added: "kiki_0.5.6-3.1ubuntu2.debdiff"
http://launchpadlibrarian.net/27099210/kiki_0.5.6-3.1ubuntu2.debdiff
--
kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on
python-wxgtk2.6
https://bugs.launchpad.net/bugs/370839
You recei
This is a debdiff patch for Jaunty.
** Attachment added: "kiki_0.5.6-3.1ubuntu1.9.04.debdiff"
http://launchpadlibrarian.net/27099231/kiki_0.5.6-3.1ubuntu1.9.04.debdiff
** Changed in: kiki (Ubuntu)
Status: In Progress => Confirmed
** Changed in: kiki (Ubuntu)
As
Public bug reported:
Binary package hint: kiki
The kiki patch looks strange:
http://patches.ubuntu.com/k/kiki/kiki_0.5.6-3.1ubuntu1.patch
$ apt-get source kiki
$ ls -la kiki-0.5.6/
totaal 120
drwxr-xr-x 5 stani stani 4096 2009-05-23 23:44 .
drwxr-xr-x 3 stani stani 4096 2009-05-23 23:44
Take note that another bug of kiki is also actual:
https://bugs.launchpad.net/ubuntu/+source/kiki/+bug/370839
--
ubuntu patch for kiki copies source code inside itself
https://bugs.launchpad.net/bugs/379858
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
@Mathieu Marquer
I tried both with:
- python-wxgtk2.6 only installed
- python-wxgtk2.8 only installed
... and both work fine.
Feel free to reopen this bug in case you still encounter the error.
Matthieu you can for example remove python-wxgtk2.6 by:
$ sudo dpkg -r --force-depends python-wxgtk2.6
Is this still the case? I could not reproduce this bug.
** Changed in: wxwidgets2.6 (Ubuntu)
Status: New => Incomplete
** Changed in: wxwidgets2.6 (Ubuntu)
Assignee: (unassigned) => stani (stani)
--
python-wxversion depends on python-wxgtk2.8 Package python-wxgtk2.8
BTW my fixes also solve the Deprecation warning when running kiki with
python-wxgtk2.6:
$ kiki
/usr/lib/python2.6/dist-packages/kiki/kiki.py:320: DeprecationWarning:
NotebookSizer is no longer needed.
TopPaneSizer.Add(wx.NotebookSizer(self.Notebook), 1, wx.EXPAND, 0)
--
kiki should depend on
This seems to be fixed. Feel free to open this bug if you still have an
issue.
** Changed in: wxwidgets2.6 (Ubuntu)
Status: New => Fix Released
** Changed in: wxwidgets2.6 (Ubuntu)
Assignee: (unassigned) => stani (stani)
--
package python-wxgtk2.6 2.6.3.2.2-3ubuntu3 fai
t;regenerate the kiki.wxg by the python-wxGlade" or change only two lines like
in my patch
** Changed in: kiki (Ubuntu)
Status: New => Fix Released
** Changed in: kiki (Ubuntu)
Assignee: (unassigned) => stani (stani)
--
kiki crashed with ImportError in ()
https://bugs
I have both wxpython 2.6 and 2.8 installed. It seems to be fixed, as
everything runs fine (except from some warnings which can safely be
ignored):
$ sudo apt-get install bitpim
[sudo] password for stani:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De status
I think this is now fixed. Could you try if it works now and mark the
bug as fixed released?
$ sudo apt-get install boa-constructor
[sudo] password for stani:
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De status informatie wordt gelezen... Klaar
De
** Summary changed:
- since Jaunty python-wxgtk2.6 should not take priority by default over
python-wxgtk2.8
+ not possible to switch between python-wxgtk2.6 or python-wxgtk2.8 as the
default wxPython in Jaunty
--
not possible to switch between python-wxgtk2.6 or python-wxgtk2.8 as the
default
$ sudo update-alternatives --config wx2.6.pth
[sudo] password for stani:
Er zijn 2 alternatieven die 'wx2.6.pth' voorzien.
SelectieAlternatieven
---
*+1/usr/lib/wx/python/wx2.8.pth
2/usr/lib/wx/pytho
if the issue is
also present there?
http://pythonide.blogspot.com/2007/02/how-to-download-latest-spe-from_26.html
** Changed in: spe (Ubuntu)
Status: New => Incomplete
** Changed in: spe (Ubuntu)
Assignee: (unassigned) => stani (stani)
--
Unable to insert "space&quo
"A new kiki version would fix the issue in a later release."
Well, this would be true if kiki was still being developed, but upstream
development has stopped 5 years ago. It causes no harm, so for me it's
ok not to fix it. So feel free to put the bug status on "Won't fix". I
only got confused afte
properly with python-wxgtk2.8 SPE
will start, but will fail to run any script. This is a severe regression as it
makes SPE partly unusable since Jaunty.
+
+ 2) Therefore I (stani) propose a fix, which changes two lines:
+ - _spe/SPE.py: it forces spe to select python-wxgtk2.6
+ - debian/control
Good news, I've just implemented read support for any type of tiff file
(group4, zip, jpeg, lzw, ...). I could do this by implementing another
backend next to PIL for Phatch. For compressed tiff files it will use
libtiff-tools, which are also available for other platforms such as
Windows. Of course
** Changed in: phatch
Importance: Medium => High
--
Phatch doesn't support decoder group4 TIF
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
The problem seems to be that wx-2.6-gtk2-unicode.pth and
wx-2.8-gtk2-unicode.pth are present in /usr/lib/python2.*/dist-packages.
Removing these two symlinks solves the issue. Probably this needs to be
fixed in python-wxgtk.postinst
** Changed in: wxwidgets2.8 (Ubuntu)
Status: Confirmed =>
binutils fixed keyjnote for me on ubuntu intrepid
--
keyjnote exits with OpenGL error
https://bugs.launchpad.net/bugs/211962
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:
I have the same problem with a different script, which starts autossh.
** Changed in: sysvinit (Ubuntu)
Status: Invalid => New
--
since an upgrade to jaunty the rc.local is not loaded at startup
https://bugs.launchpad.net/bugs/332210
You received this bug notification because you are a me
Fix => Confirmed
** Changed in: phatch
Assignee: (unassigned) => stani (stani)
--
Phatch doesn't support decoder group4 TIF
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
Vladimir and I are working now within the Debian PAPT team to get sK1 in
Debian and Ubuntu.
@markus
For now you can use sK1 from my PPA for Jaunty and Intrepid (amd64 bit
included):
http://pythonide.blogspot.com/2009/05/sk1-vector-graphics-editor-is-now.html
https://launchpad.net/~stani/+archive
package, but the code submitted is wrong. (Instead of subclassing the
box sizer he should subclass the wx.Frame.) Also I don't think launchpad
aims to be a user forum for wxpython learning.
** Changed in: wxwidgets2.6 (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: In
Can you check if this bug still happens with the latest boa-constructor
0.6 which is in the repositories now?
--
Boa Constructor crash
https://bugs.launchpad.net/bugs/84037
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
The bug is not related to the package but is a question the author has
learning wxpython.
** Changed in: wxwidgets2.6 (Ubuntu)
Status: Invalid => Incomplete
** Changed in: wxwidgets2.6 (Ubuntu)
Status: Incomplete => Invalid
** bug changed to question:
https://answers.launchpad.n
** Also affects: spe (Ubuntu)
Importance: Undecided
Status: New
--
[apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net/bugs/88794
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
Hi, I'm the author of SPE. This is fixed in Ubuntu Hardy package of SPE.
** Changed in: spe (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Fix Released
--
[apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
https://bugs.launchpad.net
This was a bug in SPE and for sure not a bug in wxwidgets, so I close it
as invalid.
** Changed in: wxwidgets2.6 (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Invalid
--
[apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
Can you describe how to reproduce this bug and report this bug also
upstream?
If this bug is still present, please file it upstream:
http://sourceforge.net/tracker/?group_id=58225&atid=486972
and mention it please also on the mailing list which is very responsive:
https://lists.sourceforge.net/li
Can you describe how to reproduce this bug and report this bug also
upstream?
If this bug is still present, please file it upstream:
http://sourceforge.net/tracker/?group_id=58225&atid=486972
and mention it please also on the mailing list which is very responsive:
https://lists.sourceforge.net/li
If this bug is still present, please file it upstream:
http://sourceforge.net/tracker/?group_id=58225&atid=486972
and mention it please also on the mailing list which is very responsive to this
kind of questions:
https://lists.sourceforge.net/lists/listinfo/wxglade-general
Also make it more easy
Can you please confirm the latest release fixes your problem?
http://sd-2986.dedibox.fr/photobatch/download/index.html
Or you can also try it from my PPA:
https://launchpad.net/~stani/+archive
Please confirm asap so I can upload this to Debian and Ubuntu. I have
verified that it worked myself by
Can you please confirm the latest release fixes your problem?
http://sd-2986.dedibox.fr/photobatch/download/index.html
Or you can also try it from my PPA:
https://launchpad.net/~stani/+archive
Please confirm asap so I can upload this to Debian and Ubuntu. I have
verified that it worked myself by
notification
- add locate as a dependency of Phatch (but is this enough to configure locate
and do updatedb)
This is an important bug as this makes the text action non-functional.
** Affects: phatch
Importance: High
Assignee: stani (stani)
Status: Confirmed
** Affects: phatch
** Description changed:
- Phatch uses locate to find the font files on a linux system. Unfortunately
locate is not installed or configured correctly (to work out of the box) by
default on Hardy. Two solutions are possible:
- - replace locate with find, but this is *much* slower and will need a u
Fix is committed in the bzr repository.
** Changed in: phatch
Status: In Progress => Fix Committed
--
Phatch depends on locate to find fonts
https://bugs.launchpad.net/bugs/236282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
-
** Changed in: phatch
Status: Fix Committed => Fix Released
--
Phatch depends on locate to find fonts
https://bugs.launchpad.net/bugs/236282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@
Can you please confirm the latest release fixes your problem?
http://sd-2986.dedibox.fr/photobatch/download/index.html
Or you can also try it from my PPA:
https://launchpad.net/~stani/+archive
Please confirm asap so I can upload this to Debian and Ubuntu. I have
verified that it worked myself
image = pyexiv2.Image(location)
+image.readMetadata()
except:
return
-image.readMetadata()
#exif & iptc
for keys in [image.exifKeys(),image.iptcKeys()]:
for key in keys:
$ bzr commit -m "fix indexed colour bug for pyexiv2"
Committing to: /
cation)
File "/usr/lib/python2.5/site-packages/phatch/core/pil.py", line 153, in
extract_info_pyexiv2
image.readMetadata()
IOError: Failed to read image data
** Also affects: phatch (Ubuntu)
Importance: Undecided
Status: New
** Changed in: phatch
Importance: Undecided =
This is not a side effect of this fix. This is a known issue, see:
https://bugs.launchpad.net/phatch/+bug/236548
About the nautilus integration, file a separate bug for it and give more
details (which menu entry you choose, etc...)
--
Phatch cannot manipulate with color indexed png
https://bugs.
Public bug reported:
Phatch uses PIL to handle images. PIL does not support interlaced PNGs
at this time (no timetable on when it actually will either). So I won't
be able to fix this bug.
** Affects: phatch
Importance: Wishlist
Assignee: stani (stani)
Status: Won&
Can someone set the importance of this bug for the package phatch in
Ubuntu to wishlist and if possible the status to "won't fix"?
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Confirmed
--
Phatch can't process i
** Summary changed:
- Phatch cannot manipulate with color indexed png
+ Pyexiv2 crashes on color indexed png
--
Pyexiv2 crashes on color indexed png
https://bugs.launchpad.net/bugs/236462
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
@Bálint: The development process doesn't work like that. I do not send
them private emails, I need to refer them to a public available image.
Just shoot a random picture and upload it here.
** Summary changed:
- 24bpp TIF: IOError: cannot identify image file
+ Phatch doesn't support 24bpp & decod
*** This bug is a duplicate of bug 234788 ***
https://bugs.launchpad.net/bugs/234788
** This bug has been marked a duplicate of bug 234788
Phatch doesn't support 24bpp & decoder group4 TIF
--
decoder group4 not available
https://bugs.launchpad.net/bugs/241976
You received this bug notific
** Also affects: phatch (Ubuntu)
Importance: Undecided
Status: New
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => In Progress
--
Phatch opens too big on an eee pc laptop
https://bugs.launchpad.net/bugs/237359
You received th
"Discussion about whether or not to update Ekiga and GIMP took place,
seb128 was s strong proponent of updating both and GIMP is at least
already on his list."
https://lists.ubuntu.com/archives/ubuntu-devel/2008-October/026644.html
--
Please update Ekiga to 3.00
https://bugs.launchpad.net/bugs/27
>From DpkgTerminalLog.txt it looks like python-pyexiv2 is not installable.
>Could you try to install the dependency python-pyexiv2 alone?
sudo apt-get python-pyexiv2
--
package phatch 0.1.5-1 failed to install/upgrade: vereistenproblemen - blijft
ongeconfigureerd
https://bugs.launchpad.net/bugs
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Incomplete
--
package phatch 0.1.5-1 failed to install/upgrade: vereistenproblemen - blijft
ongeconfigureerd
https://bugs.launchpad.net/bugs/255626
You received this bug notification becau
I run into the same problem when trying to install postgresql 8.3 ...
(sorry for the dutch)
$ sudo apt-get dist-upgrade
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
Statusinformatie wordt gelezen... Klaar
Opwaardering wordt doorgerekend... Klaar
0 pakketten opg
After changing the permissions, I could dist-upgrade successfully:
$ sudo ls -l /etc/ssl/private/ssl-cert-snakeoil.key
-rw-r- 1 root ssl-cert 887 2008-04-29 02:46
/etc/ssl/private/ssl-cert-snakeoil.key
--
/etc/ssl/private/ssl-cert-snakeoil.key is world readable
https://bugs.launchpad.net/bu
@Martin
I always do a fresh install, so I did of Hardy as well. I didn't configure
anything manually. I tried to install postgresql on a different machine and no
errors occurred there. So it must be my machine. If you want me to post more
stuff, just tell me.
--
/etc/ssl/private/ssl-cert-snake
@Arthur
You are right on this, as the downloads from the website were built before this
bugfix. I plan to release Phatch 0.1.4 but the rosetta translations have
introduced some new bugs which I want to fix for that release as well.
--
Phatch is unusable for specific themes
https://bugs.launchpa
** Also affects: phatch (Ubuntu)
Importance: Undecided
Status: New
--
Can't change folder settings in Save Action (Slovak)
https://bugs.launchpad.net/bugs/232436
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs m
Marking this as high for the phatch package in Ubuntu, as it makes
Phatch unusable on Slovak.
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Confirmed
** Summary changed:
- Can't change folder settings in Action (Save)
+ Can'
shouldn't be a ":" after
the translated word, so this:
should be (of course with the accents but I don't know how
to type them).
** Changed in: phatch
Importance: Undecided => Critical
Assignee: (unassigned) => stani (stani)
Status: New => Confirmed
--
Ca
** Changed in: phatch
Status: Fix Released => Fix Committed
** Changed in: phatch
Status: Fix Committed => Fix Released
--
Phatch is unusable for specific themes
https://bugs.launchpad.net/bugs/214539
You received this bug notification because you are a member of Ubuntu
Bugs, which
in latest version : 0.1.4.bzr526
** Changed in: phatch
Status: Fix Committed => Fix Released
--
droplet functionality is broken
https://bugs.launchpad.net/bugs/220630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bug
in latest version : 0.1.4.bzr526
** Changed in: phatch
Status: Fix Committed => Fix Released
--
Integer error with shadow effect
https://bugs.launchpad.net/bugs/219558
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bu
in latest version : 0.1.4.bzr526
--
The path for python extensions should reflect the 2.0 api
https://bugs.launchpad.net/bugs/215714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.co
in latest version : 0.1.4.bzr526
** Changed in: phatch
Status: Fix Committed => Fix Released
--
The path for python extensions should reflect the 2.0 api
https://bugs.launchpad.net/bugs/215714
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
+_to_local = untranslated
+_to_english = untranslated
def Set(self,value):
self.SetValue(self._to_local(value))
$ bzr commit -m "fix unicode variables"
Committing to: /home/stani/sync/python/phatch/trunk/
modified phatch/pyWx/lib/popup.py
Committed
Could you please attach such file?
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => Incomplete
** Also affects: phatch
Importance: Undecided
Status: New
** Changed in: phatch
Assignee: (unassigned) => stani (stani)
This is a serious bug for which I will request a backport to Hardy, once
the fixed package is in Intrepid.
** Changed in: phatch (Ubuntu)
Assignee: (unassigned) => stani (stani)
Status: New => In Progress
--
Can't use N, O, S and Q when adding text
https://bugs.launchp
This bug is more wide-spread as I thought. It is present in the Catalan,
Danish, German, French, Italian, Romanian, Russian and Swedish
translations. It renders Phatch unusable for text input. I take this
issue very seriously and I am personally fixing all affected
translations in launchpad to ensu
Thanks. Could you make an image which might be publicly available? The
problem is with the PIL library, so I need to be able to refer to for
other developers.
--
24bpp TIF: IOError: cannot identify image file
https://bugs.launchpad.net/bugs/234788
You received this bug notification because you ar
The fix has been committed to bazaar. I am uploading now to my PPA, so
expect a test release soon.
** Changed in: phatch
Status: In Progress => Fix Committed
--
Can't use N, O, S and Q when adding text
https://bugs.launchpad.net/bugs/228259
You received this bug notification because you a
@shula: Is this a 24bit tiff? Or just a tiff with group4 encoding? If it
is not a 24bit tiff, please file it again as another bug. I might be
able to fix group 4 encoding, but no garantuee for now.
--
24bpp TIF: IOError: cannot identify image file
https://bugs.launchpad.net/bugs/234788
You receiv
@Bart de Koning:
I also have the MSI BToes 2.0 EDR Micro Dongle. Adding this to
/etc/init.d/bluetooth fixes it for me:
(sleep 5 && hciconfig hci0 reset) &
--
bug with my broadcom bluetooth usb dongle
https://bugs.launchpad.net/bugs/133690
You received this bug notification because you are a mem
Unfortunately, I can't fix this bug myself. This has to be fixed in the
underlying PIL image library.
** Changed in: phatch
Status: Incomplete => Triaged
--
Phatch doesn't support 24bpp & decoder group4 TIF
https://bugs.launchpad.net/bugs/234788
You received this bug notification because
This bug should be filed against python-imaging.
** Changed in: phatch (Ubuntu)
Assignee: stani (stani) => (unassigned)
** Changed in: phatch
Assignee: stani (stani) => (unassigned)
** Changed in: phatch
Status: Triaged => Won't Fix
--
Phatch doesn't supp
On 03-08-09 11:10, Nicolas Fairon wrote:
> Same problem on my Ubuntu 9.04 x86_64
> spe 0.8.4.h-1
> python 2.6.2
> wxPython 2.8.9.1
>
>
Which language is your system?
--
Unable to insert "space" in SPE
https://bugs.launchpad.net/bugs/282075
You received this bug notification because you are a
@Steve: This incorrect. SPE is compatible with python 2.3, 2.4 and 2.5,
but not with wxPython2.8
@strottman: This is indeed the most minimal fix possible. However I wouldn't
recommend running SPE with wxPython 2.5, so I would use this line:
wxversion.select('2.6')
But if someone is going to pack
I contacted Philip, but he has no time to package spe. Most packagers use vim
or emacs, so there is no personal interest in this editor. I fully respect
that. So I agree with Scott and hope someone is willing to update spe in the
repository. By the way if you look to all bugs related to spe, ma
1 - 100 of 398 matches
Mail list logo