Translations:Session Environment Variables/8/da: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
Du kan også se, hvordan Plasma faktisk gør det. Det sker i din lokale udgave af <code>startkde</code>, som du normalt kan finde i <tt>/usr/bin/startkde</tt>. Hvis du er interesseret i at læse koden, så kan du se den  [https://cgit.kde.org/plasma-workspace.git/tree/startkde/startkde.cmake online]. Søg blot i filen efter ''environment variables''.
Du kan også se, hvordan Plasma faktisk gør det. Opstart af Plasma er kompliceret, men ender med at kalde enten
<tt>/usr/bin/startplasma-x11</tt> eller <tt>/usr/bin/startplasma-wayland</tt>. Hvis du er interesseret i at læse koden, så kan du se den  [https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/startplasma.cpp#L258 online]. Søg blot efter ''environment variables''.

Latest revision as of 10:44, 20 October 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Session Environment Variables)
You can also check how Plasma actually does it. KDE startup is complicated, it ends up calling either <tt>/usr/bin/startplasma-x11</tt> or <tt>/usr/bin/startplasma-wayland</tt>. If you are interested in reading the code, you can can view [https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/startplasma.cpp#L258 the startkde code online]; search for ''environment variables''.

Du kan også se, hvordan Plasma faktisk gør det. Opstart af Plasma er kompliceret, men ender med at kalde enten /usr/bin/startplasma-x11 eller /usr/bin/startplasma-wayland. Hvis du er interesseret i at læse koden, så kan du se den online. Søg blot efter environment variables.