!qilspUaAChVOoDHIGv:matrix.org

Droidian (Halium) on Poco F1

187 Members
7 Servers

Load older messages


SenderMessageTime
4 Aug 2024
@telegram_7354782402:t2bot.ioDenRedacted or Malformed Event12:23:46
@telegram_1136109701:t2bot.ioNihonRedacted or Malformed Event12:22:07
@telegram_1136109701:t2bot.ioNihonRedacted or Malformed Event12:25:25
@telegram_1136109701:t2bot.ioNihonRedacted or Malformed Event12:24:00
@telegram_1136109701:t2bot.ioNihonRedacted or Malformed Event12:23:26
9 Aug 2024
@telegram_1531360336:t2bot.io6pR joined the room.17:37:12
11 Aug 2024
@telegram_7354782402:t2bot.ioDenIt didn't work according to the old instructions, maybe someone knows other ways to install plasma-mobile?08:42:44
12 Aug 2024
@telegram_1136109701:t2bot.ioNihonthe most current versions of droidian break kwin for some reason I went back to an older version and refixed the method I posted and it worked19:25:16
@telegram_1136109701:t2bot.ioNihonRedacted or Malformed Event19:26:47
14 Aug 2024
@telegram_6791545174:t2bot.ioP joined the room.07:56:18
18 Aug 2024
@telegram_54965888:t2bot.ioWellton Costa changed their display name from Wellton Costa to Wellton.23:33:58
20 Aug 2024
@telegram_1136109701:t2bot.ioNihon Turn off automatic updates in the gnome app store


Add in sources.list or create new in /etc/apt/sources.list.d/

deb [trusted=yes] https://repo.lindroid.org/repository/lindroid trixie main

create in /etc/apt/preferences.d/

Package: *
Pin: origin repo.lindroid.org
Pin-Priority: 2000

move public-key.asc to /etc/apt/trusted.gpg.d/lindroid.asc

sudo apt update && sudo apt install plasma-mobile

edit /usr/bin/startplasmamobile

#!/bin/sh

# SPDX-FileCopyrightText: 2019-2021 Aleix Pol <apol@kde.org>
# SPDX-FileCopyrightText: 2019-2021 Bhushan Shah <bshah@kde.org>
# SPDX-FileCopyrightText: 2019-2020 Jonah Brüchert <jbb@kaidan.im>
# SPDX-License-Identifier: GPL-2.0-or-later

#[ -f /etc/profile ] && . /etc/profile

#export QT_QPA_PLATFORM=wayland
#export QT_QPA_PLATFORMTHEME=KDE
#export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
#export EGL_PLATFORM=wayland
#export KWIN_COMPOSE=O2ES
#export EGL_PLATFORM=hwcomposer

#export QT_QUICK_CONTROLS_STYLE=org.kde.breeze
#export QT_ENABLE_GLYPH_CACHE_WORKAROUND=1
export QT_QUICK_CONTROLS_MOBILE=true
export PLASMA_INTEGRATION_USE_PORTAL=1
export PLASMA_PLATFORM=phone:handset

# if coredumpd knows about the dumps, make sure drkonqi catches them
#if [[ $(cat /proc/sys/kernel/core_pattern) =~ /systemd-coredump ]]
#then
#  export KDE_COREDUMP_NOTIFY=1
#fi

# TODO port away from PLASMA_DEFAULT_SHELL into QT_QPA_PLATFORM=offscreen plasma-apply-lookandfeel --apply org.kde.plasma.phone
export PLASMA_DEFAULT_SHELL=org.kde.plasma.phoneshell
#startplasma-wayland --inputmethod maliit-keyboard --exit-with-session=/usr/lib/aarch64-linux-gnu/libexec/startplasma-waylandsession
startplasma-wayland

edit /usr/lib/systemd/system/phosh.service

[Unit]
Description=Phosh, a shell for mobile phones
Documentation=https://gitlab.gnome.org/World/Phosh/phosh

# replaces the getty
Conflicts=getty@tty1.service
After=getty@tty1.service

# Needs all the dependencies of the services it's replacing
# (currently getty@tty1.service):
After=rc-local.service plymouth-quit-wait.service systemd-user-sessions.service

OnFailure=getty@tty1.service

# D-Bus is necessary for contacting logind. Logind is required.
Wants=dbus.socket
After=dbus.socket

# This scope is created by pam_systemd when logging in as the user.
# This directive is a workaround to a systemd bug, where the setup of the
# user session by PAM has some race condition, possibly leading to a failure.
# See README for more details.
After=session-c1.scope

# Since we are part of the graphical session, make sure we are started before
# it is complete.
Before=graphical.target

# Prevent starting on systems without virtual consoles
ConditionPathExists=/dev/tty0

[Service]
Environment=LANG=C.UTF-8
Environment=XDG_CURRENT_DESKTOP=Plasma
Environment=XDG_SESSION_DESKTOP=plasma-mobile
Environment=XDG_SESSION_TYPE=wayland
ExecStart=/usr/bin/startplasmamobile
TimeoutStartSec=30
User=1000
PAMName=droidian
WorkingDirectory=~
Restart=always
RestartSec=5s

# A virtual terminal is needed.
TTYPath=/dev/tty7
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes

# Fail to start if not controlling the tty.
StandardInput=tty-fail
StandardOutput=journal
StandardError=journal

# Log this user with utmp, letting it show up with commands 'w' and 'who'.
UtmpIdentifier=tty7
UtmpMode=user

[Install]
WantedBy=graphical.target


edit  /usr/lib/systemd/user/plasma-kwin_wayland.service

[Unit]
Description=KDE Window Manager
PartOf=graphical-session.target

[Service]
ExecStart=/usr/bin/kwin_wayland_wrapper --xwayland --no-lockscreen --hwcomposer
BusName=org.kde.KWinWrapper
Slice=session.slice

And reboot
16:14:50
@telegram_1136109701:t2bot.ioNihonWorking on snapshoot 97 and 9816:15:30
@telegram_7354782402:t2bot.ioDen👍16:18:19
@telegram_1136109701:t2bot.ioNihonDownload public-key.asc19:50:30
21 Aug 2024
@telegram_679079626:t2bot.ioadam ~ @adinfinitum:mozilla.org joined the room.11:17:03
@telegram_679079626:t2bot.ioadam ~ @adinfinitum:mozilla.orghey lovely peeps... anyone got a vendor.img they can share, the link is broken on the git repo11:09:41
@telegram_679079626:t2bot.ioadam ~ @adinfinitum:mozilla.org ok i think ive found one 🤓
thanks @ThomasHastings
github.com/thomashastings/droidian-beryllium-guide
11:20:19
1 Sep 2024
@telegram_6641807913:t2bot.ioJheff joined the room.14:36:59
2 Sep 2024
@telegram_399227568:t2bot.ioJa̚y̧͟͞ḿ̵̷̞[Zͦ̀ͯ̉] changed their display name from Ja̚y̧͟͞ḿ̵̷̞Zͦ̀ͯ̉ to Jartz.07:39:09
9 Sep 2024
@telegram_454183007:t2bot.ioLiBYan LiBYan changed their display name from LiBYan to LiBYan LiBYan.13:05:06
12 Sep 2024
@telegram_287618903:t2bot.ioYunior changed their profile picture.16:00:19
15 Sep 2024
@telegram_576669657:t2bot.ioMOON changed their display name from MOON to MOON🍅.08:49:57
22 Sep 2024
@telegram_6587323846:t2bot.ioW1229 H4n2 changed their profile picture.05:00:55
29 Sep 2024
@telegram_5208761096:t2bot.ioJukFiuu changed their profile picture.18:03:29
30 Sep 2024
@telegram_1552635026:t2bot.ioAnsé // AFK changed their display name from Ansé to Ansé // AFK.08:56:47
18 Oct 2024
@telegram_5294154159:t2bot.ioHendra Doni changed their display name from Hendra Doni to Deleted account 5294154159.16:25:36
20 Oct 2024
@telegram_1536005213:t2bot.ioSoundar Krish joined the room.14:26:40
2 Nov 2024
@telegram_54965888:t2bot.ioWellton Costa changed their display name from Wellton to Wellton Costa.11:26:42
@telegram_54965888:t2bot.ioWellton Costa changed their profile picture.11:26:42

Show newer messages


Back to Room ListRoom Version: 6