Home | History | Annotate | Download | only in linux

Lines Matching refs:Desktop

10 DESKTOP="chromium-devel"
21 # Check to see if there is a desktop file of the given name.
30 [ -r "$dir/applications/$DESKTOP.desktop" ] && return
52 # Generate a desktop file that will run this script.
56 cat > "$apps/$DESKTOP.desktop" << EOF
57 [Desktop Entry]
72 export CHROME_DESKTOP="$DESKTOP.desktop"