mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
fix: login with element-desktop
This commit is contained in:
parent
302a8e5078
commit
553a10c92d
@ -1,6 +1,15 @@
|
|||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
# TODO: Login does not work. Webbrowser does not redirect back to Element app. Firefox does not ask to open link with Element app. It works with the Flatpak version though.
|
# TODO: Login does not work. Webbrowser does not redirect back to Element app. Firefox does not ask to open link with Element app. It works with the Flatpak version though.
|
||||||
|
#
|
||||||
|
# NixOS: /home/yoda/.config/Element /home/yoda/.config/Riot
|
||||||
|
# Flatpak: /home/yoda/.var/app/im.riot.Riot/config/Element
|
||||||
|
#
|
||||||
|
# Workaround:
|
||||||
|
# - Login with Flatpak version
|
||||||
|
# - Delete .config/Element and .config/Riot
|
||||||
|
# - Copy Flatpak into .config/Element
|
||||||
|
# - Start the NixOS version, you should be logged in :D
|
||||||
|
|
||||||
# TODO: Application not found in GNOME app list. Maybe .desktop file missing? Maybe that causes the above error?
|
# TODO: Application not found in GNOME app list. Maybe .desktop file missing? Maybe that causes the above error?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user