Op 28-10-12 14:05, Oddball schreef:
Is plymouth used as login-manager screen also? (and if so, what do i have to do to make the login dialog box smaller, and the too big pw dots smaller, to a distinguished small sized textbox, with small fonts?)
No it is really KDM3, saw : # are we currently prompting for a password? prompt_active = 0;
Further on in the script i read: fun display_password_callback (prompt, bullets) { global.status = "password"; if (!global.password_dialogue) password_dialogue_setup(prompt); password_dialogue_opacity (1); bullet_width = password_dialogue.bullet_image.GetWidth(); bullet_y = password_dialogue.entry.y + password_dialogue.entry.image.GetHeight () / 2 - password_dialogue.bullet_image.GetHeight () / 2; margin = bullet_width; spaces = Math.Int( (password_dialogue.entry.image.GetWidth () - (margin * 2)) / (bullet_width / 2 ) ); bullets_area.width = margin + spaces * (bullet_width / 2); bullets_area.x = Window.GetX () + Window.GetWidth () / 2 - bullets_area.width / 2; if (bullets > spaces) bullets = spaces; for (index = 0; password_dialogue.bullets[index] || index < bullets; index++){ if (!password_dialogue.bullets[index]) { password_dialogue.bullets[index].sprite = Sprite (); password_dialogue.bullets[index].sprite.SetImage (password_dialogue.bullet_image); password_dialogue.bullets[index].x = bullets_area.x + index * bullet_width / 2; password_dialogue.bullets[index].sprite.SetX (password_dialogue.bullets[index].x); password_dialogue.bullets[index].y = bullet_y; password_dialogue.bullets[index].sprite.SetY (password_dialogue.bullets[index].y); password_dialogue.bullets[index].z = password_dialogue.entry.z + 1; password_dialogue.bullets[index].sprite.SetZ (password_dialogue.bullets[index].z); } Do i conclude here is the place to change the size of the bullets? Is there a way to get you (or anyone you know) to create an interface to change these settings? You can not expect users to mess with these scripts, they'll ruin them... http://www.ubuntugeek.com/plymouth-manager-gui-tool-to-change-boot-theme-and... http://kde-apps.org/content/show.php/?content=142592 These are for inspiration...
-- Have a nice day, Oddball. OS: Linux 3.7.0-rc2-1-desktop i686 Huidige gebruiker: oddball@EeePc-Rob-SFN9 Systeem: openSUSE 12.2 (i586) KDE: 4.8.5 (4.8.5) "release 2" -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org