MatMoul / g810-led

Linux led controller for Logitech G213, G410, G413, G512, G513, G610, G810, g815, G910 and GPRO Keyboards
GNU General Public License v3.0
1.39k stars 184 forks source link

Error loading profile #19

Closed MaxSor closed 7 years ago

MaxSor commented 7 years ago

Hi, i'm happy that somebody add such support of Logitech keyboards to linux. But i have problem with profile. I extract my profile from windows into xml file and place it in /etc/g810/ filename is "profile". Then i run sudo g810-led -p /etc/g810/profile And got error on every line of file:

Error on line 1 : <?xml version="1.0" encoding="utf-8"?>
Error on line 2 : <profiles xmlns="http://www.logitech.com/Cassandra/2010.7/Profile">
...

What is wrong? Or may be I'm not understand something?

MatMoul commented 7 years ago

Hello, at this time, linux profile as his own file format... Look sample at https://github.com/MatMoul/g810-led/tree/master/sample_profiles

MaxSor commented 7 years ago

Sorry for my inattentiveness. Thx, this works!