@Kulle, @JTD
office-v4.0.xzm was not an useful module.
Excuse me.
I think that it is the best one that will be explained by @donald with using USM tool.
Abiword and Gnumeric (Post by donald #74447)
Thanks.
Abiword and Gnumeric
-
- Black ninja
- Posts: 88
- Joined: 01 Mar 2013, 19:16
- Distribution: Porteus 3.2 32 bit XFCE
- Location: Duisburg, Germany
Abiword and Gnumeric
Hi,
this gnumeric package has two missing dependencies libgoffice-0.10-10 and libgsf-1-114. Also in /usr/share/applications you have to change in the gnumeric.desktop file the line to .
Works very fine for me.
Payoon
this gnumeric package has two missing dependencies libgoffice-0.10-10 and libgsf-1-114. Also in /usr/share/applications you have to change in the gnumeric.desktop file the line
Code: Select all
Exec=gnumeric %U
Code: Select all
Exec=gnumeric-1.12.34 %U
Works very fine for me.
Payoon
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Abiword and Gnumeric
Which "gnumeric package" do you mean?
Code: Select all
guest@porteus:~$ ldd /usr/bin/gnumeric
...........
libgoffice-0.10.so.10 => /usr/lib64/libgoffice-0.10.so.10 (0x00007fed3106c000)
libgsf-1.so.114 => /usr/lib64/libgsf-1.so.114 (0x00007fed30e26000)
...........
guest@porteus:~$ ldd /usr/bin/gnumeric | grep -i not
guest@porteus:~$