The officially official Devuan Forum!

You are not logged in.

#26 Re: Desktop and Multimedia » Multiple Windows programs in a single wine config? » 2025-12-22 10:15:15

Yes, this is clearly not normal Wine behavior. If prefix configuration runs every time a Windows application is launched, something else is causing it to do so.
And that 'something' is probably Lutris's automatic Wine version management (which is enabled by default).

The disk thrashing is most likely due to Wine writing new prefix folders (~600MB-1GB each!), I suggest checking the disk space whenever this happens.

Lutris facilitates some tasks to make Windows games more compatible with Linux (like automatic screen resolution restoration, changing locale on demand, disabling desktop compositor...), however I found that it's best to never ever let it muck around with Wine prefixes and versions. This can cause problems. The default Wine from the repositories is sufficient in most cases. As much as I like Lutris when it comes to keeping a neat game library instead of crammed and unreliable Wine menus, I find its 'Wine management' feature way too intrusive, so I just disable it altogether:

Check under Preferences > Updates > Wine update channel, and make sure it's set to Self-maintained.
Also might be a good idea to turn off Lutris Runtime updates.

Under Preferences > Runners > Wine have Use system Winetricks enabled. Just go through every setting and disable any auto-updates wherever possible. It's much better to have manual control over such things, automatic updates have too many pitfalls. Prefixes may become unusable, or Wine itself may start to behave strangely, like in your case.

After adjusting these options, regenerate your Wine prefix. Back up your games and other actual program data, then just delete the ~/.wine folder.
Then create a new 32-bit prefix with the following command:

WINEARCH=win32 WINEPREFIX=~/.wine winecfg

(this is assuming you don't need any 64-bit Windows applications... otherwise just run winecfg and that's it)

You can also use winetricks for the above procedure, but it's very easy to do this in the command line.
Plus it gives you an idea of what exactly you are doing.

You may need to re-enter registration key information or other stuff after putting the games back into the newly created prefix.
Another option is to simply install them again from scratch.

Don't use Lutris to install games. Instead, run installers in plain Wine and then add an already installed game to Lutris using the corresponding option. And avoid clicking on the Manage Wine Versions button beside the Runner settings. Lutris loves to download its own Wine stuff at the slightest provocation.

----

When it comes to the 'minimal' image programs, I once checked out qimgv and it seems pretty good, although I personally prefer viewnior as a bare-bones quick viewer.

There's also fotoxx / fotocx which looks feature-packed but the interface is ... ugh. Another simple viewer with the thumbnails window is phototonic.

#27 Re: Desktop and Multimedia » Multiple Windows programs in a single wine config? » 2025-12-21 22:01:22

I've heard about ImageMagick, a very versatile tool indeed. Not sure if xnview uses it for anything, I think it has its own internals for metadata swiping (can do that at least). But it sure would've been nice to have everything in one toolbox - that's why I like trimage (and PNG Gauntlet on Windows). Maybe one day they will finally add real optimizer options in xn. As for the frontends to IM, I do like converseen. And for applying various filters, gmic is just another great tool that seems to be inspired by the IM.

#28 Re: Other Issues » [SOLVED] Synaptic problem, or what? » 2025-12-21 20:57:13

The screenshots in Synaptic always behaved weirdly for me, only the top half of an image would ever load. Usually this was enough to check out what I was downloading, but yeah. It seems to be kind of broken.

#29 Re: Desktop and Multimedia » Multiple Windows programs in a single wine config? » 2025-12-21 20:29:20

Oh, this is pretty cool, although I'm sure xnview can do basic batch resize as well. By optimization I meant the lossless compression of JPEGs by optimizing their Huffman table, clearing metadata and optionally making them progressive. The actual image data is left intact by this operation, but the size is reduced considerably if the pictures are big and there's a lot of them in the folder. This is what IrfanView can do using jpegoptim as a backend. Xnview currently cannot, however in Debian 12 there was a program called trimage which is a very basic GUI for this kind of lossless optimizers (for JPEG and PNG... the latter ones are very slow), and I just found out the package still works in 13 even though it's not in the repositories for whatever reason. Anyway, nice trick, it can certainly be useful for quck resizing of needlessly huge images!

#30 Re: Desktop and Multimedia » Multiple Windows programs in a single wine config? » 2025-12-21 17:19:13

I agree about the native applications. Most of the beloved Windows programs do have their replacements. A good Linux alternative for IrfanView is xnview, it's not in the repositories but the official site offers a .deb package that should be pretty straightforward to install. https://www.xnview.com/en/

It's not an exact 1:1 clone, but the two have a lot in common feature- and interface-wise. I use it to manage my picture collection and as a basic editor, and don't really miss IrfanView - although I do keep a portable copy of it in the prefix just in case. One useful thing xnview currently lacks is quick batch optimization of JPEGs from the thumbnail view. But this can still be done via the command line as jpegoptim is in the Debian repos.

#31 Re: Desktop and Multimedia » Multiple Windows programs in a single wine config? » 2025-12-21 07:47:42

Wine should not generate a separate prefix for every program launched/installed via it. It provides a way (winecfg) to configure .dll overrides etc. separately for each application if necessary, but it's all done within the current prefix. If you use some kind of frontend for Wine, like playonlinux or lutris, prefixes may be generated for every application, depending on the frontend's settings. But plain Wine doesn't do that, as far as I know.

By default, the only time when a prefix (a 'Windows installation') is generated automatically is when you launch winecfg or a Windows program the first time after installing Wine (and it will be a 64-bit prefix which is not desirable in many situations).

#32 Re: DIY » ALSA-only purists: Question, new GUI app for the mixer and EQ? » 2025-12-20 12:52:23

Lovely mixer, makes a great companion to volumeicon-alsa. It seems to work alright. I don't mind alsamixer's TUI style at all, but a GUI makes it feel so much more comfy.

I think the EQ pane could use a show / hide switch akin to Winamp Classic / XMMS interface. And perhaps make the window width resizable, although it's already a very nice and usable project.

ALSA deserves its own graphical mixer!

#33 Re: Desktop and Multimedia » [SOLVED] Using wine on devuan » 2025-12-17 16:27:13

In Wine 10, the ~ HIGHDPIAWARE value also fixed fullscreen games for me - without it, they opened in huge windows with only the top left corner visible. In Wine 8, there was no such problem so the switch is probably unnecessary there (or maybe not even recognized). Some suggest using ~ DPIUNAWARE instead if you have any scaling/blurring problems.

#34 Re: Desktop and Multimedia » [SOLVED] Using wine on devuan » 2025-12-17 13:00:39

A better Tahoma font (from a real Windows installation) may be a good choice, as the one shipped with Wine is very old and looks awful at certain sizes.

I tried and it didn't do much for me, but won't hurt in any case. Wine 10 apparently changed the look of system fonts (again), and in some dialogs the text is now very thin and almost unreadable. The Tahoma trick did not fix this, but the font smoothing options in the registry posted above at least made it look a bit nicer.

#35 Re: Desktop and Multimedia » [SOLVED] Using wine on devuan » 2025-12-17 10:44:50

No problem, glad to see that this information is actually useful to somebody! ^_^

Yes, with buttons it's such a small thing but very annoying I agree, that's why I bothered to look up a solution...

I think having a subforum for Wine-related questions is a good idea, the howtos tend to be scattered all over the internet (and many sites are laggy mess) so it's always nice to have a 'native' place where people can look up and post their guides & tips.

#36 Re: Desktop and Multimedia » [SOLVED] Using wine on devuan » 2025-12-17 09:27:46

I also use Wine. Version 8.0 had some issues with PhotoFiltre and IrfanView, but those got fixed in Wine 10.
Mp3DirectCut, zKanji and GraphicsGale are some examples of what works great.

Installing was easy; just make sure to get the 32-bit dependencies and then generate the 32-bit prefix - preferably as default .wine, as it tends to be more reliable than 64-bit according to the documentation.

When it works, it works fine. Problems usually have solutions.
.NET/Mono stuff can be troublesome, you need wine-mono for these programs, not just regular Mono from the repositories.

If anyone is having problems with blurry fonts and improper scaling of windows in Wine 10, try adding this to the registry:

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]

(Default)=~ HIGHDPIAWARE

This will make Wine fonts smoother and easier to read:

[HKEY_CURRENT_USER\Control Panel\Desktop]

"FontSmoothingGamma"=dword:00000578
"FontSmoothingType"=dword:00000002

Then in terminal: $ fc-cache -fv
(or re-login)

If buttons are missing minimize/maximize/close symbols:

Copy the /usr/share/wine/fonts/marlett.ttf font to $WINEPREFIX/drive_c/windows/Fonts/

#39 Re: Desktop and Multimedia » [SOLVED]about:blank change after Chimaera update » 2025-12-10 09:46:01

@golinux, if it's of any reassurance, I can confirm that the setting suggested by HardSun in post #6 works. Just tried it in Tor Browser which was also affected by the changes, and the duck's gone.

#44 Re: Desktop and Multimedia » Issue with Evolution » 2025-11-14 17:07:39

Been using Claws Mail for a long time, and can definitely recommend it. Very configurable yet lightweight.

#45 Re: Off-topic » GTK2 Removed from Arch's Repositories » 2025-11-14 16:22:13

They may eventually get to the terminal and the WMs as well, should they decide it gives people too much freedom to operate outside of their paradigm.

I don't think that even Windows and MacOS are end-user-oriented anymore. The days when they tried to please the average Joe or Jane are now gone. Gone are the eyecandies like the bubbly Aqua, the Aero transparency, the Bliss wallpapers and the like. Nowadays it's the wonderful choice between concentrated Bleach or Charcoal for your eyes, coupled with the most depressing and confusing GUIs ever possible on the market that no one could have imagined in their worst nightmares just a couple decades ago. Or the endless updates that cause your devices to malfunction or lock you out of your computer. Or outright destroy your data. Windows is no longer trying to hide the fact that it's been designed as a data collection and advertizing platform all along. MacOS maybe less so, due to the somewhat more niche audience, but the story is pretty much the same either way...

I don't believe it's all just about money. Of course the lack of material compensation and appreciation of another's work plays a role, but I feel that something much more important was forgotten. The whole idea of sharing and mutual support seems to have practically evaporated from the spirit of Linux community (and many other communities as well). Back in the day people seemed to have a much clearer grasp that corporatocracy etc. was a rotten game all along, and were willing to put their efforts and resources in a completely different direction, were willing to help and share with each other unconditionally, finding more and more kindred souls along the way and knowing their work will not be in vain, which allowed things to prosper. And in the golden age (the 2000s?) things were going along quite nicely. And it was not about any political ideology either, as we see quite well nowadays that all of them turn out to be one and the same, none of the -isms were meant for anything good. (Even Open Source was not fully about it, as today we see it everywhere but it doesn't really solve anything.) Perhaps back then people simply knew how to avoid that, and how to work best in each other's interests rather than trying to adjust themselves to something that's only going to bring more ruin and suffering. Today it's easy to acknowledge that we are on the wrong path, but we have lost the sight of the right path altogether...

#46 Re: Off-topic » GTK2 Removed from Arch's Repositories » 2025-11-13 09:53:34

Blaming the victim is Evil's standard defense mechanism. It attracts all attention away from the perpetrators and back onto the receiving end.

A classic trait of psychopaths and narcissists, what else can be said...

#47 Re: News & Announcements » Announcing Devuan 6.0 Excalibur! » 2025-11-10 14:17:55

There's Haiku, which seems to be heading in the right direction so far and one day may become usable (as a light multimedia type of OS, at least). Unless it also falls prey to the omnipresent corruption, which seems to be the trend lately in pretty much everything. Greed, powermongering and malevolence have poisoned many souls...

#48 Re: Off-topic » What P2P program/utility/application are you using? » 2025-11-09 17:09:08

I use nicotine, amule and tixati.

Nicotine in particular defaults to GTK4, but the author kindly provided an option to switch back to GTK3 in form of environment variable:

NICOTINE_GTK_VERSION="3"

Alternatively, to enable full support of GTK4 themes:

NICOTINE_LIBADWAITA="1"

Amule crashed for me constantly when I was using MX, but seems to be fine on Devuan.

#50 Re: Documentation » Make QT5 and QT6 apps use your GTK theme » 2025-11-07 11:13:03

This has worked for me beautifully - muchisimas gracias! Just what I was looking for.

I wondered what to do about the qt5 programs now that the gtk2 platform theme is gone (as well as the old qt Cleanlooks style which I also liked very much) - tried to use Kvantum, it has great nonflat themes even out of the box but some applications simply insist on using the Fusion theme (looking at you, xnview). Now I could give it a warmer color palette via qt5ct and it would work for everything and fit most of my GTK themes somewhat, but you can only do so much with Fusion...

All I did was install the deb package, then I was able to choose the gtk2 style in qt5ct as before. So now everything looks great, aside from the unfortunate GTK4 stuff, but that's another story (that I also mostly got covered with nestort's themes).

Board footer

Forum Software