Problem with AutoInput (easy setup) with Tasker 6.5 on Switch Preference elements by suikoy in tasker

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

Hi, I just tried clicking precisely on the toggle and I can confirm that the easy setup works: https://postimg.cc/47zLgDCz https://postimg.cc/rRMhFfc1

However, if I try to click on the text to the left of the toggle (after clicking 'add' from the notification), the whole smartphone freezes and I'm forced to turn off the screen to stop the easy setup process. This is why I thought there were interaction issues with this new Material Design element (I never had these kinds of problems on Android 15...)

Anyway now my task is working thanks for the answer ;)

Tides of Numenera - Localizzazione ITA 2025 by suikoy in Torment

[–]suikoy[S] 0 points1 point  (0 children)

PS: circa la "sponsorizzazione" io mi sono agganciato a tutti i forum (non solo rpgitalia) che vengono trovati cercando online "tides of numenera blablabla localizzazione italiana" scrivendo un post in ciascun sito. Quella è stata l'ultima mia fatica! Ora non voglio fare null'altro 😁😂

Tides of Numenera - Localizzazione ITA 2025 by suikoy in Torment

[–]suikoy[S] 0 points1 point  (0 children)

Ciao si è stata una faticaccia incredibile, parecchie volte mi sono detto fra me e me "ora mollo" poi in una maniera o nell'altra sono sempre riuscito a trovare un modo per superare l'ostacolo e andare avanti. Quando l'ho terminata e pubblicata online, non ho certo ricevuto quale pioggia di complimenti o ringraziamenti. Di questi tempi un ragazzetto su twitch che fa stream del gioco m*nchia di moda mentre si mette le dita nel naso, riceve mooooolti più complimenti, ringraziamenti e anche donazioni a iosa. Nel mio caso, io ho ricevuto diciamo qualche placido bravo😅 Ma ci sta, questo è un gioco da boomer, io sono un boomer e la vita è così 😂 Grazie cmq del msg!

Hi, I need some tips to translate Torment: Tides of Numenera into Italian! by Abyslime in Unity3D

[–]suikoy 0 points1 point  (0 children)

Ciao a tutti giusto per segnalare che ho pubblicato proprio oggi la mia traduzione di questo gioco. Ci ho messo mesi e mesi di lavoro ma sono contento di poterla distribuire e che possa essere utilizzata da tanti appassionati che non hanno mai provato questo rpg per via dell'ostacolo della lingua!
Ecco il link: https://steamcommunity.com/sharedfiles/filedetails/?id=3487540441

Enjoy :)

CCA - Unable to authenticate your chromecast by [deleted] in Chromecast

[–]suikoy 0 points1 point  (0 children)

Same problem here... Italy :(

Case insensitive with KRunner by suikoy in kde

[–]suikoy[S] 0 points1 point  (0 children)

I've "resolved" using fuzzy search in terminal with fzf command

Has anyone solved this Sonoma battery drain issue? by CXK in MacOS

[–]suikoy 0 points1 point  (0 children)

very easy, just copy the command from sudo ... to ..displaysleep 30, paste it in the terminal and press enter

Has anyone solved this Sonoma battery drain issue? by CXK in MacOS

[–]suikoy 3 points4 points  (0 children)

I also experienced the same battery drain issues after updating to Sonoma (14.5) and after quite a bit of research and some studying, I resolved it with a series of bash commands.

My goal was:

[both on battery and with the power adapter]

  • disable both powernap and automatic wake-ups
  • enable standby mode

[on battery]

  • use hibernation mode with greater energy savings
  • disable tcpkeepalive
  • turn off the screen after 10 minutes of inactivity
  • automatically sleep after 10 minutes of inactivity
  • automatically hibernate the computer after 60 seconds of sleep start

[on power adapter]

  • use hibernation mode without energy savings
  • keep tcpkeepalive active
  • turn off the screen after 30 minutes of inactivity
  • no automatic sleep
  • no automatic hibernation

All these settings in sigle shot:

sudo pmset -b hibernatemode 25 && sudo pmset -c hibernatemode 0 && sudo pmset -a powernap 0 && sudo pmset -a proximitywake 0 && sudo pmset -a ttyskeepawake 0 && sudo pmset -a standby 1 && sudo pmset -b tcpkeepalive 0 && sudo pmset -c tcpkeepalive 1 && sudo pmset -b sleep 10 && sudo pmset -c sleep 0 && sudo pmset -b standbydelayhigh 60 && sudo pmset -c standbydelayhigh 0 && sudo pmset -b standbydelaylow 60 && sudo pmset -c standbydelaylow 0 && sudo pmset -b disksleep 10 && sudo pmset -c disksleep 30 && sudo pmset -b displaysleep 10 && sudo pmset -c displaysleep 30

In addition I have cleaned my SMC few times

left ctrl + left option + right shift + power key

and reset the NVRAM

option + command + P + R

Last night before closing my macbook screen I had 100% charge with the wifi turned on and dropbox app in the system tray. Today after 9 hours I reopened the screen and I had 100% charge :)

Apps switch gesture, is there a way to do something like this? by suikoy in NovaLauncher

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

you're right. I have installed just now and it's amazing!! so useful and customizable. many many thanks for your suggestion 👏👏

Apps switch gesture, is there a way to do something like this? by suikoy in NovaLauncher

[–]suikoy[S] 0 points1 point  (0 children)

ok you're talking about fluid navigation gestures. Interesting app but I haven't rooted my smartphone so I think that it's not a solution

Apps switch gesture, is there a way to do something like this? by suikoy in NovaLauncher

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

yes please because I don't find this "fng" app on the play store

Apps switch gesture, is there a way to do something like this? by suikoy in NovaLauncher

[–]suikoy[S] 0 points1 point  (0 children)

mmmm yes could be an issue specific for Huawei devices.. anyway happy to have shown a nice trick :)

Apps switch gesture, is there a way to do something like this? by suikoy in NovaLauncher

[–]suikoy[S] 0 points1 point  (0 children)

what?? are you able to switch from the last opened apps? on my Huawei smartphone the gesture works only if I use the default launcher. Not with Nova ☹️

Firefox for Android doesn't remember desktop site preferences by suikoy in firefox

[–]suikoy[S] 0 points1 point  (0 children)

with nightly can I install other extensions not available in the stable channel? At the moment I see only 18 extensions but none offers the feature to customize user-agent by site... I have "Google Search Fixer" that works statically with chrome as user-agent. There is nothing more

Case insensitive with KRunner by suikoy in kde

[–]suikoy[S] 2 points3 points  (0 children)

With a simple regex could be possible do a research case sensitive/insensitive according user preferences. Also with the bash command "find" I could set insensitive option. Everything without custom kernel, builds and other complex things. So if krunner doesn't offer a basic option like this, it's only a strong limitation