View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016594 | Scribus | Build System | public | 2021-06-17 08:54 | 2021-11-09 21:39 |
Reporter | ale | Assigned To | ale | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.5.8.svn | ||||
Summary | 0016594: issues with the encoding in AppImage-package/bundle.sh | ||||
Description | AppImage-package/bundle contains some wrong defined newline characters. I don't see them if I look at the commits or the code online, but I see them in vim. Those newlines produce a failure in the Appimage generation by the Gitlab CI. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
|
|
|
carte-m.diff (1,070 bytes)
diff --git a/AppImage-package/bundle.sh b/AppImage-package/bundle.sh index c253cb368..92a802148 100644 --- a/AppImage-package/bundle.sh +++ b/AppImage-package/bundle.sh @@ -6,13 +6,13 @@ cat /proc/1/cgroup # Check if we run in Docker; https://github.com/AppImage/AppI # if qt is not in the standard path, load its environment variables . /opt/qt*/bin/qt*-env.sh || true -SCRIBUS_VERSION=nightly - -######################################################################## -# Build Platform Theme for Gtk+ -# https://askubuntu.com/a/910143 -# https://askubuntu.com/a/748186 -# Deploy with linuxdeployqt using +SCRIBUS_VERSION=nightly + +######################################################################## +# Build Platform Theme for Gtk+ +# https://askubuntu.com/a/910143 +# https://askubuntu.com/a/748186 +# Deploy with linuxdeployqt using # -extra-plugins=platformthemes/libqgtk2.so,styles/libqgtk2style.so # At runtime, export QT_QPA_PLATFORMTHEME=gtk2 (Xfce does this itself) ######################################################################## |
|
Applied, thanks! |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-17 08:54 | ale | New Issue | |
2021-06-17 08:54 | ale | File Added: caret-m.png | |
2021-06-17 16:32 | ale | Note Added: 0049170 | |
2021-06-17 16:32 | ale | File Added: carte-m.diff | |
2021-06-17 19:51 | jghali | Assigned To | => jghali |
2021-06-17 19:51 | jghali | Status | new => resolved |
2021-06-17 19:51 | jghali | Resolution | open => fixed |
2021-06-17 19:51 | jghali | Fixed in Version | => 1.5.8.svn |
2021-06-17 19:51 | jghali | Note Added: 0049171 | |
2021-06-17 20:03 | jghali | Assigned To | jghali => ale |
2021-11-09 21:39 | cbradney | Status | resolved => closed |