[Bug 252949] Re: Only black canvas for tiff and jpeg derivative files

2008-07-30 Thread stani
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

[Bug 237359] Re: Phatch opens too big on an eee pc laptop

2008-07-30 Thread stani
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

[Bug 252949] Re: Only black canvas for tiff and jpeg derivative files

2008-07-31 Thread stani
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

[Bug 234788] Re: Phatch doesn't support 24bpp & decoder group4 TIF

2008-07-31 Thread stani
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

[Bug 252949] Re: Only black canvas for tiff and jpeg derivative files

2008-07-31 Thread stani
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

[Bug 252949] Re: Only black canvas for tiff and jpeg derivative files

2008-07-31 Thread stani
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

[Bug 252949] Re: Only black canvas for non RGB(A) images such as CMYK

2009-06-19 Thread stani
** 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

[Bug 370839] Re: kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on python-wxgtk2.6

2009-06-05 Thread stani
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

[Bug 393183] Re: phatch won't start when no left space on hard disk

2009-06-28 Thread stani
** 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

[Bug 393183] Re: phatch won't start when no left space on hard disk

2009-06-28 Thread stani
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

[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

2009-05-27 Thread stani
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

[Bug 377044] Re: SPE fails to run any scripts after upgrade to jaunty

2009-05-22 Thread stani
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

[Bug 377044] Re: SPE fails to run any scripts after upgrade to jaunty

2009-05-22 Thread stani
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

[Bug 370839] Re: dependencies of SPE create errors in wxPython-apps and in SPE too

2009-05-22 Thread stani
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

[Bug 366649] Re: spe 0.8.4 should not depend on wxgtk2.6

2009-05-22 Thread stani
*** 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

[Bug 357343] Re: SPE.py crashed with AttributeError in OnIdle()

2009-05-22 Thread stani
*** 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

[Bug 288724] Re: spe deps: kiki and python-wxglade to suggest

2009-05-22 Thread stani
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

[Bug 299212] Re: clutter should be on the autocompletion blacklist

2009-05-22 Thread stani
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

[Bug 282075] Re: Unable to insert "space" in SPE

2009-05-22 Thread stani
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

[Bug 370839] Re: dependencies of SPE on python-wxgtk2.6 create errors in wxPython-apps and in SPE too

2009-05-22 Thread stani
@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

[Bug 379573] [NEW] since Jaunty python-wxgtk2.6 should not take priority by default over python-wxgtk2.8

2009-05-22 Thread stani
;') 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

[Bug 377044] Re: SPE fails to run any scripts after upgrade to jaunty

2009-05-23 Thread stani
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

[Bug 377044] Re: SPE fails to run any scripts after upgrade to jaunty

2009-05-23 Thread stani
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.

[Bug 370839] Re: kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on python-wxgtk2.6

2009-05-23 Thread stani
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

[Bug 370839] Re: kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on python-wxgtk2.6

2009-05-23 Thread stani
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

[Bug 370839] Re: kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on python-wxgtk2.6

2009-05-23 Thread stani
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

[Bug 379858] [NEW] ubuntu patch for kiki copies source code inside itself

2009-05-23 Thread stani
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

[Bug 379858] Re: ubuntu patch for kiki copies source code inside itself

2009-05-23 Thread stani
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

[Bug 255770] Re: wammu crashed with ImportError in ()

2009-05-23 Thread stani
@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

[Bug 335593] Re: python-wxversion depends on python-wxgtk2.8 Package python-wxgtk2.8 is not installed.

2009-05-23 Thread stani
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

[Bug 370839] Re: kiki should depend on python-wxgtk2.6 or python-wxgtk2.8, not just on python-wxgtk2.6

2009-05-23 Thread stani
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

[Bug 349723] Re: package python-wxgtk2.6 2.6.3.2.2-3ubuntu3 failed to install/upgrade:

2009-05-23 Thread stani
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

[Bug 336508] Re: kiki crashed with ImportError in ()

2009-05-23 Thread stani
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

[Bug 351351] Re: bp.py crashed with VersionError in select()

2009-05-23 Thread stani
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

[Bug 371473] Re: Wouldn't load on instalation of Ubuntu system upgrade

2009-05-23 Thread stani
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

[Bug 379573] Re: not possible to switch between python-wxgtk2.6 or python-wxgtk2.8 as the default wxPython in Jaunty

2009-05-23 Thread stani
** 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

[Bug 379573] Re: sudo update-alternatives does not configure the default python-wxgtk in Jaunty

2009-05-23 Thread stani
$ 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

[Bug 282075] Re: Unable to insert "space" in SPE

2009-05-24 Thread stani
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

[Bug 379858] Re: ubuntu patch for kiki copies source code inside itself

2009-05-25 Thread stani
"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

[Bug 377044] Re: SPE fails to run any scripts after upgrade to jaunty

2009-05-25 Thread stani
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

[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

2009-05-26 Thread stani
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

[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

2009-05-26 Thread stani
** 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

[Bug 379573] Re: sudo update-alternatives does not configure the default python-wxgtk in Jaunty

2009-05-27 Thread stani
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 =>

[Bug 211962] Re: keyjnote exits with OpenGL error

2009-05-04 Thread stani
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:

[Bug 332210] Re: since an upgrade to jaunty the rc.local is not loaded at startup

2009-05-18 Thread stani
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

[Bug 234788] Re: Phatch doesn't support decoder group4 TIF

2009-05-20 Thread stani
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

[Bug 151102] Re: [needs-packaging] sk1 vector graphics editor (supports Corel Draw files)

2009-05-20 Thread stani
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

[Bug 70887] Re: Crash when closing a simple program

2008-09-25 Thread stani
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

[Bug 84037] Re: Boa Constructor crash

2008-09-25 Thread stani
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

[Bug 70887] Re: Crash when closing a simple program

2008-09-25 Thread stani
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

[Bug 88794] Re: [apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2008-09-25 Thread stani
** 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. --

[Bug 88794] Re: [apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2008-09-25 Thread stani
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

[Bug 88794] Re: [apport] python crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()

2008-09-25 Thread stani
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()

[Bug 113462] Re: [apport] python2.5 crashed with SIGSEGV in wxSizerItem::IsShown()

2008-09-25 Thread stani
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

[Bug 113462] Re: [apport] python2.5 crashed with SIGSEGV in wxSizerItem::IsShown()

2008-09-25 Thread stani
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

[Bug 122925] Re: wxglade.py crashed with PyDeadObjectError in __getattr__

2008-09-25 Thread stani
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

[Bug 232436] Re: Can't change folder settings in Save Action (Slovak)

2008-05-30 Thread stani
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

[Bug 228259] Re: Can't use N, O, S and Q when adding text

2008-05-30 Thread stani
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

[Bug 236282] [NEW] Phatch depends on locate to find fonts

2008-05-31 Thread stani
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

[Bug 236282] Re: Phatch depends on locate to find fonts

2008-05-31 Thread stani
** 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

[Bug 236282] Re: Phatch depends on locate to find fonts

2008-05-31 Thread stani
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. -

[Bug 236282] Re: Phatch depends on locate to find fonts

2008-05-31 Thread stani
** 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@

[Bug 236462] Re: Phatch cannot manipulate with color indexed png

2008-06-01 Thread stani
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

[Bug 236462] Re: Phatch cannot manipulate with color indexed png

2008-06-01 Thread stani
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: /

[Bug 236462] Re: Phatch cannot manipulate with color indexed png

2008-06-01 Thread stani
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 =

[Bug 236462] Re: Phatch cannot manipulate with color indexed png

2008-06-01 Thread stani
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.

[Bug 236548] [NEW] Phatch can't process interlaced png images

2008-06-01 Thread stani
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&

[Bug 236548] Re: Phatch can't process interlaced png images

2008-06-01 Thread stani
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

[Bug 236462] Re: Pyexiv2 crashes on color indexed png

2008-06-01 Thread stani
** 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.

[Bug 234788] Re: Phatch doesn't support 24bpp & decoder group4 TIF

2008-07-21 Thread stani
@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

[Bug 241976] Re: decoder group4 not available

2008-07-21 Thread stani
*** 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

[Bug 237359] Re: Phatch opens too big on an eee pc laptop

2008-07-21 Thread stani
** 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

[Bug 274085] Re: Please update Ekiga to 3.00

2008-10-08 Thread stani
"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

[Bug 255626] Re: package phatch 0.1.5-1 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2008-08-07 Thread stani
>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

[Bug 255626] Re: package phatch 0.1.5-1 failed to install/upgrade: vereistenproblemen - blijft ongeconfigureerd

2008-08-08 Thread stani
** 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

[Bug 225125] Re: /etc/ssl/private/ssl-cert-snakeoil.key is world readable

2008-06-18 Thread stani
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

[Bug 225125] Re: /etc/ssl/private/ssl-cert-snakeoil.key is world readable

2008-06-18 Thread stani
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

[Bug 225125] Re: /etc/ssl/private/ssl-cert-snakeoil.key is world readable

2008-06-19 Thread stani
@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

[Bug 214539] Re: Phatch is unusable for specific themes

2008-05-20 Thread stani
@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

[Bug 232436] Re: Can't change folder settings in Action (Save)

2008-05-21 Thread stani
** 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

[Bug 232436] Re: Can't change folder settings in Action (Save)

2008-05-21 Thread stani
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'

[Bug 232436] Re: Can't change folder settings in Action (Save)

2008-05-21 Thread stani
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

[Bug 214539] Re: Phatch is unusable for specific themes

2008-05-21 Thread stani
** 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

[Bug 220630] Re: droplet functionality is broken

2008-05-21 Thread stani
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

[Bug 219558] Re: Integer error with shadow effect

2008-05-21 Thread stani
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

[Bug 215714] Re: The path for python extensions should reflect the 2.0 api

2008-05-21 Thread stani
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

[Bug 215714] Re: The path for python extensions should reflect the 2.0 api

2008-05-21 Thread stani
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

[Bug 232436] Re: Can't change folder settings in Save Action (Slovak)

2008-05-23 Thread stani
+_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

[Bug 234788] Re: 24bpp TIF: IOError: cannot identify image file

2008-05-25 Thread stani
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)

[Bug 228259] Re: Can't use N, O, S and Q when adding text

2008-05-29 Thread 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

[Bug 228259] Re: Can't use N, O, S and Q when adding text

2008-05-29 Thread stani
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

[Bug 234788] Re: 24bpp TIF: IOError: cannot identify image file

2008-05-30 Thread stani
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

[Bug 228259] Re: Can't use N, O, S and Q when adding text

2008-05-30 Thread stani
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

[Bug 234788] Re: 24bpp TIF: IOError: cannot identify image file

2008-06-08 Thread stani
@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

[Bug 133690] Re: bug with my broadcom bluetooth usb dongle

2008-06-09 Thread stani
@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

[Bug 234788] Re: Phatch doesn't support 24bpp & decoder group4 TIF

2009-02-16 Thread stani
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

[Bug 234788] Re: Phatch doesn't support 24bpp & decoder group4 TIF

2009-04-14 Thread stani
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

Re: [Bug 282075] Re: Unable to insert "space" in SPE

2009-08-06 Thread stani
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

[Bug 124896] Re: [GUTSY] spe crashed with AttributeError in LoadFile()

2007-10-25 Thread stani
@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

[Bug 87844] Re: [apport] spe crashed with AttributeError in skip()

2007-10-25 Thread stani
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   2   3   4   >