- 4 Posts
- 24 Comments
tomatoely@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Old games with high GPU requirements (and look great)
91·8 months agonot that old (2019) but Control with RT and Ultra quality will probably stress it some, looks really nice too!
tomatoely@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Weekly Recommendations Thread: What are you playing this week?
2·9 months agooh yeah so far exploring the world is a joy. The way it shows you bits of loot in places you dont get how to reach at first makes it all the better when you find the way to jump over a roof or roll into dubious falls lol. Also talking to the downer chainmail guy and seeing how he reacts to your progress is such a simple but cool addition, for me it makes the suffering very worth it.
tomatoely@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Weekly Recommendations Thread: What are you playing this week?
2·9 months agoThank you, I definitely will. I’ve only reached the second bell so far, but I’m pretty certain I’ll try the other titles fromsoftware has made so this info is nice to have. Funnily enough, I had a chat with my kinesiologist about souls games and he said dark souls II was very off putting for him, I guess I’ll try and see what the controversy is all about later on. Hope Ahead!
tomatoely@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Weekly Recommendations Thread: What are you playing this week?
11·9 months agoWent and tried playing Dark Souls again after leaving it on hold for a few months and this time it clicked HARD. I finally get why people love these games so much. The atmosphere, the combat, the sound effects, how it teaches you to persevere my god what an experience. The only thing I regret is not starting this sooner back when I had more free time lol
I’d like to believe he heard a summary of sword art online’s plot and thought it was real
tomatoely@sh.itjust.worksto
KDE@lemmy.kde.social•Cawnonical: a new full system material icon theme that completely adapts to your accent colour
1·1 year agoThese look great! May I ask what program did you use to make them?
tomatoely@sh.itjust.worksto
Greentext@sh.itjust.works•Anon notices fake advertising in video games
8·1 year agoand that is why ubisoft will never reach the level of coolmathgames.com
tomatoely@sh.itjust.worksto
Greentext@sh.itjust.works•Anon notices fake advertising in video games
28·1 year ago> Saints Row
> Not a single main character is canonized by the church
tomatoely@sh.itjust.worksto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How do i download from 9animeEnglish
5·1 year agoTry any of this list! https://everythingmoe.com/
tomatoely@sh.itjust.worksOPto
KDE@lemmy.kde.social•[Solved] How do I troubleshoot dolphin's custom service menus?
1·1 year agoooo that looks nice! I’ll try it once I need to unrust my script skills again, thanks for the help!
tomatoely@sh.itjust.worksOPto
KDE@lemmy.kde.social•[Solved] How do I troubleshoot dolphin's custom service menus?
2·1 year agoIt’s fixed now! At first I researched a little more and found about the
desktop-file-validatecli utility from thedesktop-file-utilspackage, and it did tell me a lot about the syntax errors I was making with the exec command.But as you wisely suggested, dealing with those escaping rules was a bit too bothersome for my use case, so I ended going the bash script route which worked flawlessly at last! So thank you for pointing that out!
Here’s the final .desktop file for anyone interested:
[Desktop Entry] Type=Service MimeType=image/png;image/jpg;image/jpeg;image/ico;image/heic;image/svg+xml;image/webp; Actions=topng;tojpg;toico;towebp X-KDE-Submenu=Convert Image Format Icon=viewimage [Desktop Action topng] Name=To Png Exec=/home/myuser/.local/share/kio/servicemenus/scripts/convert-image.sh %f png Icon=viewimage [Desktop Action tojpg] Name=To Jpg Exec=/home/myuser/.local/share/kio/servicemenus/scripts/convert-image.sh %f jpg Icon=viewimage [Desktop Action toico] Name=To Ico Exec=/home/myuser/.local/share/kio/servicemenus/scripts/convert-image.sh %f ico Icon=viewimage [Desktop Action towebp] Name=To Webp Exec=/home/myuser/.local/share/kio/servicemenus/scripts/convert-image.sh %f webp Icon=viewimageand the bash script coupled with it:
#!/bin/bash FILE="${1}" FORMAT="${2}" # Check if magick is installed if ! command -v magick &> /dev/null; then echo "Error: magick command not found. Please install ImageMagick." exit 1 fi # Check if FILE exists if [[ ! -f "$FILE" ]]; then echo "File not found: $FILE" exit 1 fi DIRECTORY=$(dirname "$FILE") # Get the file name by looking for the longest match starting from the beginning of the string up to the last dot. FILENAME=$(basename "$FILE" .${FILE##*.}) # Convert the file format using magick magick "$FILE" -format "$FORMAT" "$DIRECTORY/$FILENAME.$FORMAT"
tomatoely@sh.itjust.worksOPto
KDE@lemmy.kde.social•[Solved] How do I troubleshoot dolphin's custom service menus?
1·1 year agoIf I understood correctly, I made the changes as you said like this:
Exec=sh -c "FILE=\"%f\"; DIRECTORY=\"$(dirname \"$FILE\")\"; FILENAME=\"${FILE%.*}\"; magick \"$FILE\" -format png \"$DIRECTORY/$FILENAME.png\""Now when I click on the service menu option this error popup appears:
Syntax error in command sh -c "FILE=%f; DIRECTORY=$(dirname $FILE); FILENAME=${FILE%.*}; magick $FILE\ -format png $DIRECTORY/$FILENAME.png" coming from
It seems escaping the double quotes doesn’t actually escape the backlash with it?
I then tried escaping those new backlashes like this
Exec=sh -c "FILE=\\"%f\\"; DIRECTORY=\\"$(dirname \\"$FILE\\")\\"; FILENAME=\\"${FILE%.*}\\"; magick \\"$FILE\\" -format png \\"$DIRECTORY/$FILENAME.png\\""and now Dolphin doesnt complain about syntax, but the new converted image doesn’t get made :(
tomatoely@sh.itjust.worksto
Patient Gamers@sh.itjust.works•Patient gamers, which games have you discovered/played this week?
6·2 years agoFallout New Vegas! I’m really enjoying all the characters that I have met so far, but I’m starting to realize that villifying factions right from the start isn’t the best idea when trying to get to new places
tomatoely@sh.itjust.worksto
Games@lemmy.world•What are some video game quotes that is stuck in your head?English
4·2 years agoBingo bango bongo, bish bash bosh
tomatoely@sh.itjust.worksto
Technology@lemmy.world•DOJ to ask judge to force Google to sell off Chrome, Bloomberg reportsEnglish
1·2 years agoWouldn’t it put Firefox on a pickle? Say Chrome gets bought out of Google’s hands, would they still bother to pay half a billion to Firefox to stay as the default search engine? Could Firefox survive being financially independent?
I went into void as my first DIY distro, mainly because I wanted to mess around with window managers and it was a very good experience. Runit made my underpowered laptop boot into linux in like 4 seconds, crazy fast. XBPS package manager was always really really fast too. I like the fact that nearly everything you need is in the official repo, instead of having to delve into the depths of something like the AUR. I also managed to make a contribution to the repos with the help of the community on the IRC chat rooms which were very noob friendly. Overall just a solid experience.
tomatoely@sh.itjust.worksto
Android@lemdro.id•Dimensity 9400: New GPU tests highlight top-tier efficiency of MediaTek's flagship chipset in the Vivo X200 ProEnglish
4·2 years agoDefinitely overkill, but considering the chip is going into flagship phones it’s almost to be expected. Really going off topic here, but with this much performance, I really think the next step should be to make x86_64 apps compatible on these phones. Wine on ARM is getting pretty good with projects like FEX and Box64 being capable of getting console-like performance on full blown desktop games with these newer phones. Idk, I feel like features like Samsung Dex could actually become a serious desktop replacement if they could implement more office solutions from PC’s programs. We’re at the point where I think it would be feasible to do, imo.
Maybe using whatsapp web is worth a shot? I saw a while ago a webapp apk of it on f-droid
tomatoely@sh.itjust.worksto
Games@sh.itjust.works•What asynchronous games, or games with asynchronous features would you recommend?English
9·2 years agoSuper mario maker’s “x” bubbles that show where people died in the level really gives the game a nice touch. Makes you not feel as bad for dying in an easy obstacle lol.







What really makes the egypt pyramids stand out (in comparison to the mayans and aztecs) is the way it has an actual pointy top. Here’s an in depth video of how cool that is https://www.youtube.com/watch?v=h5kWDOuY2Uo&t=698