Greetings all – has anyone got gthumb working with venom please?

|
Luis 2022-08-19 17:06:23
$ cat /etc/scratchpkg.alias
#
# /etc/scratchpkg.alias : scratchpkg alias file
#
# format:
# <real package> <aliased package>
#
# example:
# openssl libressl
#
rust rust-bin
ouaille_ aime_scier 2022-08-19 17:54:03
See at rust spkgbuild for version and _date and _rust variables 😱
emmett1 2022-08-19 18:27:24
ouaille_ aime_scier 2022-08-19 17:54:03
See at rust spkgbuild for version and _date and _rust variables 😱

Why? Nothings wrong

ouaille_ aime_scier 2022-08-19 18:31:05
1.63 vs 1.62 ?
emmett1 2022-08-19 18:31:38
Yes its correct. Its how rust from source bootstrap
emmett1 2022-08-19 18:31:51
Using old version to bootstrap new one
ouaille_ aime_scier 2022-08-19 18:32:37
OK no problemo
Visone_Selektah 2022-08-19 21:43:57
#kernel #linux
Added linux-5.19.2 to repo
https://gitea.com/venom-linux/venom-kernels.git

venom-kernelsGitea: Git with a cup of tea
Binary pkgs of linux lts and current linux kernel for venom-linux
Luis 2022-08-21 20:28:52
#kernel #linux
Added linux-lts-5.15.62 to repo
https://gitea.com/venom-linux/venom-kernels.git

venom-kernelsGitea: Git with a cup of tea
Binary pkgs of linux lts and current linux kernel for venom-linux
Visone_Selektah 2022-08-23 14:48:35
#kernel #linux
Added linux-5.19.3 to repo
https://gitea.com/venom-linux/venom-kernels.git

venom-kernelsGitea: Git with a cup of tea
Binary pkgs of linux lts and current linux kernel for venom-linux
Francesco Ruotolo 2022-08-29 00:51:44
Has 2.36 glibc been updated?
Visone_Selektah 2022-08-29 01:04:05
Francesco Ruotolo 2022-08-29 00:51:44
Has 2.36 glibc been updated?

It will with venomlinux 4 release. It will have the toolchain updated

Francesco Ruotolo 2022-08-29 01:04:37
Visone_Selektah 2022-08-29 01:04:05
It will with venomlinux 4 release. It will have the toolchain updated

Is there a release date yet? @Visone_Selektah

Visone_Selektah 2022-08-29 01:05:09
Francesco Ruotolo 2022-08-29 01:04:37
Is there a release date yet? @Visone_Selektah

Not yet…

Francesco Ruotolo 2022-08-29 01:05:24
Anyone using qemu here ?
Francesco Ruotolo 2022-08-29 01:05:36
I would like to do these things
Francesco Ruotolo 2022-08-29 01:06:09
– start a vm Whom has been created on gentoo with virt manager
Francesco Ruotolo 2022-08-29 01:06:54
– start it with 4gb ram
– qxl video driver set to 512mb
– usb recognition
– nat connection
Francesco Ruotolo 2022-08-29 01:07:07
How to setup a script ? Thanks
Flomb 2022-08-29 06:16:07
Francesco Ruotolo 2022-08-29 01:06:09
– start a vm Whom has been created on gentoo with virt manager

Huh

Flomb 2022-08-29 06:16:08
eh
Flomb 2022-08-29 06:16:25
#!/bin/sh

QEMU=”/usr/bin/qemu-system-x86_64″
HDD=/home/dan/Desktop/Windows/win10.img

$QEMU -accel kvm -hda $HDD -boot c -cpu host -m 16G -vga qxl -net nic,model=e1000 -net user -usbdevice tablet -device ivshmem-plain,memdev=ivshmem -object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M -device ich9-intel-hda,addr=1f.1 -device intel-hda -device hda-duplex -audiodev id=alsa,driver=alsa -device virtio-serial-pci -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent

This is my windows vm

Visone_Selektah 2022-08-29 18:06:18
#kernel #linux
Added linux-5.19.5 to repo
https://gitea.com/venom-linux/venom-kernels

venom-kernelsGitea: Git with a cup of tea
Binary pkgs of linux lts and current linux kernel for venom-linux
bja_au 2022-08-30 05:05:13
greetings all – has anyone got gthumb working with venom please?
Francesco Ruotolo 2022-08-30 10:11:33
Flomb 2022-08-29 06:16:25
#!/bin/sh

QEMU=”/usr/bin/qemu-system-x86_64″
HDD=/home/dan/Desktop/Windows/win10.img

$QEMU -accel kvm -hda $HDD -boot c -cpu host -m 16G -vga qxl -net nic,model=e1000 -net user -usbdevice tablet -device ivshmem-plain,memdev=ivshmem -object memory-backend-file,id=ivshmem,share=on,mem-path=/dev/shm/looking-glass,size=32M -device ich9-intel-hda,addr=1f.1 -device intel-hda -device hda-duplex -audiodev id=alsa,driver=alsa -device virtio-serial-pci -device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 -chardev spicevmc,id=spicechannel0,name=vdagent

This is my windows vm

Thanks ! Got i working .. how to add the auto resize function? Like on virt-manager

Francesco Ruotolo 2022-08-30 10:11:49
I’m using dwm so I need it when I cycle the stack
Francesco Ruotolo 2022-08-30 10:28:07
@emmett1 @Visone_Selektah
Visone_Selektah 2022-08-30 10:41:34
Francesco Ruotolo 2022-08-30 10:28:07
@emmett1 @Visone_Selektah

I don’t understand, in a tile system the window will resize it to fill their space in the stack/master area

Francesco Ruotolo 2022-08-30 10:42:26
Visone_Selektah 2022-08-30 10:41:34
I don’t understand, in a tile system the window will resize it to fill their space in the stack/master area

Yes

Francesco Ruotolo 2022-08-30 10:42:35
But the vm screen doesn’t automatically
Francesco Ruotolo 2022-08-30 10:43:13
On virt-manager there is an automatic resize feature for vm
Francesco Ruotolo 2022-08-30 10:43:30
I would like to know if on plain qemu is there this function too
Visone_Selektah 2022-08-30 10:51:57
Francesco Ruotolo 2022-08-30 10:43:30
I would like to know if on plain qemu is there this function too

How do you have this line in dwm?
static const int resizehints = 0; /* 1 means respect size hints in tiled resizals */

Francesco Ruotolo 2022-08-30 10:53:09
venomlinux-41918.jpg

Francesco Ruotolo 2022-08-30 10:53:21
I need to set it to 0?
|