aboutsummaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* do not show "default"/"failsafe" in session listThierry Vignaud2017-01-161-1/+1
| | | | when there's at least one session (mga#19234)
* fix chksession from David Walser (mga#17617)6.3daviddavid2016-08-231-1/+24
|
* one last perl_checker cleanupThierry Vignaud2016-08-131-1/+1
|
* add parenthesisThierry Vignaud2016-08-131-1/+1
|
* do not reinvent glob()Thierry Vignaud2016-08-131-3/+1
|
* use sessions from /usr/share/xsessions/ (mga#17617)Nicolas Salguero2016-08-131-5/+5
| | | | | | | | instead of from /etc/X11/wmsession.d/ v2 (Thierry Vignaud): - prune useless stuff (removed by earlier perl_checker commit) - do not reparse twice the directory, just keep the existing order logic (which is slowly going towards /dev/null)
* cleanup useless stuff after previous commitThierry Vignaud2016-08-131-6/+1
|
* stop generating session files (mga#17617)Nicolas Salguero2016-08-131-75/+2
|
* perl_checker cleanupsThierry Vignaud2016-08-131-7/+7
|
* sbin/chksession: don't set wrong DesktopNames if DESKTOPNAMES isLuc Menut2015-01-071-1/+1
| | | | not defined
* sbin/chksession: add support for DesktopNamesLuc Menut2015-01-071-1/+3
| | | | | write DesktopNames in session desktop files if DESKTOPNAMES is defined in the session config file (mga#14953)
* kill support for KDM3 (obsolete for years)Thierry Vignaud2013-06-241-7/+0
|
* chksession: add support for generic --generate=DIR and --wrap-sessionsAnssi Hannula2011-12-051-3/+18
| | | | | | See mgabz #2740. This also allows migrating other users to the more readable and robust versions, avoiding the use of hardcoded directories in chksession.
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r386 | dmorgan | 2011-02-03 10:31:48 +0000 (Thu, 03 Feb 2011) | 1 line Import Cleaned desktop-common-data ------------------------------------------------------------------------ In addition to the above commits, the following cleaning work has been recorded: - License is GPL according to the relevant rpm spec written by Mandriva Each subdir on its own, only problematic ones are mentioned: o backgrounds : three .jpg files will need to be replaced o bookmarks: - konqueror/bookmarks-download.xml: icons used in the file come from mandriva-kde-icons we'll have to replace them - the links will be much easier to replace when our wiki/forum... etc is up - konqueror/bookmarks-powerpack.xml: deleted, we don't have a powerpack - konqueror/bookmarks-one.xml: a subset from konqueror/bookmarks-download.xml, so we'll fix it along with bookmarks-download.xml - mozilla/* : the same goes as for konqueror bookmarks - cleant bookmarks to remove Mandriva's and add Mageia reference o desktop: - delete powerpack/, we don't have a powerpack - detele {free,one}/upgrade.desktop.in, no powerpack so nothing to upgrade to - modify {free,one}/register.desktop.in to say Mageia instead of Mandriva and point to https://identity.mageia.org/ o dm: - changed Mandriva images o faces: icons in this dir need to be replaced - added 2 oxygen icons to deal with o kde: one icon in here need to be replaced (or dropped) => DROPPED o krootwarning: it's empty, drop it? o man/*/chksession.8 : Occurances of "MandrakeSoft", 1) at the top of the page and 2) copyright statement at the bottom o menu: - the menu section icons in ./icons need to be replaced => done (oxygen icons) - category names should be changed? (i.e. s/X-MandrivaLinux/X-MageiaLinux/), a list of categories is available in menu-categories-list (same dir as CLEANUP_PROGRESS.txt) we keep it for now until decision is taken (best thing would be to push missing categories upstream) => not for now o sounds: sound files need to be replaced
* chksession: print "default" instead of "Default" because this is what XsessionPaulo Ricardo Zanoni2010-06-151-3/+3
| | | | | | expects CCBUG: 59733
* - Fix path for dm.d files (Mdv bug #41712)Frederic Crozat2008-06-301-1/+1
|
* - Update xdm Xsession to new path (Mdv bug #41645)Frederic Crozat2008-06-241-1/+1
|
* - Enable both kdm 3 and 4 to be detected.Helio Chissini De Castro2008-05-051-8/+15
|
* fix path to icewm/twm fallbacks (migration to "new" Xorg)Olivier Blin2008-03-031-2/+2
|
* Don't output error if no session file is presentFrederic Crozat2007-03-271-1/+7
|
* Force umaskFrederic Crozat2007-02-161-0/+2
|
* s/Mandrake/Mandriva/Funda Wang2005-08-123-3/+3
|
* use the new framework in /etc/X11/dm.d.Frederic Lepied2005-05-301-14/+18
|
* add "chksession -L" used by DrakX to configure ~/.dmrcPascal Rigaux2004-08-041-0/+5
|
* - don't generate /etc/X11/dm/Sessions/Default.desktop (otherwise gdm gives 2 ↵Pascal Rigaux2004-08-041-16/+4
| | | | | | | "default" entries) - cleanup
* don't pass /etc/X11/xdm/Xsession in Exec field for the KDE sessionsFrederic Lepied2004-03-021-4/+8
|
* use simply chksession -k for kdmFrederic Lepied2004-02-271-3/+2
|
* do not generate Default session for kdmFrederic Lepied2004-02-271-14/+16
| | | | | remove files before generating the sessions
* fix KDE sessionsFrederic Lepied2004-02-271-35/+36
|
* Fix bug 4572 (bad path for gdm session in fndSession)Frederic Crozat2003-08-271-1/+1
|
* Add default session for GDMFrederic Crozat2003-08-261-0/+12
|
* Corrections by Bernard LangFrederic Lepied2003-08-261-23/+35
|
* gdm session format has changed, fix chksessionFrederic Crozat2003-06-131-11/+10
|
* Remove space in name.Chmouel Boudjnah2002-01-141-1/+1
|
* Fix path of kdmrc.Chmouel Boudjnah2001-08-131-2/+2
|
* Ignore backup files. Cleanup codes.Chmouel Boudjnah2001-07-311-4/+10
|
* put back my change to the Xsession path that was reverted by the resync.Frederic Lepied2001-07-311-1/+1
|
* resync with 8.0-12mdkFrederic Lepied2001-07-311-1/+1
|
* use /etc/X11/xdm/Xsession instead of /etc/X11/Xsession for gdm sessions.Frederic Lepied2001-07-261-1/+1
|
* Avoid opendir use csh internal globing...Chmouel Boudjnah2000-08-311-5/+1
|
* * sbin/chksession: Set support for KDE2 by default when generatingChmouel Boudjnah2000-07-181-1/+1
| | | | | session.
* A new greatest hit.Chmouel Boudjnah2000-07-111-0/+31
|
* sbin/chksession: make window-managers file dynamic by simple entry in ↵Chmouel Boudjnah2000-07-111-20/+9
| | | | | | | | /etc/X11/wmsession.d/ sbin/convertsession: a new greatest hit. mandrake_desk.spec: %post with convertsession
* * use /etc/X11/Xsession for gnome sessions.Frederic Lepied2000-05-121-2/+2
|
* *** empty log message ***Pascal Rigaux2000-05-091-5/+6
|
* * sbin/chksession: if icewm is not here by default launch twm.Chmouel Boudjnah2000-05-061-1/+7
|
* no_commentPascal Rigaux2000-05-051-1/+1
|
* no_commentPascal Rigaux2000-01-071-0/+4
|
* no_commentPascal Rigaux2000-01-051-1/+11
|
* "Seethechangelog"Chmouel Boudjnah1999-12-281-2/+10
|