summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* 16.6516.65Rémi Verschelde2015-02-272-1/+4
|
* Mageia 5 RC left backgroundRémi Verschelde2015-02-271-0/+0
|
* include udev rule for SynapticsThierry Vignaud2015-02-272-0/+4
|
* 16.6416.64Thierry Vignaud2015-02-272-1/+3
|
* add missing button icons (mga#15264)Thierry Vignaud2015-02-272-0/+5
| | | | broken by the switch to the Adwaita theme
* fix a broken message in logsThierry Vignaud2015-02-271-1/+2
| | | | | | | | | | eg: "found 9 packages to install: gnome-desktop3, 3.14.2, 1.mga5, x86_64, nmap, ..." instead of: "found 9 packages to install: gnome-desktop3-3.14.2-1.mga5.x86_64, nmap, ..."
* 16.6316.63Thierry Vignaud2015-02-273-1/+5
|
* fix too wide buttonsThierry Vignaud2015-02-273-0/+21
| | | | | | | closing mga#12422, mga#13471, mga#14839, mga#15379 issue introduced in commit 1d4957dddcbf98c3a985186b8b61be2b3f004b3c but was showing only in some cases
* perl_checker cleanupThierry Vignaud2015-02-211-1/+1
|
* typo fixMarja van Waes2015-02-201-2/+2
|
* silent a warning with perl-5.20Thierry Vignaud2015-02-191-1/+1
|
* 16.6216.62Thierry Vignaud2015-02-193-1/+5
|
* use a vertical scrolling bar when neededThierry Vignaud2015-02-193-1/+4
| | | | there might be too much solutions (mga#15272)
* use an horizontal scrolling bar when neededThierry Vignaud2015-02-193-3/+5
| | | | | | | | | | | | gtk+ sometimes doesn't respect our sizing which causes the container to enlarge (see previous commit) with previous commit, this reduce the risk of having too small buttons, and fixes several issues in the installer: - buttons being too big causing their box & thus the dialog to increase which triggers a gtk+ bug which makes the window to jump (mga#12422) - as well as several other related issues (mga#11988, mga#14839, mga#15272, mga#15264)
* workaround too wide togglebuttons with empty labelThierry Vignaud2015-02-193-2/+8
| | | | | | | | | gtk+3 and/or Adwaita makes togglebuttons with empty label being at least 34px wide whereas when using ->new instead of ->new_with_label, they can be only 18px wide... ...which is still too much when we sized them to eg 5px and cause their container to enlarge
* 16.6116.61Thierry Vignaud2015-02-182-1/+3
|
* ensure we install radeon-firmware too if needed (mga#15203)Thierry Vignaud2015-02-182-1/+3
|
* 16.6016.60Thierry Vignaud2015-02-182-1/+3
|
* ensure we install kernel-firmware-nonfree (mga#15203)Thierry Vignaud2015-02-182-0/+3
| | | | | | (if needed) it's recommended but will be unselected if recommends are disabled resulting in non working display on reboot
* 16.5916.59Thierry Vignaud2015-02-182-1/+3
|
* display a nicer message when no removable medium is found (mga#14435)Thierry Vignaud2015-02-172-0/+4
|
* (bug) use a variableThierry Vignaud2015-02-171-1/+3
| | | | (neede for next commit)
* kill obsolete logo variablesThierry Vignaud2015-02-171-1/+0
|
* Update Estonian translation from TxYuri Chornoivan2015-02-161-316/+110
|
* Update Estonian translation from TxYuri Chornoivan2015-02-161-1184/+303
|
* Update Estonian translation from TxYuri Chornoivan2015-02-161-206/+58
|
* improve Spanish translationEgoitz Rodriguez2015-02-151-73/+218
|
* Fix timezone dir install prefix prepending (broken symlink during installer ↵Angelo Naselli2015-02-151-3/+5
| | | | mga#14888)
* Revert "Fix timezone dir install prefix prepending (broken symlink during ↵Angelo Naselli2015-02-153-5/+4
| | | | | | installer mga#14888)" This reverts commit 46ce1e3284d595bd7be1ab41a79ecd67730553e4.
* Fix timezone dir install prefix prepending (broken symlink during installer ↵Colin Guthrie2015-02-153-4/+5
| | | | mga#14888)
* automate version tags16.58Thierry Vignaud2015-02-123-1/+3
| | | | | | | | the right moment for automating those is when generating the tarball right after having bumped the version number not done for stage1 as images & mdk-stage1 fight for the same version space (or we would need to prefix them)
* s!ext3!ext4!Thierry Vignaud2015-02-1272-110/+110
|
* 16.5716.57Thierry Vignaud2015-02-112-1/+5
|
* adapt to new fb2pngThierry Vignaud2015-02-111-1/+1
|
* Update Indonesian translationYuri Chornoivan2015-02-111-1150/+310
|
* 16.5616.56Thomas Backlund2015-02-102-1/+3
|
* - service_harddrake:Thomas Backlund2015-02-102-1/+5
| | | | | * add support for the new nvidia340 driver (mga#15255) * drop references to old unsupported nVidia drivers
* 16.5516.55Anne Nicolas2015-02-091-0/+2
|
* 16.55Anne Nicolas2015-02-092-1/+12
|
* drakclock: Ensure that /etc/localtime is a symlink (mga#14888)Colin Guthrie2015-02-082-2/+3
| | | | | This is actually just a followup to d4be53b62 to use the wrapper symlinkf() function which seems a little bit neater (subjective) and to update NEWS file.
* users: Make sure to restart accounts-daemon after adding users (mga#15113)Colin Guthrie2015-02-082-0/+2
| | | | | | | | | | This prevents various details being loaded about the user when they first login (including being listed in GDM and other user editing bits within GNOME). It also has some effect on i18n where the user's language settings are totally reset (to en_US) rather than inheriting the system prefs which seems to be the problem presented in mga#14476
* finish-install: Ensure i18n settings are loadedColin Guthrie2015-02-081-4/+21
| | | | | | | | | In the past, we would simply reload the DM, but support for reloading the dm was removed in draklive-config in 8fbe674e. While we may still wan to reload the DM, we should at least try to reload/re-export the i18n settings to give them the best chance of taking effect.
* Create a symlink instead a hard copy to localtime see issue #14888Angelo Naselli2015-02-081-2/+2
|
* i18n: Write the desired console font to /etc/vconsole.confColin Guthrie2015-02-082-2/+10
|
* i18n: Use the x-distro /etc/locale.conf file instead of /etc/sysconfig/i18nColin Guthrie2015-02-084-5/+29
| | | | | Ensure we read and write the /etc/locale.conf file, but still support reading from /etc/sysconfig/i18n to cope with upgrades.
* drakedm: Don't run ancient dm init script (which no longer exists)Colin Guthrie2015-02-082-1/+3
|
* Update Czech translation from TxYuri Chornoivan2015-02-081-130/+130
|
* Update Czech translation from TxYuri Chornoivan2015-02-081-148/+148
|
* Update Czech translation from TxYuri Chornoivan2015-02-081-36/+36
|
* 16.5416.54Anne Nicolas2015-02-062-1/+5
|