| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Freetype has enabled a 'new style' of sub-pixel hinting, based on the
Infinality patch but simplified for speed.
Some people feel that this new type of hinting is resulting in worse font
rendering than with the old auto-hinter built into Freetype.
The new tweak 'nsh' effectively disables the new type of sub-pixel hinting
and makes Freetype fall back to the old behaviour.
Usage: add "tweaks=nsh" to the boot commandline of the Live OS.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Previously, the 'make_slackware_live.sh' script would exit if no local
copy of a Slackware package mirror was available. Now, the script will
download a copy from a default rsync mirror (osuosl.org) instead,
and then proceed with creating a Live ISO.
Another rsync URI can be specified in the .conf file if you want.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This adds back the "User manager" in "System Settings > Account Details".
Packages added:
- deps/cracklib
- deps/libpwquality
- deps/accountsservice
- kde/plasma/user-manager
|
| |
|
| |
|
| |
|
|
|
|
| |
It's required for ffmpeg's 'ffplay' binary.
|
|
|
|
|
|
|
|
|
| |
Packages added:
- deps/dvdauthor
- deps/frei0r-plugins
- deps/mlt
- deps/vid.stab
- kde/applications/kdenlive
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New packages for this release:
- digikam
- libkface
- krusader
- k3b (preview of the KF5 port to be released with 17.04.0)
Rebuilt:
- sddm-qt5 (now respects your $LANG setting)
New dependencies for this release:
- lensfun
- opencv
Updated dependencies for this release:
- phonon-vlc
- qca-qt5
Cleaned up the kde4plasma5 package list: most of that list were ported to KF5.
|
| |
|
| |
|
|
|
|
| |
Thanks to USUARIONUEVO for the suggestion.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This choice results in the following settings being activated
in the Live OS:
- locale: da_DK.utf8
- console keyboard: dk
- timezone: Europe/Copenhagen
|
|
|
|
|
|
| |
The 'sed' commandline processing the scripts in /usr/share/liveslak
failed to make the correct substitution for "T_PX=/mnt" in the
'SeTpartitions' script, which is part of the Slackware installer.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Specifically, stress the fact that generating an ISO requires that you
create a local Slackware mirror prior to running 'make_slackware_live.sh',
since the script will not download official Slackware packages,
only 3rd party packages.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In fact, I had not intended to replace Slackware's kdelibs4-based calligra
with the new KF5-based version. But upgrading calligra allowed me to get
rid of the old kdelibs4-based kactivities, nepomuk-core and nepomuk-widgets
packages.
And krita has been made separate from calligra, so that is a new package
in my 'ktown' set altogether. Kexi is absent (it was split out of calligra
just like krita) but if someone needs it, I will add it in the next update.
And finally, the package libkcddb4 is the older ldelibs4-based version
which is required by k3b.
The new KF5-based libkcddb is incompatible with k3b.
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
New supported LIVEDE value: DLACK
This merge adds Dlackware as a DE choice when generating the ISO.
Dlackware is Slackware with PAM, systemd and Gnome3 (and without KDE4).
I think this is an interesting experiment. Know your enemy ;-)
Thanks to bartgymnast of the Dlackware team who provided the patches.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This file was forgotten in the previous commit.
It has now also been given a '.tpl' extension in the liveslak sources,
to indicate that it is a template and not usable as-is.
The 'make_slackware_live.sh' script parses the template file and performs
a series of variable substitutions to generate the final 'init' script
inside the initrd of the ISO image.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This affects:
- pxeserver
- setup2hd
Both have been renamed with extension '.tpl' as indication that they are
templates. The 'make_slackware_live.sh' script performs a series of
substitutions on them to produce the actual scripts inside the ISO.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Hard-coded '/mnt' in the Slackware installer scripts is an ongoing annoyance.
With the modifications in this commit I was able to successfully install
Slackware Live to a UEFI computer using 'setup2hd'.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This should allow people to store the ISO on a NTFS filesystem and then
use something like grub or pxelinux to boot liveslak from that ISO file
using the 'livemedia=/dev/sdX:/path/to/slackwarelive.iso' syntax.
|
| |
| |
| |
| |
| |
| | |
Disable two processes that consume time or are just annoying on first boot:
- do not start gnome-initial-setup;
- do not let systemd re-generate dynamic linker cache on boot.
|