sheep

Results 45 comments of sheep

> that does'nt suit the font and color combinations I'm asking a question, i'm not saying this needs to be changed.

> just I sent my suggestion Im was asking a question

Will this be implemented?

Hello everyone, It seems that the package `gdm3` (on debian unstable at least) doesnt store the binary at `/usr/bin` but rather at `/usr/sbin` and that's why gdm-settings cant find it....

> As you can see here > > https://github.com/realmazharhussain/gdm-settings/blob/1ce22baa5a6c160f21cd3267277de9f1cf2c14b0/src/app.py#L137 > > The app is running the command `gdm3 --version` which should run without any problems if `/usr/sbin` is in `PATH`...

> What is the output of the following command on your system? > > ```shell > gdm3 --version; echo ReturnCode $? > ``` Before the fix I applied the command...

> Now, I got it. I haven't used Debian in a very long time. I've just remembered that user's PATH does not include `/usr/sbin`. > > I need to make...

> From the output of `systemctl` command, it seems like `/usr/sbin` is supposed to be in PATH but something is misconfiguring PATH. > > What is the output of following...

I may have found the cause! This is line 4-9 in `/etc/profile` ```shell if [ "$(id -u)" -eq 0 ]; then PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" else PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" fi export PATH ``` It seems...

Yeah, I only want this because portable programs do have some flaws like I cant set kanmail as my preferred mail client because 1. windows doesn't support portable programs as...