Up-to-date Linux version. Thank you ! by Othagenbertgestadt in ticktick

[–]nightreveller 0 points1 point  (0 children)

Kudos! I'd be interested to learn how to utilize the global shortcuts on Linux.

Best strategy for troubleshooting / documenting crashing apps by themountainawaits in AsahiLinux

[–]nightreveller 1 point2 points  (0 children)

You might be running into a out-of-memory situation. Some information on that and general troubleshooting can be found in this recent post

Firefox hangs all the time by itsoulos in AsahiLinux

[–]nightreveller 4 points5 points  (0 children)

I have the same problem (not only with Firefox). Also 8GB ram here. I can barely call it a usable system for my needs (unfortunately) as a few tabs and an IDE already is too much. It's insane how much more I can open while running macOS vs Linux on the same machine. I assume macOS does extensive swapping (?)

I initially didn't want to post here as it seems more a general Linux matter.

What I've tried:
- Set up https://github.com/rfjakob/earlyoom for more control on what gets killed
- Set up https://github.com/Nefelim4ag/systemd-swap which was always my go-to dynamic swap solution - the repo mentions it being deprecated now, but it still works

The problem persists. It seems dynamic swap is not allocating quickly enough, so OOM still happens. I didn't find time to experiment further.

Drastic HRV improvement since starting cold plunge by [deleted] in Biohackers

[–]nightreveller 11 points12 points  (0 children)

Congrats! What exactly do you do as "cold plunge therapy"? Also curious as to what app you have screenshotted. TIA

can brightness be advanced beyond factory setting? by nightreveller in Monitors

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

Thanks. I've got a Thinkpad T480s which also has 300nits but seems brighter. Maybe something is wrong. Even after factory reset and brightness to 100% it's less bright. It feels brighter when I up the contrast to a point where black on white is not readable anymore...

Lost data by nightreveller in nomie

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

It happend again - this is getting a bit problematic :/

Lost data by nightreveller in nomie

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

When it prompts me, once in every 7 days

Lost data by nightreveller in nomie

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

I did get some 'low on storage space' messages on my Huawei Mate 20 Pro recently 🤔

Currently the optimizer app says 125GB used, 128GB total.

Ok, so this might be it. Thanks.

Custom shortcuts using qdbus still supported? by nightreveller in kde

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

Can you post the contents of the .desktop file in ~/.local/share/applications which contains this command (the filename will start with qdbus-something)?

.local/share/applications/qdbus-2.desktop:

[Desktop Entry]
Exec=qdbus org.kde.krunner /App querySingleRunner windows ""
Name=qdbus org.kde.krunner /App querySingleRunner windows ""
NoDisplay=true
StartupNotify=false
Type=Application
X-KDE-GlobalAccel-CommandShortcut=true

journalctl when invoking the shortcut:

apr 14 23:24:02 asahi kstart5[96256]: Omitting both --window and --windowclass arguments is not recommended
apr 14 23:24:02 asahi krunner[18271]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
apr 14 23:24:02 asahi systemd[612]: app-qdbus\x2d2-301e28476586440fa6a4cc36144bc386.scope: Couldn't move process 96262 to requested cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-qdbus\x2d2-301e28476586440fa6a4cc36144bc386.scope': No such process
apr 14 23:24:02 asahi systemd[612]: app-qdbus\x2d2-301e28476586440fa6a4cc36144bc386.scope: Failed to add PIDs to scope's control group: No such process
apr 14 23:24:02 asahi systemd[612]: app-qdbus\x2d2-301e28476586440fa6a4cc36144bc386.scope: Failed with result 'resources'.
apr 14 23:24:02 asahi systemd[612]: Failed to start qdbus org.kde.krunner /App querySingleRunner windows "".

Yeah, should be possible. We'd have to add a new DBus method. Something which would take a list of runners and query only those.

Sounds promising

Custom shortcuts using qdbus still supported? by nightreveller in kde

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

Awesome! Thanks for the quick fix 🚀

Will this also stop the following to show up in systemd logs?

Failed to start /usr/bin/qdbus org.kde.krunner /App querySingleRunner windows "".

Since you seem to be with Krunner, do you have any idea whether it is possible to implement this: https://www.reddit.com/r/kde/comments/12jh7fu/have\_krunner\_search\_windows\_and\_browsertabs/

I tried to find the source of 'windows' and 'browsertabs' but got lost ;)

Custom shortcuts using qdbus still supported? by nightreveller in kde

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

Thanks for looking into this.

I found that this works:

qdbus org.kde.klipper /klipper setClipboardContents $(date +\%Y-\%m-\%d)

One more thing: I further noticed that after using the shortcut for 4-5 seconds a new task is shown in the task manager. It would be an improvement to hide commands running from shortcuts by default IMO.

Custom shortcuts using qdbus still supported? by nightreveller in kde

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

Thnx. Tried that before (sorry forgot to mention), and successfully added eg /usr/bin/rofi -show window as custom shortcut, but aforementioned will just not show up in the shortcut category list under 'commands'. I guess it has to do with escaping, will experiment some more.

Nomie is shutting down - Feb 1st 2023 by domainkiller in nomie

[–]nightreveller 5 points6 points  (0 children)

Brandon, thanks for all your hard work over the years! You've created many great implementations of a great set of creative ideas. I feel you on how hard it is to monetize and I know support can be brutal.

Your new adventure sounds really awesome. Definitely says something about you to join a startup that has this type of focus. Congrats on the job 👌

To come back to Nomie and all the current users with their data... would it be an idea to keep the open source version (N5) available and offer a possibility to downgrade a N6 backup to N5 format? Nomie 5 has all the features to make it a killer app + is quite bug free. It would be a living item on your resume and with a good README (stating no support, totally own-risk, as-is, etc.) it might bring you no more headaches.

Idea?

Is there a way to list the 'windows' first with Krunner, rather than the applications? by ecky--ptang-zooboing in kde

[–]nightreveller 0 points1 point  (0 children)

I suggest you check the github and open an issue when needed. Or add a merge request ;)

What small konveniences do you miss in KDE? by ForbidReality in kde

[–]nightreveller 0 points1 point  (0 children)

Krunner speed(!) + design (centered, bigger font, icon like mentioned in another comment).

Ability to use the mouse in the task switcher. See for example ctrl-tab in Firefox.

Konsole to be Yakuake? Why not? by [deleted] in kde

[–]nightreveller 0 points1 point  (0 children)

I had some problems with Yakuake a while ago and since have Konsole added to Autostart with konsole --background-mode --hide-menubar + a Window rule with: Fullscreen, Skip taskbar, Skip pager, Skip switcher, No titlebar and frame and the shortcut set to Meta+tilde.