libera/#devuan/ Wednesday, 2021-07-07

ayaowhy I can't paste text from buffer to running in wine program? it's pasted only partially00:25
gnarfaceit's an issue with which clipboards are shared with what00:28
ayaocan it be fixed somehow?00:29
gnarfacethe simplest way to work around it without understanding what is happening is to open the text in a gui program instead of a terminal00:29
gnarfacectrl+v in wine should properly be able to paste from the clipboard that various gtk programs share00:30
ayaoi use not terminal i copy from textpad to wine's text pad00:30
gnarfaceoh00:30
gnarfacehmmm, that's odder, could be a bug in your wine version.  which wine is it?00:30
gnarfacethe one in the repo is ancient00:30
ayaowine-6.12 (Staging)00:31
gnarfacehmm, brand new00:31
gnarfacedisturbing00:31
gnarfacemaybe just a character limit?  when you say partially, what do you mean?  can you do single whole lines at a time reliably but just not large blocks of multi-page text?00:32
gnarfaceis the paste being truncated or garbled some other way?00:33
ayaolike instead 2000 lines only 20 are pasted00:33
gnarfaceeh, might just be a wine bug00:34
gnarfacei can't say i've actually bothered to try to paste more than 1 or two lines at a time00:34
gnarfaceif all the characters are correct when they get there, then it's not a locale or character mapping issue00:34
ayaocan you check with large code?00:34
ayaomaybe it's problem with my os00:34
ayaoyes they are correct00:35
ayaoit looks like buffer is limited00:35
gnarfacei'm not seeing that problem here but i don't have 6.12 yet00:38
gnarfacealso i'm on ceres right now not beowulf00:38
gnarfaceso ymmv00:38
gnarfacedoes it have to be wine?00:38
gnarfacethere's a lot of text editors in linux that are better than notepad.exe00:39
gnarfacethere's even a notepad clone00:39
ayaook00:39
gnarfaceit does sound similar to a bug i had seen a long time ago with wine; see if it behaves any better if you don't try to paste from the scrollback buffer; maybe it can only paste what is still on screen at the time00:45
gnarfacebut like i said, you'd probably be better off just switching to a native text editor00:45
gnarfaceany of them, really00:45
ayaoi agree, better switch to something native00:46
ayaoby the way is there something like xfce4-notes but with search function?00:47
gnarfaceuh, probably but i'm the wrong person to ask00:47
gnarfacewhen i started doing this, there were only two text editors00:50
gnarfacenow there are dozens but i haven't really tried any of the others00:50
gnarface"apt-cache search [regexp]" can be helpful though if you know regular expressions00:51
gnarfaceapt-cache search ^notepad00:52
gnarfacenotepadqq - Notepad++-like editor for Linux00:52
gnarface^ i found this one, maybe a good start?00:52
ayaook00:52
gnarfaceif you go into #devuan-offtopic and ask about text editors i'm sure you'll eventually get a bunch of opinions though00:53
sadsnorkSide note: notepadqq is nowhere near as good as notepad++ ... just sayin'.02:00
Centurion_DanAnyone running a Samba ADDC on devuan?03:49
luser978notepadqq ayao07:29
ethanHi, running a bare-bones install of Devuan in a VM. I only have one tty. Pressing Ctrl-alt-F2 through F6 only brings up a blinking cursor but I can't type any input. TTY1 is locked up with a process I wrote my own init script for and I can't kill it to get access to TTY109:07
ethanIs there anything I can try that isn't reinstalling?09:08
gnarfaceyou can't just restart the VM?09:09
gnarfaceor ssh into it to kill X?09:09
gnarfacectrl+alt+backspace might bail out of X but only if you enabled it (it's not on by default anymore)09:10
gnarface... i think anyway09:10
gnarfacei dunno why the other ttys aren't appearing09:10
ethanThere is no X here. It's just a server running a gemini site/capsule. It boots right into my init script. It doesn't reboot gracefully either. I have to force shutdown/reboot and it enters different runlevels each time it boots.09:14
gnarfaceis that something you did to it on purpose? if your setup doesn't start the other tty's they won't be there to ctrl+alt+f2 to09:16
gnarfacedid you replace the init system entirely or did you just modify the stock one?  did you bypass the inittab?09:17
gnarfaceit might matter what type of VM it is, i don't know for sure09:17
ethanI didn't do that on purpose, I am realizing this is an init issue and not a Devuan issue. You are right, my script is starting too soon to start the other tty's09:18
gnarfaceif you wanted it to start last you would just add it to /etc/rc.local09:19
gnarfacewell, you could09:19
gnarfaceif you look at how the other scripts use symlinks and LSB header fields it isn't too hard to replicate either09:20
onefangThe init scripts need to start up their thing as a background deamon, then return, so the next script can run.09:21
gnarfacethat's the general idea but they don't start linearly anymore09:21
gnarfacethere's dependency based logic available (that's what the LSB headers do)09:22
gnarfaceyou could key it to start when the stuff it needs is started09:22
onefang"TTY1 is locked up with a process I wrote my own init script for" is implying it's not returning so other things, like the other TTYs, can start up.09:22
ethanyeah, It was my first attempt at making a script for sysV. I grabbed a template from LSB documentation and tweaked it. It seems pretty messed up, it doesn't even start ssh.09:28
ethanthanks for the help. I will have to reinstall I think. Cheers09:53
uncloudedoh, ethan left.  kernel parameter "init=/bin/bash" has helped me in the past10:53
humpelstilzchen[I had no need for init= parameter since I installed grml-rescueboot11:35
aiaohow can I disable cups?18:57
user___I love people who pop in and out before anyone answers.19:04
user___/etc/init.d/cups stop; /etc/init.d/cups-browsed stop19:04
user___Then then update-rc.d cups disable; update-rc.d cups-browsed disable19:05
aiaook19:11
aiaothankx19:11
aiaobefore then?19:12
aiaotype again it's lost19:12
flingHow to get snapd on chimaera?19:40
schillingklaussnapd depends on systemd19:41
golinuxfling: https://pkgmaster.devuan.org/bannedpackages.txt19:54
nemogood riddance19:55
nemowhat would one want snapd for anyway.19:55
wolf92do i need dbus service?19:55
golinuxIf you want a desktop probably19:59
golinuxa working desktop that is.19:59
wolf92and what about hddtemp lmsensors?20:01
fsmithredapt rdepends <package>20:02
fsmithredto see what depends on a package20:02
fsmithredor 'aptitude why <package>'20:02
UsL"why"? Haha, I didn't know that.20:03

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!