Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 3424

Graphical Environments & Desktops • Integration of Flatpaks Into a Minimal Debian 12 Sway Desktop

$
0
0
I've switched all working applications over to flatpaks, and managed to get them all working after a bit of fiddling. There is one thing left to figure out which is that whenever an open with prompt appears for example: the open file download dialogue in Firefox, or the "open file location in file manager" option in kate I'm greeted with this https://files.catbox.moe/85rsm4.png saying I have "No Apps available" with no ability to select any of my installed software. Saving a file, and opening a file from any flatpak works fine. What is my system missing to populate this?
I start sway with a script that sets the following variables

Code:

#!/usr/bin/env bashexport MOZ_ENABLE_WAYLAND=1export QT_QPA_PLATFORM=wayland-eglexport CLUTTER_BACKEND=waylandexport ECORE_EVAS_ENGINE=wayland-eglexport ELM_ENGINE=wayland_eglexport SDL_VIDEODRIVER=waylandexport _JAVA_AWT_WM_NONREPARENTING=1export NO_AT_BRIDGE=1export QT_QPA_PLATFORMTHEME=qt5ctexport XDG_CURRENT_DESKTOP=swaydbus-run-session -- sway
and have the following lines in my sway config

Code:

exec systemctl --user import-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOPexec dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP SWAYSOCK
I have both xdg-desktop-portal-wlr and xdg-desktop-portal-gtx installed as well as flatpak-xdg-utils.

Statistics: Posted by vrtsun — 2024-11-13 21:19 — Replies 0 — Views 49



Viewing all articles
Browse latest Browse all 3424

Trending Articles