summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added newer and modern resolutionsGiuseppe Ghibò2016-09-181-1/+17
|
* Change default background size to 1600x1200 to match mageia-themeRémi Verschelde2016-09-171-1/+1
|
* Change background symlink from default.jpg to default.pngRémi Verschelde2016-09-171-3/+3
|
* stop installing/configuring vboxmouse (mga#18917)Thierry Vignaud2016-07-142-7/+3
| | | | | | VBox rely on evdev (kernel) + libinput (userspace) like everyone these days. VMs must just use USB tablet as input device (which is now the default)
* kill last reference to vmmouseThierry Vignaud2016-07-141-1/+1
| | | | should have in commit 52409c682c37ab200f636af9254d4328c5c988ec
* add a FIXME noteThierry Vignaud2016-07-141-0/+1
|
* switch from legacy (KOI8-R) 'ru4' keyboard to 'ru'Thierry Vignaud2016-07-111-2/+2
|
* Last fix for two bogus keyboards table entries (mga#18862)Marja van Waes2016-07-091-2/+2
| | | | o after Pablo already fixed a bunch of them.
* - Improve previous patch (mga#14476)Pablo Saratxaga2016-07-091-16/+16
| | | | | | | o with the « Option "XkbVariant" » syntax and a stacked multi-layout, o the exact same number of comas are needed in the XkbVariant and o XkbLayout - Fix the X11 names for various layouts and variants
* Use the official X.org syntax to define keyboard layouts (mga#14476)Martin Whitaker2016-07-094-143/+147
| | | | o Gnome/gdm can no longer handle our unofficial or deprecated syntax
* install x11-driver-input-libinput for evdevThierry Vignaud2016-06-221-1/+1
| | | | | instead of x11-driver-input-evdev else harddrake service tries to install the later...
* stop installing x11-driver-input-vmmouseThierry Vignaud2016-06-201-5/+1
| | | | it's uneeded since kernel-4.1...
* help perl_checkerThierry Vignaud2016-06-201-0/+1
|
* add US Apple keyboard (mga#7519)Marja van Waes2016-06-191-1/+2
|
* Bépo in English broke translations, and quotation marks were not neededMarja van Waes2016-06-151-2/+2
|
* replace just added cedilla layout with ro basic, see comment 11 (mga#17333)Marja van Waes2016-06-061-2/+2
|
* let Asturian users see the ast keyboard in the first selectKeyboard screenMarja van Waes2016-06-051-1/+1
|
* Add the Romanian cedilla programmers keyboard layout (mga#17333)Marja van Waes2016-06-051-1/+2
|
* Make first keyboard choice screen visible for Cymraeg speakersMarja van Waes2015-06-251-1/+1
| | | | o so make Lewis happy (#mga12348) comment 48
* add the French Bépo keyboardsMarja van Waes2015-06-241-1/+3
|
* do not propose to test modesetting in stage2Thierry Vignaud2015-04-131-1/+1
| | | | thus fixing mga#15687
* Suppress writing xorg.conf.d snippets for built in evdev defaultsColin Guthrie2015-02-111-2/+3
| | | | | | | | | | | | This should allow us to keep a cleaner xorg.conf.d snippet when generated at boot without specific configuration which should then allow udev rules to override it without any problem. Note: we default to a pc105 layout but evdev defaults to a pc104 layout. We should either adopt pc104, or adapt evdev to default to pc105. mga#14476
* Fix typo in xorg.conf.d snippetColin Guthrie2015-02-101-1/+1
|
* ensure i18n settings are written to xorg.conf.d snippetColin Guthrie2015-02-081-0/+20
| | | | | | | | | | In an ideal world we'd use the localed daemon to write this file for us (thus hiding the implementation detail) but this will not work from the installer context so for now just do it manually. Longer term, all manual stuff should be killed off and we should find a way to make installed and installer contexts both work with dbus services.
* write KEYMAP to /etc/vconsole.confColin Guthrie2015-02-081-0/+6
|
* remove wrong part of Turkish keyboard descriptionsMarja van Waes2014-12-241-2/+2
|
* decrease weight of tr_q keyboard (mga#12348)Marja van Waes2014-12-241-1/+1
|
* adapt to new /etc/sysctl.dThierry Vignaud2013-12-272-2/+2
|
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* workaround a gtk+3 regression (bgo#711873)Thierry Vignaud2013-11-241-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=711873
* get_width() => get_allocated_width()Thierry Vignaud2013-11-242-3/+3
|
* perlish ->style() => ->get_style()Thierry Vignaud2013-11-241-3/+3
|
* draw replaces expose_eventThierry Vignaud2013-11-241-1/+1
|
* get_height() => get_allocated_height()Thierry Vignaud2013-11-242-4/+4
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-2/+2
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-1/+1
|
* perlish ->allocation => ->get_allocationThierry Vignaud2013-11-241-4/+4
|
* perlish ->window => ->get_windowThierry Vignaud2013-11-241-4/+4
|
* switch from gtk2 to gtk3Thierry Vignaud2013-11-243-24/+24
|
* Xconfig: select the preferred timing in case of multiple detailed timings in ↵Anssi Hannula2013-05-031-2/+1
| | | | EDID (mga#9934)
* Xconfig: never fallback to assuming a 1024x768 monitor if probing failedAnssi Hannula2013-05-031-26/+3
| | | | Instead select an automatic "Plug'n Play" monitor (mga#9272).
* Xconfig: never fallback to guessing display resolutionAnssi Hannula2013-05-031-29/+1
| | | | | | Neverfallback to guessing display resolution from display size or forcing it to 1024x768, instead fallback to automatic display mode (mga#9934).
* fix Russian keyboard config (mga#6308)Thomas Backlund2013-04-221-1/+1
|
* fix detecting whether X11 is started on boot or not (mga#3618)Thierry Vignaud2013-03-161-1/+2
| | | | handle both inittab & pure systemd
* use 'es-latin1' mapping instead of 'es' for asturian (mga#6639)Thierry Vignaud2012-12-061-1/+1
|
* fix test background (Manuel Hiebel, mga#6349)Thierry Vignaud2012-06-281-1/+1
| | | | image was moved in desktop-common-data
* german keyboard: default to variant with enabled deadkeys instead of ↵Thierry Vignaud2012-05-091-1/+1
| | | | "nodeadkeys variant" (mga#3791)
* (allowed) allow to select depth other than 16bit on Poulsbo (mga#5695)Thierry Vignaud2012-05-091-1/+1
|
* help perl_checkerThierry Vignaud2012-05-021-1/+2
|
* Do not install bootloader when configuring X during install.Pascal Terjan2012-04-291-2/+8
| | | | This will be done at end of summary to allow selecting where to install bootloader(mga#5044)