suve

Results 11 comments of suve

I have attached a file containing all the mentioned game's icons or logos. It's rather chaotic, but I hope it helps. ![candy-games](https://user-images.githubusercontent.com/5345765/68934575-35113e00-0797-11ea-82a1-c60d43743ac7.png)

SuperTux icon: [link](https://raw.githubusercontent.com/SuperTux/supertux/master/data/images/engine/icons/supertux-256x256.png) Neverball icon: [link](https://raw.githubusercontent.com/Neverball/neverball/master/dist/neverball_256.png) Pingus icon: [1](https://gitlab.com/pingus/pingus/-/raw/master/data/images/icons/pingus-icon2.png) [2](https://gitlab.com/pingus/pingus/-/raw/master/data/images/icons/pingus-icon.png) Stepmania icon: [link](https://raw.githubusercontent.com/stepmania/stepmania/5_1-new/icons/hicolor/256x256/apps/stepmania-ssc.png)

While I admit I failed to find FLOSS, there's quite a few proprietary programs doing this, e.g.: - Jet Brains IDEs, e.g. `~/.config/JetBrains/CLion2020.2`. - Microsoft Teams puts its data in...

Oh, right. How could I forget. The [`SDL_GetPrefPath()`](https://wiki.libsdl.org/SDL_GetPrefPath) function in the SDL 2.x library does this, so most games based on SDL2 inherit this behaviour. ([Source code](https://github.com/libsdl-org/SDL/blob/release-2.0.14/src/filesystem/unix/SDL_sysfilesystem.c#L224))

So looking at the code, one would need to modify `public-api/nx/node.php` to recognize the request parameters and then modify `src/shrub/src/node/node_feed.php` to make it possible to pass platform info to the...

Hi, we've recently came across this as well, in the Fedora Linux distro. It seems that some of the icons shipped by cozy come from the [Gnome Icon Library](https://apps.gnome.org/en/app/org.gnome.design.IconLibrary/). From...

> But I'm not sure how to handle this situation if Fedora is the only one providing this package. As for me, cozy can keep providing and installing these icons...

`icat` is now available in the main Fedora repository.

Hi @geeknik, can I ask you to disclose the vulnerabilities to me via e-mail (or some other method you prefer)? I cannot see the reports on huntr, since I am...

I took a brief look at the `testcases` branch. The setup is a bit similar to [something I've done before](https://github.com/suve/awful/blob/devel/Makefile), so here's my suggestion: - put each test into it's...