UbuntuBudgie / budgie-desktop-environment

Metapackage to install all components of the Ubuntu Budgie desktop environment
66 stars 15 forks source link

Bashism in /etc/profile.d/10-budgie-desktop{,-common}.sh #188

Open MenschNestor opened 4 years ago

MenschNestor commented 4 years ago

There is a bashism at the start of the two files /etc/profile.d/10-budgie-desktop{,-common}.sh. This leads to issues when starting e.g. the default /bin/sh (dash) on Ubuntu as a login shell:

> /bin/sh -l
/bin/sh: 1: /etc/profile.d/10-budgie-desktop-common.sh: [[: not found
/bin/sh: 1: /etc/profile.d/10-budgie-desktop.sh: [[: not found

This example comes from an up-to-date Ubuntu 20.04 installation.

fossfreedom commented 3 years ago

@MenschNestor I'm a little lost here - if you can resolve this I would much appreciate it.

MenschNestor commented 3 years ago

@fossfreedom Let me see what I can do.