Brave/Firefox/Chromium to Falkon

Hello,

  • OpenMandriva Lx version: Rome
  • Desktop environment (KDE, LXQT…): LXQT
  • Description of the issue (screenshots if relevant):
    *So here is the problem. Most browsers use .csv to save their passwords and such, but Falkon uses .xml. I was wondering how I go about coverting .csv to .xml. Everytime I try Falkon cannot read the files. So I do not know if there is a custom script to run, or just keep the .csv file and when I get to a website just search the file for the relevent password.

Just about every language can handle iterating a csv file into something like xml. The key will be making sure the output format can be imported into Falkon. My suggestion would be to create a dummy entry so you can evaluate the hierarchy of the xml file. Then you know how to format the output of the csv contents. You might also look into kwallet since you can encrypt your passwords and use them with Falkon and any other Plasma application that supports it.