mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
Just a small dialog to make it easier for users to modify the settings of lightdm-gtk-greeter. WWW: https://launchpad.net/lightdm-gtk-greeter-settings
11 lines
585 B
Python
11 lines
585 B
Python
--- setup.py.orig 2020-03-08 02:41:05 UTC
|
|
+++ setup.py
|
|
@@ -63,7 +63,7 @@ class InstallAndUpdateDataDirectory(DistUtilsExtra.aut
|
|
|
|
values = {'__data_directory__': "'%s'" % (target_pkgdata),
|
|
'__version__': "'%s'" % self.distribution.get_version(),
|
|
- '__config_path__': '"/etc/lightdm/lightdm-gtk-greeter.conf"'}
|
|
+ '__config_path__': '"%%LOCALBASE%%/etc/lightdm/lightdm-gtk-greeter.conf"'}
|
|
write_config(self.install_lib, values)
|
|
|
|
desktop_file_path = os.path.join(self.install_data, 'share', 'applications',
|