~hazardchem

Australia

Tinkerer :P

Devices I own:

  • Asus TUF Gaming FX506I running Alpine Linux
  • PinePhone 1.2b running sxmo pmOS
  • PinePhone Pro
  • iPhone 10
  • OnePlus 6


#456 High cpu usage caused by sxmo_led.sh 14 days ago

Comment by ~hazardchem on ~mil/sxmo-tickets

G'day Aren,

Has this been improved with your led program or is high cpu usage still an issue?

#500 poco f1: not all phones have a novatek touchscreen 14 days ago

Comment by ~hazardchem on ~mil/sxmo-tickets

G'day Anjan,

Looks like this was resolved with git commit: b9821b

#510 sxmo_version.sh reports wrong sxmo version on pmos 14 days ago

Comment by ~hazardchem on ~mil/sxmo-tickets

G'day Aren,

Is this still happening?

Mine currently reports Sxmo 1.17.1-58-gc0eebb44 which is correct for myself as I'm running a local copy with extra patches.

#591 ligsd fails to start on latest git 14 days ago

Comment by ~hazardchem on ~mil/sxmo-tickets

This one has been resolved. Free to close it.

#600 Conky doesn't show on wayland 14 days ago

Comment by ~hazardchem on ~mil/sxmo-tickets

G'day Proycon,

Seems like this has been resolved upstream. We could look at closing this ticket.

#611 dwm failing to compile a month ago

Ticket created by ~hazardchem on ~mil/sxmo-tickets

When trying to compile dwm on pmos v24.12 or greater I get the following compiler errors:

dwm.c:1007:21: error: implicit declaration of function 'iswide' [-Wimplicit-function-declaration]
 1007 |                 if (iswide()) {
      |                     ^~~~~~
dwm.c:967:13: warning: variable 'indn' set but not used [-Wunused-but-set-variable]
  967 |         int indn;
      |             ^~~~
dwm.c: In function 'setup':
dwm.c:1989:55: error: passing argument 2 of 'drw_scm_create' from incompatible pointer type [-Wincompatible-pointer-types]
 1989 | [i] = drw_scm_create(drw, colors[i], 3);
      |                           ~~~~~~^~~
      |                                 |
      |                                 char **

In file included from dwm.c:48:
drw.h:40:43: note: expected 'const char **' but argument is of type 'char **'
   40 | create(Drw *drw, const char *clrnames[], size_t clrcount);
      |                  ~~~~~~~~~~~~^~~~~~~~~~

dwm.c: In function 'main':
dwm.c:2750:9: error: implicit declaration of function 'XkbSetDetectableAutoRepeat' [-Wimplicit-function-declaration]
 2750 |         XkbSetDetectableAutoRepeat(dpy, True, NULL);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~

Plain dwm still compiles so its a patch that has been added.

#606 Support for differnet user service supervisors 3 months ago

Comment by ~hazardchem on ~mil/sxmo-tickets

Or would another environment variable be suitable? Such as SXMO_SERVICE_MANAGER.

But as I was trying this reply I can see having a unified hook will be a cleaner idea to support this.

#529 MPV's WM_CLASS breaks mpv's appmenu on X11 3 months ago

Comment by ~hazardchem on ~mil/sxmo-tickets

#44 sxmo-utils: port slock and use to lock screen 3 months ago

Comment by ~hazardchem on ~mil/sxmo-tickets

For dwm users see the following project:

https://codeberg.org/jackc/smlock

This also requires on pmos the following patch under:

root_dir/usr/share/X11/xorg.conf.d/04-fonts.conf

Section "Files"
  FontPath "/usr/share/fonts/dejavu"
EndSection

Then you will have a screen locker that will allow svkbd to be shown over the top.

It will need a way to embed dmenu into the locker to display limited features such as incoming calls or a lockscreen functions activation such as torch.

#602 Setting a distribution wallpaper for Sxmo 9 months ago

Comment by ~hazardchem on ~mil/sxmo-tickets

Do you have a link for that script?

to me this would need modifying to source that script to set the env variable:

configs/appcfg/profile_template:export SXMO_BG_IMG="$(sxmo_hook_wallpaper.sh)"