tomatoely

joined 10 months ago
[–] [email protected] 8 points 1 day ago

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

[–] [email protected] 23 points 1 day ago* (last edited 1 day ago) (3 children)

> Saints Row

> Not a single main character is canonized by the church

[–] [email protected] 4 points 2 days 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

[–] [email protected] 2 points 2 days ago (1 children)

AFAIK Proton uses its own wine build, so by the time they go WoW64 only, it should comply with anticheats (or atleast I hope valve takes that into consideration)

 

cross-posted from: https://sh.itjust.works/post/40293009

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.

 

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.

[–] [email protected] 2 points 2 weeks ago* (last edited 1 week ago) (1 children)

If you want to get into customizing UIs hard, something the likes of this

You could get started with window managers (very opiniated topic, its really up to you to decide on which you should use) and UI toolkits like

Also I know X11 is slowly dying but AwesomeWM fits your bill really nicely.

TL,DR: You want a cool UI? look at unixporn's top posts of all time, research an option you find good enough and go bananas on everything you need to make yourself at home.

ALSO consider posting at [email protected] so we can marvel at your fine grained setup, good luck!

[–] [email protected] 16 points 3 weeks ago (5 children)

Support for larger 32-bit x86 systems (those with more than eight CPUs or more than 4GB of RAM) has been removed.

What? How do you get more than 4GB of ram on a 32-bit CPU architecture? Now I need to know what kind of black magic they used for that

[–] [email protected] 6 points 3 weeks 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)

[–] [email protected] 10 points 4 weeks ago

I really thought that the effort of Fedora integrating flatpaks with their atomic spins meant that flatpak development was anything but lacking. I wonder if Redhat's budget falls too short to take a look at those PRs? Specially for the replacement of pulseaudio, giving mic permissions because you allowed audio to go through your speakers really shouldn't be a thing. Great summary either way

[–] [email protected] 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?

[–] [email protected] 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 :)

[–] [email protected] 4 points 1 month ago* (last edited 1 month ago)

If anyone is curious, I checked the yay aur helper go dependencies here and it had none of the malicious packages mentioned on this post

50
submitted 2 months ago* (last edited 2 months ago) by [email protected] to c/[email protected]
 

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!

 
 

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!

37
anime_irl (sh.itjust.works)
 
68
Sweet Poinktato (sh.itjust.works)
 
 
view more: next ›