Compare commits

..

No commits in common. "3d5f73f6f5777476add46709373af169a52ad14b" and "2c4a1ebf0d8d13ec00f70deab180daa7a0c152b3" have entirely different histories.

13 changed files with 3 additions and 47 deletions

View File

@ -1,6 +1,5 @@
edge edge
edge-* edge-guest
libreawoo libreawoo
htop-foot htop-foot
teams teams
joplin

View File

@ -1 +0,0 @@
microsoft-edge-beta

View File

@ -1 +0,0 @@
microsoft-edge-beta-guest

View File

@ -1 +0,0 @@
microsoft-edge-dev

View File

@ -1 +0,0 @@
microsoft-edge-dev-guest

View File

@ -1 +0,0 @@
joplin-desktop

View File

@ -1,20 +0,0 @@
#!/usr/bin/env bash
# I was unable to get the Flatpak to start and the Snap needed the usual, so
# here we are. Then I learned that it just needs --ozone-platform=wayland
# instead of the old --ozone-platform-hint=auto, but whatever works or is
# installed is fine...
set -x
if [ -f /snap/bin/joplin-desktop ]; then
# https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1951491/comments/104
unset DBUS_SESSION_BUS_ADDRESS
snap run joplin-desktop --ozone-platform=wayland "$@"
elif [ -f /var/lib/flatpak/exports/bin/net.cozic.joplin_desktop ]; then
flatpak run net.cozic.joplin_desktop --ozone-platform=wayland "$@"
elif [ -f ~/.local/share/flatpak/exports/bin/net.cozic.joplin_desktop ]; then
flatpak run --user net.cozic.joplin_desktop --ozone-platform=wayland "$@"
else
/usr/bin/joplin-notes --ozone-platform=wayland
fi
set +x

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-beta --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
microsoft-edge-beta --guest "$@"
set +x

View File

@ -1,4 +0,0 @@
#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-dev --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -x
microsoft-edge-dev --guest "$@"
set +x

@ -1 +1 @@
Subproject commit 23e3c8ecc32c62d6de2a9e4f4efc963bdef99205 Subproject commit b2d5427ba97425de8c302208d1a6d036800e8f25

@ -1 +1 @@
Subproject commit 8636aaebe8eb9ebf648c8bb46305f5d542b5990e Subproject commit ef9c4acfc3ed525eca4c269ba0230797dc11fdf5