Announcement

Collapse
No announcement yet.

Tomboy Notes in Kubuntu

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

    Tomboy Notes in Kubuntu

    I just switched from Ubuntu to Kubuntu on my laptop using the "sudo apt-get install kubuntu-desktop" command. Everything works great (so far), but I am completely addicted to Tomboy notes, and I can't get it to run right. According to this thread, I need to have the right gtk libraries installed:

    http://kubuntuforums.net/forums/index.php?topic=11508.0

    Anyone know what I need to have installed for it work correctly?

    #2
    Re: Tomboy Notes in Kubuntu

    If you installed tomboy via Adept Manager, then it should 'just work.' tomboy is available for installation in the repositories, and available through Adept. How did you install it?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Tomboy Notes in Kubuntu

      I did a clean install of Ubuntu 8.04 (Gnome version) a month or so ago - and that's where I got it from. I haven't done an install of it through adept. Should I uninstall it and then reinstall, or just try to install it again through adept and see if it picks up the correct libraries?

      Comment


        #4
        Re: Tomboy Notes in Kubuntu

        Myself, I'd attempt a simulated install from the command line (console) so I could see what would happen. Open a console and type:
        Code:
        sudo apt-get install --simulate tomboy
        If you don't see any reported errors and/or conflicts, then you can simply install with:
        Code:
        sudo apt-get install tomboy
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Tomboy Notes in Kubuntu

          it just said that tomboy was the latest version and so nothing was installed.

          should I remove it first?

          ps - both your code lines looked exactly the same to me...what's the difference between doing a simulated install and a real one?

          Comment


            #6
            Re: Tomboy Notes in Kubuntu

            Thank's for catching the 'error' in the coding for the first item. I've corrected it.

            If Adept is reporting 'latest version' then it is already installed. Is the program in the K Menu at all?
            Windows no longer obstructs my view.
            Using Kubuntu Linux since March 23, 2007.
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Tomboy Notes in Kubuntu

              yeah, it's in the menus under utilities.

              here's what I get when I try to run it in Konsole:
              Code:
              [DEBUG]: NoteManager created with note path "/home/zach/.tomboy".
              [INFO]: Initializing Mono.Addins
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.Tomboy
              [DEBUG]:        Name: Tomboy.Tomboy,0.10
              [DEBUG]:    Description:
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/Tomboy.exe
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.ExportToHtmlAddin
              [DEBUG]:        Name: Export to HTML
              [DEBUG]:    Description: Exports individual notes to HTML.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/ExportToHtml.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.PrintNotesAddin
              [DEBUG]:        Name: Printing Support
              [DEBUG]:    Description: Allows you to print a note.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/PrintNotes.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.BacklinksAddin
              [DEBUG]:        Name: Backlinks
              [DEBUG]:    Description: See which notes link to the one you're currently viewing.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/Backlinks.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.EvolutionAddin
              [DEBUG]:        Name: Evolution Mail Integration
              [DEBUG]:    Description: Allows you to drag an email from Evolution into a tomboy note. The message subject is added as a link in the note.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/Evolution.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.FixedWidthAddin
              [DEBUG]:        Name: Fixed Width
              [DEBUG]:    Description: Adds fixed-width font style.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/FixedWidth.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.StickyNoteImportAddin
              [DEBUG]:        Name: Sticky Notes Importer
              [DEBUG]:    Description: Import your notes from the Sticky Notes applet.
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/StickyNoteImport.dll
              [DEBUG]: StickyNoteImporter: Sticky Notes XML file does not exist or is invalid!
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.WebDavSyncServiceAddin
              [DEBUG]:        Name: WebDav Sync Service Add-in
              [DEBUG]:    Description: Synchronize Tomboy Notes to a WebDav URL
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/WebDavSyncService.dll
              [DEBUG]: AddinManager.OnAddinLoaded: Tomboy.FileSystemSyncServiceAddin
              [DEBUG]:        Name: Local Directory Sync Service Add-in
              [DEBUG]:    Description: Synchronize Tomboy Notes to a local file system path
              [DEBUG]:     Namespace: Tomboy
              [DEBUG]:      Enabled: True
              [DEBUG]:        File: /usr/lib/tomboy/addins/FileSystemSyncService.dll
              [DEBUG]: Unable to locate 'gnomesu' in your PATH
              [DEBUG]: Using '/usr/bin/gksu' as GUI 'su' tool
              [DEBUG]: Successfully found all system tools
              [DEBUG]: Unable to locate 'wdfs' in your PATH
              [DEBUG]: Tomboy remote control disabled (DBus exception): Unable to open the session message bus.
              [DEBUG]: EnableDisable Called: enabling... True
              [DEBUG]: Binding key '<Alt>F12' for '/apps/tomboy/global_keybindings/show_note_menu'
              [DEBUG]: Binding key '<Alt>F11' for '/apps/tomboy/global_keybindings/open_start_here'

              Comment


                #8
                Re: Tomboy Notes in Kubuntu

                If it's in the K Menu, why are you attempting to run it from a console shell? What happens when you just select it from within the K Menu?
                Windows no longer obstructs my view.
                Using Kubuntu Linux since March 23, 2007.
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Re: Tomboy Notes in Kubuntu

                  It does nothing when i try to run it from th K menu. I ran it in Console to see what sort of error message I was getting.

                  do you think I should just remove it and then reinstall it from within Kubuntu to see if that grabs the right depedencies?

                  Comment


                    #10
                    Re: Tomboy Notes in Kubuntu

                    That's probably "what I would do," but first, I'd want to ensure that your actual notes are stored 'safely' in your ~ directory. In Kubuntu, personal settings are in the hidden file .kde in the users ~ directory. I don't use Gnome, so I don't know if a similar configuration exists in that Desktop environment.
                    Windows no longer obstructs my view.
                    Using Kubuntu Linux since March 23, 2007.
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #11
                      Re: Tomboy Notes in Kubuntu

                      okay. I've removed it and reinstalled it (via Konsole) and here's the weird part. It seems to run fine through Konsole, but I can't get it to start through the K menu or using a quick launch button. Irritating, but a work-around. I even tried hitting Alt+F2 and trying to run it through that, but no luck either.

                      I dunno, I'd rather be able to run it through the menu or a quicklauncher, but if I have to use the terminal, then I guess I will. I just hate keeping a terminal open while I work...

                      Comment


                        #12
                        Re: Tomboy Notes in Kubuntu

                        Tomboy icon on the KDE tray, finally
                        Windows no longer obstructs my view.
                        Using Kubuntu Linux since March 23, 2007.
                        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                        Comment

                        Working...
                        X