Skip to content

Commit

Permalink
Merge pull request FashionFreedom#577 from FashionFreedom/fix-GTK-ant…
Browse files Browse the repository at this point in the history
…ialiasing-error

run in x11
  • Loading branch information
slspencer authored Jan 17, 2022
2 parents 856e5b1 + d5d3c08 commit 4b30a0c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-manual-prerelease-appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo apt install -y '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
- name: build Seamly2D appimage
# uses parameters from appimage-build.yml to build appimage
# uses parameters from appimage-builder-recipe.yml to build appimage
# Seamly2D-continuous-x86_64.AppImage
run: |
sudo wget -q https://github.com/AppImageCrafters/appimage-builder/releases/download/v0.8.8/appimage-builder-0.8.8-4e7c15f-x86_64.AppImage -O /usr/local/bin/appimage-builder
Expand Down
10 changes: 5 additions & 5 deletions dist/seamly2d.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
Type=Application
Encoding=UTF-8
Name=Seamly2D
Exec=seamly2d %F
Version=1.0
Exec=env GDK_BACKEND=x11 seamly2d %F
Version=2.0
GenericName=Pattern making program
Comment=Creating pattern of clothes
Comment[ru]=Создание выкроек одежды
Comment[uk]=Створеня викрійок одягу
Comment=CAD program for design of clothing patterns
Comment[ru]=CAD программа для проектирования выкроек одежды
Comment[uk]=CAD програма для проектування викрійок одягу
Icon=seamly2d
Terminal=false
MimeType=application/x-seamly2d-pattern;
Expand Down
14 changes: 7 additions & 7 deletions dist/seamlyme.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
Type=Application
Encoding=UTF-8
Name=SeamlyMe
Exec=seamlyme %F
Version=1.0
GenericName=Seamly2D's measurements editor
Comment=Create and edit measurements
Comment[uk]=Створюйте і редагуйте мірки
Comment[ru]=Создавайте и редактируйте мерки
Exec=env GDK_BACKEND=x11 seamlyme %F
Version=2.0
GenericName=Seamly2D's body measurements editor
Comment=Create and edit body measurements
Comment[uk]=Створення та редагування розмірів тіла
Comment[ru]=Создание и редактирование размеров тела
Icon=seamlyme
Terminal=false
MimeType=application/x-seamly2d-s-measurements;application/x-seamly2d-i-measurements;
Categories=Qt;Utility;FileTools;
Categories=Qt;Utility;FileTools;Engineering

0 comments on commit 4b30a0c

Please sign in to comment.