This commit is contained in:
debianpepper 2023-09-27 13:01:47 +09:00
commit 756fbbef19
18 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 538 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

View File

@ -111,7 +111,7 @@ greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
user-session=xfce
#user-session=
allow-user-switching=true
#allow-guest=true
#guest-session=xfce

View File

@ -1,3 +1,3 @@
#deb http://repo.peppermintos.com/packages daedalus main contrib non-free
deb http://repo.peppermintos.com/packages daedalus main contrib non-free
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free

View File

@ -1,3 +1,3 @@
#deb http://repo.peppermintos.com/packages daedalus main contrib non-free
deb http://repo.peppermintos.com/packages daedalus main contrib non-free
#deb-src http://repo.peppermintos.com/packages daedalus main contrib non-free

View File

@ -448,7 +448,7 @@ def gnome_flahsbak_configs():
logger.info("Copy Gnome Flashback configs")
src_gnomef = '/gnome-flashback'
des_gnomef = '/etc/skel/.config'
des_gnomef = '/etc/skel/'
logger.info("INFO: Copying - " + HOME_FOLDER + src_gnomef)
shutil.copytree(HOME_FOLDER + src_gnomef,
HOME_FOLDER + WPCHROOT + des_gnomef,