[LAST CHANGE 3/21/10 @ 4:16 AM CST: Added xsplash & WINE menu entries.]
This thread will discuss the fixes for some common Ubuntu annoyances. Right now, it doesn't have much since I am the only source. As a Ubuntu user, sometimes finding a few of the lesser-known fixes for those common annoyances, idiosyncrasies, and 'features' is really hard. The purpose of this thread is to hopefully archive these obscure fixes and allow LQ users and the Google bots to access what will hopefully be a comprehensive list of problems and the answers to them. Please feel free to post any fix you have found and I will add them to this 'ongoing' thread. When you post your fix, make sure you tell us what version of Ubuntu you have. I will give all credit to you, unless you note otherwise. If a particular fix does not work for you, please post it and I will look into it. As you can see, I will also post the last change I made to the thread at the top, so people will know if a fix has been put in since the last time they checked. Any feedback or suggestions are welcome. As this thread matures, the need for this lengthy paragraph will subside and I will make it much shorter. Thanks, on to the fixes!
------------------------------------------------------------------------
Table of Contents- Root application themes are the default instead of the user one
- Root gnome-terminal does not show any customizations
- Enable root user
- GRUB2 resources, HOW-TO links, fall back to GRUB legacy
- Customize the GDM login
- Unlock the default keyring automatically for Network-Manager, for all users
- Customize the xsplash (brown one with loading bar)
- Remove orphaned WINE GNOME menu entries (this will also allow you to regenerate them when you reinstall WINE)
------------------------------------------------------------------------
1.) Root application themes are the default instead of the user one.
- {Tested on Karmic} By: leopard
The problem: When you run any application as the root user, it uses the default theme instead of the one you have set.
The fix: Open a Terminal. Applications => Accessories => Terminal. Type in:-
Code:
sudo ln -s /home/$USER/.themes /root
sudo ln -s /home/$USER/.icons /root
press [ENTER], enter your password, then press [ENTER] once again. Your theme will now stay consistent when running as root.
2.) Root gnome-terminal does not show any customizations.
- {Tested on Karmic} By: leopard
The problem: The root gnome-terminal does not show any customizations that the user put on it, instead it shows the ugly default theme.
The fix: Open a Terminal, and type:-
Code:
sudo gnome-terminal
to bring up a root Terminal. Then edit the default profile to your liking. (Settings changed here do not affect the regular user terminal)
3.) Enable root user
- {Tested on Karmic} By: leopard
The problem: By default Ubuntu does not have the root user and login enabled. (NOTE: Only do this if you 'know what you are doing' and know what you are trying to achieve. If you are new to Ubuntu, please consult
this link.)
This can decrease overall security if not used correctly.
The fix: Open a Terminal and make a root password:-
You should now be able to log in as root with the password you assigned to it.
4.) GRUB2 resources, HOW-TO links, fall back to GRUB legacy:
This guide has everything:
http://ubuntuforums.org/showthread.php?t=1195275
(Fall back to legacy GRUB is #12)
Official GRUB2 wiki:
http://grub.enbug.org/
Customize the splash and font:
http://www.webupd8.org/2009/11/custo...ntu-linux.html
Tips & tricks from Canonical Ltd.:
https://help.ubuntu.com/community/Grub2
Some extra configuration documentation:
http://linuxers.org/howto/how-config...ub2-ubuntu-910
5.) Customize the GDM login screen
- {Tested on Karmic} By: leopard
The problem: The developers forgot that we like to customize or PC.
The fix: Open a Terminal. Applications => Accessories => Terminal. Type in:-
Code:
sudo -u gdm dbus-launch gnome-appearance-properties
press [ENTER], type in your password, then press [ENTER] once again. You can edit it exactly like you would normally with your desktop theme, except this is just for the GDM login.
Also, someone made a script, see here:-
http://ubuntuforums.org/showthread.php?t=1358026
6.) Unlock the default keyring automatically for Network-Manager, for all users
- {Tested on Karmic} By: leopard
The problem: That annoying default keyring always asks for your password on every log-in just to use your network.
The fix: Scroll up to the network-manager tray icon, right-click it, and select 'Edit Connections...'. Browse to the desired connection in which to unlock, select it, and press Edit. Enter your password, and press "Allow Once" if a keyring dialog pops up. In the lower left, check the box "Available to all users". (NOTE: This will make it so none of the users on your PC have to enter a password to use the network.) Restart, and enjoy one less annoyance!
7.) Customize the xsplash (brown one with loading bar)
- {Tested on Karmic} By: leopard; EricTRA gave me some links
The problem: You want to change the xsplash boot splash theme.
The fix: The xsplash images are located at /usr/share/images/xsplash.
Make a backup of these images somewhere on your drive before deleting the ones in /usr/share/images/xsplash. This step is important. Then, get your new xsplash theme/image (
http://gnome-look.org), and place the image(s) in /usr/share/images/xsplash.
That's it with the theme, but follow the next step to ensure it works properly. Now test your new xsplash
before you reboot by opening a Terminal (Applications => Accessories => Terminal). Type into the Terminal:-
, press [ENTER], type in your password, and press [ENTER] once more. (Use [ESC] to quit the xsplash) If you're new xsplash image shows up correctly, you may now feel safe to reboot and experience your new theme.
Some links (by EricTRA):
http://www.howtogeek.com/howto/7939/...n-ubuntu-9.10/
http://www.makeuseof.com/tag/customi...en-logo-linux/
http://www.webupd8.org/2010/01/xspla...ts-easier.html
http://elwoodicious.com/2009/10/29/i...slacker-style/
8.) Remove orphaned WINE GNOME menu entries (this will also allow you to regenerate them when you reinstall WINE)
The problem: I uninstalled WINE and menu entries are left there, or I want to reinstall WINE and the menu never shows up.
The fix: Notice: make sure the entered commands are correct before proceeding. there is danger for loss of data! Proceed with caution.
The following links will provide the information needed.
http://forums.fedoraforum.org/showthread.php?t=151425 {post #4}
http://guide.ubuntuforums.org/showthread.php?t=1255193 {post #7}
http://forum.winehq.org/viewtopic.ph...0bf1fb4a15516f
http://ubuntuforums.org/showthread.php?t=815333 {post #7}
-----------------------------------------------------------------------
That's all I could think of for now. If you have a fix, please post it, and I will, as fast as I can, add it to this thread. Thanks and hope this idea flourishes!
