You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/others.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ Other
4
4
5
5
Sound notifications
6
6
-------------------
7
-
Starting in version 0.8.5, Picasso supports sound notifications. In Render and SPINNA, these can be selected in the ``File`` menu in the menu bar. The available files are read from the ``notification_sounds`` folder. ``.mp3`` and ``.wav`` files are supported. Default sound notification is saved automatically when manually changed.
7
+
Starting in version 0.8.5, Picasso supports sound notifications. In Render and SPINNA, these can be selected in the ``File`` menu in the menu bar. The available files are read from the ``picasso/gui/notification_sounds`` folder. ``.mp3`` and ``.wav`` files are supported. Default sound notification is saved automatically when manually changed.
8
8
9
9
Custom notifications
10
10
~~~~~~~~~~~~~~~~~~~~
11
-
To add custom notification sounds, copy the sound files (``.mp3`` or ``.wav``) to the ``notification_sounds`` folder. Depending on how you installed Picasso, this folder can be found in different locations:
11
+
To add custom notification sounds, copy the sound files (``.mp3`` or ``.wav``) to the ``picasso/gui/notification_sounds`` folder. Depending on how you installed Picasso, this folder can be found in different locations:
12
12
13
13
GitHub
14
14
------
15
15
If you cloned the GitHub repository, you can add sound notifications by following these steps:
16
16
17
17
- Find the directory where you cloned the GitHub repository with Picasso.
18
-
- Go to ``picasso/notification_sounds``.
18
+
- Go to ``picasso/gui/notification_sounds``.
19
19
- Copy the sound files to this folder.
20
20
21
21
PyPI
@@ -24,7 +24,7 @@ If you installed Picasso using ``pip install picassosr``, you can add sound noti
24
24
25
25
- Activate your conda environment where ``picassosr`` is installed by typing ``conda activate YOUR_ENVIRONMENT``.
26
26
- To find the location of the package, type ``pip show picassosr`` and look for the line starting with ``Location:``.
27
-
- Navigate to this location and go to ``picasso/notification_sounds``.
27
+
- Navigate to this location and go to ``picasso/gui/notification_sounds``.
28
28
- Copy the sound files to this folder.
29
29
30
30
@@ -33,5 +33,5 @@ One click installer
33
33
If you installed Picasso using the one click installer from `the Picasso release page <https://github.com/jungmannlab/picasso/releases/>`__ , you can add sound notifications by following these steps:
34
34
35
35
- Find the location where you installed Picasso. By default, it is ``C:/Picasso``. *Before version 0.8.3, the default location was* ``C:/Program Files/Picasso``.
36
-
- Go to the following subfolder in the `Picasso` directory: ``picasso/notification_sounds``.
36
+
- Go to the following subfolder: ``picasso/gui/notification_sounds``.
0 commit comments