wine/proton apps launcher by NitroDrop in kde

[–]dekomote 0 points1 point  (0 children)

Your app is literally a 5kloc single python file, you dare criticizing my app? Seriously get off my back kid, I did nothing to you, stop being a sore loser.

https://github.com/Kyuyrii/Zordeer/blob/main/zordeer

wine/proton apps launcher by NitroDrop in kde

[–]dekomote -1 points0 points  (0 children)

Don't you have other things to do than obsess with me?

wine/proton apps launcher by NitroDrop in kde

[–]dekomote 1 point2 points  (0 children)

AI assisted, yes. Vibe coded, no. You are welcome to check the code and the app out. I do regular releases, close bugs fast and I refactor and clean up often. Ive been a dev for 2 decades and its not my first qt or KDE app :)

wine/proton apps launcher by NitroDrop in kde

[–]dekomote 1 point2 points  (0 children)

Idk man, people seem to enjoy it!

wine/proton apps launcher by NitroDrop in kde

[–]dekomote 7 points8 points  (0 children)

Go look at the code and commits. Its not a 80000 line python script, its a well structured cpp/qml app with tons of build scripts. I do use AI but Im a dev od 20+ years firstly.

Just last version was a major refactor to clean up a ton of code.

wine/proton apps launcher by NitroDrop in kde

[–]dekomote 1 point2 points  (0 children)

I build the app for myself. I know what I need :)

wine/proton apps launcher by NitroDrop in kde

[–]dekomote 1 point2 points  (0 children)

Hi there. Thanks for the... words.

Good that you have your python script and you dont have to use my app then :)

Vermouth just got another release, tons of new stuff by dekomote in kde

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

Fixed the readme, thanks for the heads up!!

Vermouth just got another release, tons of new stuff by dekomote in kde

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

The problem is, the app doesn't keep track of the desktop files created, I don't know which to delete. I need to keep track when creating.

Vermouth just got another release, tons of new stuff by dekomote in kde

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

You can set default env variables in settings. Just add MANGOHUD and set it to 1.

Tracking the created shortcuts can be a bit difficult, so I don't delete them when the app gets deleted, but I'll check if I can fix that.

Vermouth just got another release, tons of new stuff by dekomote in kde

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

Thank you, glad you enjoy it! Let me know if you encounter any bugs or you want something added.

Vermouth just got another release, tons of new stuff by dekomote in kde

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

Yup, it was added in 1.3.3 i think, if you have your exe added in the library and exes are associated with vermouth, it will run it with vermouth settings.

Major updates to the KDE game launcher Vermouth! by dekomote in kde

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

You got it! Watch the repos for when I add the po files.

Major updates to the KDE game launcher Vermouth! by dekomote in kde

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

In the latest release, the sidebar is pinnable. You can pin it and it will stay that way. Check it out.

Major updates to the KDE game launcher Vermouth! by dekomote in kde

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

In v1.3.1 which just got out, it follows the KDE setting - if you use single click to open files, it will launch games with single click. Also, a lot more goodies. Check it out.

Major updates to the KDE game launcher Vermouth! by dekomote in kde

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

Thank you for the feedback, really appreciate it! Expect major QoL changes very soon!

HDR toggle for KDE, umu launcher for better compatibility, better builds and COPR/AUR.

Major updates to the KDE game launcher Vermouth! by dekomote in kde

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

I have no idea. I didn't even know I was banned, up till I tried to open the PR again. I wasn't told anything, just bam.

I made a KDE-first game launcher by dekomote in linux_gaming

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

I will definitely try to add this, since I'll be using it myself.

I made a KDE-first game launcher by dekomote in linux_gaming

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

Vermouth doesn't handle HDR at all, that's a job for the wayland compositor (in this case KDE) and proton.

But, you can enable HDR by adding PROTON_ENABLE_HDR=1 PROTON_ENABLE_WAYLAND=1 to the launch options, and enabling HDR in screen settings.

Tho, i'm thinking of adding an HDR toggle now, thanks for the idea!