ONLYOFFICE / DesktopEditors

An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents
https://www.onlyoffice.com
Other
2.64k stars 311 forks source link

Dead Key circumflex accent - ChromeOS Crostini #1566

Open RaphaelZolo2000 opened 2 months ago

RaphaelZolo2000 commented 2 months ago

This issue is unique.

Operating System

Linux (DEB package)

Version information

8.0.1.31

Expected Behavior

I want to type word like : être, fenêtre, baptême, crêpe. Or words like : Raphaël, haïr

Actual Behavior

When I try to type this words, I obtein : etre, fenetre, bapteme, crepe. And for the others : Raphael, hair

Reproduction Steps

I open OnlyOffice DesktopEditors on my ChromeBook and start a new text document. I type the the circumflex accent key, and after the e (and the other keys of the word)

Additional information

I'm experimenting with ChromeOS, and I'm using the embedded Linux environment to run essential applications for my future users (college students and teachers). OnlyOffice is an application that should not have any problems running because the circumflex works in other Linux Text applications I have tested on my Chromebook (VIM, LibreOffice)

The Chromebook is in version 122 Linux is Debian, version 12, kernel 6.6.13 DesktopEditors is installed from the OnlyOffice repository

Seams to be the same kind of problem than in this issue : https://github.com/ONLYOFFICE/DocumentServer/issues/2216

This have been tested on 3 différents ChromeBooks, and we have the same issue Tested on native Debian and Fedora, we don't have issue.

ElenaMaaya commented 1 month ago

Result of testing on other OS: The problem is not repeated in DE version 8.0.1.31 on Windows 11 Pro 23H2 x64 and Kubuntu 22.04, and DS v. 8.0.1.31 Windows 11 Pro 23H2 x64 Google Chrome124.0.6367.119 and Kubuntu 22.04, Browsers Firefox 125.0, Google Chrome 124.0.6367.118.

RaphaelZolo2000 commented 1 month ago

Hello

Thanks for testing. Which Chromebook did you use to test ? Mine is in version 124 now, and it still doesn't work. I deleted and recreated my Crostini Debian VM and reinstalled DesktopEditors, the problem is not solved for me.

Below is the script I use to install OnlyOffice DesktopEditors. DidI forget something?

Ajout de la clé de signature du dépot

mkdir -p -m 700 ~/.gnupg gpg --no-default-keyring --keyring gnupg-ring:/tmp/onlyoffice.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5 chmod 644 /tmp/onlyoffice.gpg sudo chown root:root /tmp/onlyoffice.gpg sudo mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg #

Ajout du dépot

echo 'deb [signed-by=/usr/share/keyrings/onlyoffice.gpg] https://download.onlyoffice.com/repo/debian squeeze main' | sudo tee -a /etc/apt/sources.list.d/onlyoffice.list #

Mise à jour du catalogue

sudo apt update #

Installation

sudo apt install onlyoffice-desktopeditors libnss3 -y

Thanks for your help

I will do additionnal tests with other Chromebooks. Curently tested with Acer Spin 511 and ASUS C425T

Raphael