Changeset 7775 for lliurex-mate-welcome
- Timestamp:
- Jul 19, 2018, 9:36:46 AM (3 years ago)
- Location:
- lliurex-mate-welcome/trunk/fuentes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-mate-welcome/trunk/fuentes/debian/changelog
r7766 r7775 1 lliurex-mate-welcome (16.04.9.3) xenial; urgency=high 2 3 * User can still choose welcome to be run on every startup. 4 Still not by default. 5 6 -- Hector Garcia Huerta <hectorgh@gmail.com> Thu, 19 Jul 2018 09:33:46 +0200 7 1 8 lliurex-mate-welcome (16.04.9.2) xenial; urgency=high 2 9 -
lliurex-mate-welcome/trunk/fuentes/debian/lliurex-mate-welcome.install
r7766 r7775 11 11 lliurex-mate-welcome.desktop usr/share/applications/ 12 12 update-lliurex-menu-welcome /usr/sbin/ 13 lliurex-mate-welcome-auto.desktop usr/share/lliurex-mate-welcome/data/ -
lliurex-mate-welcome/trunk/fuentes/debian/postinst
r6987 r7775 25 25 update-desktop-database 26 26 update-mime-database /usr/share/mime 27 28 if [ -f /etc/skel/.config/autostart/lliurex-mate-welcome-auto.desktop ]; then 29 rm /etc/skel/.config/autostart/lliurex-mate-welcome-auto.desktop 30 fi 31 32 33 27 34 ;; 28 35 -
lliurex-mate-welcome/trunk/fuentes/lliurex-mate-welcome
r7099 r7775 632 632 if os.path.isfile(self._old_autostart_path): 633 633 os.unlink(self._old_autostart_path) 634 shutil.copy2('/etc/skel/.config/autostart/lliurex-mate-welcome-auto.desktop', self._autostart_path) 634 llx_path="/usr/share/lliurex-mate-welcome/data/lliurex-mate-welcome-auto.desktop" 635 shutil.copy2(llx_path, self._autostart_path) 635 636 self.replaceAll(self._autostart_path,"Exec=sh \"lliurex-mate-welcome --first\"","Exec=lliurex-mate-welcome") 636 637 os.chmod(self._autostart_path,stat.S_IRWXU)
Note: See TracChangeset
for help on using the changeset viewer.