Changing the color setting Ubuntu Libre/Office - libreoffice

Hi so in my libre office docx document, the page went completely black. when i open the document using microsoft online i can read it normally.
I tried changing the background color to no avail. need help!

I had to uninstall and re-install a newer version of libreoffice to resolve this issue.

Related

Word is not opening any files! Anyone know what this could be?

I'm trying to open word documents and get greeted with this now. Any idea what it can be? Restarting my pc did not help! it is a surface book 2
If you have a paid version of MS Office, try to remove it through the control panel, and delete all related files with it. After that, use a clean installation and use your key again in order to have your MS Office package working again.
If this not work for you, respond here and we will find another solution.

Color theme doesnt apply

i've been using VS-Code for years now. And i've been loving the One Dark Italic theme.
Now i've switched to IJ. And the first thing, i did, was installing the theme... however. It is not working correctly.
Code in IJ
It should look like this
Code in VS-Code
Anyone who can help?
Regards
You have to reinstall the IDE. You can save the config file, to keep your settings.
If you dont know how, here is the link (for windows and linux)
https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs

VSCode WSL Weird Colors Issue

I am having the issue from these posts:
https://github.com/microsoft/vscode/issues/93356
https://dev.to/iamst0rm/fixing-vscode-color-bug-on-linux-185f
Here is a screenshot:
I tried the solutions, but they didn't do much for me.
In a desperate attempt to fix it, I updated my Ubuntu to version Ubuntu 20.04.2 LTS which kind of reduced the issue but I still have it.
I added "disable-hardware-acceleration": true as per this guide: https://code.visualstudio.com/updates/v1_40#_disable-gpu-acceleration
Is there anything else I can do, did someone else experience this issue?
Thanks so much!
I've had color issues, but not this severe graphical issue. I had tried to fix my color issues using the methods you linked. I found a solution that fixed it for me at least, you could give it a shot.
Go to this Google Docs document and follow the 5 steps under "Using colormgr from the command line". This fixed the issue on all Chromium-based applications by setting sRGB as the default color profile.
https://docs.google.com/document/d/1jMokB_OBkZVELu22li8vnHxAUoL1eGnLedP-1Gttv40/edit#heading=h.z8rbug83238e

All I get is "Client/Server JS Editor"

In XPages, when I try to open a .js or .jss file, I often get just the tab wirh "Client/Server JS Editor" and nothing else, i.e. the file doesn't load. From the Navigator Eclipse view, I can open the same .js or .jss file using any other editor without problems. And then, it sometimes works, but I don't know yet when it does and when it doesn't. The other Editors are okay by the way, .lss opens nicely.
This behaviour I get for a few weeks now. Since it started I reinstalled Notes a few times, I upgraded to FP8, I also reinstalled Windows10 and Windows10 upgraded me to the Creators Update (with the fix, in the end). There's nothing that explains to me why the file doesn't show up on the screen.
Anyone familiar with this? Could you please tell me how to repair this?
Thanks!!
It's a bug introduced with FP8 that is fixed in FP8 Interim Fix 1. See this document for download options for FP8 IF1.
As a workaround you can do a clean/rebuild of the nsf and then use the SSJS editor.

tinyMCE editor bar not showing up

I'm running Plone 4.1.4 and when I try to edit a text area that used to display the tinyMCE editor all I get is a dialog box listing a dict of "valid elements". I installed the kupu editor and that works fine, but I prefer tinyMCE. Has anyone run in to this issue? Any help would be greatly appreciated.
Browser and version? IE 9 has TinyMCE issues, and requires you to use a development release.
To get around it I had to install a version from github. If you have mr.developer, use:
Products.TinyMCE = git https://github.com/plone/Products.TinyMCE.git branch=GSOC-3.4.x
I have come across this problem as well. In my case I updated Plone 4.1.2 to Plone 4.1.4. The rich widget will not show the TinyMCE editor when the content type has just been added. But after saving the content type and then editing, TinyMCE would appear as expected.
The weird thing is that if you add a new Plone instance and then activate and add your custom AT content type. TinyMCE would render fine on your text fields.
A work around that seemed to solve the issue is to go to portal_setup and on the upgrade tab, select Products.TinyMCE:TinyMCE to upgrade. It would show that the profiles (version 3) on the ZODB and the filesystem are in sync. You can downgrade by clicking on "show old upgrades" and running upgrade profile 1.1->2. This worked for me but please try this on a development instance.
This looks exactly like a problem I had a few days ago. Are you using IE7 or below?
Though I don't know if this is the right way to go (more experienced devs, please advise), this is what I did:
(Assuming a windows box... )
Stopped the plone services
located the file on the filesystem called tiny_mce_init.js (in my case c:\Plone41\eggs\products.tinymce-1.2.10-py2.6.egg\Products\TinyMCE\skins\tinymce\tiny_mce_init.js)
go to line 93 (in my case this contains:
media_strict: false,
remove the comma resulting in media_strict: false
save the file
restart the services
Looks at Thariama's answer here.
I had the same problem (with IE and FF). It looked like the archtype installation was the problem.
After changing the order unter "ZMI->portal_skins->Sunburst Theme" (putting tinymce above archetypes), TinyMCE worked.
(http://plone.293351.n2.nabble.com/Tinymce-not-working-after-custom-type-is-installed-td7566873.html)