[Bug 369245] [NEW] plwm/outline.py uses as as a variable and that is now a keyword on python2.6

2009-04-29 Thread ClovisFabricio
Public bug reported: Binary package hint: python-plwm as is now a keyword on python 2.6, but plwm is using this as a variable name in outline.py The simple fix is to change the variable name to something else, so code can run on python2.6 which is the default for ubuntu 9.04. ** Affects:

[Bug 369245] Re: plwm/outline.py uses as as a variable and that is now a keyword on python2.6

2009-04-29 Thread ClovisFabricio
** Attachment added: Fix to outline.py that replaces as to as_ http://launchpadlibrarian.net/26137041/plwm_outline.py.diff -- plwm/outline.py uses as as a variable and that is now a keyword on python2.6 https://bugs.launchpad.net/bugs/369245 You received this bug notification because you are

[Bug 155125] Re: broffice.org package has a conflict with openoffice.org-common package

2007-11-08 Thread ClovisFabricio
Antonio, after trying to install the defective package your system will be in some unstable state, and just reinstalling openoffice.org-common won't solve it. In my tests I found out that you must force-overwrite of broffice to return the system to some good state before doing something else. --

[Bug 159707] Re: remove partition from places menu

2007-11-05 Thread ClovisFabricio
Pedro, thanks for your verification and response. My report is not a comment. It is a bug that you can't remove the partition from the list. There is an option listed in the places menu, and the user can't mount/umount, read, or access this option. And you can't remove it. That is a BUG. The user

[Bug 159707] Re: remove partition from places menu

2007-11-03 Thread ClovisFabricio
Since this affects nautilus, places menu, drivemount applet, I guess this bug is against gnome-vfs right? ** Changed in: gnome-vfs2 (Ubuntu) Sourcepackagename: None = gnome-vfs2 -- remove partition from places menu https://bugs.launchpad.net/bugs/159707 You received this bug notification

[Bug 158587] Re: All my floppies are read-only on 7.10

2007-11-01 Thread ClovisFabricio
yes! When you add someone to a group that user must logon again for the effects. -- All my floppies are read-only on 7.10 https://bugs.launchpad.net/bugs/158587 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 15179] Re: Users should be discouraged from editing temporary files

2007-10-29 Thread ClovisFabricio
Firefox should have in its preferences a checkbox to make files opened from the web read-only and that box should be ticked by default. There should also be a way to set the directory where it downloads stuff opened (as oposed to saved) and the default should be /tmp You can't save a read-only

[Bug 155877] Re: OpenOffice disappear from gnome menu when install broffice.org in gutsy

2007-10-25 Thread ClovisFabricio
*** This bug is a duplicate of bug 155125 *** https://bugs.launchpad.net/bugs/155125 ** This bug has been marked a duplicate of bug 155125 broffice.org package has a conflict with openoffice.org-common package -- OpenOffice disappear from gnome menu when install broffice.org in gutsy

[Bug 155125] Workaround

2007-10-25 Thread ClovisFabricio
I forced it to overwrite openoffice.org-common's intro.bmp and that seems to work fine: sudo dpkg --force-overwrite -i /var/cache/apt/archives/broffice.org_1%3a2.3.0-1ubuntu5.1_all.deb That way I got back my father's links to broffice and the ability to double-click any of his odt files :) --

[Bug 155125] Patch

2007-10-25 Thread ClovisFabricio
Heres a patch to the file broffice.org.preinst which is causing the issue. ** Attachment added: Fix to broffice.org.preinst http://launchpadlibrarian.net/10175225/broffice.org.patch -- broffice.org package has a conflict with openoffice.org-common package