Skip to content

Commit

Permalink
Adjust to new component ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ximion committed Aug 22, 2024
1 parent afe0314 commit 85564e8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/docs/reading-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ syntalos-metaview --tsync /path/to/your/tsync-file.tsync
*If you installed Syntalos from the software store:*

```bash
flatpak run --command=syntalos-metaview io.github.bothlab.syntalos --tsync /path/to/your/tsync-file.tsync
flatpak run --command=syntalos-metaview org.syntalos.syntalos --tsync /path/to/your/tsync-file.tsync
```

The tool will then print a CSV-like representation of the data, preceded by the metadata the tsync file contains.
6 changes: 3 additions & 3 deletions content/docs/setup/install-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Afterwards, you can actually install Syntalos by running these two commands:

```bash
sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
sudo flatpak install io.github.bothlab.syntalos
sudo flatpak install org.syntalos.syntalos
```

While running the last command, you will need to confirm the installation twice by pressing *Enter*.
Expand All @@ -69,7 +69,7 @@ WSL2 environment):

```bash
sudo mkdir -p /usr/local/share/applications/
sudo ln -s /var/lib/flatpak/exports/share/applications/io.github.bothlab.syntalos.desktop /usr/local/share/applications/
sudo ln -s /var/lib/flatpak/exports/share/applications/org.syntalos.syntalos.desktop /usr/local/share/applications/
```

## Run Syntalos
Expand All @@ -78,7 +78,7 @@ You can run Syntalos from the Windows start menu if you opted for the workaround
Alternatively, you can launch it from the WSL command-line (*Ubuntu* by default) by running:

```bash
flatpak run io.github.bothlab.syntalos
flatpak run org.syntalos.syntalos
```

You should then see the Syntalos GUI to play around with:
Expand Down
4 changes: 2 additions & 2 deletions content/docs/setup/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Flatpak'ed version will run on any Linux distribution, but due to Flatpak's
constraints may need some additional external software installed for certain hardware
to work properly. If these components are needed, Syntalos will notify the user.

You can [view & download Syntalos on Flathub.org](https://flathub.org/apps/io.github.bothlab.syntalos),
You can [view & download Syntalos on Flathub.org](https://flathub.org/apps/org.syntalos.syntalos),
or install it directly from you software store application (GNOME Software or KDE Discover), if Flatpak is
set up with Flathub, which it is on most distributions (with the notable exception being Ubuntu).

Expand All @@ -29,7 +29,7 @@ sudo apt install flatpak
# set up Flathub
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
# install Syntalos
flatpak install flathub io.github.bothlab.syntalos
flatpak install flathub org.syntalos.syntalos
```


Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/D2_new-python-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Alternatively, you can also have Python modules loaded from your home directory.
in the following locations:

* `~/.local/share/DraguhnLab/Syntalos/modules` for normal installations
* `~/.var/app/io.github.bothlab.syntalos/data/modules` if installed as Flatpak bundle
* `~/.var/app/org.syntalos.syntalos/data/modules` if installed as Flatpak bundle

Any modules copied there will be automatically loaded.

Expand Down

0 comments on commit 85564e8

Please sign in to comment.