Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez committed May 20, 2024
2 parents 9b172f2 + 7d643fa commit f636f41
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DistroLauncher/messages.mc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Usage:
Launches the user's default shell in the user's home directory.
--systemd, -s
Launches the user's default shell in the user's home directory via SystemD.
Launches the user's default shell in the user's home directory via systemd.
install [--root]
Install the distribution and do not launch the shell when complete.
Expand Down
14 changes: 7 additions & 7 deletions Fedora-Remix-for-WSL/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@
EntryPoint="Windows.FullTrustApplication"
uap10:Parameters="-s" >
<uap:VisualElements
DisplayName="Fedora Remix for WSL (SystemD)"
DisplayName="Fedora Remix for WSL (systemd)"
Description="Fedora Remix for WSL. Powered by Pengwin Enterprise."
BackgroundColor="#EBEBEB"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
ShortName="SystemD">
ShortName="systemd">
<uap:ShowNameOnTiles>
<uap:ShowOn Tile="square150x150Logo"/>
<uap:ShowOn Tile="wide310x150Logo"/>
Expand Down Expand Up @@ -133,7 +133,7 @@
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
ShortName="Fedora Remix SystemD (W)">
ShortName="Fedora Remix systemd (W)">
</uap:DefaultTile>

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

Expand All @@ -161,14 +161,14 @@
Executable="FedoraRemixS\FedoraRemixS.exe"
EntryPoint="Windows.FullTrustApplication" >
<uap:VisualElements AppListEntry="none"
DisplayName="Fedora Remix for WSL (SystemD)"
DisplayName="Fedora Remix for WSL (systemd)"
Description="Fedora Remix for WSL. Powered by Pengwin Enterprise."
BackgroundColor="#EBEBEB"
Square150x150Logo="Images\Square150x150Logo.png"
Square44x44Logo="Images\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Images\Wide310x150Logo.png"
Square310x310Logo="Images\LargeTile.png" Square71x71Logo="Images\SmallTile.png"
ShortName="SystemD">
ShortName="systemd">
</uap:DefaultTile>

<uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="black" />
Expand All @@ -181,7 +181,7 @@
<desktop:StartupTask
TaskId="fedoraremix-systemd"
Enabled="false"
DisplayName="Fedora Remix for WSL (SystemD)"/>
DisplayName="Fedora Remix for WSL (systemd)"/>
</desktop:Extension>
</Extensions>

Expand Down
2 changes: 1 addition & 1 deletion appMetadata/en-us/baseListing/features.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fedora Remix for WSL includes wslu, a set of useful open-source utilities for interacting between WSL and Windows 10.
An update script, accessible via $ upgrade.sh allows keeping your distro updated and the customizations.
Built-in support for SystemD and for starting services without launching SystemD via the wslsystemctl command.
Built-in support for systemd and for starting services without launching systemd via the wslsystemctl command.
Support for many Linux graphical applications with no need to configure display or libGL.
Custom Mesa compilation with Direct 3D 12 acceleration support and video codes.
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.
Expand Down

0 comments on commit f636f41

Please sign in to comment.