Skip to content
Snippets Groups Projects
Commit 5e5eca66 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove social icon from mesh desktop

parent d679f21f
No related branches found
No related tags found
No related merge requests found
......@@ -452,34 +452,34 @@ function show_desktop_icons {
echo 'Terminal=false';
echo 'Categories=Application;'; } > "/home/$MY_USERNAME/Desktop/new_identity.desktop"
{ echo '[Desktop Entry]';
echo 'Name=Social';
echo 'Name[el]=';
echo 'Name[ar]=';
echo 'Name[ca]=Social';
echo 'Name[hi]=';
echo 'Name[fr]=Social';
echo 'Name[de]=Soziale';
echo 'Name[es]=Social';
echo 'Name[it]=Sociale';
echo 'Name[ru]=';
echo 'Name[zh]=';
echo 'Type=Application';
echo "Comment=A decentralized messaging and sharing app built on top of Secure Scuttlebutt";
echo "Comment[el]= Secure Scuttlebutt";
echo "Comment[ar]= ()";
echo "Comment[ca]=Una aplicaci de missatgeria i distribuci descentralitzada integrada a Secure Scuttlebutt";
echo "Comment[hi]= () ";
echo "Comment[fr]=Une application de messagerie et de partage dcentralise base sur Secure Scuttlebutt";
echo "Comment[de]=Eine dezentralisierte Messaging- und Sharing-App, die auf Secure Scuttlebutt basiert";
echo "Comment[es]=Una aplicacin de mensajera y uso compartido descentralizada construida sobre Secure Scuttlebutt";
echo "Comment[it]=Un'applicazione decentralizzata di messaggistica e condivisione costruita sulla base di Secure Shuttlebutt";
echo "Comment[ru]= , Secure Scuttlebutt";
echo "Comment[zh]=Scuttlebutt";
echo 'Exec=bash /usr/bin/start_patchwork';
echo "Icon=/usr/share/$PROJECT_NAME/avatars/icon_social.png";
echo 'Terminal=false';
echo 'Categories=Application;'; } > "/home/$MY_USERNAME/Desktop/social.desktop"
#{ echo '[Desktop Entry]';
# echo 'Name=Social';
# echo 'Name[el]=';
# echo 'Name[ar]=';
# echo 'Name[ca]=Social';
# echo 'Name[hi]=';
# echo 'Name[fr]=Social';
# echo 'Name[de]=Soziale';
# echo 'Name[es]=Social';
# echo 'Name[it]=Sociale';
# echo 'Name[ru]=';
# echo 'Name[zh]=';
# echo 'Type=Application';
# echo "Comment=A decentralized messaging and sharing app built on top of Secure Scuttlebutt";
# echo "Comment[el]= Secure Scuttlebutt";
# echo "Comment[ar]= ()";
# echo "Comment[ca]=Una aplicaci de missatgeria i distribuci descentralitzada integrada a Secure Scuttlebutt";
# echo "Comment[hi]= () ";
# echo "Comment[fr]=Une application de messagerie et de partage dcentralise base sur Secure Scuttlebutt";
# echo "Comment[de]=Eine dezentralisierte Messaging- und Sharing-App, die auf Secure Scuttlebutt basiert";
# echo "Comment[es]=Una aplicacin de mensajera y uso compartido descentralizada construida sobre Secure Scuttlebutt";
# echo "Comment[it]=Un'applicazione decentralizzata di messaggistica e condivisione costruita sulla base di Secure Shuttlebutt";
# echo "Comment[ru]= , Secure Scuttlebutt";
# echo "Comment[zh]=Scuttlebutt";
# echo 'Exec=bash /usr/bin/start_patchwork';
# echo "Icon=/usr/share/$PROJECT_NAME/avatars/icon_social.png";
# echo 'Terminal=false';
# echo 'Categories=Application;'; } > "/home/$MY_USERNAME/Desktop/social.desktop"
cp "/root/${PROJECT_NAME}/img/icon_kdenlive.png" "/usr/share/${PROJECT_NAME}/avatars/icon_kdenlive.png"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment