Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Aug 31, 2023
1 parent 7d57834 commit ed955a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/liveinst/liveinst.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Name=Install to Hard Drive
GenericName=Install
Comment=Install the live CD to your hard disk
Categories=System;Utility;X-Red-Hat-Base;X-Fedora;GNOME;GTK;
Exec=/usr/bin/liveinst
Exec=liveinst
Terminal=false
Type=Application
# TRANSLATORS: Icon name, probably should not be translated
Expand Down
2 changes: 1 addition & 1 deletion ui/webui/test/reference
2 changes: 1 addition & 1 deletion ui/webui/webui-desktop
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ else
sleep 3
fi

HOME="$BROWSER_HOME" $BROWSER http://"$WEBUI_ADDRESS""$URL_PATH" &
HOME="$BROWSER_HOME" MOZ_APP_TITLE="ANYthing" MOZ_APP_REMOTINGNAME="liveinst" $BROWSER http://"$WEBUI_ADDRESS""$URL_PATH" &
B_PID=$!

wait $B_PID

0 comments on commit ed955a9

Please sign in to comment.