Nux

~3v1n0/nux:preinst-conffiles-restore-artful

Last commit made on 2018-06-22
Get this branch:
git clone -b preinst-conffiles-restore-artful https://git.launchpad.net/~3v1n0/nux
Only Marco Trevisan (Treviño) can upload to this branch. If you are Marco Trevisan (Treviño) please log in for upload directions.

Branch merges

Branch information

Name:
preinst-conffiles-restore-artful
Repository:
lp:~3v1n0/nux

Recent commits

74b5fe1... by Marco Trevisan (Treviño)

debian/changelog: update with vcs change

0dcd2bf... by Marco Trevisan (Treviño)

debian/nux-tools.preinst: restore backup config files

These might be moved by x11-common.

LP: #1768610

981876d... by Marco Trevisan (Treviño)

debian/control: update Vcs to use git

3f78f79... by CI Train Bot Account

Releasing 4.0.8+17.10.20180613.3-0ubuntu1

970d8db... by Marco Trevisan (Treviño)

Revert: "debian: don't consider the Xsession.d script as a config file anymore"

It seems something there's not full agreement on it, so to avoid further discussions
I'm reverting this back. However I strongly believe that given the current tools we have
this is the way to go, as debian doesn't provide other tools to get this done.
Nor X11 can move files outside of /etc.

fb656f9... by Marco Trevisan (Treviño)

debian: don't consider the Xsession.d script as a config file anymore

This is just a script to be loaded, and not something the user is supposed to change,
so it should be removed on simple package removal.
To achieve this, as per maintainer-guide 5.3, using sym-links is the standard way.

5dab1d3... by Marco Trevisan (Treviño)

50_check_unity_support: only run when called from an unity session

The content of $XDG_CURRENT_DESKTOP is checked inside a sub-shell
not to affect the value of IFS for all the scripts sourced by the X session.

If running in Unity we should call unity_support_test, not inside gnome
ubuntu X sessions.

XDG_CURRENT_DESKTOP values are currently the followings:
 - unity before 17.10: Unity
 - unity after 17.10: Unity:Unity7:ubuntu
 - gnome session: GNOME
 - ubuntu gnome session: ubuntu:GNOME

21b52e7... by Marco Trevisan (Treviño)

50_check_unity_support: only export LIBGL_ALWAYS_SOFTWARE=1 on command failed

e333572... by CI Train Bot Account

Releasing 4.0.8+17.10.20170922-0ubuntu1

(bzr r890)

18b00e4... by Marco Trevisan (Treviño)

Nux: mark explicit fallthrough jumps (to please gcc7)

Approved by: Andrea Azzarone

(bzr r889)