View Issue Details

IDProjectCategoryView StatusLast Update
0016594ScribusBuild Systempublic2021-11-09 21:39
Reporterale Assigned Toale  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Fixed in Version1.5.8.svn 
Summary0016594: issues with the encoding in AppImage-package/bundle.sh
DescriptionAppImage-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.
TagsNo tags attached.
PatchNo

Activities

ale

2021-06-17 08:54

manager  

caret-m.png (74,349 bytes)   
caret-m.png (74,349 bytes)   

ale

2021-06-17 16:32

manager   ~0049170

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)
 ########################################################################
carte-m.diff (1,070 bytes)   

jghali

2021-06-17 19:51

administrator   ~0049171

Applied, thanks!

Issue History

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