Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
ee289b17
You need to sign in or sign up before continuing.
Commit
ee289b17
authored
Jul 11, 2013
by
Mikhail Efremov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
system-settings Add workaround for 'lightdm cursor' bug.
See
https://bugzilla.altlinux.org/show_bug.cgi?id=29167
for more information.
parent
77773bb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
branding.spec
branding.spec
+12
-2
ldm_pam_environment
system-settings/ldm_pam_environment
+4
-0
No files found.
branding.spec
View file @
ee289b17
...
@@ -228,9 +228,10 @@ Menu for Simply Linux
...
@@ -228,9 +228,10 @@ Menu for Simply Linux
Summary: Some system settings for Simply Linux
Summary: Some system settings for Simply Linux
License: GPLv2+
License: GPLv2+
Group: System/Base
Group: System/Base
Requires: lightdm-gtk-greeter
%description system-settings
%description system-settings
Some system settings for Simply Linux
Some system settings for Simply Linux
.
%prep
%prep
%setup -q
%setup -q
...
@@ -330,6 +331,7 @@ cp menu/altlinux-wine.directory %buildroot/usr/share/desktop-directories/
...
@@ -330,6 +331,7 @@ cp menu/altlinux-wine.directory %buildroot/usr/share/desktop-directories/
# system-settings
# system-settings
mkdir -p %buildroot/%_sysconfdir/polkit-1/rules.d/
mkdir -p %buildroot/%_sysconfdir/polkit-1/rules.d/
cp -a system-settings/polkit-rules/*.rules %buildroot/%_sysconfdir/polkit-1/rules.d/
cp -a system-settings/polkit-rules/*.rules %buildroot/%_sysconfdir/polkit-1/rules.d/
install -Dm644 system-settings/ldm_pam_environment %buildroot%_localstatedir/ldm/.pam_environment
#bootloader
#bootloader
%pre bootloader
%pre bootloader
...
@@ -357,6 +359,13 @@ shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
...
@@ -357,6 +359,13 @@ shell_config_set /etc/sysconfig/grub2 GRUB_COLOR_HIGHLIGHT %grub_high
%post indexhtml
%post indexhtml
%_sbindir/indexhtml-update
%_sbindir/indexhtml-update
%post system-settings
chown _ldm:_ldm %_localstatedir/ldm/.pam_environment
sed -i '/pam_env\.so/ {
/user_readenv/ b
s/pam_env\.so/pam_env.so user_readenv=1/ }
' %_sysconfdir/pam.d/lightdm-greeter
%files bootloader
%files bootloader
%_datadir/gfxboot/%theme
%_datadir/gfxboot/%theme
/boot/splash/%theme
/boot/splash/%theme
...
@@ -425,7 +434,8 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
...
@@ -425,7 +434,8 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
/usr/share/desktop-directories/altlinux-wine.directory
/usr/share/desktop-directories/altlinux-wine.directory
%files system-settings
%files system-settings
%_sysconfdir/polkit-1/rules.d/*.rules
%config %_sysconfdir/polkit-1/rules.d/*.rules
%config %_localstatedir/ldm/.pam_environment
%changelog
%changelog
* Thu Jul 04 2013 Mikhail Efremov <sem@altlinux.org> 7.0.0-alt6
* Thu Jul 04 2013 Mikhail Efremov <sem@altlinux.org> 7.0.0-alt6
...
...
system-settings/ldm_pam_environment
0 → 100644
View file @
ee289b17
# Workaround for ALT bug #29167.
# Based on suggestion by Daniel Gnoutcheff (gnoutchd)
# https://bugs.launchpad.net/lightdm/+bug/1024482/comments/18.
GDK_CORE_DEVICE_EVENTS=true
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment