Ubuntu Pastebin

Paste from w at Wed, 29 Jun 2016 14:26:52 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
gedit310 
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

will@malfunctioning-eddie:/snap/gedit310/x2$ ls
bin  command-gedit310.wrapper  etc  lib  meta  snap  usr  var
will@malfunctioning-eddie:/snap/gedit310/x2$ ./bin/gtk-launch 
bin/                      etc/                      meta/                     usr/
command-gedit310.wrapper  lib/                      snap/                     var/
will@malfunctioning-eddie:/snap/gedit310/x2$ ./bin/gtk-launch 
bin/                      etc/                      meta/                     usr/
command-gedit310.wrapper  lib/                      snap/                     var/
will@malfunctioning-eddie:/snap/gedit310/x2$ ./usr/bin/gedit  

(gedit:22608): Gtk-WARNING **: Locale not supported by C library.
	Using the fallback 'C' locale.
Gtk-Message: Failed to load module "unity-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"

(gedit:22608): GLib-GIO-ERROR **: Settings schema 'org.gnome.gedit.preferences.editor' is not installed

Trace/breakpoint trap (core dumped)
will@malfunctioning-eddie:/snap/gedit310/x2$ exit
Download as text