Debian Patches

Status for sxmo-utils/1.12.0-7

Patch Description Author Forwarded Bugs Origin Last update
remove_busybox.patch Avoid busybox aliases
Mobian has the real deal. No need for busybox variants.
Currently a Debian-specific patch.
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
superd_systemd.patch Use systemctl --user instead of superctl Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
xdg_runtime_dir.patch Set temporary user directory under /run/user
Place our temporary files under /run/user/$UID instead of /dev/shm/$UID.
This is how it works in Debian. Also the standard location?
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
gnu_find_warning.patch GNU find: -mindepth should come before -exec
after the argument -exec, but global options are not positional, i.e.,
-mindepth affects tests specified before it as well as those specified
after it. Please specify global options before other arguments.

Originally busybox find was used and it probably does not give this
warning.
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
bashism.patch bashism fixes
Several places where dash behaves differently than bash:
* read in dash has to have a variable.
* configs/default_hooks/sxmo_hook_scripts.sh uses $( ... )
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
systemd_set_env.patch Hand over variables to the systemd user sessions
Various processes are spawned by the systemd user session. Make sure
they have the proper environment.
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
swaylockd.patch Use swaylock and not its wrapper, swaylockd
swaylockd is a wrapper around swaylock. Systemd should handle restarting,
not a dedicated wrapper.
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
icons_emojis.patch Use emojis for SXMO icons
Avoid the need for the patched Nerd Fonts.
Zach DeCook <zachdecook@librem.one> no https://git.sr.ht/~earboxer/dotfiles/tree/master/.config/sxmo/hooks/sxmo_hook_icons.sh 2022-11-18
shift.patch dash: Avoid empty shift
Dash gives an error if you try to shift with no positional parameters.

$ bash -c 'shift; echo b'
b
$ dash -c 'shift; echo b'
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
Disable-battery-in-statusbar-missing-icons.patch Disable battery in statusbar (missing icons) Jochen Sprickerhof <git@jochen.sprickerhof.de> no 2022-07-17
Replace-youtube-dl-by-yt-dlp.patch Replace youtube-dl by yt-dlp Jochen Sprickerhof <git@jochen.sprickerhof.de> no 2022-07-17
inlude_source.patch Provide source for C programs under /usr/share
Most of the code of the sxmo-utils is shell scripts. However there are
two small C programs. This change copies the source for them (including
Makefile) under /usr/share/sxmo/src .
Tzafrir Cohen <tzafrir@debian.org> no 2022-11-18
Replace-unavailable-icon-by-string-for-modem-signal.patch Replace unavailable icon by string for modem signal
The icons are from the UTF 8 private use area.
Jochen Sprickerhof <git@jochen.sprickerhof.de> no 2022-07-24
Use-KillMode-process-so-systemd-doesn-t-stop-apps.patch Use KillMode=process so systemd doesn't stop apps
Systemd kills processes by cgroup, not session, so the setsid calls in
the inputhandler don't prevent this.
ArenM <aren@peacevolution.org> no 2022-04-23
no_doas.patch Don't install doas config into /etc
doas by default reads /etc/doas.conf, not /etc/doas.d/ also this config
uses the wheel group that does not exist.
Jochen Sprickerhof <jspricke@debian.org> no 2022-08-26
0018-Don-t-try-to-start-bonsaid-not-packaged.patch Don't try to start bonsaid (not packaged) Jochen Sprickerhof <jspricke@debian.org> no 2022-11-18
0019-Add-fallback-XDG_DATA_DIRS.patch Add fallback XDG_DATA_DIRS Jochen Sprickerhof <jspricke@debian.org> no 2022-11-20
0018-Disable-shellcheck.patch Disable shellcheck Jochen Sprickerhof <jspricke@debian.org> no 2022-11-20
0019-Drop-wob-arguments.patch Drop wob arguments
No longer supported in version 0.14.2.
Jochen Sprickerhof <git@jochen.sprickerhof.de> no 2022-11-22
0020-Fix-Bluetooth-toogle.patch Fix Bluetooth toogle
- Don't use doas, not configured.
- Don't use systemctl, needs root.
Jochen Sprickerhof <jspricke@debian.org> no 2022-12-25
0021-replace-pn-with-pnc.patch replace 'pn' with 'pnc' noneofyourbusiness <noneofyourbusiness@kolabnow.ch> no 2023-01-13
0022-add-missing-pn-pnc.patch add missing pn -> pnc Anjandev Momi <anjan@momi.ca> no 2023-01-13
0023-Don-t-fail-when-sxmo-utils-is-removed-but-not-purged.patch Don't fail when sxmo-utils is removed (but not purged) Jochen Sprickerhof <jspricke@debian.org> no 2023-05-24

All known versions for source package 'sxmo-utils'

Links