[Bug 455943] Re: Avatars don't appear

2009-10-22 Thread Alan Bell
for me at least commenting out line 51 of /usr/share/gwibber/ui/templates/defaultcss.mako fixed it background-image: url(''); background-repeat: no-repeat; /* -webkit-border-radius: 3px; */ -webkit-box-reflect:below 0px -webkit-gradient(linear, left top, left bottom, from(transparent)$ }

[Bug 455943] Re: Avatars don't appear

2009-10-22 Thread Alan Bell
it works perfectly on another machine. Could the rendering be graphics card dependent? The one it didn't work on for me is an Intel chipset. -- Avatars don't appear https://bugs.launchpad.net/bugs/455943 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-10-20 Thread Alan Bell
@cantorman, in this instance at least Ubuntu is following Debian, where the package was dropped http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=540475 http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=468602 basically the functionality was duplicated in the core and in another library. ** Bug

[Bug 396286] Re: [Geode LX] [OLPC] 2.6.31-generic: kernel panic near the end of initramfs

2009-10-14 Thread Alan Bell
I think this issue is preventing boot on the OLPC XO-1 hardware, however as the screen never unfreezes it is hard to be certain. -- [Geode LX] [OLPC] 2.6.31-generic: kernel panic near the end of initramfs https://bugs.launchpad.net/bugs/396286 You received this bug notification because you are a

[Bug 436519] [NEW] sametime accounts in empathy listed as New (Null) account

2009-09-25 Thread Alan Bell
Public bug reported: adding a sametime account in Empathy lists it in the account window and various dialog boxes as a new (Null) account ** Affects: ubuntu Importance: Undecided Status: New -- sametime accounts in empathy listed as New (Null) account

[Bug 436537] [NEW] advanced settings not shown in first use wizard makes sametime setup hard

2009-09-25 Thread Alan Bell
Public bug reported: Binary package hint: empathy When first opening empathy it offers to set up chat service accounts, however it does not show the advanced settings options for each protocol. With Sametime it offers the user the opportunity to set the username and password, but not the server.

[Bug 435931] [NEW] karmic alternate CD fails to install

2009-09-24 Thread Alan Bell
Public bug reported: tried the daily build and Karmic alpha 6 karmic-alternate-i386.iso on real hardware and in virtualbox. the install fails with a red screen and a message on tty4 indicating /usr/lib/debbootstrap/pkgdetails is being called with bad parameters ** Affects: ubuntu

[Bug 436066] Re: Human theme vertical scroolbars have borders on maximized windows

2009-09-24 Thread Alan Bell
confirmed with the human karmic theme (new dark brown version) and human in Jaunty. ** Changed in: human-theme (Ubuntu) Status: New = Confirmed -- Human theme vertical scroolbars have borders on maximized windows https://bugs.launchpad.net/bugs/436066 You received this bug notification

[Bug 436142] Re: network-manager depends on old libnm-glib-vpn

2009-09-24 Thread Alan Bell
** Changed in: network-manager (Ubuntu) Status: New = Confirmed -- network-manager depends on old libnm-glib-vpn https://bugs.launchpad.net/bugs/436142 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 429519] Re: orm.py needs to use libxml2 rather than pyxml

2009-09-15 Thread Alan Bell
my first debdiff. It applies the changeset of 1826 to the ubuntu/debian package. It builds in a karmic pbuilder and seems to work fine in general use, and using xpath by creating invoices with account_invoice_layout ** Attachment added: openerp-server_5.0.3-0-1ubuntu1.debdiff

[Bug 429519] Re: orm.py needs to use libxml2 rather than pyxml

2009-09-15 Thread Alan Bell
This should in theory be exactly the same thing, but as a quilt patch. ** Attachment added: 04-python-lxml.patch http://launchpadlibrarian.net/31840232/04-python-lxml.patch -- orm.py needs to use libxml2 rather than pyxml https://bugs.launchpad.net/bugs/429519 You received this bug

[Bug 427447] Re: First run dialog SHOUTS country names

2009-09-15 Thread Alan Bell
** Also affects: openobject-server Importance: Undecided Status: New -- First run dialog SHOUTS country names https://bugs.launchpad.net/bugs/427447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 430177] [NEW] man page not well formed xml for gnome-help

2009-09-15 Thread Alan Bell
Public bug reported: Binary package hint: quilt gnome-help man:quilt XML Parsing Error: not well-formed Location: file:///usr/share/man/man1/quilt.1.gz#x-yelp-index Line Number 396, Column 92:/p/divh2COMMON OPTIONS TO ALL COMMANDS/h2div class=SHdldtspan class=Tag B--trace P/span/dtdd

[Bug 430177] Re: man page not well formed xml for gnome-help

2009-09-15 Thread Alan Bell
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31849822/Dependencies.txt -- man page not well formed xml for gnome-help https://bugs.launchpad.net/bugs/430177 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 343242] Re: python-xml seems to be broken with python-2.6: xpath does not work

2009-09-14 Thread Alan Bell
libxml2 would appear to be the way to do xpath these days. It does require a bit of a rewrite to the code using it and I just filed a bug to address it in openERP https://bugs.launchpad.net/openobject- server/+bug/429519 -- python-xml seems to be broken with python-2.6: xpath does not work

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-09-14 Thread Alan Bell
https://bugs.launchpad.net/openobject-server/+bug/429519 bug to address transition from pyxml to libxml2 -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-09-14 Thread Alan Bell
ok, the server and client have now been released in Karmic and do install. There is a related bug in the way it was done (the code still depends on pyxml) but I will open a new bug for that. ** Changed in: openerp-server (Ubuntu) Status: Confirmed = Fix Released -- openerp-server depends

[Bug 429519] Re: orm.py needs to use libxml2 rather than pyxml

2009-09-14 Thread Alan Bell
the change to tools/convert.py from revision 1826 does appear to have made it into openerp-server, however the corresponding revisions to osv/orm.py, tools/translate.py, wizard/__init__.py do not appear to have been made. I don't understand the code relationship between openobject- server and

[Bug 428769] [NEW] compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Alan Bell
Public bug reported: Binary package hint: xserver-xorg-video-intel I have an intel Atom motherboard with a 945 graphics chip 00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02) the max texture size is 2048 and I have a Samsung 2048x1152

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Alan Bell
** Attachment added: BootDmesg.txt http://launchpadlibrarian.net/31742446/BootDmesg.txt ** Attachment added: CurrentDmesg.txt http://launchpadlibrarian.net/31742447/CurrentDmesg.txt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/31742448/Dependencies.txt **

[Bug 428769] Re: compiz starts with a blank screen on a 2048x1152 monitor

2009-09-13 Thread Alan Bell
forgot to say, with a different monitor with 1024x768 resolution it works just perfectly in Karmic. -- compiz starts with a blank screen on a 2048x1152 monitor https://bugs.launchpad.net/bugs/428769 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 427445] Re: First run dialog has unfriendly title

2009-09-10 Thread Alan Bell
same here, yes that could be a bit tidier ** Changed in: openerp-client (Ubuntu) Status: New = Confirmed -- First run dialog has unfriendly title https://bugs.launchpad.net/bugs/427445 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 427448] Re: Unable to type country name in first run dialog

2009-09-10 Thread Alan Bell
me too, even using caps. No easy way to select the country using the keyboard which is not great for accessibility either. ** Changed in: openerp-client (Ubuntu) Status: New = Confirmed -- Unable to type country name in first run dialog https://bugs.launchpad.net/bugs/427448 You received

[Bug 427447] Re: First run dialog SHOUTS country names

2009-09-10 Thread Alan Bell
I too am being deafened ** Changed in: openerp-client (Ubuntu) Status: New = Confirmed -- First run dialog SHOUTS country names https://bugs.launchpad.net/bugs/427447 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 427447] Re: First run dialog SHOUTS country names

2009-09-10 Thread Alan Bell
the first run survey screen is a glade file located at /usr/share/openerp-client/dia_survey.glade The attached file sorts out the propercase of the country names, the window title and a few other spelling and gramatical errors. It doesn't do typeahead on the combo boxes as that I think requires

[Bug 426786] Re: obscure message when renaming a printer

2009-09-09 Thread Alan Bell
confirmed here in Jaunty when renaming a printer. ** Changed in: cups (Ubuntu) Status: New = Confirmed -- obscure message when renaming a printer https://bugs.launchpad.net/bugs/426786 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 418862] Re: [FFe] Sync openerp-server 5.0.3-0-1 (universe) from Debian unstable (main)

2009-09-06 Thread Alan Bell
should probably sync openerp-client too, which should be straightforward (the current version works fine, but it is probably best that client and server are the same version) I will file a new bug for that. -- [FFe] Sync openerp-server 5.0.3-0-1 (universe) from Debian unstable (main)

[Bug 425089] [NEW] please sync openerp-client (universe) from Debian unstable (main)

2009-09-06 Thread Alan Bell
Public bug reported: Binary package hint: openerp-client https://bugs.launchpad.net/bugs/418862 is a request to sync openerp- server from Debian, the client should also be updated to the same version as the server. debian changelog openerp-client (5.0.3-0-1) unstable; urgency=low *

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-09-06 Thread Alan Bell
and corresponding packaging request for openerp-client https://bugs.launchpad.net/ubuntu/+source/openerp-client/+bug/425089 -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you are a

[Bug 418862] Re: [FFe] Sync openerp-server 5.0.3-0-1 (universe) from Debian unstable (main)

2009-09-06 Thread Alan Bell
https://bugs.launchpad.net/ubuntu/+source/openerp-client/+bug/425089 is the request to sync the client too. -- [FFe] Sync openerp-server 5.0.3-0-1 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/418862 You received this bug notification because you are a member of Ubuntu

[Bug 419509] Re: no tab completion on path that contains a space

2009-09-04 Thread Alan Bell
confirmed working fine in Jaunty, confirmed broken as described in Karmic. -- no tab completion on path that contains a space https://bugs.launchpad.net/bugs/419509 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 54024] Re: WIN key SUPER_L should be mapped to Applications menu

2009-09-04 Thread Alan Bell
the string is in the language files of gnome-panel. This does not seem to be a rosetta/launchpad managed translation and the strings get compiled in to the binary. There seem to be translations for 102 languages. If you get the source of gnome-panel and do grep -r -A 1 Browse and run * you will

[Bug 394845] Re: not seeing mobile broadband with hso driver

2009-09-03 Thread Alan Bell
sorry forgot to close it, this was resolved after a day or two with a network manager update. it worked perfectly for a while, now locks up on removal as per https://bugs.launchpad.net/ubuntu/+bug/418499 -- not seeing mobile broadband with hso driver https://bugs.launchpad.net/bugs/394845 You

[Bug 418862] Re: please sync openerp-server (universe) from Debian unstable (main)

2009-09-02 Thread Alan Bell
thanks for the links, I will try and follow the process, I am a bit of a novice at this. -- please sync openerp-server (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/418862 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 418862] Re: please sync openerp-server (universe) from Debian unstable (main)

2009-09-02 Thread Alan Bell
oh heck, I should have mangled those email addresses, I thought Launchpad did that automatically. Can it be edited? -- please sync openerp-server (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/418862 You received this bug notification because you are a member of Ubuntu

[Bug 418862] Re: please sync openerp-server (universe) from Debian unstable (main)

2009-09-02 Thread Alan Bell
The Ubuntu changes are about fixing FTBFS, which google tells me is Fails To Build From Source. I guess if the new debian package does build from source then these fixes are not needed. I am not quite sure how to test this. openerp-server (5.0.0-3-1ubuntu2) jaunty; urgency=low * Really fix

[Bug 418862] Re: please sync openerp-server (universe) from Debian unstable (main)

2009-09-02 Thread Alan Bell
actually, forget it for the moment. I have just seen http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543947 which indicates that whilst debian has dropped python-xml from the dependency list the code is still actually dependent upon it and thus the package is unusable at the moment. ** Bug watch

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-08-26 Thread Alan Bell
having learned a bit about ubuntu bug fixing I have evolution compiling now, will test later. I did see a dell mini9 with evolution and the dialogs did fit, not sure what the fix was to make that happen. maybe a different font or something to do with the lpia build. -- Evolution setup wizard

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-08-26 Thread Alan Bell
there are a whole raft of 1024x600 patches in the debian/patches directory of ubuntu evolution dpkg. I wonder why they don't work. -- Evolution setup wizard does not fit in 800x600 https://bugs.launchpad.net/bugs/8629 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-08-26 Thread Alan Bell
actually they do work, but only on an actual 1024x600 screen, I was testing on a bigger screen and measuring it. Fits perfectly on a real netbook. Still going to apply my resizable hack though. -- Evolution setup wizard does not fit in 800x600 https://bugs.launchpad.net/bugs/8629 You received

[Bug 401439] Re: T-Mobile web'n'walk Stick III (Option iCON 225) doesn't work (Karmic Koala)

2009-08-25 Thread Alan Bell
detects fine now in Karmic, crash on disconnect is a separate issue. ** Changed in: ubuntu Status: New = Fix Released -- T-Mobile web'n'walk Stick III (Option iCON 225) doesn't work (Karmic Koala) https://bugs.launchpad.net/bugs/401439 You received this bug notification because you are a

[Bug 418499] Re: Option 225 3G USB Stick removal causes system lock

2009-08-25 Thread Alan Bell
I just reproduced this issue. Fully updated Karmic box, connected OK to Orange, removed the dongle and it locked up. Was OK a little while ago on Karmic -- Option 225 3G USB Stick removal causes system lock https://bugs.launchpad.net/bugs/418499 You received this bug notification because you are

[Bug 418499] Re: Option 225 3G USB Stick removal causes system lock

2009-08-25 Thread Alan Bell
** Changed in: ubuntu Status: New = Confirmed -- Option 225 3G USB Stick removal causes system lock https://bugs.launchpad.net/bugs/418499 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-08-25 Thread Alan Bell
looked into doing that then realised the debian package is actually 5.0.3 whereas karmic has 5.0.1 and the debian one already depends on python-lxml rather than python-xml I will put in a new bug as a packaging request -- openerp-server depends on python-xml and is therefore uninstallable ATM

[Bug 418862] [NEW] please sync openerp-server (universe) from Debian unstable (main)

2009-08-25 Thread Alan Bell
Public bug reported: Binary package hint: openerp-server OpenERP server in Karmic is not installable as it depends on python-xml which is dropped. (it was broken in Jaunty but is now totally gone) the ubuntu version is 5.0.1 and upstream is 5.0.3. The Debian package now depends on python-lxml

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-08-25 Thread Alan Bell
packaging request submitted https://bugs.launchpad.net/ubuntu/+source /openerp-server/+bug/418862 -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-08-23 Thread Alan Bell
it would appear that libxml2 is the thing to import if you want to do xpath stuff. http://xmlsoft.org/python.html -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you are a member of

[Bug 304702] Re: E4X not work with rhino

2009-08-13 Thread Alan Bell
logged the issue with Alfresco too, this isn't really an upstream bug report though as they can't fix it. https://issues.alfresco.com/jira/browse/ALFCOM-3317 ** Also affects: alfresco Importance: Undecided Status: New -- E4X not work with rhino https://bugs.launchpad.net/bugs/304702

[Bug 410375] Re: not configured for serving low priviledged ports

2009-08-13 Thread Alan Bell
reported this issue upstream https://issues.alfresco.com/jira/browse/ALFCOM-3318 ** Also affects: alfresco Importance: Undecided Status: New -- not configured for serving low priviledged ports https://bugs.launchpad.net/bugs/410375 You received this bug notification because you are a

[Bug 410375] [NEW] not configured for serving low priviledged ports

2009-08-07 Thread Alan Bell
Public bug reported: Binary package hint: alfresco-community Alfresco can serve up the document repository as CIFS (windows share) and webdav however these services are on ports lower than 1024 so need root access. Tomcat runs as the tomcat6 user and can't open the ports. The solution is to move

[Bug 304702] Re: E4X not work with rhino

2009-08-06 Thread Alan Bell
I think (but I am not certain) that this bug is breaking a lot of the alfresco-community functionality in particular the wiki in the alfresco share area. -- E4X not work with rhino https://bugs.launchpad.net/bugs/304702 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 304702] Re: E4X not work with rhino

2009-08-06 Thread Alan Bell
yes, it does affect alfresco-community. A lot of the Alfresco dashlets (bits in the portal area) depend on E4X and assume it is provided by Rhino, I used the workaround above and downloaded rhino1_7R2.zip and overwrote /usr/share/java/js-1.7R1.jar with the js.jar from the zip file, restarted the

[Bug 304702] Re: E4X not work with rhino

2009-08-06 Thread Alan Bell
** Also affects: alfresco-community (Ubuntu) Importance: Undecided Status: New -- E4X not work with rhino https://bugs.launchpad.net/bugs/304702 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 408862] [NEW] dhcp and networking failure in karmic

2009-08-04 Thread Alan Bell
Public bug reported: Binary package hint: network-manager wired and wireless networking seems to have broken dhcp, wireless can still see and associate with AP but no address. 3g dongle now works (was broken before) ProblemType: Bug Architecture: i386 Date: Tue Aug 4 14:25:53 2009

[Bug 408862] Re: dhcp and networking failure in karmic

2009-08-04 Thread Alan Bell
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/29893370/Dependencies.txt ** Attachment added: Gconf.txt http://launchpadlibrarian.net/29893371/Gconf.txt ** Attachment added: NetDevice.eth0.txt http://launchpadlibrarian.net/29893372/NetDevice.eth0.txt ** Attachment

[Bug 408862] Re: dhcp and networking failure in karmic

2009-08-04 Thread Alan Bell
a...@playroom:~$ sudo dhclient [sudo] password for alan: Internet Systems Consortium DHCP Client V3.1.2 Copyright 2004-2008 Internet Systems Consortium. All rights reserved. For info, please visit http://www.isc.org/sw/dhcp/ Open a socket for LPF: Operation not permitted -- dhcp and networking

[Bug 408862] Re: dhcp and networking failure in karmic

2009-08-04 Thread Alan Bell
*** This bug is a duplicate of bug 408773 *** https://bugs.launchpad.net/bugs/408773 it seems stopping apparmor fixes it thus not a network-manager bug but an apparmor profile issue ** Package changed: network-manager (Ubuntu) = apparmor (Ubuntu) -- dhcp and networking failure in karmic

[Bug 394822] [NEW] x11-server-utils does not appear to be in Karmic

2009-07-02 Thread Alan Bell
Public bug reported: I upgraded from Jaunty to Karmic and tried to install xpra but it was not installed due to an unsatisfiable dependency on x11-server-utils. This isn't in my package list. ** Affects: parti-all (Ubuntu) Importance: Undecided Status: New -- x11-server-utils

[Bug 394845] [NEW] not seeing mobile broadband with hso driver

2009-07-02 Thread Alan Bell
Public bug reported: Binary package hint: network-manager using an Orange Option 225 dongle. Worked fine in Jaunty, upgraded to Karmic and it stopped working. I think the hso.ko driver is the same version (1.2) and it does create /dev/ttyHS0 /dev/ttyHS1 /dev/ttyHS2 /dev/ttyHS3 when plugged in so

[Bug 72872] Re: Users do not have permission to open files in DVDs burnt in a Mac

2009-06-17 Thread Alan Bell
would such a CD be readable on another Mac or by another user on the same Mac? It would seem possible to have a CD with different files on it owned by different users so different files would be available to different users. Maybe on mount of a CD with file permissions there could be an option to

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-19 Thread Alan Bell
I am struggling to rebuild evolution, it compiles and installs but won't start, the error is Evolution can not start. Your system configuration does not match your evolution configuration I am fairly optimistic that adding the line gtk_window_set_resizable(= ((GtkWindow *)w, TRUE); at line 919

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, lets put some effort into this one. I am not a C programmer, but lets see where we get to. I downloaded the source code for evolution, in the file evolution-2.26.0/plugins/startup-wizard/startup-wizard.c it includes libgnomeui and creates a gnome druid (a wizard) it does not do anything at

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-04-18 Thread Alan Bell
ok, some progress. Using parasite http://chipx86.github.com/gtkparasite I was able to determine that setting the allow-shrink property of the window to true would be a good idea, probably as good as getting the size right in the first place. The druid code doesn't actually create the window, the

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-03-30 Thread Alan Bell
hmm, launchpad says python-xml doesn't use launchpad for bug tracking, sourceforge http://sourceforge.net/project/showfiles.php?group_id=6473package_id=6541 appears to be unmaintained and unchanged version 0.8.4 since 2004. The Ubuntu intrepid version is 0.8.4-10.1ubuntu-1 and Jaunty is

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-03-30 Thread Alan Bell
was about to report a bug in python-xml, but then saw Z already has https://bugs.launchpad.net/ubuntu/+source/python-xml/+bug/343242/ -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You received this bug notification because you

[Bug 350356] Re: flumotion-admin crashed on opening with ImportError in load_dynamic()

2009-03-28 Thread Alan Bell
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/24454109/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/24454110/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/24454111/ProcStatus.txt ** Attachment

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-03-25 Thread Alan Bell
if you copy boolean.so from /usr/lib/python2.6/dist-packages/oldxml/_xmlplus/utils/boolean.so to /usr/lib/python2.6/dist-packages/_xmlplus/utils/boolean.so then you can do the imports at least. -- openerp-server depends on python-xml and is therefore uninstallable ATM

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-03-25 Thread Alan Bell
and the server starts. I had to run sudo su postgres then as the postgres user openerp-server starting the init script didn't seem to work, however It does seem to be unrelated to this bug. Creating a database caused loads of errors and a crash, but again, unrelated to this bug I think. --

[Bug 337759] Re: openerp-server depends on python-xml and is therefore uninstallable ATM

2009-03-25 Thread Alan Bell
after moving the boolean.so file I am hitting bug http:bugs.launchpad.net/openobject-server/+bug322964 where the conclusion appears to be that Python 2.6 is not supported. -- openerp-server depends on python-xml and is therefore uninstallable ATM https://bugs.launchpad.net/bugs/337759 You

[Bug 313866] Re: Ethernet fails with 2.6.27-11

2009-02-03 Thread Alan Bell
ah heck, I am a me too. Brand new Intel Atom motherboard D945GCLF comes with the Realtek ethernet on the board. Breaks on upgrade. This is going to affect a lot of hardware. Is there anything I can do to help try something? I am happy to recompile the kernel or modules or whatever. -- Ethernet

[Bug 8629] Re: Evolution setup wizard does not fit in 800x600

2009-01-11 Thread Alan Bell
I added a comment and link to the patches from Ying-Chun Liu (GrandPaul) to an upstream bug at http://bugzilla.gnome.org/show_bug.cgi?id=267787 -- Evolution setup wizard does not fit in 800x600 https://bugs.launchpad.net/bugs/8629 You received this bug notification because you are a member of

[Bug 125179] do you have moving things on screen

2008-02-05 Thread Alan Bell
is there a CPU monitor or pulsating Skype icon in the panel at the top of the screen? I think this was related to the problem for me. -- when vino is running for several hours, performance degrades, making xorg to eat up cpu usage https://bugs.launchpad.net/bugs/125179 You received this bug

[Bug 31037] Re: Vino-server takes 90% of cpu when only listening for incoming connections

2007-09-07 Thread Alan Bell
I have found that Vino-server really does not like animated things on screen, especially in the panel at the top. I had a CPU monitor and a skype icon with a flashing alert flag on it, keeping up with these changes maxed out the CPU and made the remote session very unresponsive. Removing skype and

<    2   3   4   5   6   7