LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 11-19-2009, 11:40 PM   #1
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Rep: Reputation: 16
Strange warnings when using OpenOffice.org from SlackBuilds


Whenever I start OpenOffice.org, I get many warnings. These documents I have on OpenOffice is very important so I can't afford losing it or crashing/losing data and seeing these warning makes me worried.

I'm getting:

Code:
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
Errors from xkbcomp are not fatal to the X server
My /etc/X11/xorg.conf
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Tue Oct 20 21:25:04 PDT 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/lib64/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/misc/"
    FontPath        "/usr/lib64/X11/fonts/Type1/"
    FontPath        "/usr/lib64/X11/fonts/Speedo/"
    FontPath        "/usr/lib64/X11/fonts/100dpi/"
    FontPath        "/usr/lib64/X11/fonts/75dpi/"
    FontPath        "/usr/lib64/X11/fonts/cyrillic/"
    FontPath        "/usr/lib64/X11/fonts/TTF/"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
It seems like a warning about keyboard but I have no idea why I get these warnings when running openoffice.org. I did a search and found people getting similar warnings but nothing was able to fix this problem.

Last edited by Switch7; 11-19-2009 at 11:42 PM.
 
Old 11-20-2009, 03:11 AM   #2
slackd
Member
 
Registered: Sep 2009
Location: Bangalore, India
Distribution: Fedora, Slackware, Arch Linux
Posts: 260
Blog Entries: 1

Rep: Reputation: 60
see these two links, might help you-

1. http://bbs.archlinux.org/viewtopic.php?id=54015
2. http://bbs.archlinux.org/viewtopic.php?id=71483
 
Old 11-20-2009, 03:20 AM   #3
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by slackd View Post
Those are actually the threads when I mentioned:

Quote:
I did a search and found people getting similar warnings but nothing was able to fix this problem.
I already tried what they recommended but it didn't solve it so I resorted on making this thread.

Thank you very much for the reply though.
 
Old 11-20-2009, 03:41 AM   #4
Thursapr
Member
 
Registered: Apr 2009
Distribution: Slackware
Posts: 44

Rep: Reputation: 18
Just warnings so i don't thing these are harmful at all.

I also receive these (using rworkman package) but never lost any documents.
 
Old 11-20-2009, 06:25 AM   #5
slackd
Member
 
Registered: Sep 2009
Location: Bangalore, India
Distribution: Fedora, Slackware, Arch Linux
Posts: 260
Blog Entries: 1

Rep: Reputation: 60
ok, i understand. I also agree that generally warnings can be safely ignored at times, they are more informative in nature.

who's package are you using?

if it matters, i build my package using the autobuilding script from slacky.eu, i have never faced any problems.

FYI:- It works in 64bit flawlessly.
 
Old 11-20-2009, 06:41 AM   #6
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Quote:
Originally Posted by Switch7 View Post
Those are actually the threads when I mentioned:



I already tried what they recommended but it didn't solve it so I resorted on making this thread.

Thank you very much for the reply though.
Where did you get this package from?
 
Old 11-20-2009, 07:02 AM   #7
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by slackd View Post
ok, i understand. I also agree that generally warnings can be safely ignored at times, they are more informative in nature.

who's package are you using?

if it matters, i build my package using the autobuilding script from slacky.eu, i have never faced any problems.

FYI:- It works in 64bit flawlessly.
I am using rworkman's package.

It seems like other people are getting warnings from rworkman's package as well. If it's not harmless, then I guess I shouldn't be worried about it but due to my personality, I get extremely worried seeing those on a system that I can't risk losing any documents on. Does those warning means it's just using the default setting instead?

I tried out your way and got:

Code:
Start building...:
- clean necessary after old run
- extract tarball of openoffice, wait...
- remove jre included
- extract tarball's rpms of openoffice, wait...
- reorder openoffice's directory tree
- link the mozilla-plugin
- add menu entry
- manage run file
- force gtk/gnome integration
- add documentation
- insert slack install files
- add pdfimport extension from http://extensions.services.openoffice.org
- add pagination extension from http://extensions.services.openoffice.org
- active all extensions (before close all process of openoffice and remove .openoffice.org* on root)
- build package, wait...
- your package is saved on /tmp/tgz
- make files checksum and desc
build done.
Cleaning...:
clean done.
all done. bye ;)

+==============================================================================
| Installing new package ./openoffice-en-US-3.1.1-x86_64-22sl.txz
+==============================================================================

Verifying package openoffice-en-US-3.1.1-x86_64-22sl.txz.
Installing package openoffice-en-US-3.1.1-x86_64-22sl.txz:
PACKAGE DESCRIPTION:
# OpenOffice.org (Free Office Suite)
#
# OpenOffice.org is both a multi-platform and multi-lingual
# office suite and an open-source project. Compatible with all
# other major office suites, the product is free to download,
# use, and distribute.
# This is a repackaging of the official binary distributed by
# openoffice.org.
# 
# build with openoffice-multilang.SlackBuild
# by Massimo Cavalleri (submax)
Executing install script for openoffice-en-US-3.1.1-x86_64-22sl.txz.
Package openoffice-en-US-3.1.1-x86_64-22sl.txz installed.


Package openoffice-autobuilder-multilang-3.1.1-noarch-22sm.tgz installed.
I installed it and I can't seem to run it. Maybe I'm making a mistake, I'm on my second day with no sleep so I'll try again later. I been caught up with it too much since this is the last thing that was keeping me booting into windows daily. I tried out openoffice (never used it before), it worked great and it can replace my microsoft office because it fits all my needs.
 
Old 11-20-2009, 07:12 AM   #8
slackd
Member
 
Registered: Sep 2009
Location: Bangalore, India
Distribution: Fedora, Slackware, Arch Linux
Posts: 260
Blog Entries: 1

Rep: Reputation: 60
you cant get it to run?..
well did you uninstall rworkman's package?

please run the program from the terminal
Code:
~$ soffice
if you get any errors, please give us the output.

btw..i made this pkg, its running on 3 systems (slack64) without any errors, including mine.

Last edited by slackd; 11-20-2009 at 07:14 AM.
 
Old 11-20-2009, 07:15 AM   #9
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Can you run openoffice from application menu>Applications>Office ?
http://www.linuxquestions.org/questi...office-714931/
 
Old 11-20-2009, 07:16 AM   #10
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by slackd View Post
you cant get it to run?..
well did you uninstall rworkman's package?

please run the program from the terminal
Code:
~$ soffice
if you get any errors, please give us the output.

btw..i made this pkg, its running on 3 systems (slack64) without any errors, including mine.
It worked but I'm getting the same warning that I been getting from rworkman's package.
 
Old 11-20-2009, 07:18 AM   #11
cola
Senior Member
 
Registered: Sep 2007
Posts: 1,045

Rep: Reputation: 65
Quote:
Originally Posted by Switch7 View Post
It worked but I'm getting the same warning that I been getting from rworkman's package.
Can you post the warning message?
 
Old 11-20-2009, 07:19 AM   #12
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
"Multiple doodads"? That sounds painful!
 
Old 11-20-2009, 07:22 AM   #13
slackd
Member
 
Registered: Sep 2009
Location: Bangalore, India
Distribution: Fedora, Slackware, Arch Linux
Posts: 260
Blog Entries: 1

Rep: Reputation: 60
Quote:
Originally Posted by Switch7 View Post
It worked but I'm getting the same warning that I been getting from rworkman's package.
oh! dear!

ok, is this warning message disrupting your daily usage of openoffice. I mean are you facing any problems? ...anyway i had a look at you xorg.conf, its exactly like mine (without the extra optimizations).

i Googled a lot too, could not find anything concrete.
 
Old 11-20-2009, 07:23 AM   #14
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by cola View Post
Can you post the warning message?
Same as before:
Code:
(==) Using config file: "/etc/X11/xorg.conf"
The XKEYBOARD keymap compiler (xkbcomp) reports:
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Duplicate shape name ""
>         Using last definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
>Warning: Multiple doodads named ""
>         Using first definition
Errors from xkbcomp are not fatal to the X server
Quote:
Originally Posted by brianL View Post
"Multiple doodads"? That sounds painful!


Quote:
Originally Posted by slackd View Post
oh! dear!

ok, is this warning message disrupting your daily usage of openoffice. I mean are you facing any problems? ...anyway i had a look at you xorg.conf, its exactly like mine (without the extra optimizations).

i Googled a lot too, could not find anything concrete.
It isn't disrupting the daily usage yet but I never used it enough to find any disrupting behaviors. Google didn't help at all either. This is strange..

If I do

# setxkbmap se

Then start openoffice, I get this short warnings instead:

Code:
The XKEYBOARD keymap compiler (xkbcomp) reports:
Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>        Ignoring extra symbols

Last edited by Switch7; 11-20-2009 at 07:33 AM.
 
Old 11-20-2009, 06:55 PM   #15
Switch7
Member
 
Registered: Sep 2009
Posts: 92

Original Poster
Rep: Reputation: 16
I guess I'll just ignore it. It seems to be working normally without any issues so far.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackbuilds installation of openoffice msc8127 Slackware 16 03-28-2009 11:18 AM
LXer: Extending OpenOffice.org: Must-have OpenOffice.org extensions LXer Syndicated Linux News 0 05-11-2007 10:16 PM
LXer: Extending OpenOffice.org: Turning OpenOffice.org into a document conversion tool LXer Syndicated Linux News 0 05-09-2007 12:46 PM
Use SlackBuilds.org or my own hosting to offer up SlackBuilds? hollywoodb Slackware 6 11-30-2006 08:56 PM
strange error in Openoffice.org mcd Linux - Software 4 09-02-2003 02:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration