<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>393618</bug_id>
          
          <creation_ts>2018-04-28 17:17:07 +0000</creation_ts>
          <short_desc>bookmark sync is missing</short_desc>
          <delta_ts>2025-06-20 05:02:46 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>Falkon</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>UNCONFIRMED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="John">john-soda</reporter>
          <assigned_to name="David Rosca">nowrep</assigned_to>
          <cc>galilei.mail</cc>
    
    <cc>hsantanna</cc>
    
    <cc>ian</cc>
    
    <cc>justin.zobel</cc>
    
    <cc>justin</cc>
    
    <cc>kde</cc>
    
    <cc>matija</cc>
    
    <cc>nortexoid</cc>
    
    <cc>sch</cc>
    
    <cc>stilgar.wolf</cc>
    
    <cc>thomholwerda</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1748730</commentid>
    <comment_count>0</comment_count>
    <who name="John">john-soda</who>
    <bug_when>2018-04-28 17:17:07 +0000</bug_when>
    <thetext>I would love to see firefox bookmark sync integration. Maybe a project for GSoC?
Firefox sync server is opensource. So it would also be easy to sync between mobile and Desktop.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1771313</commentid>
    <comment_count>1</comment_count>
    <who name="Henrique Sant&apos;Anna">hsantanna</who>
    <bug_when>2018-08-10 16:01:38 +0000</bug_when>
    <thetext>Not only bookmarks, but sync of passwords too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1849831</commentid>
    <comment_count>2</comment_count>
    <who name="saish">saish.mhatre26</who>
    <bug_when>2019-04-11 08:02:55 +0000</bug_when>
    <thetext>*** Bug 396503 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1863637</commentid>
    <comment_count>3</comment_count>
    <who name="jrt">kde</who>
    <bug_when>2019-06-17 16:32:29 +0000</bug_when>
    <thetext>I would favor bookmark sync, tab sync,... via my own Nextcloud instead of Mozilla or other 3rd-parties.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1878527</commentid>
    <comment_count>4</comment_count>
    <who name="Michael D">nortexoid</who>
    <bug_when>2019-09-05 10:07:51 +0000</bug_when>
    <thetext>Firefox sync of bookmarks, logins, etc. would be a terrific feature to have.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2378335</commentid>
    <comment_count>5</comment_count>
    <who name="thomholwerda@osnews.com">thomholwerda</who>
    <bug_when>2024-12-01 20:37:42 +0000</bug_when>
    <thetext>Having some way to synchronise bookmarks, passwords, or even tabs between KDE machines would be an amazing addition to Falkon. If using e.g. Firefox Sync is undesirable, would it perhaps be possible to make something like this work through KDE Connect instead?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2379894</commentid>
    <comment_count>6</comment_count>
    <who name="Schimon Jehudah">sch</who>
    <bug_when>2024-12-09 12:38:24 +0000</bug_when>
    <thetext>Greetings!

I intend to write a Falkon extension that would synchronize bookmarks, history, tabs ans other essential data.

The extension will be based on the same XMPP system which is offered by Blasta.
gemini://woodpeckersnest.space/~schapps/journal/2024-11-28-xmpp-for-browsers.gmi

Code: https://git.xmpp-it.net/sch/Blasta
Video: https://video.xmpp-it.net/w/cfozoUeVLFbBFMCCSCJ1Dn
Instance: https://blasta.woodpeckersnest.eu/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2380007</commentid>
    <comment_count>7</comment_count>
    <who name="Justin Zobel">justin</who>
    <bug_when>2024-12-09 23:09:33 +0000</bug_when>
    <thetext>So it will require an XMPP account to store the data?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2380037</commentid>
    <comment_count>8</comment_count>
    <who name="Schimon Jehudah">sch</who>
    <bug_when>2024-12-10 03:43:28 +0000</bug_when>
    <thetext>(In reply to Justin Zobel from comment #7)
&gt; So it will require an XMPP account to store the data?

Yes. The extension will require an XMPP account.

The specifications upon which the extensio be based upon be:
* XEP-0060: Publish-Subscribe (PubSub); and
* XEP-0163: Personal Eventing Protocol (PEP).
It means, that all data be stored within PubSub nodes of self XMPP account.

This is how it works with project Blasta which I have linked to.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2380061</commentid>
    <comment_count>9</comment_count>
    <who name="Justin Zobel">justin</who>
    <bug_when>2024-12-10 04:46:14 +0000</bug_when>
    <thetext>Ah OK. I&apos;ll wait for something local or even Nextcloud based.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2384633</commentid>
    <comment_count>10</comment_count>
    <who name="Ian Nicholson">ian</who>
    <bug_when>2024-12-23 18:53:10 +0000</bug_when>
    <thetext>A stopgap would be integration with QOwnNotes, which has a nextcloud backend.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2434396</commentid>
    <comment_count>11</comment_count>
    <who name="Matija Šuklje">matija</who>
    <bug_when>2025-06-20 05:02:46 +0000</bug_when>
    <thetext>Nextcloud Bookmarks and Floccus could be a way to implement this (+ syncing tabs too)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>