I installed WPS Office for the first time. It is amazing, so much so that I wonder if there is some hidden adware that I can't remove (e.g., what is Docer).
That said, my issue is that the background on WPS Spreadsheets for all sheets is this weird brown color. I've tried changing the Page Layout
> Themes
and Colors
. I've also tried to Format Cells
. But there does not appear (or I can't find) a way to change the default background color. Is there a way?
Here is what it looks like.
As an addendum to Roel Brook's answer, I found that you can actually change this setting in the binary file. To do this open terminal and enter
Then look for:
and change it to:
Then save and close. Now the changes will be persistent.
--UPDATE--
Knowing about this tip that intika said, a precious one by the way, I searched a little more to How to make this line as permanent. So, its very simple.
Right Click > Edit Application > Application tab > Run or Command box-form and add "Exec="on begining.
For exemple:
This solved my problem. Take care to do not put this command to run in a terminal on advanced settings, or It will open terminal together (unless you want it)
As with most QT applications, WPS accepts "-style".
For example: et -style motif
This will ignore the current desktop theme, and run WPS with that specific QT theme.
GTK theme have to be set with environment variable and parameter
Turns out this is caused by an interaction with the Arc Dark theme (it does not occur with Arc or Arc Darker). I posted an issue on Horst's GitHub page.
I had the same problem, but the solution above given by Dan (which seems to be the right one as it is referenced in every forum I came across) wasn't working for me. But I found another fix which DOES work, although not permanently.
I am using a KDE neon build, and the solution below worked for me:
This is for spreadsheets. For writer and presentation, substitute "et" with "wps" and "wpp" respectively.
Solution attributed to user "raddison" on KDE Forum, under the "WPS Office not working" topic.
I fixed this problem using flatpak version:
Then you need to edit Qt config file:
Add this lines:
You could also use other Qt styles inclueded in the default installation:
CDE
,Cleanlooks
,GTK
,Motif
,Plastique
,Windows