Re: Installation Help Needed Please :)

1998-08-05 Thread Giovanni Biscuolo
lly confused in this > part. I restored my normal partition by using restorrb.exe so my > computer is back to its previous state, but I need help with this > partitioning stuff. Please help me!!! :) > > Jim > [EMAIL PROTECTED] Good luck and never give up! ;-) Ciao. Giovanni Bi

customize Debian 11 evironment in lightdm (and in general?)

2022-05-05 Thread Giovanni Biscuolo
not able to find the cause and related "workaround". I see that similar problems are described in this bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=927907 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931776 Please is there a way to fix my problem? Is there a way to custo

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
to configure the environment for all users, beyond the trivial cases that PAM can handle. Put all your transient shell settings (aliases, functions, shell options) in ~/.bashrc Put all your environment variables in ~/.profile Create or edit file ~/.bash_profile and include commands: if [ -f ~/.profile ]; then . ~/.profile fi Create or edit file ~/.xsessionrc and include the same commands as above. This is a quicky and dirty approach! Not for the pedantic user. --8<---cut here---end--->8--- it's working as expected, except for XDG_DATA_DIRS ;-( I'm really lost... Thanks! Gio' [1] https://issues.guix.gnu.org/issue/48796 [2] https://issues.guix.gnu.org/issue/48796#24-lineno31 [3] https://manpages.debian.org/bullseye/systemd/environment.d.5.en.html -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP signature

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
to configure the environment for all users, beyond the trivial cases that PAM can handle. Put all your transient shell settings (aliases, functions, shell options) in ~/.bashrc Put all your environment variables in ~/.profile Create or edit file ~/.bash_profile and include commands: if [ -f ~/.profile ]; then . ~/.profile fi Create or edit file ~/.xsessionrc and include the same commands as above. This is a quicky and dirty approach! Not for the pedantic user. --8<---cut here---end--->8--- it's working as expected, except for XDG_DATA_DIRS ;-( I'm really lost... Thanks! Gio' [1] https://issues.guix.gnu.org/issue/48796 [2] https://issues.guix.gnu.org/issue/48796#24-lineno31 [3] https://manpages.debian.org/bullseye/systemd/environment.d.5.en.html -- Giovanni Biscuolo Xelera IT Infrastructures

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
Hello Greg and David, as I said, please leave me in Cc: as I'm not subscribed Greg Wooledge writes: > On Fri, May 06, 2022 at 09:14:20AM +0200, Giovanni Biscuolo wrote: >> Sorry I did not mention I'm not subscribed to the mailing list, > > OK. > >> Actually

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
Hello Greg, Greg Wooledge writes: > On Fri, May 06, 2022 at 02:30:59PM +0200, Giovanni Biscuolo wrote: [...] >> No , because in my ~/.xsessionrc (and only there) I have this variable: >> >> export XSESSION_WAS_HERE="Yes" >> >> and if I chec

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
Hello David, thank you for your help David writes: > On Fri, 6 May 2022 at 02:55, Giovanni Biscuolo wrote: [...] >> The problem is that the lightdm (and LXDE) XDG_DATA_DIRS is missing >> "/home/patrizia/.guix-profile/share" and this is the reason why >> appli

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
sion environment via CLI Thank you! -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP signature

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-06 Thread Giovanni Biscuolo
Hello David and Greg, Giovanni Biscuolo writes: [...] >> On Fri, 6 May 2022 at 02:55, Giovanni Biscuolo wrote: > > [...] > >>> The problem is that the lightdm (and LXDE) XDG_DATA_DIRS is missing >>> "/home/patrizia/.guix-profile/share" and this i

Re: customize Debian 11 evironment in lightdm (and in general?)

2022-05-07 Thread Giovanni Biscuolo
is thread [...] > Perhaps it is being set by > $GUIX_PROFILE/etc/profile Yes > if so then I'm sorry if I missed where you told us that. No prob, thank you for your heads up! Happy hacking! Gio' [...] -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP signature

LXDE startlxde is resetting XDG_DATA_DIRS on Debian 12! (was Re: customize Debian 11 evironment in lightdm...)

2024-08-19 Thread Giovanni Biscuolo
Hello, I'm following up a very old thread on debian-user (May 2022) since I finally understand what is _resetting_ my XDG_DATA_DIRS... oh my!!! To help-guix: Giovanni Biscuolo writes: > I'm trying to customize my user environment when using the lightdm > display manage