[Dropped] Copy/Paste/Undo fail, AOO 4.1.15, Ubuntu 24.04

Issues with installing under all GNU/Linux Distributions
Locked
feesgo
Posts: 1
Joined: Sun Jun 22, 2025 8:57 pm

[Dropped] Copy/Paste/Undo fail, AOO 4.1.15, Ubuntu 24.04

Post by feesgo »

I use Ubuntu 24.04

I downloaded open office 4.1.15

I uncompressed it and the install with this commands:

sudo dpkg -i *.deb

Then i run the commands

cd desktop-integration
sudo dpkg -i *.deb

I started to work with open office writer but there is a weird behavior.

The key combinations:

Control + c

Control + v

Control + z

Suddenly stops to work…

Then I write something and only question marks appear…
ubuntu_01.png
ubuntu_01.png (28.38 KiB) Viewed 1609 times

Sadly it is impossible to work with open office so I install libreoffice

I have used open office for several years in ubuntu 18, ubuntu 20, ubuntu 22...
 Edit: Changed subject, was Weird behavior with open office 4.1.15 in Ubuntu 24.04 
Make your post understandable by others 
-- MrProgrammer, forum moderator 
Last edited by MrProgrammer on Mon Jun 30, 2025 8:47 pm, edited 3 times in total.
Reason: Dropped: Solutions provided; No reply from feesgo
OpenOffice 4.1.15 on Ubuntu 24.04
FJCC
Moderator
Posts: 9574
Joined: Sat Nov 08, 2008 8:08 pm
Location: Colorado, USA

Re: Weird behavior with open office 4.1.15 in Ubuntu 24.04

Post by FJCC »

If you use dpkg to install, the usual command is

Code: Select all

sudo dpkg -i *.deb desktop-integration/*.deb
Try running

Code: Select all

sudo desktop-integration/*.deb
in the folder that containg the desktop-integration folder
OpenOffice 4.1 on Windows 10 and Linux Mint
If your question is answered, please go to your first post, select the Edit button, and add [Solved] to the beginning of the title.
User avatar
RoryOF
Moderator
Posts: 35103
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: Weird behavior with open office 4.1.15 in Ubuntu 24.04

Post by RoryOF »

I installed OpenOffice 4.1.15 on Ubuntu 24.04 and it ran correctly.

It is important to also run the dpkg command in the desktop-integration folder of the unpacked install files - this second run of the dpkg package is often overlooked on DEB installs.

[edit, later] After an installation, it may not be out of place to rebuild the font cache. That certainly won't do any harm.
Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
Locked