Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
5e5eca66
Commit
5e5eca66
authored
6 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Remove social icon from mesh desktop
parent
d679f21f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-image-mesh
+28
-28
28 additions, 28 deletions
src/freedombone-image-mesh
with
28 additions
and
28 deletions
src/freedombone-image-mesh
+
28
−
28
View file @
5e5eca66
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment