Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
cb76ccc4
Commit
cb76ccc4
authored
Dec 03, 2020
by
Filippo Rusconi
Browse files
Try graphicsmagick-imagemagick-compat-based convert utility for svg->pdf instead of inkscape.
parent
90a373a5
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeStuff/modules/convert_svg.bash
View file @
cb76ccc4
...
...
@@ -7,6 +7,6 @@ FILES=$@
for
f
in
$FILES
do
echo
"
file :
$
f
"
inkscape
--without-gui
--export-pdf
=
"
${
f
%.svg
}
.pdf
"
$f
echo
"
Converting svg file
$f
to pdf file
${
f
%.svg
}
.pd
f"
convert
$f
${
f
%.svg
}
.pdf
done
templates/share/applications/masschroq-gui.desktop
View file @
cb76ccc4
...
...
@@ -3,7 +3,7 @@ Name=MassChroQ GUI 2.2.23
Categories=Education;Science;Math;
Comment=MassChroQ GUI launcher
Exec=masschroq_gui %U
Icon=/usr/
local/
share/masschroq/masschroq.svg
Icon=/usr/share/masschroq/masschroq.svg
Terminal=false
Type=Application
StartupNotify=true
templates/share/applications/masschroq-studio.desktop
View file @
cb76ccc4
...
...
@@ -3,7 +3,7 @@ Name=MassChroQ Studio 2.2.23
Categories=Education;Science;Math;
Comment=MassChroQ parameters editor
Exec=masschroq_studio %U
Icon=/usr/
local/
share/masschroq/masschroq.svg
Icon=/usr/share/masschroq/masschroq.svg
Terminal=false
Type=Application
StartupNotify=true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment