diff options
| author | Michael Janczyk | 2008-03-26 19:30:39 +0100 |
|---|---|---|
| committer | Michael Janczyk | 2008-03-26 19:30:39 +0100 |
| commit | 93da363b7fa0b2fa3cc06eff876871240fa0eabc (patch) | |
| tree | 0ff0046e5008dd34dbee429bb786d03cf9f037f9 | |
| parent | ... same as r1692 for Base.pm ... (diff) | |
| download | core-93da363b7fa0b2fa3cc06eff876871240fa0eabc.tar.gz core-93da363b7fa0b2fa3cc06eff876871240fa0eabc.tar.xz core-93da363b7fa0b2fa3cc06eff876871240fa0eabc.zip | |
perl cosmetics and a shorter username entry for kdm, so the enter button isn't beneath it. Dirk didn't like it :(.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1695 95ad53e4-c205-0410-b2fa-d234c58c8868
| -rw-r--r-- | os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm | 4 | ||||
| -rw-r--r-- | theming/openslx/displaymanager/kdm/theme.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm index 1d53fff9..aab314ea 100644 --- a/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm +++ b/os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm @@ -103,7 +103,7 @@ sub suggestAdditionalKernelModules # Ubuntu needs vesafb and fbcon (which drags along some others) if ($makeInitRamFSEngine->{'distro-name'} =~ m{^ubuntu}i) { - push @suggestedModules, qw( vesafb fbcon ) + push @suggestedModules, qw( vesafb fbcon ) } return @suggestedModules; @@ -113,7 +113,7 @@ sub copyRequiredFilesIntoInitramfs { my $self = shift; my $targetPath = shift; - my $attrs = shift; + my $attrs = shift; my $makeInitRamFSEngine = shift; my $themeDir = "$openslxConfig{'base-path'}/share/themes"; diff --git a/theming/openslx/displaymanager/kdm/theme.xml b/theming/openslx/displaymanager/kdm/theme.xml index 238dc834..437f988f 100644 --- a/theming/openslx/displaymanager/kdm/theme.xml +++ b/theming/openslx/displaymanager/kdm/theme.xml @@ -79,7 +79,7 @@ <!-- username-entry --> <item type="entry" id="user-entry"> - <pos anchor="w" x="0" y="40%" height="22" width="140"/> + <pos anchor="w" x="0" y="40%" height="22" width="114"/> </item> <!-- password-entry --> |
