Skip to content

Commit

Permalink
custom launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 4, 2024
1 parent b38d20c commit 481676e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,18 @@ wget --directory-prefix=/tmp $(curl -s https://api.github.com/repos/ros-industri
sudo apt install /tmp/qtcreator-opensource-linux-*-*.deb /tmp/ROSProjectManager-*-Linux-*.{deb,ddeb}
```

This installs Qt Creator to `/opt/qt-creator/`. You can then launch Qt Creator on the command line via:
```sh
/opt/qt-creator/bin/qtcreator
```
or create a custom launcher:
```sh
sudo cp /opt/qt-creator/share/applications/org.qt-project.qtcreator.desktop /usr/share/applications/qtcreator-ros.desktop
sudo desktop-file-edit /usr/share/applications/qtcreator-ros.desktop --set-key=Name --set-value="Qt Creator ROS" --set-key=Path --set-value=/opt/qt-creator/bin/
```
that will show the installed Qt Creator as "Qt Creator ROS" on the desktop.


## Build (Source)

### Dependencies
Expand Down

0 comments on commit 481676e

Please sign in to comment.