Nux

~3v1n0/nux:master

Last commit made on 2018-06-13
Get this branch:
git clone -b master 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:
master
Repository:
lp:~3v1n0/nux

Recent commits

808552a... by CI Train Bot Account

Releasing 4.0.8+18.10.20180613.3-0ubuntu1

(bzr r892)

bc68853... by CI Train Bot Account

* debian/50_check_unity_support:
  - various changes to fix (LP: #1768610):
    + export LIBGL_ALWAYS_SOFTWARE=1 only on command failure
    + run only when called inside an unity session

Fixes LP: #1768610

(bzr r891)

a963ef3... 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.

(bzr r890.1.5)

03c28e0... 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.

(bzr r890.2.1)

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

gtest: update default google-test prefix to match distro

(bzr r890.1.4)

d9a9192... 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.

(bzr r890.1.3)

1f64f50... 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

Fixes LP: #1768610

(bzr r890.1.2)

6b0954b... by Marco Trevisan (Treviño)

50_check_unity_support: only export LIBGL_ALWAYS_SOFTWARE=1 on command failed

Fixes LP: #1768610

(bzr r890.1.1)

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)