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
af97157d
Commit
af97157d
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
Patchwork desktop icon on mesh client
parent
2e630eb9
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-customise
+21
-0
21 additions, 0 deletions
src/freedombone-image-customise
with
21 additions
and
0 deletions
src/freedombone-image-customise
+
21
−
0
View file @
af97157d
...
...
@@ -588,6 +588,21 @@ EOF
fi
fi
rm
$rootdir
/usr/bin/install_patchwork
echo
'#!/bin/bash'
>
$rootdir
/usr/bin/start_patchwork
echo
'cd /etc/patchwork'
>
$rootdir
/usr/bin/start_patchwork
echo
'npm start'
>
$rootdir
/usr/bin/start_patchwork
chmod
+x
$rootdir
/usr/bin/start_patchwork
echo
'[Desktop Entry]'
>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
'Name=Social'
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
'Type=Application'
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
'Comment=A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB)'
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
'Exec=bash /usr/bin/start_patchwork'
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
"Icon=/root/freedombone/img/icon_patchwork.png"
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
echo
'StartupNotify=true'
>>
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
chmod
+x
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
chown
$MY_USERNAME
:
$MY_USERNAME
$rootdir
/home/
$MY_USERNAME
/Desktop/social.desktop
}
initialise_mesh
()
{
...
...
@@ -894,6 +909,9 @@ if [ \$no_of_users -gt 0 ]; then
chmod +x /home/
$MY_USERNAME
/Desktop/tox.desktop
chown
$MY_USERNAME
:
$MY_USERNAME
/home/
$MY_USERNAME
/Desktop/tox.desktop
fi
if [ ! -f /home/
$MY_USERNAME
/Desktop/social.desktop ]; then
sed -i 's|Name=.*|Name=Social|g' /home/
$MY_USERNAME
/Desktop/social.desktop
fi
else
if [ -f /tmp/Users.txt ]; then
rm /tmp/Users.txt
...
...
@@ -910,6 +928,9 @@ else
if [ -f /home/
$MY_USERNAME
/Desktop/tox.desktop ]; then
rm /home/
$MY_USERNAME
/Desktop/tox.desktop
fi
if [ -f /home/
$MY_USERNAME
/Desktop/social.desktop ]; then
sed -i 's|Name=.*|Name=Social (Offline)|g' /home/
$MY_USERNAME
/Desktop/social.desktop
fi
pkill qtox
fi
fi
...
...
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