Advertisement
scarbo

mamiemando_keepnote

Jul 30th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 37.69 KB | None | 0 0
  1. [idesbald@terreinondee ~]$ su
  2. Mot de passe :
  3. [root@terreinondee idesbald]# easy_install keepnote
  4. Searching for keepnote
  5. Best match: keepnote 0.7.9
  6. Processing keepnote-0.7.9-py2.7.egg
  7. keepnote 0.7.9 is already the active version in easy-install.pth
  8. Installing keepnote script to /usr/bin
  9.  
  10. Using /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg
  11. Processing dependencies for keepnote
  12. Finished processing dependencies for keepnote
  13. [root@terreinondee idesbald]# yum install keepnote 0.7.9
  14. Yum command has been deprecated, redirecting to '/usr/bin/dnf install keepnote 0.7.9'.
  15. See 'man dnf' and 'man yum2dnf' for more information.
  16. To transfer transaction metadata from yum to DNF, run:
  17. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  18.  
  19. langpacks: No languages are enabled
  20. Last metadata expiration check performed 0:39:51 ago on Thu Jul 30 22:55:48 2015.
  21. Aucun paquet keepnote disponible.
  22. Erreur : no package matched: keepnote
  23. [root@terreinondee idesbald]# yum install /usr/bin/keepnote
  24. Yum command has been deprecated, redirecting to '/usr/bin/dnf install /usr/bin/keepnote'.
  25. See 'man dnf' and 'man yum2dnf' for more information.
  26. To transfer transaction metadata from yum to DNF, run:
  27. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  28.  
  29. langpacks: No languages are enabled
  30. Last metadata expiration check performed 0:40:47 ago on Thu Jul 30 22:55:48 2015.
  31. Aucun paquet /usr/bin/keepnote disponible.
  32. Erreur : no package matched: /usr/bin/keepnote
  33. [root@terreinondee idesbald]# yum install yum install /usr/bin/keepnote 0.7.9
  34. Yum command has been deprecated, redirecting to '/usr/bin/dnf install yum install /usr/bin/keepnote 0.7.9'.
  35. See 'man dnf' and 'man yum2dnf' for more information.
  36. To transfer transaction metadata from yum to DNF, run:
  37. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  38.  
  39. langpacks: No languages are enabled
  40. Last metadata expiration check performed 0:41:48 ago on Thu Jul 30 22:55:48 2015.
  41. Le paquet yum-3.4.3-505.fc22.noarch est déjà installé, ignorer
  42. Aucun paquet install disponible.
  43. Erreur : no package matched: install
  44. [root@terreinondee idesbald]# yum update
  45. Yum command has been deprecated, redirecting to '/usr/bin/dnf update'.
  46. See 'man dnf' and 'man yum2dnf' for more information.
  47. To transfer transaction metadata from yum to DNF, run:
  48. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'# keepnote
  49.  
  50. ==============================================
  51. KeepNote 0.7.9: Thu Jul 30 23:43:36 2015
  52. /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg/keepnote/gui/dialog_app_options.py:853: Warning: The property GtkDialog:has-separator is deprecated and shouldn't be used anymore. It will be removed in a future version.
  53.  "app_options_dialog", keepnote.GETTEXT_DOMAIN)
  54. enabling extension 'keepnote'
  55. enabling extension 'backup_tar'
  56. enabling extension 'new_file'
  57. enabling extension 'editor_insert_date'
  58. enabling extension 'command_basics'
  59. enabling extension 'export_html'
  60. enabling extension 'python_prompt'
  61. enabling extension 'notebook_http'
  62. /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg/keepnote/gui/extension.py:139: GtkWarning: Inserting action group 'MainWindow' into UI manager which already has a group with this name
  63.  
  64.  window.get_uimanager().insert_action_group(group, 0)
  65. /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg/EGG-INFO/scripts/keepnote:277: GtkWarning: IA__gdk_window_get_root_coords: assertion 'GDK_IS_WINDOW (window)' failed
  66.  gtk.main()
  67. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  68. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  69. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  70. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  71. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  72. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  73. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  74. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  75. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  76. Error creating proxy: La connexion est fermée (g-io-error-quark, 18)
  77. /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg/keepnote/gui/__init__.py:288: GtkWarning: Attempting to store changes into `/root/.local/share/recently-used.xbel', but failed: La création du fichier « /root/.local/share/recently-used.xbel.0FI91X » a échoué : Aucun fichier ou dossier de ce type
  78.   response = gtk.FileChooserDialog.run(self)
  79. /usr/lib/python2.7/site-packages/keepnote-0.7.9-py2.7.egg/keepnote/gui/__init__.py:288: GtkWarning: Attempting to set the permissions of `/root/.local/share/recently-used.xbel', but failed: Aucun fichier ou dossier de ce type
  80.  response = gtk.FileChooserDialog.run(self)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement