David Mohammed

Results 427 comments of David Mohammed

Ah - nice. Not really sure if its an append or a replace for that env array variable. Just running pkexec with the extra stuff followed by the application-name is...

Well before the crash it appears to be within the icon task list for some reason and the crash appears around the icon task list popup. Hmmm.

@EbonJaeger does this still happen with current git main ?

Screenshot please of the blackbox with configurable tooltips

Correct. Sadly the really late code landing of gnome media key changes / brightness controls / wacom controls and subsequent removal of some of these keys from the settings daemon...

nicely done! What I think would be great if the above could be done in the code-base as a transition step when budgie-desktop first starts. Basically a migration step.

Suggest when you get the crash, switch to a TTY within boxes and look at journalctl to find out where in the budgie-session sequence things are crashing

``` ~/.config/electron-flags.conf --enable-features=WaylandWindowDecorations,AllowQt # --ozone-platform-hint=wayland (removed in Electron 38) --ozone-platform=wayland # GTK4 works better on Wayland. --gtk-version=4 ``` if indeed that can only be defined by a home directory configuration...

hmm - well I suppose overriding the default signal-desktop.desktop file so that its Exec= to read something like "Exec=env XDG_CURRENT_DESKTOP=GNOME signal-desktop %U" should work.

> But for the moment I tried to revert the value of the environment variable by adjusting the line in `/usr/share/xsessions/budgie-desktop.desktop` back to `DesktopNames=Budgie;GNOME` (from: DesktopNames=Budgie). I know it's fiddling...