Kirjoittaja Aihe: Tomboy käynnistyy vain konsolista [Ratkaistu]  (Luettu 1672 kertaa)

JussiS

  • Käyttäjä
  • Viestejä: 681
    • Profiili
Tomboy käynnistyy vain konsolista [Ratkaistu]
« : 22.10.07 - klo:22.33 »
Hei!
Gutsun asentamisen jälkeen en ole saanut Tomboyta toimimaan muuten kuin käynnistämällä sen konsolista. Konsoli-ikkunan pitää olla koko ajan auki, että T. toimisi. Hieman on, sanoisinko, epäkäytännöllistä.

Tällaista näyttää, kun komennetaan konsolista.

Koodia: [Valitse]
[DEBUG]: NoteManager created with note path "/home/jussi/.tomboy".
[INFO]: Initializing Mono.Addins
[DEBUG]: AddinManager.OnAddinLoaded: Tomboy.Tomboy
X Error: BadDevice, invalid or uninitialized input device 158
  Major opcode:  146
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 158
  Major opcode:  146
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
[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.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.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.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.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.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]: Unable to locate 'gksu' in your PATH
[DEBUG]: Unable to locate 'gksudo' in your PATH
[DEBUG]: Using '/usr/bin/kdesu' as GUI 'su' tool
[DEBUG]: Successfully found 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'

(Tomboy:7679): libtomboy-WARNING **: Binding '<Alt>F12' failed!

[DEBUG]: Binding key '<Alt>F11' for '/apps/tomboy/global_keybindings/open_start_here'
                                                                                                           

Eli tuommosta kertoo, mutta ei pahemmin mulle valaise asiaa.
Osaisko joku sanoa, miten tuo viritetään juoksemaan normaalisti KDE:ssä?
« Viimeksi muokattu: 23.10.07 - klo:11.00 kirjoittanut JussiS »
JusSi
Ubuntu 22.04.1 LTS (XPS 13, DELL), Ubuntu Mate 22.04.1 LTS, Linux Mint 20.3.

audi

  • Käyttäjä
  • Viestejä: 1124
    • Profiili
Vs: Tomboy käynnistyy vain konsolista
« Vastaus #1 : 22.10.07 - klo:23.05 »
Koodia: [Valitse]
X Error: BadDevice, invalid or uninitialized input device 158
  Major opcode:  146
  Minor opcode:  3
  Resource id:  0x0
Failed to open device

Virheilmoitus johtuu xorg.confista, kommentoi pois (esim wacom) laitteet joita et käytä.

Koodia: [Valitse]
#Section "InputDevice"
#Driver "wacom"
#Identifier "stylus"
#Option "Device" "/dev/input/wacom"
#Option "Type" "stylus"
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#Driver "wacom"
#Identifier "eraser"
#Option "Device" "/dev/input/wacom"
#Option "Type" "eraser"
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

#Section "InputDevice"
#Driver "wacom"
#Identifier "cursor"
#Option "Device" "/dev/input/wacom"
#Option "Type" "cursor"
#Option "ForceDevice" "ISDV4" # Tablet PC ONLY
#EndSection

Koodia: [Valitse]
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#InputDevice     "stylus" "SendCoreEvents"
#InputDevice     "cursor" "SendCoreEvents"
#InputDevice     "eraser" "SendCoreEvents"
EndSection
Mozillazine

A1398 ym romua,  macOS 10.13
Linux Mint 18, Mate

JussiS

  • Käyttäjä
  • Viestejä: 681
    • Profiili
Vs: Tomboy käynnistyy vain konsolista [Ratkaistu]
« Vastaus #2 : 23.10.07 - klo:11.03 »
Ratkaisu oli tällainen.
Menueditorin antama käynnistysparametri oli
Koodia: [Valitse]
tomboy --searchjostain syystä tuo ei siis saanut ohjelmaa liikkeelle.

Komensin yhden kerran alt+F2 ja annoin parametriksi
Koodia: [Valitse]
tomboy --new note
Ja kas - nythän se lähti toimimaan. Ja käynnistettäessä on aina kivasti valmiina alapalkissa odottelemassa.

Ratkaistu, vaan en vaan ymmärrä miks se noi  teki ...
JusSi
Ubuntu 22.04.1 LTS (XPS 13, DELL), Ubuntu Mate 22.04.1 LTS, Linux Mint 20.3.