summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* run_program: set XAUTHORITY and HOME for the user we will drop privileges todistro/mdv2008.0Pascal Terjan2010-02-113-2/+9
|
* - drakhelp: fix firefox launch bug #29775Aurélien Lefebvre2009-08-172-1/+3
|
* - get rid of old obsolete doc. to build use rpmbuild (or bm) on packagesPascal Rigaux2008-10-092-183/+18
| | | | | | drakx-installer-binaries, drakx-installer-images and drakx-installer-stage2 - update README
* - do open bug in running firefox drakbug (#31109)Tiago Salem Herrmann2008-05-282-1/+4
|
* 1.7.2.Pascal Rigaux2008-05-162-2/+2
|
* fix stupid typoPascal Rigaux2008-05-161-3/+3
|
* 1.7.1Pascal Rigaux2008-05-162-1/+3
|
* - fix partimage_whole_disk: adapt to libDrakX changesPascal Rigaux2008-05-163-3/+4
| | | | | (backport from trunk)
* 10.4.239.5Thierry Vignaud2008-05-082-1/+3
|
* from HEAD (r231112 2007-10-17):Pascal Rigaux2008-04-081-0/+46
| | | | | | /dev/<vg_name> doesn't exist in drakx-in-chroot (why?), but at least it's not needed for lilo since we don't use lilo in chroot
* better provide 2008.0's ticket IDThierry Vignaud2008-03-251-1/+1
|
* ( _create_Window) do not run main_quit if not in a main loop (eg:Thierry Vignaud2008-03-252-1/+8
| | | | | while loading GUI) but block window deletion instead (#39230)
* (write) do not make /etc/sysconfig/i18n readable only by root in highThierry Vignaud2008-03-182-1/+4
| | | | | security level (#39027)
* do not continue if installing msec crashed or was canceled (#38911)Thierry Vignaud2008-03-172-1/+4
|
* 10.4.239.4Thierry Vignaud2008-02-052-1/+3
|
* (search_dir_font) fix crashing on file names with meta characters (#36482)Thierry Vignaud2008-02-052-2/+4
|
* - bootloader-config:Pascal Rigaux2008-02-052-4/+6
| | | | | | | | o never use "vmlinuz-desktop" or "initrd-desktop.img", always use "vmlinuz" or "initrd.img" (#35721) (backport from HEAD)
* 10.4.239.3Thierry Vignaud2008-02-052-1/+5
|
* (bug_handler) backport exit() fix from cookerThierry Vignaud2008-02-051-1/+1
|
* fix spacing in 10.4.239.1Thierry Vignaud2008-02-041-0/+1
|
* 10.4.239.2Thierry Vignaud2008-02-042-1/+3
|
* sync with code & merge translations of new strings from cookerThierry Vignaud2008-02-0471-433/+2343
|
* - autoselect distro version in bugzillaThierry Vignaud2008-02-042-52/+112
| | | | | | | | | | | | | | - do not display twice "Cannot be run in console mode." message - explain what is the usefull part of the gdb trace - make "Please describe what you were doing when it crashed" more visible and force people to write something in before opening bugzilla - open help as user - prevent altering tool and the like when catching a bug (#35241) - report crash messages in the bug report only when --incident is used (and not when tools explicitely run drakbug with --report) - report gdb trace if possible - stop translating program name in bugzilla (#35241)
* keep buggy process around so that we can run gdb on it (if perl segfaulted)Thierry Vignaud2008-02-042-1/+4
|
* add bug reportPascal Rigaux2008-01-281-1/+1
|
* - fix detecting existing LVMs (#31228)Pascal Rigaux2008-01-283-2/+2
| | | | | | | (regression introduced in 10.4.204 (?)) (backported from HEAD)
* - diskdrake --fileshare:Pascal Rigaux2008-01-282-1/+3
| | | | | o adapt to nfs-utils service rename (nfs-server instead of nfs) (#37069)
* - look for LVM PV on non partitioned disk before looking for DOSPascal Rigaux2008-01-223-1/+7
| | | | | partition_table (esp. for lilo which puts the DOS magic)
* 10.4.239.1Thierry Vignaud2008-01-122-1/+2
|
* harddrake: check that media are not USB keys before auto-configuring them ↵Olivier Blin2008-01-023-8/+10
| | | | (#34568)
* make "Run config tool" available again (#34794, backport from trunk)Olivier Blin2008-01-022-1/+2
|
* allow to set zero values in module options (#26515, backport from trunk)Olivier Blin2008-01-022-1/+2
|
* mark the harddrake service as interactive, so that package requests are ↵Olivier Blin2008-01-022-0/+3
| | | | displayed with parallell init
* cosmetics and groupOlivier Blin2008-01-021-4/+4
|
* - bootloader-config:Pascal Rigaux2007-12-182-2/+5
| | | | | | | | o if drakx-kbd-mouse-x11 is not installed, simply don't add bootsplash instead of dying (backport from HEAD)
* - don't check /proc/partitions for a partition_table::lvm Pascal Rigaux2007-12-031-0/+14
| | | | | | | (ie PV on non partitioned drive) (also committed in fs/proc_partitions.pm)
* - don't check /proc/partitions for a partition_table::lvm Pascal Rigaux2007-12-032-0/+5
| | | | | | | (ie PV on non partitioned drive) (backport from trunk)
* - localedrake:Pascal Rigaux2007-11-304-15/+25
| | | | | | | o restrict the proposed input-methods for each language (backport from trunk)
* detect storage and various controllers before anything else (so that storage ↵Olivier Blin2007-10-312-103/+106
| | | | devices get detected at first boot on live) (backport from trunk)
* group USB_STORAGE with other storage devices (backport from trunk)Olivier Blin2007-10-311-9/+9
|
* - bootloader-config must not need network::network from libdrakx-netPascal Rigaux2007-10-242-1/+2
|
* drakclock/finish-install: disable DPMS and screensaver when setting time not ↵Olivier Blin2007-10-234-0/+17
| | | | to blank monitor (#17031, backport from trunk)
* fix buttons order under KDE when using compiz (by detecting ↵Olivier Blin2007-10-232-1/+3
| | | | kde-window-decorator, backport from trunk)
* - localedrake:Pascal Rigaux2007-10-154-2/+18
| | | | | | | | | | o do propose "Suisse" after selecting french language (#34675) nb: it was not selected because CH is associated to de_CH whereas it also exists fr_CH. hence country_to_locales() backported from trunk
* draklive has been in /soft for agesOlivier Blin2007-10-151-1034/+0
|
* (set_auth_value) fix switching from "no_password" to "(root|user)_password" ↵Thierry Vignaud2007-10-102-1/+4
| | | | (#34490)
* 2008.0 branchPascal Rigaux2007-10-090-0/+0
|
* upJosé Melo2007-10-091-2/+2
|
* upJosé Melo2007-10-091-2/+2
|
* upJosé Melo2007-10-091-3/+3
|