aliens

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vetzki

Pages: [1]
1
OpenXcom Extended / Re: [OXCE+] Original discussion thread
« on: September 03, 2018, 10:37:10 am »
try
git clone https://github.com/MeridianOXC/OpenXcom -b oxce3.5-plus-proto
after cloning:
cd OpenXcom
mkdir build
cd build
cmake ..
ccmake ..  # adjust options
make # -jcpus

2
OpenXcom Extended / Re: [OXCE+] Original discussion thread
« on: August 24, 2018, 07:08:37 pm »
Hello, I'm new to the forum (but playing openxcom quite some time) and start already with an (minor) issue (tried to add one to github but issues seems disabled?):

middle mouse button scrolling is not working for me if I use "on-button scrolling" (maybe an libinput issue https://wayland.freedesktop.org/libinput/doc/latest/scrolling.html#on-button-scrolling)

not working
Code: [Select]
mv@mv-pc:~$ xinput list-props "Logitech USB Optical Mouse"
Device 'Logitech USB Optical Mouse':
...
        libinput Scroll Methods Available (284):        0, 0, 1
        libinput Scroll Method Enabled (285):   0, 0, 1
        libinput Scroll Method Enabled Default (286):   0, 0, 1
...


working:
Code: [Select]
mv@mv-pc:~$ xinput list-props "Logitech USB Optical Mouse"
Device 'Logitech USB Optical Mouse':
...
        libinput Scroll Methods Available (284):        0, 0, 1
        libinput Scroll Method Enabled (285):   0, 0, 0
        libinput Scroll Method Enabled Default (286):   0, 0, 1
...

maybe there's a way to fix this? (except from disabling button scrolling)

best regards,

Pages: [1]