Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1151  / 2 Years ago, tue, august 2, 2022, 4:38:00

I recently changed the default font using dconf tool. That was ok, and after trying that font, I opened dconf again and clicked "Restore Default" button. Then the screen was unresponsive, I forced it to shutdown. Next when I tried to login, the login screen was ok, but after logging in, nothing would show up, not even launcher, terminal, folders on Desktop etc.,. Only visible things are alert box to ask me to confirm shutting down when I press power button. What might be the reason for this and what are possible solutions?



I tried the solution mentioned for the original question, but I get the error



GtkWarning: Default font does not have a family set
GtkWarning: Default font does not have a positive size set


Is there any way to correct this without logging in as a new user?



Tried Solutions:



Unity doesn't load, no Launcher, no Dash appears



Unity doesn't load, no Launcher, no Dash appears
(for this, I get an error saying



ERROR unity.launcher.trashlaunchericon TrashLauncherIcon.cpp:62 Could not create file   monitor for trash uri:Operation not supported

Segmentation fault(core dumped)


Unity doesn't load, no Launcher, no Dash appears



Unity doesn't load, no Launcher, no Dash appears



Unity doesn't load, no Launcher, no Dash appears



Unity doesn't load, no Launcher, no Dash appears



Everything gone except desktop



(all the above links are different).



All the above solutions didn't work and one more thing that started happening is when I do



export DISPLAY=:0 ccsm


and enter UI by Ctrl+Alt+F7, it says, CompizConfig-Settings-Manager has stopped working unexpectedly.



I tried re-installing ccsm but, it says, it is already installed and it is the newest version.



OS: Ubuntu 12.04


More From » unity

 Answers
3

Best Solution



Remove .config,.local, .cache and .fontconfig from your home directory will make your system as it was a new



Follow these simple steps




  • Open terminal(CTRL+ALT+T, if terminal does not then press CTRL+ALT+F1 to go to CLI tty1 mode) first make a directory as a backup



    cd ~

    mkdir backup

  • Then copy above mentioned directories to backup



    cp -R .config .local .cache .fontconfig backup/

  • Then remove all mentioned directories:



    rm -r .config .local .cache .fontconfig

  • Then restart your system



    sudo reboot

  • That's it.. Your system will be rebooted in new default configuration.







Try these if above mentioned steps didn't help



Method 1



You just need to turn the Unity plugin back on:




  1. Press Ctrl+Alt+F1 and log in.

  2. Install compizconfig-settings-manager:



    sudo apt-get install compizconfig-settings-manager

  3. Then run it by doing this:



    export DISPLAY=:0
    ccsm


    The first part tells the terminal which display you want it to load on (otherwise it won't have a clue).


  4. Press Ctrl+Alt+F7 (or Ctrl+Alt+F8 sometimes) to get back to the graphical display where there should be a CompizConfig Settings Manager screen sitting there.


  5. Find the Unity plugin. Enable it.


  6. Everything should spring into life but if it doesn't, you might have to restart. You can do that by going back to TTY1 and running sudo reboot.




Method 2



For 12.10 and below:



Press Ctrl+Alt+T for a terminal and run ccsm, then re-enable your 'Unity' plugin.



You also may then need to run a unity --reset.



In 13.04:



unity --replace is deprecated. Instead, use the following:



dconf reset -f /org/compiz/ 
unity --reset-icons &disown


Reboot if it doesn't work right away.



Source: Unity doesn't load, no Launcher, no Dash appears


[#29588] Wednesday, August 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
leddre

Total Points: 180
Total Questions: 113
Total Answers: 108

Location: France
Member since Thu, Oct 27, 2022
2 Years ago
;