Announcement

Collapse
No announcement yet.

Clicking "Recently Used" icon not displaying freshly edited files

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Clicking "Recently Used" icon not displaying freshly edited files

    I used gvim to edit some files A and B.
    Clicking the "Recently Used" display two "Applications" and "Documents" categories. However, the files A and B does not appear.
    The KDE version is 4.3.2 on Kubuntu 9.10.
    Please help.

    #2
    Re: Clicking "Recently Used" icon not displaying freshly edited files

    I used gvim to edit some files A and B.
    Pure guess:

    I think that the KDE's "Recently Used" (earlier > Topic: How do you configure 'recently used'?) is using the Nepomuk to store the information. So if you are "bypassing" the KDE by using non KDE applications or applications that are not supporting the Nepomuk then there are no markings in the Nepomuk database.

    Or is the Nepomuk running ?
    Or what backend (redland/sesame) are you using ?
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: Clicking "Recently Used" icon not displaying freshly edited files

      $ ps -ef|grep epomuk
      akao 1757 1 0 15:31 ? 00:00:00 kdeinit4: nepomukserver [kdeinit]
      akao 2029 1802 0 15:36 pts/5 00:00:00 grep --color=auto epomuk
      $ ps -ef|grep redland
      akao 2039 1802 0 15:37 pts/5 00:00:00 grep --color=auto redland
      $ ps -ef|grep sesame
      akao 2041 1802 0 15:37 pts/5 00:00:00 grep --color=auto sesame

      Nepomuk is running fine.
      redland & sesame are not running.

      Comment


        #4
        Re: Clicking "Recently Used" icon not displaying freshly edited files

        Here, Kubuntu 9.10

        Code:
        ps -ef|grep nepomuk
        rog 7118 1 0 16:43 ? 00:00:00 kdeinit4: nepomukserver [kdeinit]
        rog 7125 7118 0 16:43 ? 00:00:04 /usr/bin/nepomukservicestub nepomukstorage
        rog 7139 7118 0 16:43 ? 00:00:00 /usr/bin/nepomukservicestub nepomukontologyloader
        rog 7140 7118 0 16:43 ? 00:00:00 /usr/bin/nepomukservicestub nepomukfilewatch
        rog 7141 7118 0 16:43 ? 00:00:00 /usr/bin/nepomukservicestub nepomukstrigiservice
        rog 7142 7118 0 16:43 ? 00:00:00 /usr/bin/nepomukservicestub nepomukqueryservice
        rog 7143 7118 0 16:43 ? 00:00:00 /usr/bin/nepomukservicestub digikamnepomukservice

        Maybe the nepomukfilewatch is needed ?


        Earlier > How to set up the Nepomuk and Strigi with the Kubuntu 9.04 & 9.10
        Before you edit, BACKUP !

        Why there are dead links ?
        1. Thread: Please explain how to access old kubuntu forum posts
        2. Thread: Lost Information

        Comment

        Working...
        X