$ lsb_release -rd
Description:    Ubuntu 8.04.1
Release:        8.04

$ apt-cache policy openoffice.org
openoffice.org:
  Installed: 1:2.4.1-1ubuntu2.1
  Candidate: 1:2.4.1-1ubuntu2.1
  Version table:
 *** 1:2.4.1-1ubuntu2.1 0
        500 http://ca.archive.ubuntu.com hardy-updates/main Packages
        500 http://security.ubuntu.com hardy-security/main Packages
        100 /var/lib/dpkg/status
     1:2.4.0-3ubuntu6 0
        500 http://ca.archive.ubuntu.com hardy/main Packages

$ dpkg -l | grep ubuntu2.1
ii  anacron                                    2.3-13ubuntu2.1                  
  cron-like program that doesn't go by time
ii  foomatic-filters                           3.0.2-20071204-0ubuntu2.1        
  OpenPrinting printer support - filters
rc  genpo                                      0.9.6+dfsg.1-0ubuntu2.1          
  GENeral Purpose Organ
ii  libpcre3                                   7.4-1ubuntu2.1                   
  Perl 5 Compatible Regular Expression Library
ii  login                                      1:4.0.18.2-1ubuntu2.1            
  system login tools
ii  openoffice.org                             1:2.4.1-1ubuntu2.1               
  OpenOffice.org Office suite
ii  openoffice.org-base                        1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - database
ii  openoffice.org-base-core                   1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite -- libdba
ii  openoffice.org-calc                        1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - spreadsheet
ii  openoffice.org-common                      1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite architecture ind
ii  openoffice.org-core                        1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite architecture dep
ii  openoffice.org-draw                        1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - drawing
ii  openoffice.org-filter-binfilter            1:2.4.1-1ubuntu2.1               
  Legacy filters (e.g. StarOffice 5.2) for Ope
ii  openoffice.org-filter-mobiledev            1:2.4.1-1ubuntu2.1               
  Mobile Devices Filters for OpenOffice.org
ii  openoffice.org-impress                     1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - presentation
ii  openoffice.org-java-common                 1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite Java support arc
ii  openoffice.org-math                        1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - equation edito
ii  openoffice.org-officebean                  1:2.4.1-1ubuntu2.1               
  OpenOffice.org Office Bean
ii  openoffice.org-style-human                 1:2.4.1-1ubuntu2.1               
  Human symbol style for OpenOffice.org
ii  openoffice.org-writer                      1:2.4.1-1ubuntu2.1               
  OpenOffice.org office suite - word processor
ii  passwd                                     1:4.0.18.2-1ubuntu2.1            
  change and administer password and group dat
ii  python-uno                                 1:2.4.1-1ubuntu2.1               
  Python interface for OpenOffice.org
ii  ssl-cert                                   1.0.14-0ubuntu2.1                
  Simple debconf wrapper for openssl
ii  ttf-opensymbol                             1:2.4.1-1ubuntu2.1               
  The OpenSymbol TrueType font

$ cat /var/lib/locales/supported.d/local
en_CA.UTF-8 UTF-8
en_US.UTF-8 UTF-8

$ locale
LANG=en_CA.UTF-8
LC_CTYPE="en_CA.UTF-8"
LC_NUMERIC="en_CA.UTF-8"
LC_TIME="en_CA.UTF-8"
LC_COLLATE="en_CA.UTF-8"
LC_MONETARY="en_CA.UTF-8"
LC_MESSAGES="en_CA.UTF-8"
LC_PAPER="en_CA.UTF-8"
LC_NAME="en_CA.UTF-8"
LC_ADDRESS="en_CA.UTF-8"
LC_TELEPHONE="en_CA.UTF-8"
LC_MEASUREMENT="en_CA.UTF-8"
LC_IDENTIFICATION="en_CA.UTF-8"
LC_ALL=

On my system I did this:

# apt-get remove openjdk-6-jre
# apt-get remove openjdk-6-jdk
# apt-get remove sun-java6-jre
# apt-get remove sun-java6-jdk
# apt-get clean
# apt-get autoclean

Then I deleted all references to Java that I could find
(/etc/alternatives, /usr/share/java, and such), as they were not removed
by removing the packages.

Then I installed Java using Sun's packaged JDK into /opt.

Then I installed OpenOffice.org using:

# apt-get install openoffice.org-core openoffice.org-base

There is a dependency on gij, which is another bug (I already have Java
installed and in the path, just not installed via the package management
system because it is not cleanly removing items). The OpenOffice
installer should check to see if it can run Java, rather than having a
simple package dependency. Otherwise we get multiple Java Virtual
Machines on the same computer, which is inefficient.

All that said, I did an export (using Kubuntu) of a page to PDF.

Attached is the screen shot.

This bug has not been resolved, AFAIK.

** Changed in: openoffice.org (Ubuntu)
       Status: Invalid => New

-- 
openoffice calc check box and radio buttons not shown in dialog box
https://bugs.launchpad.net/bugs/209063
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/ubuntu-bugs

Reply via email to