Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice will not start in Xfce4 but will in Xfce
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
heavyt
Guru
Guru


Joined: 03 Mar 2003
Posts: 498
Location: Matrix (Washington,DC)

PostPosted: Fri Feb 27, 2004 6:20 pm    Post subject: OpenOffice will not start in Xfce4 but will in Xfce Reply with quote

I have been trying to get openoffice to run in my Xfce4 setup but am having no luck in getting it to run but if I go over to Xfce it starts up! Anyone having the same problem or reason for this? :?
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Sat Feb 28, 2004 12:03 am    Post subject: Reply with quote

try running it from a terminal and see if you get any errors.
Back to top
View user's profile Send private message
heavyt
Guru
Guru


Joined: 03 Mar 2003
Posts: 498
Location: Matrix (Washington,DC)

PostPosted: Sat Feb 28, 2004 1:13 am    Post subject: Reply with quote

neuron wrote:
try running it from a terminal and see if you get any errors.


Yes I tried running it from a terminal and nothing happen not even an error message, terminal seem to have froze, I have to cancel it. :?
Back to top
View user's profile Send private message
neuron
Advocate
Advocate


Joined: 28 May 2002
Posts: 2371

PostPosted: Sat Feb 28, 2004 1:01 pm    Post subject: Reply with quote

you could try running it in strace too, see what stops.

(emerge strace first :) ).
Back to top
View user's profile Send private message
heavyt
Guru
Guru


Joined: 03 Mar 2003
Posts: 498
Location: Matrix (Washington,DC)

PostPosted: Sat Feb 28, 2004 6:21 pm    Post subject: Reply with quote

neuron wrote:
you could try running it in strace too, see what stops.

(emerge strace first :) ).


OK I gave it a try (getting in deep water with strace, need help)

Code:

# strace xooffice

open("libGL.so", O_RDONLY)              = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 7
fstat64(7, {st_mode=S_IFREG|0644, st_size=70830, ...}) = 0
mmap(NULL, 70830, PROT_READ, MAP_PRIVATE, 7, 0) = 0x30237000
close(7)                                = 0
open("/usr/lib/opengl/xfree/lib/libGL.so", O_RDONLY) = 7
read(7, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\24\0\0\0\1\0\1\245"..., 512) = 512
fstat64(7, {st_mode=S_IFREG|0755, st_size=681137, ...}) = 0
mmap(0xd1d2000, 654652, PROT_READ|PROT_EXEC, MAP_PRIVATE, 7, 0) = 0xd1d2000
mprotect(0xd25a000, 97596, PROT_NONE)   = 0
mmap(0xd262000, 53248, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 7, 0x80000) = 0xd262000
mmap(0xd26f000, 11580, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xd26f000
close(7)                                = 0
munmap(0x30237000, 70830)               = 0
writev(6, [{"b\0\0\3\0\3\0\0", 8}, {"GLX", 3}, {"\0", 1}], 3) = 12
read(6, "\1\0\0\10\0\0\0\0\1\222M\237\20\n\276\20\20\36\0\0\20\36"..., 32) = 32
write(6, "\222\7\0\3\0\0\0\1\0\0\0\2", 12) = 12
read(6, "\1\0\0\t\0\0\0\0\0\0\0\1\0\0\0\2\20\36?\24\0206:\334\21"..., 32) = 32
writev(6, [{"b\7\0\5\0\v\0\1", 8}, {"XFree86-DRI", 11}, {"\0", 1}], 3) = 20
read(6, "\1\0\0\n\0\0\0\0\1\220\0\234\20\n\276\20\20\36\0\0\20\36"..., 32) = 32
write(6, "\220\0\0\1", 4)               = 4
read(6, "\1\0\0\v\0\0\0\0\0\4\0\1\0\0\0\0\0\0\0\0\0\0\0\0\177\377"..., 32) = 32
uname({sys="Linux", node="Tony", ...})  = 0
socket(PF_UNIX, SOCK_STREAM, 0)         = 7
uname({sys="Linux", node="Tony", ...})  = 0
uname({sys="Linux", node="Tony", ...})  = 0
connect(7, {sa_family=AF_UNIX, path="/tmp/.X11-unix/X0"}, 19) = 0
uname({sys="Linux", node="Tony", ...})  = 0
fcntl64(7, F_SETFD, FD_CLOEXEC)         = 0
access("/root/.Xauthority", R_OK)       = 0
open("/root/.Xauthority", O_RDONLY)     = 8
fstat64(8, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x30022000
read(8, "", 4096)                       = 0
close(8)                                = 0
munmap(0x30022000, 4096)                = 0
writev(7, [{"B\0\0\v\0\0\0\0\0\0\0\0", 12}], 1) = 12
fcntl64(7, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(7, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
read(7, 0x7fffdfd8, 8)                  = -1 EAGAIN (Resource temporarily unavailable)
select(8, [7], NULL, NULL, NULL



It stop at "select(8, [7], NULL, NULL, NULL" . I edit the first 2/3 of the print out (will post all of it if need be).
So is the problem in EAGAIN ?
:?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum