Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Remotelab-RPi-Setup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Tobias Glaser
Remotelab-RPi-Setup
Commits
449ac11b
Commit
449ac11b
authored
2 years ago
by
tobiglaser
Browse files
Options
Downloads
Patches
Plain Diff
move ArduinoControl icon to proper location
parent
29b70394
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
desktop-shortcuts/arduinocontrol.desktop
+1
-1
1 addition, 1 deletion
desktop-shortcuts/arduinocontrol.desktop
setup.sh
+2
-1
2 additions, 1 deletion
setup.sh
with
3 additions
and
2 deletions
desktop-shortcuts/arduinocontrol.desktop
+
1
−
1
View file @
449ac11b
...
@@ -4,6 +4,6 @@ Type=Application
...
@@ -4,6 +4,6 @@ Type=Application
Name=Arduino Control
Name=Arduino Control
Exec=letsgoing-rpi-arduinocontrol
Exec=letsgoing-rpi-arduinocontrol
Comment=Control your Arduino from here!
Comment=Control your Arduino from here!
Icon=/
home/pi/SMack
.jpg
Icon=/
usr/share/pixmaps/ArduinoControl
.jpg
Terminal=false
Terminal=false
Categories=Development;Engineering;Electronics
Categories=Development;Engineering;Electronics
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.sh
+
2
−
1
View file @
449ac11b
...
@@ -144,7 +144,8 @@
...
@@ -144,7 +144,8 @@
# Create Shortcuts
# Create Shortcuts
echo
"Creating desktop and start menu shortcuts for ArduinoControl."
echo
"Creating desktop and start menu shortcuts for ArduinoControl."
wget
-qO-
http://letsgoing.org/img/personen/SMack.jpg
>
/home/pi/SMack.jpg
wget
-qO-
http://letsgoing.org/img/personen/SMack.jpg
>
ArduinoControl.jpg
sudo mv
ArduinoControl.jpg /usr/share/pixmaps/ArduinoControl.jpg
#start menu
#start menu
sudo cp
desktop-shortcuts/arduinocontrol.desktop /usr/share/applications/
sudo cp
desktop-shortcuts/arduinocontrol.desktop /usr/share/applications/
...
...
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