Skip to content

Commit f636f41

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9b172f2 + 7d643fa commit f636f41

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

DistroLauncher/messages.mc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Usage:
2929
Launches the user's default shell in the user's home directory.
3030
3131
--systemd, -s
32-
Launches the user's default shell in the user's home directory via SystemD.
32+
Launches the user's default shell in the user's home directory via systemd.
3333
3434
install [--root]
3535
Install the distribution and do not launch the shell when complete.

Fedora-Remix-for-WSL/Package.appxmanifest

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@
7979
EntryPoint="Windows.FullTrustApplication"
8080
uap10:Parameters="-s" >
8181
<uap:VisualElements
82-
DisplayName="Fedora Remix for WSL (SystemD)"
82+
DisplayName="Fedora Remix for WSL (systemd)"
8383
Description="Fedora Remix for WSL. Powered by Pengwin Enterprise."
8484
BackgroundColor="#EBEBEB"
8585
Square150x150Logo="Images\Square150x150Logo.png"
8686
Square44x44Logo="Images\Square44x44Logo.png">
8787
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
8888
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
89-
ShortName="SystemD">
89+
ShortName="systemd">
9090
<uap:ShowNameOnTiles>
9191
<uap:ShowOn Tile="square150x150Logo"/>
9292
<uap:ShowOn Tile="wide310x150Logo"/>
@@ -133,7 +133,7 @@
133133
Square44x44Logo="Images\Square44x44Logo.png">
134134
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
135135
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
136-
ShortName="Fedora Remix SystemD (W)">
136+
ShortName="Fedora Remix systemd (W)">
137137
</uap:DefaultTile>
138138

139139
<uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="black" />
@@ -152,7 +152,7 @@
152152
<desktop:StartupTask
153153
TaskId="fedoraremixw-systemd"
154154
Enabled="false"
155-
DisplayName="Fedora Remix for WSL (SystemD) - No Window"/>
155+
DisplayName="Fedora Remix for WSL (systemd) - No Window"/>
156156
</desktop:Extension>
157157
</Extensions>
158158

@@ -161,14 +161,14 @@
161161
Executable="FedoraRemixS\FedoraRemixS.exe"
162162
EntryPoint="Windows.FullTrustApplication" >
163163
<uap:VisualElements AppListEntry="none"
164-
DisplayName="Fedora Remix for WSL (SystemD)"
164+
DisplayName="Fedora Remix for WSL (systemd)"
165165
Description="Fedora Remix for WSL. Powered by Pengwin Enterprise."
166166
BackgroundColor="#EBEBEB"
167167
Square150x150Logo="Images\Square150x150Logo.png"
168168
Square44x44Logo="Images\Square44x44Logo.png">
169169
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
170170
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
171-
ShortName="SystemD">
171+
ShortName="systemd">
172172
</uap:DefaultTile>
173173

174174
<uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="black" />
@@ -181,7 +181,7 @@
181181
<desktop:StartupTask
182182
TaskId="fedoraremix-systemd"
183183
Enabled="false"
184-
DisplayName="Fedora Remix for WSL (SystemD)"/>
184+
DisplayName="Fedora Remix for WSL (systemd)"/>
185185
</desktop:Extension>
186186
</Extensions>
187187

appMetadata/en-us/baseListing/features.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Fedora Remix for WSL includes wslu, a set of useful open-source utilities for interacting between WSL and Windows 10.
22
An update script, accessible via $ upgrade.sh allows keeping your distro updated and the customizations.
3-
Built-in support for SystemD and for starting services without launching SystemD via the wslsystemctl command.
3+
Built-in support for systemd and for starting services without launching systemd via the wslsystemctl command.
44
Support for many Linux graphical applications with no need to configure display or libGL.
55
Custom Mesa compilation with Direct 3D 12 acceleration support and video codes.
66
Install 28,728 open source packages via the dnf package management system from the vast Fedora repositories and any third-party repositories from outside projects.

0 commit comments

Comments
 (0)