Re: [Vimprobable-users] install newbee problem
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
From: Ludo B. <la...@gm...> - 2013-02-25 17:23:35
|
Hannes, I wasn't attentive enough when I did this and accidentally first did "make install" instead of first clicking the executable. I don't know if it matters? Anyhow, vimprobable is working now! I'm not sure, can I simply move the directory to another place? I thought of making a "bin" directory in home and put it there instead of leaving it in my "Downloads" folder. Like I said, I'm used to install stuff via Synaptic mainly - so sorry for the newbee ignorance and thanks for your patience :-) There were some warning and error messages when starting vimprobable from terminal. I've also included the output of the "make install", just in case it means more: ludo@ludo-IXLs ~/Downloads/tarballs/vimprobable2 $ sudo make install [sudo] password for ludo: [ -e '///usr/local/bin' ] || mkdir -p '///usr/local/bin' && chmod 0755 '///usr/local/bin' cp -f 'vimprobable2' '///usr/local/bin/vimprobable2' strip -s '///usr/local/bin/vimprobable2' chmod 0755 '///usr/local/bin/vimprobable2' [ -e '///usr/local/share/man/man1' ] || mkdir -p '///usr/local/share/man/man1' && chmod 0755 '///usr/local/share/man/man1' cp -f 'vimprobable2.1' '///usr/local/share/man/man1/vimprobable2.1' chmod 0644 '///usr/local/share/man/man1/vimprobable2.1' [ -e '///usr/local/share/man/man5' ] || mkdir -p '///usr/local/share/man/man5' && chmod 0755 '///usr/local/share/man/man5' cp -f 'vimprobablerc.5' '///usr/local/share/man/man5/vimprobablerc.5' chmod 0644 '///usr/local/share/man/man5/vimprobablerc.5' ludo@ludo-IXLs ~/Downloads/tarballs/vimprobable2 $ cd ludo@ludo-IXLs ~ $ vimprobable2 Cannot open /home/ludo/.config//vimprobable/scripts.js: file not found No bp log location saved, using default. [000:000] Browser XEmbed support present: 1 [000:000] Browser toolkit is Gtk2. [000:000] Using Gtk2 toolkit [000:008] Warning(optionsfile.cc:47): Load: Could not open file, err=2 [000:008] No bp log location saved, using default. [000:008] Browser XEmbed support present: 1 [000:008] Browser toolkit is Gtk2. [000:008] Using Gtk2 toolkit java version "1.7.0_15" OpenJDK Runtime Environment (IcedTea7 2.3.7) (7u15-2.3.7-0ubuntu1~12.04) OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode) ** Message: console message: undefined @0: ReferenceError: Can't find variable: pageTracker > > Date: Sun, 24 Feb 2013 21:46:34 +0100 > From: Hannes Sch?ller <ha...@yl...> > Subject: Re: [Vimprobable-users] install newbee problem > To: vim...@li... > Message-ID: <20130224214634.7a6a0559@workstation> > Content-Type: text/plain; charset=US-ASCII > > Ludo Beckers <la...@gm...> wrote: > > I guess the "deprecated" mention is still problematic? > > No. You should have a working vimprobable2 binary in your > working directory now. Try running it. If it works, make install. > > The warning comes from building against GTK3 instead of GTK2. > Deprecation simply means that a future version of the library *might* > drop support for the function. > > Hannes > > > |