β prev | next β
raambm 2022-07-22 08:58:21
bottles also support just double clicking a .exe from file manager and it does more than run, it lets you choose which prefix to run the .exe on
ryder_099 2022-07-22 08:58:25
I tried Bottles but didn’t quite figure it out. Qt4Wine works great on KDE. π
smol_mazunki 2022-07-22 08:58:53
once i get out of bed and remember I’ll try it
smol_mazunki 2022-07-22 08:59:02
been cleaning my neovim config today
ryder_099 2022-07-22 08:59:08
Thing is, I’m barely a Linux user anymore, much less a KDE user. XD
So Bottles is the way forward for me, since it works nicely on GNOME.
smol_mazunki 2022-07-22 08:59:16
got treesitter, lsp, and the lua config set up
ryder_099 2022-07-22 09:00:00
ryder_099 2022-07-22 08:59:08
Thing is, I’m barely a Linux user anymore, much less a KDE user. XD
So Bottles is the way forward for me, since it works nicely on GNOME.
Honourable mention to PlayOnLinux too, for existing. π
smol_mazunki 2022-07-22 09:00:08
ryder_099 2022-07-22 09:00:00
Honourable mention to PlayOnLinux too, for existing. π
pol is my childhood
smol_mazunki 2022-07-22 09:00:25
didn’t lutris replace it though
raambm 2022-07-22 09:01:19
lutris didn’t really replace it for me, as it is a game manager, not a wine manager
raambm 2022-07-22 09:01:42
bottles to me is the closest to a pol successor since it is a wine manager, not a game maanger
ryder_099 2022-07-22 09:03:48
Bottles also looks and feels very polished. Pleasant experience.
ryder_099 2022-07-22 09:04:11
My go-to for testing wine is BeamNG for some reason
raambm 2022-07-22 09:04:23
lol
raambm 2022-07-22 09:04:40
my go to for testing wine is LINE and dotnte40 programs
raambm 2022-07-22 09:05:11
LINE before WINE 7 has really high cpu usage for some reason, that’s all gone with WINE 7
raambm 2022-07-22 09:05:33
LINE is a messaging app
raambm 2022-07-22 09:05:59
dotnet is just wonky on wine, so it’s a good testing area
David Emartisyan 2022-07-22 09:37:40
smol_mazunki 2022-07-22 06:41:43
you can put the boot partition on a usb and use it to load up your system
Well, I did boot from live Linux Mint USB, today gonna try live Windows. You meant that? βοΈ Thanks BTW βΊοΈ
David Emartisyan 2022-07-22 09:44:29
ryder_099 2022-07-22 08:57:23
I had Qt4Wine or something set up on my old desktop running Kubuntu. Worked pretty well for the stuff I used (like the Construct 2 installer). Just double click and it runs. π
I wish it were easy to merge the wine folders with an existing Windows install on disk.
Uh, that s π₯ profitable even idea, because of dual boot and gamers. Very interesting thought, but it would be practical also for us who play just like basic exe with no linux version.
There are alternatives to Wine, didn’t test, I can’t wait to replace Xubuntu with Linux Mint.π
I wonder how exactly people make exe to be compatible with Wine or alternatives, but I ll explore it
alexmb7 2022-07-22 10:44:01
https://www.gamingonlinux.com/2022/07/unreal-engine-5-editor-quietly-gets-a-proper-linux-version/
Unreal Engine 5 editor quietly gets a proper Linux version –
GamingOnLinuxI’m not entirely sure when this went live but it appears that Epic Games have finally released a full proper download of Unreal Engine for Linux developers.
alexmb7 2022-07-22 10:44:58
David Emartisyan 2022-07-22 09:44:29
Uh, that s π₯ profitable even idea, because of dual boot and gamers. Very interesting thought, but it would be practical also for us who play just like basic exe with no linux version.
There are alternatives to Wine, didn’t test, I can’t wait to replace Xubuntu with Linux Mint.π
I wonder how exactly people make exe to be compatible with Wine or alternatives, but I ll explore it
isnt it just ‘use existing …’ option
i dunno, nm
beelee6973 2022-07-22 12:26:12
Hi guys, would lik to chk normally how u guys do patching/update on a production server? As there is a web application running on it, wry the patch will cause the web application is down. Is a ubuntu server on cloud ECS
K11M1 2022-07-22 14:22:24
alexmb7 2022-07-22 10:44:01
https://www.gamingonlinux.com/2022/07/unreal-engine-5-editor-quietly-gets-a-proper-linux-version/
32GB for linux and 8GB for windows? what? how…
alexmb7 2022-07-22 15:38:13
beelee6973 2022-07-22 12:26:12
Hi guys, would lik to chk normally how u guys do patching/update on a production server? As there is a web application running on it, wry the patch will cause the web application is down. Is a ubuntu server on cloud ECS
remember the newer the version the more wanted the content
beelee6973 2022-07-22 15:54:04
alexmb7 2022-07-22 15:38:13
remember the newer the version the more wanted the content
Wat u mean the content?
alexmb7 2022-07-22 18:34:03
beelee6973 2022-07-22 15:54:04
Wat u mean the content?
well imho just update
i force unattended upgrade every 45m whenever new comes
XXDRD 2022-07-22 19:55:36
how can I remap <ESC> to ‘jk’ in zsh vi mode
smol_mazunki 2022-07-22 19:58:26
XXDRD 2022-07-22 19:55:36
how can I remap <ESC> to ‘jk’ in zsh vi mode
do you want from jk to <esc> or the other way around?
XXDRD 2022-07-22 19:59:00
smol_mazunki 2022-07-22 19:58:26
do you want from jk to <esc> or the other way around?
other way around
from <ESC> to jk
smol_mazunki 2022-07-22 20:00:46
XXDRD 2022-07-22 19:59:00
other way around
from <ESC> to jk
bindkey -s ‘^[‘ “jk”
smol_mazunki 2022-07-22 20:01:02
why are you doing this though?
XXDRD 2022-07-22 20:04:37
smol_mazunki 2022-07-22 20:00:46
bindkey -s ‘^[‘ “jk”
didn’t work
XXDRD 2022-07-22 20:09:13
think it can not be achieved this way
jk has to pressed instantly to trigger normal which give a error that string inserting another one too many time
smol_mazunki 2022-07-22 20:11:53
esc already goes into normal mode
β prev | next β