[-] QuazarOmega@lemy.lol 1 points 19 minutes ago

Guess I'll stay on a diet after this

[-] QuazarOmega@lemy.lol 1 points 22 minutes ago

Didn't know that one, looks rad

[-] QuazarOmega@lemy.lol 1 points 23 minutes ago

Noo it was a joke XD

..but you can install it https://github.com/MrGlockenspiel/activate-linux

(though I believe they have an Ubuntu premium motd or something like that)

[-] QuazarOmega@lemy.lol 9 points 18 hours ago

Hell yeah, SuperTuxKart

[-] QuazarOmega@lemy.lol 10 points 18 hours ago

Can I use the Linux cracker to remove my Activate Ubuntu watermark?

[-] QuazarOmega@lemy.lol 1 points 18 hours ago* (last edited 18 hours ago)

Turning on "Block connections without VPN options" will not make KDE connect work

I did do that in conjunction with bypass set for KDE connect only and it works. I find the other options you suggested really cool though! Might give them a shot.
Also didn't know about the share VPN thing, I've wanted that for so long! Weird Graphene doesn't have it as well

[-] QuazarOmega@lemy.lol 1 points 18 hours ago

Thanks I understand now, I'll have to try it again

[-] QuazarOmega@lemy.lol 2 points 1 day ago

It's a great project yes!

[-] QuazarOmega@lemy.lol 3 points 1 day ago

Firefox is my tab-hoarding enabler 😍

[-] QuazarOmega@lemy.lol 2 points 1 day ago

Does it kill Firefox if it tries to go over the limit? I think I tried this once and if there is a memory leak it just closes itself (which is batter than hogging the whole system, bit still)

[-] QuazarOmega@lemy.lol 1 points 1 day ago* (last edited 1 day ago)

I'd like to use Rethink DNS (forcefully set to DNS+Firewall) because it keeps a record on-device of the connections that apps tried to establish. So as I understand it's not possible to have both then?

[-] QuazarOmega@lemy.lol 1 points 1 day ago

Do you also have "Block connections without VPN" on like this?

VPN settings on Android for Rethink DNS, showing 2 toggles "Always-on VPN" and "Block connections without VPN", both enabled

11

I've set up a phone with Rethink DNS as a permanent VPN, so nothing can come through, I tried putting KDE Connect in the Bypass Universal list, but it still fails to discover devices on the network and in turn it can't be discovered by others itself.
I tried without VPN active and it all works, of course. Is it possible for the 2 to coexist? If so, what settings should I change?

8
submitted 1 month ago* (last edited 1 month ago) by QuazarOmega@lemy.lol to c/kde@lemmy.kde.social

I'm using Fedora Kinoite and there's this little issue that has been bugging me to no end, whenever I want to see what updates have been found for my apps and their changelogs I start scrolling there, but every few seconds, say 20, the page will refresh and look for updates again, so it interrupts my reading and resets the scrolling position I was at, so I have to wait there to finish refreshing, jump to where I was and speed-read that piece of text before it refreshes once again and I'm thrown back to square one.
I was wondering if there is any setting to control how often Discover auto-refreshes, maybe set it to only manually refresh instead, but there doesn't seem to be anything in the Settings tab.
Is there a solution or is this a bug?

15

cross-posted from: https://lemy.lol/post/30887473

I sometimes play games and also open my music player, but the sound from the game drowns out the music, so I need to go into the sound mixer on KDE and manually lower the game's volume every time.
I was wondering, is there a way to do this process automatically? As in setting up conditions like "if music is playing (some MPRIS API?) then lower all other apps' volumes)", maybe even crazier "if some app is outputting voice then set its volume back up and lower music app's volume or pause its playback altogether for some specified timeout that keeps being refreshed for as long as voice is heard".
I imagine the latter is a bit of a dream, but maybe for the first, even some quick sound profile selector would go a long way, say switching from "normal profile" to "background music profile", etc. which specify preconfigured volumes for those apps.
Is that a thing?

51
submitted 1 month ago* (last edited 1 month ago) by QuazarOmega@lemy.lol to c/linux@lemmy.ml

I sometimes play games and also open my music player, but the sound from the game drowns out the music, so I need to go into the sound mixer on KDE and manually lower the game's volume every time.
I was wondering, is there a way to do this process automatically? As in setting up conditions like "if music is playing (some MPRIS API?) then lower all other apps' volumes)", maybe even crazier "if some app is outputting voice then set its volume back up and lower music app's volume or pause its playback altogether for some specified timeout that keeps being refreshed for as long as voice is heard".
I imagine the latter is a bit of a dream, but maybe for the first, even some quick sound profile selector would go a long way, say switching from "normal profile" to "background music profile", etc. which specify preconfigured volumes for those apps.
Is that a thing?

18
submitted 4 months ago* (last edited 4 months ago) by QuazarOmega@lemy.lol to c/programming@programming.dev

I was looking to implement a year column and while researching I stumbled on the YEAR data type which sounded just right by its name, I assumed that it would just be something like an integer that can maybe hold only 4 digits, maybe more if negative?
But then I noticed while actually trying it out that some years I was inputting randomly by hand never went through giving an out of range error, so I went to look at the full details and, sure enough, it's limited to years between 1901 and 2155, just 2155!
In terms of life of an application 2155 is just around the corner, well not that any software has ever lived that long, but you get what I mean in the sense that we want our programs to be as little affected by time within what's reasonable given space constraints.
So what will they do when they get close enough to that year, because you don't even have to be in that year to need it accessible, there could be references that point to the future, maybe for planning of some thing or user selected dates and whatnot; will they change the underlying definition of it as time passes so it's always shifted forward? If that's the approach they'll take, will they just tell everyone who's using this type that their older dates will just not be supported anymore and they need to migrate to a different type? YEAR-OLD? Then YEAR-OLDER? Then YEAR-OLDER-BUT-LIKE-ACTUALLY? Or, that if they plan to stay in business, they should move to SMALLINT?
Or will they take the opposite approach and put out a new YEAR datatype every time the 256 range is expired like YEAR-NEW, YEAR-NEW-1, YEAR-FINAL, YEAR-JK-GUYS-THE-WORLD-HASNT-COLLAPSED, etc.?

So I wonder, what's the point of this data type? It's just so incredibly restricted that I don't see even a hypothetical use.
There exist other questions like this (example) but I think they all don't address this point: has anyone from MariaDB or MySQL or an SQL committee (I don't know if that's a thing) wrote up some document that describes the plan for how this datatype will evolve as time passes? An RFC or anything like that?

15
submitted 4 months ago* (last edited 4 months ago) by QuazarOmega@lemy.lol to c/linux4noobs@programming.dev

I saw that there's this nifty xdg-ninja that informs you on what you have installed that doesn't respect the XDG spec, if it has support for it or not and what you can do to make it comply.
But now I was wondering if there was any tool to do the actual work automatically, I believe I have once seen a program that spoofed your home directory to non-complying apps so that you could transparently override their whole app data location to a path you wanted so they can keep functioning, but I can't for the life of me find it again.
It would be double awesome if it did both, i.e. auto-applying any changes to apps that support XDG but need to be configured to enable it and, for those who don't, forcefully spoofing the home directory

341
submitted 5 months ago* (last edited 5 months ago) by QuazarOmega@lemy.lol to c/linuxmemes@lemmy.world

We all know who's the real steward of free software and federation

*smiles in anticipation*


legit had to draw the vector logo of Gogs for this, smh

edit: actually... it already exists, oopsie (ᵕ—ᴗ—) smh my head

11
submitted 6 months ago by QuazarOmega@lemy.lol to c/kde@lemmy.kde.social

I was trying to analyze my phone's storage through Filelight, but it just gets frozen after I select the phone's folder. I didn't find anything in Bugzilla regarding this problem.
Is the protocol supported at all in the app?

12
submitted 9 months ago by QuazarOmega@lemy.lol to c/blender@lemmy.world

I have come across a few add-ons that are only available through GitHub, for example. So I'm wondering, is there some system to keep them updated automatically, or do I have to manually redownload them every time?

39
submitted 9 months ago* (last edited 9 months ago) by QuazarOmega@lemy.lol to c/fdroid@lemmy.ml

I've mostly been using the official F-droid app, but I've become tired of having to click install every single time there's a new update for an app.
On a new phone I tried starting right away with Neo Store, which I know has that functionality, and in fact I haven't had to confirm installation of updates since on there, but on my old devices where I started with F-droid how can I get that to work?
I believe I read somewhere that for this to work, the apps I want to update automatically need to be installed the first time from within the same app and, even then, only some apps that target Android SDKs from a certain point forward support that, so not all can benefit from this feature.
So how can I make this change, do I have to uninstall every application from F-droid I have and reinstall them from Neo Store or is there an easier way?

Edit: One other thing, even in Neo Store it seems I can't update without confirmation if I manually update only one app at a time and instead it works if I let it update everything by having "Auto-update" enabled

17
submitted 10 months ago* (last edited 10 months ago) by QuazarOmega@lemy.lol to c/kde@lemmy.kde.social

There's something I don't understand here: why when I do "Open Folder" and then save the session, closing it and opening it again I'm left with nothing?
Instead, if I open some files in subdirectories, the next time I reopen the session I'm just presented with the parent folders of those files, but I really needed to have the topmost directory to be able to access the whole tree structure whenever I reopen the session.

Is it possible? Or do I have to make a project?

14
submitted 1 year ago by QuazarOmega@lemy.lol to c/fdroid@lemmy.ml

I've been using Quillnote for a long time now and this is a feature I've been sorely missing, are there other apps that can help me do the conversion?

view more: next ›

QuazarOmega

joined 1 year ago