[neon] [Bug 382694] [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't work correctly

2018-01-15 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=382694

--- Comment #10 from slimbook <s...@slimbook.es> ---
Yes, at the end of the installation it tells me that it can not install grub
...

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 382694] [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't work correctly

2017-12-20 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=382694

--- Comment #6 from slimbook <s...@slimbook.es> ---
(In reply to Harald Sitter from comment #5)
> After you run oem-config-prepare you can run
> 
> `sudo rm /etc/sddm.conf`
> 
> I've just checked and that makes the OEM configuration pass and then
> properly start up the login manager.

Thank you very much Harald!
Have a nice day.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 382694] [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't work correctly

2017-12-19 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=382694

--- Comment #4 from slimbook <s...@slimbook.es> ---
Thanks
Can we apply the patch? or do we expect them to run in the next realease of KDE
Neon?

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 382694] [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't work correctly

2017-12-18 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=382694

--- Comment #1 from slimbook <s...@slimbook.es> ---
Hi,
The problem has changed, now, it does not matter if you execute the desktop
shortcut or the command by the terminal, when you restart the computer, only
the mouse pointer and the black screen appear.
:(

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-11-20 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=383379

--- Comment #21 from slimbook <s...@slimbook.es> ---
Wow! Wonderful!!
Thank you very much.
What can I do?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-11-20 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=383379

--- Comment #20 from slimbook <s...@slimbook.es> ---
Comment on attachment 108954
  --> https://bugs.kde.org/attachment.cgi?id=108954
Wayland version of the touchpad KCM

Wow! Wonderful!!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-10-18 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=383379

--- Comment #16 from slimbook <s...@slimbook.es> ---
Thank you very much! I like it!
It looks very interesting

I just installed a new KDE Neon and I'm updating it.
I do not really know how to apply these changes. I only have 2 folders in the
system called "kcms" and none have any "input" or anything similar.

Thanks.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-10-14 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=383379

--- Comment #14 from slimbook <s...@slimbook.es> ---
Sorry Nate, but we have not had time to learn a new system of programming. Much
of our work is to assemble the client hardware and we have little time to learn
how to program.
We thought that someone from KDE would have it easy and quick to make it work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 383379] Modernize Input Devices section to work with Libinput

2017-09-25 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=383379

slimbook <s...@slimbook.es> changed:

   What|Removed |Added

 CC||s...@slimbook.es

--- Comment #11 from slimbook <s...@slimbook.es> ---
Hello,
We are SLIMBOOK TEAM, and we want to join this bug.
We have developed a small application to change the configuration of libinput,
and we tell you a little how it works to see if you can solve it. It is best
that you can change the touchpad settings without installing third-party
applications.
Image of options of our app:
https://slimbook.es/images/imagetuto/touchpadevdev.png

We have never developed for Plasma, but I think it should be another "kcm" when
it is not a Synaptics touchpad (the synclient status service) or in our case
the Unique ID: AH6Q.bGO0sOimOM3

- To get touchpad hardware id:
hwinfo --mouse
*Previous command returns the line: 'Unique ID: AH6Q.bGO0sOimOM3'
 and line 'Model:  "ImExPS/2 Generic Explorer Mouse"'
(model name used later for setting properties using 'xinput')

- To get touchpad properties we can modify:
xinput --list-props "ImExPS/2 Generic Explorer Mouse"
*We can use model name (like previous line) or number id related with model
name obtained when running command 'xinput': xinput --list-props 11

- To modify values of properties 'libinput Accel Speed' and 'libinput Natural
Scrolling Enabled':
xinput --set-prop "ImExPS/2 Generic Explorer Mouse" "libinput Accel Speed"
1
xinput --set-prop "ImExPS/2 Generic Explorer Mouse" "libinput Natural
Scrolling Enabled" 1
*Like in previous step, we can use number id instead of model name.
Propertie "libinput Natural Scrolling Enabled" accepts values 0 or 1.
Propertie "libinput Accel Speed" accepts values between -1 and 1.

More information in our app: https://github.com/slimbook/slimbook-touchpad

Thanks,

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 382694] New: [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't work correctly

2017-07-25 Thread slimbook
https://bugs.kde.org/show_bug.cgi?id=382694

Bug ID: 382694
   Summary: [SLIMBOOK] oem-config-prepare Desktop shortcut doesn't
work correctly
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: s...@slimbook.es
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

Clicking oem-config-prepare in Desktop icon it requests password, although in
the next reboot of system, the oem-config window does not appear in center of
the screen and user cannot connect to wifi network.
Running oem-config-prepare from terminal using sudo, previous bugs are solved.
If you need more info, contact us, please.

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.