Ubuntu :: Change Greeter / Login Box Color 10.10?
Apr 10, 2011
I have tested this on Ubuntu 10.10 64 bit many times . Use at your own risk.
1. Enter command in terminal.
Code:
sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/LoginWindow
2. Close terminal and reboot .
3. Make changes to greeter box using appearance preferences by selecting a theme that supports color change . Use Customize > Controls > Colors to change colors of the box and text.
4. Close Appearance Preferences and log in .
5. Enter command in terminal.
Code:
sudo unlink /usr/share/gdm/autostart/LoginWindow/gnome-appearance-properties.desktop
6. Close terminal and reboot .
View 4 Replies
ADVERTISEMENT
Jan 10, 2011
I have Ubuntu Tweak installed but it only lets me change the login background to an image. Is it possible to use a color in hex?I am using Ubuntu 10.10.
View 9 Replies
View Related
Jul 27, 2011
I have a dual monitor setup using TwinView running an up-to-date Ubuntu 11.04 amd64. The GDM (login) greeter is displayed in the center of the screen, and thus, one half of the greeter is on the left monitor and the other half is on the right monitor. I've been trying to find away to move the greeter to only one monitor. I've searched Google and the forums for an answer.
Here's what I've tried:
1) gmdsetup => does not have an option to position the greeter
2) gconf-editor => does not have an option to position the greeter
3) ubuntu-tweak => does not have an option to position the greeter
4) Tried these settings in
/etc/gdm/custom.conf, /etc/gdm/gdm.conf,
/etc/gdm/gdm.conf-custom, /etc/X11/gdm/gdm.conf:
Code:
[greeter]
SetPosition=true
PositionX=200
PositionY=300
5) Mucked around with
/usr/share/gconf/schemas/gdm-simple-greeter.schemas ,
/usr/share/gdm/gdm-greeter-login-window.ui,
/var/lib/dpkg/info/gdm.conffiles
View 4 Replies
View Related
Apr 7, 2016
I have a laptop connected via HDMI port to different external displays throughout the day. I have configured the displays (Settings > Displays) to turn off the laptop display and set the external display as primary. However, this setting only takes effect after login. Thus, I am unable to see the login screen greeter on my external display because I close the laptop lid, so I am logging in blindly to a gray login screen background.
he issue I am facing is that when I start the laptop with an external display connected, the greeter only appears on the laptop display. The gray login screen background image spans both laptop and external displays and my mouse pointer appears on both displays, so I know both displays are detected and configured as dual displays. But, I am guessing, the laptop display is set as primary while the external as secondary.
I would like to know if there is a way to dynamically switch the greeter between the two displays, regardless of which one is set as primary and secondary. Or, is there a way to configure the system such that if there is an external display connected via HDMI, then it is set as primary, and if no external display is connected, then the laptop display is set as primary?
I have searched all over the net and this forum to no avail. I read a post which required copying the user's ~/.config/monitors.xml file over to /var/lib/gdm/.config/ but this caused my laptop monitor to be turned off at login even when there was no external display connected.
Hardware: Acer Aspire 8730G, Core 2 Duo T9900, 8GB RAM, Nvidia Geforce 9600M GT.
Software: Debian 8.4 Jessie, Gnome 3.14.1, Gallium 0.4 on NV96 (I am assuming this is the Nouveau driver)
Contents of the /etc/X11/xorg.conf file which I generated with the command "Xorg -configure" as root in console mode:
Code: Select allSection "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
[Code] ...
I suppose I will continue to login without seeing the greeter on my external display.
View 3 Replies
View Related
Nov 2, 2010
I installed the pam_face_recognition package to try out but decided couldn't get it working properly so removed it via YAST. Now when I boot up I get a pop up dialogue saying the login greeter widget is missing and to check my configuration. Clicking OK on the pop up drops me to the console login.
View 4 Replies
View Related
Oct 23, 2010
I changed it and got it working a long time ago but i installed 10.10 (great work BTW ) and have forgotten completely.
View 6 Replies
View Related
May 4, 2015
In Jessie the lightdm login screen does not bring up a lightdm-gtk-greeter dialog box but what seems to be some other one. I can increase the font size by modifying the /etc/lightdm/lightdm-gtk-greeter.conf file, but the login dialog box will not grow to accommodate the larger font (old eyes). The lightdm-gtk-greeter dialog box in Wheezy was a rectangle with a glyph of a console centered in its upper portion, and all the files I have examined indicate that this should be the same in Jessie, but instead the login screen in Jessie displays a narrower rectangle with a head-and-shoulder stylization off to the left.
View 2 Replies
View Related
Sep 20, 2010
Can I Change The Terminal Color On Ubuntu 10.10?? Is Purple Like Always I Want It Green
View 1 Replies
View Related
Nov 25, 2010
How can I change the color of the scroll bar? I am using 10.04 ubuntu. I want to keep the same basic theme but the scroll bar is way too hard to see. I want to change to the same color as the orange X to close all the windows are.
View 4 Replies
View Related
Jan 30, 2011
Looking to maybe make the icons by the clock maybe red or green(like theower one), is this something easy to do?
View 3 Replies
View Related
Feb 23, 2011
how to change the color of the Ubuntu logo 10.04, the logo that is on the login screen. The logo is white, and I'd like to change it to red or blue. Can I change it in the terminal? If so, can you tell me the command. Or is there another way to get it changed?
I changed the boot splash screen no prob (Plymouth theme).
View 2 Replies
View Related
Jun 3, 2011
Just installed Ubuntu 11.04 where by default the top bar, where the ubuntu log and the time hangs out, is this nice dark humanity theme that fits in wonderfully with ambiance. I am not all sure what happened... as far as I know all I did was update the system and now the top has much more of a kde/clear looks theme too it. I want the old look back. I looked through the appearance app and cssm and couldn't seem to find the settings I need. What do I need to do to change it back? Also, as a completely unrelated question, I would love it if I could change the order of the apps in the unity bar in addition to which apps have icons there.
View 1 Replies
View Related
Jun 29, 2011
How do I change the color of the top bar in firefox 5? It is the black one. I cannot read anythng in the dark area.
View 3 Replies
View Related
Jan 27, 2010
I don't know much about scripting and so despite my best efforts i can't seem to get my script right and I was wondering how to do the following:at startup set the background color to a certain hex valueover time cycle through the entire range of possible values from (0x000000 to 0xFFFFFF)do this slowly, not abruptlystart the script every time I loginI know I need to use gconftool-2 -t str --set /desktop/gnome/background/primary_color "#$COLOR"where COLOR is a hex value variablebut really beyond that the specifics of how to time the updating of the hex value or whether a variable can be a hex value at all (if not how to work around that).
View 7 Replies
View Related
Mar 11, 2010
I am running Karmic Koala on a Dell Precision M90, and have some problems with my color depth, or at least that's what I believe. I have googled this problem numerous times, reading a lot about /etc/X11/xorg.conf, and have created numerous files in that location, with all manners of (probably) valid contents. I have yet to try invalid contents, in the hope that Linux is reading the file, and doing so would crash the system. This is my current xorg.conf, after many iterations:
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
[code]....
Now, is there some other place to change this? Should I sacrifice more virgins to Cthulhu, or is Hastur the one to ask in these situations?
View 5 Replies
View Related
Mar 26, 2010
IS there a way to change the Font color of the top menu (File, edit, view History, etc) in firefox or all windows? I'm using a skin that I love but cannot read the menus at the top because the color is blending in.
View 1 Replies
View Related
May 5, 2010
I want to change the reddish/orangeish/pinkish color to something else, such as a slate gray or something. What file do I need to edit? gtkrc? xml?
View 9 Replies
View Related
May 14, 2010
What do i need to do to change the color in the background of my web server?
View 1 Replies
View Related
May 17, 2010
would anyone know how to change the widget plotter background color? I used to be able to do it in 9.10 by doing a right click/properties/advanced. In Lucid, I no longer see that advanced tab so I have no idea how to change that widget gray color? has this functionality moved somewhere else?? I looked all over the place in System Settings but I can't find anything.
View 2 Replies
View Related
Jul 8, 2010
I'm enjoying the default 10.04 theme, but the one thing that doesn't work for me is the scrollbar. I can hardly see it. Where I can edit just the scrollbar color without changing themes completely?
View 3 Replies
View Related
Oct 28, 2010
since I don't have a xorg.conf anymore (just wasn't installed ) I wonder how to change the color depth to 32.
I'm using the standard xserver-xorg-video-radeon driver.
View 4 Replies
View Related
Nov 25, 2010
I'm using the Divergence theme, and I'm loving the transparent top panel. However, the font is dark, so I can't see anything! How can I change the font so it's white, but without changing other system fonts?
View 3 Replies
View Related
Dec 14, 2010
I want to change the color of just the menubar: the bar at the top of the webbrowser that has "Menu Edit View History Bookmarks Tools Help" etc. I do NOT want to change the color of the Ubuntu Top and Bottom "taskbars." If I go to System-Preferences-Appearance and customize Controls it always changes all three. Is there a way to just change the color of Firefox's menubar so it's more decipherable from the Window Border?
View 4 Replies
View Related
Aug 13, 2011
I used to use the negative filter (Compiz) with Eclipse in order to have a dark background, but I wasn't satisfied. Then I ended up changing the Appeareance for all gnome windows (and applying a color scheme to Eclipse editors), so my background is black and the text is white.
It works perfectly for most of applications, but some (i.e. the crappy Celtx) are unreadable, as they keep the white of the font but use a white background. For Celtx, I'm still searching for the css to modify. But, overall, it could be great if there was a way to define one -more standard, black on white- color theme to be applied only on some applications (the conflictive ones).
View 1 Replies
View Related
Aug 26, 2010
I have ubuntu 10.04 installed, yesterday I installed gnome color chooser. Because it not working for me I choose to uninstall it from synaptic package manager,unfortunately I also removed the nautius.
Then, I reinstall with sudo apt-get install nautilus.
But when I restarted, I can't login (the login screen showed, when I type the password there is nothing happen) but when I ctrl+alt+f2 and login via console I can login.
View 4 Replies
View Related
Apr 3, 2010
the theme that i am using is dark and when i have application minimized and need attention like aconversation window or something and someone send something to me it blink in a gray color which is not easy to notice and i was thinking to change that to a bright orange or something... so is that possible to do without changing the theme?
View 8 Replies
View Related
Nov 8, 2010
how do i change the green color by the white arrow?
I would like to change it to purple like my whole theme.
View 3 Replies
View Related
Nov 29, 2010
I've been searching and have been unable to find a solution. My current theme is rather dark, for reading at night, etc. And with inactive windows on the screen, the border changes to white from black and makes it difficult on the eyes.
Is there a way to change this inactive color to another, such as black or dark gray?
View 2 Replies
View Related
Dec 1, 2010
I just want to change the color of the close button on windows of the Ambiance theme from the orange to blue. I copied the theme from usr/share into my .themes folder so I don't mess with the original, and then I just changed the name to Blue Ambiance and changed the appropriate .png files I found in the metacity folder to blue.When I select this new them in my appearance menu though nothing changes.
View 3 Replies
View Related
Dec 26, 2010
Can one change the color of the box presented when you hold the mouse pointer over a object like scrolling through threads? The black box is a killer on my eyes.
View 4 Replies
View Related