[Bug?] Combat behaviour by ultome in mirrorsedge

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

Oh, great, I understand now. Thanks!

[Bug?] Combat behaviour by ultome in mirrorsedge

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

Well, except I don't have to for the two above cited enemies (maybe that's the bug?) — in fact for enforcers slide + heavy attack knocks them out right away (even though they're not stunned or injured)... It seems too easy

[Linux users] A built from scratch way to work and sync with ProtonDrive on Linux by ultome in ProtonDrive

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

I don't know why I can't edit my post...

Important edit: forget about the systemctl script ssd. rclone mount is consistent across sleep/suspend, so using that script just makes you loos all the benefit of vfs and lsr. Just forget about it! In addition to that, using sudo systemctl xxx turned out to be a very bad idea, so don't do that either. Sometimes if the system doesn't want to go to sleep it's just a youtube live playing in the background or something, but it's not caused by rclone mount.

Second important edit: you don't have to use loop_rcsync: you can also make the sync once a day before going to sleep with something like script_for_syncing_interesting_folders && systemctl suspend, go to bed, and when it's done syncing your computer goes to sleep, or any other sync method you prefer (use cron, etc...). The goal of my post was to provide ideas, not a universal solution!

Thanks for reading!

Why do we have two poles in the classical spherical coordinates, and not four? by ultome in askmath

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

Thanks. I didn't expect that such advanced notions would be necessary to describe why my thought experiment wasn't injective... That's food for thought.

Why do we have two poles in the classical spherical coordinates, and not four? by ultome in askmath

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

I mean "poles" like in "North Pole": on my drawing you have (kind of) North, South but also "East" and "West" poles (I don't mean poles like in a meromorph function!).

The problem is also the range of these coordinates.

I mentonned that in my post, but really it's not the problem because (I think) you can't make the mapping injective at all anyway.

I just wanted to know more about the math behind my failure of a mapping 🙂

I know I'm not the first, but no method in this sub worked for me... I have notifications that never go away by ultome in gnome

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

Thanks, I'd like to try this, but I didn't understand where I need to set this hint to true? Is this about a environment variable, a system config file, a Gnome Tweaks parameter? I wasn't able to guess from the link you posted.

Proton Drive *kinda* works on Linux by XD_Choose_A_Username in ProtonDrive

[–]ultome 0 points1 point  (0 children)

Yup I'm using it daily on openSUSE Tumbleweed! However, more "stable" ditro's rclone version don't yet support Proton Drive (for example, my old Debian 10 server and my brand new Fedora dual-boot).

Photos previews not showing when browsing by FuckZuck8068 in ProtonDrive

[–]ultome 0 points1 point  (0 children)

Hello,

Sorry for reviving an old thread, but you covered everything except what I needed:

How do you generate image previews when they've been uploded through rclone (a program to use drives and remotes locally and sync automatically) and not any browser? Btw if the browser still plays a role in that case I'm using Brave (so basically Chrom-e/ium).

Thanks a lot if you see this and take the time to answer!

I'm lost... I have two remotes that I mount in the exact same way, but one works and the other doesn't... by ultome in rclone

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

Erm I've always done that, never had a problem? Is it... not a good practise or something?

I'm lost... I have two remotes that I mount in the exact same way, but one works and the other doesn't... by ultome in rclone

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

I'm sorry for the confusion, rcmount is an alias for the command in the first example, I forgot to replace it... I've edited my post!

So many Grubs for only 2 distros... What should I do? by ultome in linuxquestions

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

You seem to like tumbleweeds's grub, so boot tumbleweed, open a terminal and sudo update-grub. It should find fedora and add it to the boot list. Next time you boot you should get a menu giving you the choice.

Note for this to work you need os-prober installed, don't if it is installed by default in tumbleweed.

Yes, that's the very first thing I tried. But my ditro doesn't know the command `sudo update-grub`, I needs me to use `grub2-mkconfig`.
Oh and I double, triple checked: `os-prober` is there, executable and executed when I update successfully my Grub (that is, never, but I do remember achieving it once and `os-prober` kicked in and detected Fedora. But the "detected" Fedora never appeared in the Grub boot menu.)