Bug #3476
Mis à jour par Matthieu Decorde il y a presque 2 ans
1) graphics export is broken on Ubuntu
* currently on my TXM the default export format for graphics is 'svg'
* when I call the 'Export graphic' command on an AFC factorial plane, the file selector dialog box opens with:
** a file name with extension set to '.svg'
** a current "format" set to '*.svg' in the down right pull down menu
* if I change the "format" to any other value, for example '*.png' :
** a) the file extension is not changed -> *it should be edited to the extension chosen*
** b) **BUG** the format is still SVG -> *it should be set to the format corresponding to the extension chosen*
h3. Solution
The GTK dialog doesn't work well. A first workaround is to use only the extension the user has set in the file name + check if the extension is managed by TXM.
Do better! see the #3473 ticket ?
* currently on my TXM the default export format for graphics is 'svg'
* when I call the 'Export graphic' command on an AFC factorial plane, the file selector dialog box opens with:
** a file name with extension set to '.svg'
** a current "format" set to '*.svg' in the down right pull down menu
* if I change the "format" to any other value, for example '*.png' :
** a) the file extension is not changed -> *it should be edited to the extension chosen*
** b) **BUG** the format is still SVG -> *it should be set to the format corresponding to the extension chosen*
h3. Solution
The GTK dialog doesn't work well. A first workaround is to use only the extension the user has set in the file name + check if the extension is managed by TXM.
Do better! see the #3473 ticket ?