summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/bootsplash/OpenSLX/OSPlugin/bootsplash.pm4
-rw-r--r--theming/openslx/displaymanager/kdm/theme.xml2
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 -->