** Changed in: pyroom (Debian)
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/367990
Title:
Program crashes on startup
To manage notifications about this bug g
This bug was fixed in the package pyroom - 0.4.1-2ubuntu0.1
---
pyroom (0.4.1-2ubuntu0.1) lucid-proposed; urgency=low
* debian/patches:
+ Added patch to fix crash when LANGUAGE is set. Thanks to Jakub Wilk
for patch (LP: #367990)
-- Philip MuskovacSun, 05 Sep 2010 22
Works fine for me with the package from lucid-proposed.
** Tags added: verification-done
** Tags removed: verification-needed
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ub
** Branch linked: lp:ubuntu/lucid-proposed/pyroom
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://list
Accepted pyroom into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!
** Tags added: verification-needed
--
P
Uploaded and pending review by ubuntu-sru.
(Subscribed ubuntu-release by accident, sorry)
** Changed in: pyroom (Ubuntu Lucid)
Status: New => Fix Committed
** Changed in: pyroom (Ubuntu Lucid)
Importance: Undecided => Medium
--
Program crashes on startup
https://bugs.launchpad.net/bu
** Also affects: pyroom (Ubuntu Lucid)
Importance: Undecided
Status: New
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-b
Filed a merge request for a lucid SRU.
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://lists.ubuntu.co
** Description changed:
- I downloaded pyroom 0.4.1, and when I start the program I get this
- message:
+ PyRoom crashes on startup.
+ The bug is fixed in maverick as the patch was applied in debian and the
+ packaged synced from there.
+
+ TEST CASE:
+ 1) install pyroom
+ 2) start if from the
Fix in lp:pyroom is different from the patch.
** Tags added: patch-rejected-upstream
** Tags removed: patch
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-
Fixed in maverick:
pyroom (0.4.1-4) unstable; urgency=low
* debian/patches:
+ Added patch to fix crash when LANGUAGE is set. Thanks to Jakub Wilk
for patch (Closes: #584478)
-- Kartik Mistry Fri, 04 Jun 2010 09:16:07 +0530
** Bug watch added: Debian Bug tracker #584478
http:
** Tags added: patch
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://lists.ubuntu.com/mailman/listinfo
it's fixed in trunk for quite a while now, however we haven't made any
release since then.
The current translations situation is blocking new releases for now.
C.f. http://blog.pyroom.org/2010/03/help-wanted-translations-
management.html
--
Program crashes on startup
https://bugs.launchpad.net/b
Could you try using the trunk version of pyroom? We have made some changes
recently to the locale handling that may have fixed this.
bzr branch lp:pyroom
cd pyroom
./pyroom
On 30 August 2010 09:05, Yalçın Can <367...@bugs.launchpad.net> wrote:
> I have the same problem, I'm using Ubuntu Lucid.
>
I have the same problem, I'm using Ubuntu Lucid.
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://lists
Slackware 13.1 64 bits and pyroom-0.4.1
$ env | grep LANGUAGE
LANGUAGE=es_ES
$ python --version
Python 2.6.4
# Debugging a bit in /usr/lib64/python2.6/site-packages/PyRoom/__init__.py
>>> print languages_used
['es_ES', ['es_ES']]
# Ooops not a plain list
Patch attached.
** Patch added: "Patch
Slackware 13.1 64 bits and pyroom-0.4.1
$ env | grep LANGUAGE
LANGUAGE=es_ES
$ python --version
Python 2.6.4
# Debugging a bit in /usr/lib64/python2.6/site-packages/PyRoom/__init__.py
>>> print languages_used
['es_ES', ['es_ES']]
# Ooops not a plain list
Patch attached.
** Patch added: "Patch
To stick with the original menu entry its:
sh -c "LANGUAGE='' pyroom %F"
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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
$ cat /etc/environment
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
LANGUAGE="de_DE:de:en"
LANG="de_DE.UTF-8"
DISPLAY=":0.0"
MANWIDTH="80"
__GL_SYNC_TO_VBLANK="1"
I guess this really depends on the LANGUAGE-variable. What's the
difference between LANG and LANGUAG
Thanks to Csomortáni Hunor.
This worked for me. You can easily workaround this bug by starting
pyroom the following way:
>From a Terminal:
LANGUAGE='' pyroom &
In Gnome via ALT+F2 you type in:
sh -c "LANGUAGE='' pyroom"
And all your pyroom menu entries change to:
sh -c "LANGUAGE='' pyroom"
Wo
This bug is not fixed in 0.4, unless 0.4.1 contains a regression. I have
0.4.1 and am affected by this bug.
** Changed in: pyroom/0.4
Status: Fix Committed => Confirmed
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are
Bug reproduced on fresh install of Xubuntu Lucid 10.04
Here's the output:
---
Traceback (most recent call last):
File "/usr/bin/pyroom", line 35, in
import sys, PyRoom.cmdline
File "/usr/lib/python2.6/dist-packages/PyRoom/__init__.py", line 34, in
fallback=True)
File "/usr/lib/pyt
I have just experienced this in Lucid beta.
I installed from Ubuntu's repositories.
** Changed in: pyroom (Ubuntu)
Status: New => Confirmed
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are a member of Ubuntu
Bugs, whic
Same error.
PyRoom 0.4.1
Ubuntu 9.10
Error occurred after changing desktop language from en-us to hungarian
and persisted even after switching back to en-us.
Don't know it it was a good idea but I managed to get rid of it by
setting a $LANGUAGE from en_US.UTF-8 to nothing.
--
Program crashes on
Yep. I have the same problem of Aslam.
Ubuntu 9.10 amd64
PyRoom 0.4.1
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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.ub
Ubuntu 9.10 amd64
PyRoom 0.4.1-1
This problem persists.
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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 got the exact same error on my updated Ubuntu Karmic Koala 9.10
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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.
Sorry... It was a pure accident with status change.
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://li
** Changed in: pyroom
Status: Fix Committed => Fix Released
** Changed in: pyroom
Status: Fix Released => Fix Committed
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscrib
** Package changed: ubuntu => pyroom (Ubuntu)
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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://lists.ub
** Also affects: ubuntu
Importance: Undecided
Status: New
--
Program crashes on startup
https://bugs.launchpad.net/bugs/367990
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.ubunt
31 matches
Mail list logo