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: doc/usage/menues.rst
+8-1
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,13 @@ Selection of export method
197
197
All methods export additional metadata. See :ref:`select-params-dlg-label` for details on selection
198
198
of parameters to be exported as metadata.
199
199
200
+
Note on multi-file exports from flatpaks
201
+
----------------------------------------
202
+
203
+
If you have installed :program:`PMbrowser` as a flatpak, there is a caveat:
204
+
Due to restrictions imposed by flatpak's sandbox, export methods that produce multiple files can only be used within the :file:`Documents` folder (or subfolders thereof).
205
+
If you export to a single :file:`.pxp` file, this restriction does not apply.
206
+
200
207
Export for Igor Pro
201
208
+++++++++++++++++++
202
209
@@ -252,7 +259,7 @@ or via the *Filter...* button.
252
259
The filtering is based on *perl* style `regular expressions <https://perldoc.perl.org/perlre>`_. Only elements that match the given expression
253
260
will remain visible, all other elements will be hidden.
254
261
255
-
The expression ``.*`` will match any name, therfore you can use it to display all nodes of a given category.
262
+
The expression ``.*`` will match any name, therefore you can use it to display all nodes of a given category.
256
263
257
264
See section :ref:`new-user-filtering-label` from the :ref:`new-user-tour-label` for an example how to use this feature.
0 commit comments