Page 1 of 1

[Solved] Black Letters on Black Background; Mouse-over issue

Posted: Tue Jan 22, 2013 6:25 pm
by yothales
Hello,

I upgraded from Linux Mint 10 Julia (Gnome) to Linux Mint 13 Maya (Cinnamon). It was a reinstall, however, I left my /home directory untouched. Now I am in the situation that I can't figure out what I have to search for, to solve this "black letter-on-black background" or "mouse-over" problem. For easier understanding I have attached two images. These are screen shots of Gimp and of LibreOffice. As you can see, an activation of explanatory text renders text of black letters over a black background.

It would be great if you could give some help in addressing this problem. The solution(tm) would be great, a link to it or some helpful keywords would be fine as well. Searching for something black finds a lot of black screens, mouse-over gives me a, currently, unwanted CSS-lesson.

Thanks a lot in advance for your help.
yo


<Edit:
Summary of the solution. The root cause was that my configuration was a collection of ubuntu (several editions) and mint (several editions) settings. The way to solve it was to create a boogeyman user and to c&p its settings to the "normal" home directory. I opened the console in my home directory and copied the invisible folders to my home directory.

Code: Select all

sudo cp -R /home/boogeyman/.secret .

The only issue I had in the end was that my Desktop featured the /home directory files. I guess this was due to the fact that mint had German language settings and called the Desktop Arbeitsfläche. You can edit this quite simple by updating the user-dirs.dirs file in the /home directory
Edit/>

Re: Black Letters on Black Background or Mouse-over problems

Posted: Tue Jan 22, 2013 7:11 pm
by zerozero
create a new user and see if you can recreate the issue

Re: Black Letters on Black Background or Mouse-over problems

Posted: Wed Jan 23, 2013 3:30 am
by yothales
//edit: tried to delete posting to prevent double posting. No luck//

Re: Black Letters on Black Background or Mouse-over problems

Posted: Wed Jan 23, 2013 4:44 pm
by yothales
As zerozero has proposed, I set-up a new user and ... it looks nice
Gimp
LibreOffice
This leads me right to the next question. Is there a safe way to 'reset' my old /home directory without endangering functionality?
During my back-and-forth switching between Ubunutu and Mint the Ubuntu structure always prevailed. As the device was working I never looked into it more deeply. In the light of the black letters on black background, some advice is highly welcome. Thanks a lot in advance.

yo

Re: Black Letters on Black Background or Mouse-over problems

Posted: Wed Jan 23, 2013 5:28 pm
by zerozero
as i see it you have 2 options (depending on the work you want to spend on it and the expertise you have)
1- (more work, less expertise) swap all your personal data to the newly created user and forget the old account;
2- (more expertise, less work) something like this http://forums.linuxmint.com/viewtopic.p ... 40#p667840 (last post)

i don't recommend nowadays the use of a shared home across different distros: there's to many differences (unity, cinnamon, mate, gnome, xfce, kde >> just to name a few) and all have specific config settings, worst, incompatible in most cases.
to make things even worst if you upgrade from an old gnome distro (like you from mint 10) there's no compatibility anywhere: gnome went through several releases and none is backwards compatible, mate nowadays is the closest but there's differences also (a nightmare :shock: )

Re: Black Letters on Black Background or Mouse-over problems

Posted: Fri Jan 25, 2013 3:07 pm
by yothales
zerozero,
thanks a lot for your help. I took the 2nd option and it worked pretty well (apart from the fact that I had to reconfig my user-dirs.dirs file).
So, I declare my issue [Solved].

I'll add a short summary to my initial post so that interested folks are able to do the same.
yo