Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1205  / 1 Year ago, fri, april 28, 2023, 3:47:17

Some nautilus, empathy etc windows are having some lost graphic elements:



See the titlebar



See the messages



But some apps such as Xfce Terminal still looks normal



This is proper



Is this because of some package missing?



EDIT



After sudo apt-get upgrade the empathy theming is fixed, but nautilus is looking worse
Menu bar



This problem does not appear in Unity 2D



I've tried gnome-tweak-tool and switching themes and also, reinstalling the light-themes package



Launching any gtk+ app gets me this warn:



Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1597:20: Invalid animation description

More From » 11.10

 Answers
5

You haven't mentioned your ubuntu version and your window manager (unity 3d/compiz, unity 2d, metacity/gnome classic etc.)



Steps




  1. Backup your important data.


  2. Please create a new user, then grant admin privileges and check if it works there. If it works, then the problem is somewhere in your user's home directory. Some program settings must have been altered.


  3. (a) If you also have problems with the new user, try purging packages:



    sudo apt-get update
    sudo dpkg -P --force-all ubuntu-desktop ubuntu-standard ubuntu-minimal
    sudo apt-get install ubuntu-desktop ubuntu-standard ubuntu-minimal
    sudo apt-get -f install
    sudo apt-get dist-upgrade


    This is mostly harmless and will install any important packages you may have removed.
    Restart your pc and see if it's fixed.



    (b) If you do not have any problems with the new user, then some settings in your home configuration are causing trouble. Close any windows that you don't need and do not open anything.



    The following commands will reset your gconf and dconf settings. This includes window positions, default theme, desktop wallpaper/backgrounds, only very basic preferences in programs (e.g. nautilus will be in default view, not list view). but NOT your data nor any folder-specific settings.



    There is a small chance that something will go wrong, so please backup (#1) and have a live cd/usb somewhere in case you need to reinstall. Or use your new administrator account to fix the issues.



    The commands are:



    gconftool --shutdown
    killall -r -I -9 dconf
    killall -r -I -9 gconf
    mv .gconf gconf-backup
    mv .config/dconf config-dconf
    mv .cache/dconf cache-dconf


    Then reboot (do not do anything else, do not open/close any windows):



    sudo reboot



Recovery



To recover your old settings:



gconftool --shutdown
killall -r -I -9 dconf
killall -r -I -9 gconf
mv gconf-backup .gconf
mv config-dconf .config/dconf


And reboot (do not do anything else, do not open/close any windows):



sudo reboot


If it didn't work




  • Did you by any chance install packages from any PPA or third-party repositories?



    These packages are not all checked, nor are all safe. Some exist for testing purposes only. I suggest you reinstall your system without any PPA until you become acquainted with the linux system (and how to recover).



[#40879] Saturday, April 29, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
enincroscope

Total Points: 252
Total Questions: 124
Total Answers: 104

Location: Tajikistan
Member since Thu, Apr 14, 2022
2 Years ago
enincroscope questions
Thu, Jan 20, 22, 08:33, 2 Years ago
Thu, Apr 7, 22, 01:09, 2 Years ago
Mon, May 16, 22, 09:08, 2 Years ago
;