lol

phosh-mobile-settings: Drop desktop entry tweaks

The app launcher will appear under Phosh without these changes.

authored by

Rodney Lorrimar and committed by
tomf
d1238f35 8513f69b

-6
-6
pkgs/applications/window-managers/phosh/phosh-mobile-settings.nix
··· 57 57 postInstall = '' 58 58 # this is optional, but without it phosh-mobile-settings won't know about lock screen plugins 59 59 ln -s '${phosh}/lib/phosh' "$out/lib/phosh" 60 - 61 - # .desktop files marked `OnlyShowIn=Phosh;` aren't displayed even in our phosh, so remove that. 62 - # also make the Exec path absolute. 63 - substituteInPlace "$out/share/applications/mobi.phosh.MobileSettings.desktop" \ 64 - --replace 'OnlyShowIn=Phosh;' "" \ 65 - --replace 'Exec=phosh-mobile-settings' "Exec=$out/bin/phosh-mobile-settings" 66 60 ''; 67 61 68 62 passthru.updateScript = directoryListingUpdater { };