Good morning,
I was in version 15.3
To resolve a problem with poor display of memo fields in LibreOffice Base, I introduced the line:
export SAL_USE_VCLPLUGIN=gtk3 libreoffice
in the etc/bashrc file.
Everything worked fine…
Later I upgraded the system to 15.4. Everything went well, except that
LibreOffice launches at system startup
There is no longer a password request at startup (I must have done something stupid??)
I can no longer find the bash file in which I put the export command…
I would like to be able to delete this accidental startup (and know where this launch is happening) and regain the login.
Sincerely
Jean Michel
DE = Desktop Environment ?
I use KDE on Opensuse 15.4 Leap
Nothing in Autostart and
DISPLAYMANAGER_AUTOLOGIN=“” in file /etc/sysconfig/displaymanager
Ok, the login works at startup, but LibreOffice still launches and the system is stuck until I exit Libre Office (Alt-f, q), then the light bulb appears, then the desktop and I can work Normally.
But, when I read the Document Foundation Blog article, I would say that, the definition of the shell variable using the Blog article’s definiiton, will call whatever “libreoffice” is in the user’s PATH variable – use –
> which -a libreoffice
/usr/bin/libreoffice
> file /usr/bin/libreoffice
/usr/bin/libreoffice: symbolic link to ../lib64/libreoffice/program/soffice
>
to find out exactly which “libreoffice” you are calling with the existing shell variable definition statement.
I suspect that, what the Documentation Foundation folks have documented is that, if you call LibreOffice as follows –
OK, It was a big mistake I made, but since then I have placed the order
export SAL_USE_VCLPLUGIN=gtk3 in the .bashrc of my home folder.
But during the update to 15.4, the line I put in /etc/.bashrc was moved elsewhere, but I can’t find where…
Especially the attribute which follows the definition of the shell variable → “libreoffice” …
In other words, in bashrc there’s a line which first defines and exports the shell parameter “SAL_USE_VCLPLUGIN” and then, calls the executable “libreoffice” «which understands the value of the shell parameter» …
If you call an executable in a bashrc file then, at login that executable will begin executing and, at every subsequent execution of the bashrc file – such as opening a Terminal Window …