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

From KDE UserBase Wiki
(Importing a new version from external source)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Du kan også se, hvordan KDE 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://projects.kde.org/projects/kde/kdebase/kde-workspace/repository/revisions/master/entry/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.