Codebase list xapp / fce5da8
Add shebang to 80xapp-gtk3-module.sh rpm strips the executable perms if there is no shebang. + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/xfce4-set-wallpaper from /bin/bash to #!/usr/bin/bash *** WARNING: ./etc/X11/xinit/xinitrc.d/80xapp-gtk3-module.sh is executable but has no shebang, removing executable bit Processing files: xapps-2.0.1-2.fc33.x86_64 Leigh Scott authored 3 years ago Michael Webster committed 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 #!/usr/bin/bash
01 # This file is sourced by xinit(1) or a display manager's Xsession, not executed.
12
23 if [ -z "$GTK_MODULES" ] ; then