tomatoely

joined 11 months ago
[–] tomatoely@sh.itjust.works 1 points 2 days ago (1 children)

These look great! May I ask what program did you use to make them?

 

In Chinese usage, the cuckold (or wittol) is said to be "戴綠帽子" dài lǜmàozi, translated into English as 'wearing the green hat'. The term is an allusion to the sumptuary laws used from the 13th to the 18th centuries that required males in households with prostitutes to wrap their heads in a green scarf (or later a hat).

[–] tomatoely@sh.itjust.works 8 points 1 week ago

and that is why ubisoft will never reach the level of coolmathgames.com

[–] tomatoely@sh.itjust.works 20 points 1 week ago* (last edited 1 week ago) (3 children)

> Saints Row

> Not a single main character is canonized by the church

[–] tomatoely@sh.itjust.works 4 points 1 week ago

I used to take out my reliable ol' USB pendrive whenever I wanted to print something. Then right after a printing errand I found out my pendrive had gotten sick with a virus called "Marcelo" and suddenly all the document files on the family PC turned into shortcuts that lead to an encrypted folder. Never again lol

 

'twas a good meal

 

2025-06-16 - Peter Jung

We are transitioning the wine and wine-staging package to a pure wow64 build. This change removes the dependency on the multilib repository for wine and wine-staging.

The main reason for this is to align with upstream Wine development, which simplifies packaging and the dependency chain.

Potential Issues:

  • OpenGL Performance: A known limitation of the new WoW64 mode is reduced performance for 32-bit applications that use OpenGL directly
  • Breaking Changes: Existing 32-bit prefixes needs to be recreated

If you are facing issues with 32 bit prefixes, please recreate these and reinstall the application.

[–] tomatoely@sh.itjust.works 1 points 1 week ago

My favorite has to be YURiCa's (also known as Hana-tan) cover of Yuuyu-P's Tengaku . It gives me goosebumps everytime I listen to it and an overall feeling of "pushing foward no matter what" that I don't think any other song has managed to replicate for me. I'm so glad I discovered it.

[–] tomatoely@sh.itjust.works 6 points 1 month ago

The Driftveil City Theme from Pokemon B&W pops up in my mind quite frequently, I'd say its up there in the list for catchiest Pokemon tunes. Honorable mention for Cave Story's Main Theme (the wii version is clearly superior from all others and I will not accept any other opinions on the matter)

[–] tomatoely@sh.itjust.works 4 points 1 month ago (2 children)

Question: Is using paperclips a worse alternative? I've found them useful for those sim pinholes but im not entirely sure if its good practice

 

How would you name your own country?

[–] tomatoely@sh.itjust.works 4 points 1 month ago (1 children)

So thats the reason behind the steamdecks fume mania huh? I'll keep that in mind (hopefully not on my nostrils!) if I ever get one. Thank you for keeping up with the blogposts! They make my long bus rides way more entertaining :)

48
submitted 2 months ago* (last edited 2 months ago) by tomatoely@sh.itjust.works to c/games@lemmy.world
 

Really insightful video on how ambitious TES II was and how it still can be enjoyed with various QOL improvements made by the community. Also a nice suprise to see that you can get it for free (?), haven't actually tried getting it myself, but it is listed as an option nontheless. Anyways, watch this if you're interested in deep diving into one of the biggest RPGs of the 20th century!

[–] tomatoely@sh.itjust.works 7 points 2 months ago

Will they deliver dev toolkits on time so there's actually something to use in those machines other than a browser?

[–] tomatoely@sh.itjust.works 1 points 2 months ago

Isn't that what openGL and vulkan aim for?

 
 

Hi everyone! I recently created a custom service menu for the Dolphin file manager, but unfortunately, it doesn't seem to be working as expected.

My goal is to have a menu to convert image file formats quickly with image magick.

Here is the .desktop file I managed to arrange

[Desktop Entry]
Type=Service
Name=Convert Image
Icon=gtk-convert
MimeType=image/png;image/jpg;image/jpeg;image/ico;image/heic;image/svg;image/webp;
Actions=topng;tojpg;toico;towebp
X-KDE-Submenu=Convert Image

[Desktop Action topng]
Name=To Png
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format png "$DIRECTORY/$FILENAME.png"'

[Desktop Action tojpg]
Name=To Jpg
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format jpg "$DIRECTORY/$FILENAME.jpg"'

[Desktop Action toico]
Name=To Ico
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format ico "$DIRECTORY/$FILENAME.ico"'

[Desktop Action towebp]
Name=To Webp
Exec=sh -c 'FILE="%f"; DIRECTORY="$(dirname $FILE)"; FILENAME="${FILE%.*}"; magick "$FILE" -format webp "$DIRECTORY/$FILENAME.webp"'

When I right-click on an image my custom menu item appears as expected. However, when I click on the menu item, nothing happens. There are no error messages or any indication of what might be going wrong.

I made sure the .desktop file is executable and the sh script works when using it on the command line, so I'm out of ideas for what could be going wrong.

Are there any logs I can check to get more information about what's failing? I'm using plasma 6.3.3 on Arch btw

Edit: To answer how to troubleshoot custom service menus (specifically .desktops) the desktop-file-validate cli utlility checks all the syntax errors and can provide solutions to what's wrong. For my use case though, using a script file for the Exec line and avoiding any double quotes was the practical way of assuring my service menu works.

 

Actually vlogging before it were even a thing!

 
view more: next ›