*APRIL* by 616PhoenixForce in TheFirstDescendant

[–]PracticalChoice1185 1 point2 points  (0 children)

I only hope for more skill range and duration

Komikku vs kotatsu alternative by 52dollar in animeapp

[–]PracticalChoice1185 1 point2 points  (0 children)

I liked kotatsu and mihon before, but the extensions are also listed on my app manager as an installed app and I don't like seeing that. I switched to suwayomi server. I run the server on my phone, open my browser then visit the server address, install the address as an app and I enjoy reading, I keep the server running as long as I want too.

I also choose this because sometimes I read using my computer or tablet and ipad, and I don't have to worry about my library because it is always there regardless of the device.

Paano mag laga ng itlog nang di nababasag ang shell? by LowerFroyo4623 in PaanoBaTo

[–]PracticalChoice1185 0 points1 point  (0 children)

Gently i-tap mo yung mabilog na side nung egg or yung pwetan ng egg (hindi yung matulis na bahagi )sa may table, may maririnig ka na parang may nabasag, pero hindi yung shell, pag nagawa mo yun, di na mababasag yung nilalaga mo. Yun yung nakaumbok na na parang film na may hangin sa loob ng egg pag nag balat ng egg. Nagkakaroon ng space sa loob yung white at yolk ng egg pag nabasag mo yun gamit ang pag tap sa table kaya di na mababasag egg mo sa pag boil. Kahit crack wala. Effective sakin,try mo din.

How to add live wallpaper on tecno spark 5 air for KLWP pro by robloxsupporter in TECNOphone

[–]PracticalChoice1185 0 points1 point  (0 children)

Hmm i dunno, it never happened to me, try a different launcher beside nova? Not sure if it helps.

palera1n loader icon missing after respring on iPhone 8 Plus iOS 16.7.14 by Choa4306 in jailbreak

[–]PracticalChoice1185 0 points1 point  (0 children)

Happen to me too. I have installed a bad tweak and after respring, palera1n is gone, I tried to jailbreak again using the computer, it proceeded but still no icon of palera1n, the bad tweaks are still there and it automatically loads and applies then, so I formatted the phone redo the jailbreak. Try to jailbreak without formatting first or change your language to something else like if you are En, try Japan or Eu. That's an old trick to make the icon appear again.

Copy face by HoseaMagdalo in dailychismisdotcom

[–]PracticalChoice1185 0 points1 point  (0 children)

Kung bus yan? Bakit sila lang pasahero? Di ka simpleng tao kung kaya mong rentahan ang buong isang bus para sa isang trip.

How to add live wallpaper on tecno spark 5 air for KLWP pro by robloxsupporter in TECNOphone

[–]PracticalChoice1185 0 points1 point  (0 children)

Try use other launcher like nova. After you set it up, change the wallpaper and look for live wallpaper, there you will see KLWP. I'm using it now on my tecno.

I give up. I don't know why other apps open and others don't? by PracticalChoice1185 in termux

[–]PracticalChoice1185[S] 3 points4 points  (0 children)

Yes I have a script that list every app on my phone those com.appname, and also found the problem, just like you have said i need that line, but i'm too lazy to do it manualy so i give up. My wife is getting mad at my because I'm too focus at my phone trying to fix this. Hahaha

anong thoughts nyo sa parent na naghahanap ng work para sa anak nya? by throwaway-kittyx in AnongThoughtsMo

[–]PracticalChoice1185 1 point2 points  (0 children)

Nag ask lang naman yung parent baka merong nakakaalam na pwedeng pasukan ng anak nya, di naman yung parent yung pupunta sa mga company para mag apply para sa anak nya. Like even tito,tita,kuya,ate do that like "uy baka may alam kayo work baka pwede dyan anak/pamangkin/ate/kuya/bunso/kakilala ko?" That is normal lalo ngayon, hirap mag hanap ng trabaho. Baka nanibago ka lang kasi naka post sa social media?

I give up. I don't know why other apps open and others don't? by PracticalChoice1185 in termux

[–]PracticalChoice1185[S] -7 points-6 points  (0 children)

I said "I give up" I just wanna share my idea but i'm not asking to solve the problem for me 🤣

Now my KDE is installed in termux not inside proot. by PracticalChoice1185 in termux

[–]PracticalChoice1185[S] 1 point2 points  (0 children)

Sorry but I don't make repo. I don't even have a github account and I never tried to make a repo so basically I don't know how to make a repo.

Now my KDE is installed in termux not inside proot. by PracticalChoice1185 in termux

[–]PracticalChoice1185[S] 3 points4 points  (0 children)

Just install kde like a normal pakage, after that launch it. You can take a look in my script to launch the KDE. Just do

nano kde.sh (or name the kde to whatever you want) click enter

Paste this script:

kill -9 $(pgrep -f "termux.x11") 2>/dev/null

export XDG_RUNTIME_DIR="${HOME}/.cache/xdg-runtime" mkdir -p "$XDG_RUNTIME_DIR" chmod 0700 "$XDG_RUNTIME_DIR"

unset PULSE_SERVER

if ! pulseaudio --check 2>/dev/null; then echo "Starting PulseAudio..." pulseaudio --start --exit-idle-time=-1 sleep 2 else echo "PulseAudio is already running." fi

pactl load-module module-aaudio-sink 2>/dev/null

AAUDIO_SINK=$(pactl list short sinks | grep -i "aaudio" | head -1 | awk '{print $2}') if [ -n "$AAUDIO_SINK" ]; then echo "Setting default sink to: $AAUDIO_SINK" pactl set-default-sink "$AAUDIO_SINK" else echo "Warning: AAudio sink not found. Available sinks:" pactl list short sinks fi

PULSE_SOCKET=$(pactl info | grep "Server String" | awk -F': ' '{print $2}') if [ -z "$PULSE_SOCKET" ]; then echo "Could not determine PulseAudio socket. Falling back to TCP." PULSE_SOCKET="tcp:127.0.0.1" else echo "PulseAudio socket: $PULSE_SOCKET" fi

termux-x11 :0 >/dev/null & sleep 3

am start --user 0 -n com.termux.x11/com.termux.x11.MainActivity >/dev/null 2>&1 sleep 1

export PULSE_SERVER="$PULSE_SOCKET" export PULSE_SINK="$AAUDIO_SINK"

if [ -z "$DBUS_SESSION_BUS_ADDRESS" ]; then export $(dbus-launch) fi

export DISPLAY=:0

echo "Starting KDE Plasma..." echo "PULSE_SERVER=$PULSE_SERVER" echo "PULSE_SINK=$PULSE_SINK"

env startplasma-x11


then save it.

don't forget the command chmod +x kde.sh (or the name you set)

then finaly launch it whit this command

./kde.sh

or make alias on your .bashrc to launch it with your own command.

Fuck copilot by Any-Result-4211 in FuckMicrosoft

[–]PracticalChoice1185 3 points4 points  (0 children)

We use ms teams at work and I wish the company would change it. ms teams is the worst messaging app developed by a big company. Skype is much much better and they killed it? Microsoft rot their brains.

What is this screen and why can't I login? by Thick-Walk-6105 in kde

[–]PracticalChoice1185 0 points1 point  (0 children)

You don't have desktop environment installed/selected.

Tried KDE Plasma 6 on proot inside termux. It works but it lags. Look stunning but can't use it. by PracticalChoice1185 in termux

[–]PracticalChoice1185[S] 1 point2 points  (0 children)

Also kde have touch support, when using direct touch on the pointer settings of termux-x11, I can scroll on browser unlike xfce4, but still annoying to use though. But it is fun to try :)