[SOLVED] Guake terminal GTK3

Hi,
Could someone help me with a PKGBUILD for the GTK3 branch of the Guake drop down terminal?
It can be found on: https://github.com/Guake/guake/tree/gtk3
As a template I've used the AUR "guake-git" PKGBUILD. I also adjusted the dependancies, but I'm not sure about the build options.
pkgname=guake-gtk3
pkgver=86bc3a20fd
pkgrel=1
pkgdesc="Top-down terminal for Gnome"
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/Guake/guake/tree/gtk3"
license=('GPL')
depends=('python2' 'pygtk' 'python-vte' 'python-notify' 'python-dbus' 'python-gconf' 'python-xdg')
makedepends=('git' 'intltool' 'python-dev' 'pygtk-dev' 'gconf2-dev')
conflicts=('guake')
provides=('guake')
#not sure about sections below...
source=("git://github.com/Guake/guake.git")
sha512sums=('SKIP')
install=guake.install
pkgver() {
cd "${srcdir}/${pkgname%-git}"
git describe --tags | sed 's,-,.,g'
build(){
cd "${srcdir}/${pkgname%-git}"
PYTHON=$(which python2) ./autogen.sh --prefix=/usr --sysconfdir=/usr/share --disable-static
make
package() {
cd "${srcdir}/${pkgname%-git}"
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
Thanks in advance!
Last edited by VenomGameworld (2014-04-21 10:26:22)

Okay, I've changed the code to this:
pkgname=guake
pkgver=90
pkgrel=1
pkgdesc="Drop-down terminal for the GNOME desktop"
arch=('i686' 'x86_64')
url="https://github.com/Guake/guake/tree/gtk3"
license=('GPL')
depends=('gtk3' 'pygtk' 'python2' 'python2-dbus' 'python2-gconf' 'python2-notify' 'python2-xdg' 'xdg-utils' 'vte')
makedepends=('git' 'intltool' 'gnome-common')
conflicts=('guake')
provides=('guake')
source=('git+https://github.com/Guake/guake.git#branch=gtk3')
sha512sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
# Use the tag of the last commit
git describe --long | sed -E 's/([^-]*-g)/r\1/;s/-/./g'
build(){
cd "${srcdir}/${pkgname%-git}"
PYTHON=$(which python2) ./autogen.sh --prefix=/usr --sysconfdir=/usr/share --disable-static
make
package() {
cd "${srcdir}/${pkgname%-git}"
make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="$pkgdir" install
but I still get the following errors:
==> Making package: guake 90-1 (vr apr 18 23:49:33 CEST 2014)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating guake git repo...
Fetching origin
==> Validating source files with sha512sums...
guake ... Skipped
==> Extracting sources...
-> Creating working copy of guake git repo...
Cloning into 'guake'...
done.
Branch makepkg set up to track remote branch gtk3 from origin.
Switched to a new branch 'makepkg'
==> Starting pkgver()...
fatal: No annotated tags can describe '86bc3a20fd2388dd879771d2acc4d722811bd28c'.
However, there were unannotated tags: try --tags.
==> Removing existing pkg/ directory...
==> Starting build()...
/usr/bin/gnome-autogen.sh
checking for autoreconf >= 2.53...
testing autoreconf... found 2.69
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.38.2
checking for intltool >= 0.25...
testing intltoolize... found 0.50.2
checking for pkg-config >= 0.14.0...
testing pkg-config... found 0.28
Checking for required M4 macros...
Checking for forbidden M4 macros...
Processing ./configure.ac
Running glib-gettextize... Ignore non-fatal messages.
Copying file po/Makefile.in.in
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
Running intltoolize...
Running autoreconf...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force --warnings=no-portability
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
autoreconf: running: /usr/bin/autoconf --force --warnings=no-portability
autoreconf: running: /usr/bin/autoheader --force --warnings=no-portability
autoreconf: running: automake --add-missing --copy --force-missing --warnings=no-portability
configure.ac:27: installing './compile'
configure.ac:27: installing './config.guess'
configure.ac:27: installing './config.sub'
configure.ac:25: installing './install-sh'
configure.ac:25: installing './missing'
src/Makefile.am:4: installing './py-compile'
automake: warnings are treated as errors
/usr/share/automake-1.14/am/ltlibrary.am: warning: 'globalhotkeys.la': linking libtool libraries using a non-POSIX
/usr/share/automake-1.14/am/ltlibrary.am: archiver requires 'AM_PROG_AR' in 'configure.ac'
src/globalhotkeys/Makefile.am:2: while processing Libtool library 'globalhotkeys.la'
src/globalhotkeys/Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1
==> ERROR: A failure occurred in build().
Aborting...

Similar Messages

  • [SOLVED] Reverting Guake terminal tab names back to 'Terminal #'

    The new version of Guake (0.4.3) implemented 'Better Tab Titling'.  This means that instead of a new tab name being 'Terminal #' (where # is an auto incrementing integer), it instead forced the title to be equal to the VTE prompt.
    My issues were that there was no way to set a preference to switch back (as I prefer the simple tab name) and that tab names could/would take a very large amount of space (as it would put my whole username@server:/path/to/where/i/am/at).
    So   I figured out how to fix and thought I'd share in case anyone else would like to switch back:
    NOTE:  I believe python is spacing-sensitive (please correct me if I'm wrong).  All the lines (added/edited) are indented 8 spaces.
    edit /usr/bin/guake
    find: self.selected_tab = None
    after that line, add:
            # holds the number of created tabs. This counter will not be
            # reset to avoid problems of repeated tab names.
            self.tab_counter = 0
    find: def on_terminal_title_changed(self, vte, box):
    after that line add:
            return
    find: Adding a new radio button to the tabbar
    the next line will read:
            label = box.terminal.get_window_title() or _("Terminal")
    change to:
            label = box.terminal.get_window_title() or _('Terminal %s') % self.tab_counter
    find self.tabs.pack_start(bnt, expand=False, padding=1)
    after that line add:
            self.tab_counter += 1
    After editing the file, restart Guake for the change to take effect.
    Beemer

    I have been using Guake for years and I think the tab bar is in the way. I disabled it a very long time ago and didn't look back.
    Here are the shortcuts that I use:
    "~" to toggle it.
    Ctrl+T for a new tab (just like in Firefox, Chromium).
    F1 and F2 for next and previous tab.
    F3 close tab.
    Basically, I don't need more than two tabs at a time; three tops, in very rare cases.
    Hope it helps.

  • [SOLVED] Guake won't open (GNOME 3.4 update?)

    [EDIT]: This was solved by reinstalling (remove even config files and reinstall of GNOME 3.4)
    Hello
    Today (as always) i turned my PC on and i had a problem... well, several of them. In this one, i want to ask how to solve this:
    I tried to open Guake, but nothing happened. Then, i tried to open it from a Terminal and this is the output:
    ** (process:1632): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:1632): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:1632): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    Segmentation fault
    The Segmentation fault occurs when i hit F12 (the default key to use Guake)
    I have had a problem too with Chromium, it appears to say the same Segmentation fault when i type in the address bar (see https://bbs.archlinux.org/viewtopic.php?pid=1096044 for more info).
    Thanks for your help.
    Last edited by japenagosc (2012-05-06 18:21:23)

    Is it a problem with some GNOME libraries? How can i downgrade GNOME to its 3.2 version? (or its "3.4.0" version?)
    This is the current output when i execute it:
    ** (process:2336): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2336): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2336): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    Traceback (most recent call last):
    File "/usr/lib/guake/guake.py", line 1353, in <module>
    if not main():
    File "/usr/lib/guake/guake.py", line 1343, in main
    remote_object.show_hide()
    File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
    File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
    File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
    dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
    This is the dmesg's output:
    [ 80.561844] python2[1105]: segfault at 7fff00adafb8 ip 00007f5825ab217a sp 00007fff00adafc0 error 6 in libc-2.15.so[7f5825a49000+197000]
    Last edited by japenagosc (2012-05-05 12:50:45)

  • [Solved] Gnome-terminal does not start (fresh install)

    Whenever I install gnome-terminal, I have the following message displayed:
    (gconftool-2:28984): GConf-WARNING **: Client failed to connect to the D-BUS daemon:/usr/bin/dbus-launch terminated abnormally without any error message
    Then whenever I launch gnome-terminal I have this message:
    ** (gnome-terminal:1102): CRITICAL **: atk_bridge_adaptor_cleanup: assertion `inited' failed
    The problem seems to be related to dbus. I have even tried guake which complains explicitly about "No D-BUS daemon running".
    Systemctl is telling me that d-bus is up and running.
    Any help appreciated.
    Info:
      - Linux arch64-vbox 3.6.9-1-ARCH #1 SMP PREEMPT Tue Dec 4 08:04:10 CET 2012 x86_64 GNU/Linux
      - systemctl --all | grep error
    auditd.service error inactive dead auditd.service
    display-manager.service error inactive dead display-manager.service
    plymouth-quit-wait.service error inactive dead plymouth-quit-wait.service
    plymouth-start.service error inactive dead plymouth-start.service
    rc-local.service error inactive dead rc-local.service
    syslog.service error inactive dead syslog.service
    Cheers,
    Last edited by PierreR (2012-12-05 20:16:59)

    Solved with the latest dbus upgrade (dbus-core removal)

  • [SOLVED] TTY terminal font not displaying correctly

    Solved, see Edit 2 for solution.
    Begin original post:
    Hi everyone,
    When I login to any TTY console on my system (i.e. by pressing Ctrl+Alt+F2 and loging with my user name and password), the [user@hostname ~]$ is all gibberish; it looks something like this:
    ┌─[\[\e[31;1m\]\u@\[\e[32;1m\]\H\[\033[1;37m\]] \n\[\033[1;37m\]└─[\[\033[0;36m\]\w\[\033[1;37m\]]> \[\e[0m\]
    Note: The user name and password prompts display correctly, as well as any commands that I enter (such as pacman -Syu), just the text preceding where I enter commands in messed up. Also, graphical terminal emulators such as xfce4-terminal do not have this issue.
    I have researched this for a while, and I found a Post that outlines the same issue I am having. Unfortunately, the solution is for init.d and rc scripts, so it obviously will not work with Systemd.
    Also, no other distro has this problem on my system, even a clean install of Arch works properly. This leads me to believe that a config file is messed up somewhere.
    Does anybody know how to translate the above fix to a Systemd solution so I do not have to deal with wonky virtual consoles?
    Thanks
      -venividivici24
    Edit: I just tried logging in as root, and it worked fine, everything was normal, so maybe it is some configuration file for my user specifically.
    Edit 2: I fixed it. The problem happened to be in my ~/.profile config file. A while ago, I had bashish installed, but have since removed it. It left some settings in .profile that caused the console to act the way described above.
    All I did to fix this was to change this:
    # Termcap is outdated, old, and crusty, kill it.
    unset TERMCAP
    # Man is much better than us at figuring this out
    unset MANPATH
    BASHISHDIR="/usr/local/share/bashish" ## line added by bashish
    TTY=`tty 2>/dev/null` && if test "x$BASHISHDIR" != x;then ## line added by bashish
    test "$BASHISH_OLDPATH"||BASHISH_OLDPATH="$PATH" ## line added by bashish
    PATH="$HOME/.bashish/launcher:$BASHISHDIR/lib:$BASHISH_OLDPATH" ## line added by bashish
    BASHSISH_CP=437 ## line added by bashish
    EST_TERM="$TERM" _bashish_utfcheck && BASHISH_CP=utf8 ## line added by bashish
    ENV="$HOME/.profile" ## line added by bashish
    export BASHISH_CP BASHISH_OLDPATH TTY ENV ## line added by bashish
    . "$BASHISHDIR/main/prompt/sh/init" ## line added by bashish
    fi ## line added by bashish
    to this (I commented out the commands):
    # Termcap is outdated, old, and crusty, kill it.
    #unset TERMCAP
    # Man is much better than us at figuring this out
    #unset MANPATH
    #BASHISHDIR="/usr/local/share/bashish" ## line added by bashish
    #TTY=`tty 2>/dev/null` && if test "x$BASHISHDIR" != x;then ## line added by bashish
    #test "$BASHISH_OLDPATH"||BASHISH_OLDPATH="$PATH" ## line added by bashish
    #PATH="$HOME/.bashish/launcher:$BASHISHDIR/lib:$BASHISH_OLDPATH" ## line added by bashish
    #BASHSISH_CP=437 ## line added by bashish
    #EST_TERM="$TERM" _bashish_utfcheck && BASHISH_CP=utf8 ## line added by bashish
    #ENV="$HOME/.profile" ## line added by bashish
    #export BASHISH_CP BASHISH_OLDPATH TTY ENV ## line added by bashish
    #. "$BASHISHDIR/main/prompt/sh/init" ## line added by bashish
    #fi ## line added by bashish
    I hope that this helps anyone who has this issue
    Last edited by venividivici24 (2014-12-01 00:41:23)

    It says:
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=
    This is my bashrc, but I do not see anything in here that would warrant such odd behavior.
    alias aurup='yaourt -Sua'
    alias pacup='sudo pacman -Syu'
    alias update='sudo pacman -Syu && yaourt -Sua'
    export EDITOR="nano"
    complete -cf sudo
    Last edited by venividivici24 (2014-12-01 00:32:05)

  • [solved] xfce4-terminal spam after update to util-linux 2.25-3

    I use the setterm command inside a file in /etc/profile.d so that I can prevent the screen from blanking when using a console, along with a couple of other things.
    After the latest update to util-linux (2.25-3), whenever I open xfce4-terminal these lines show up:
    setterm: terminal xterm does not support --blength
    setterm: terminal xterm does not support --bfreq
    setterm: terminal xterm does not support --blank
    [gilmoreja@JamesPC ~]$
    Is there a better way to handle making sure setterm runs when a console is used, but not necessarily when a terminal is opened? Or is there some other way to solve this issue? There doesn't seem to be a switch for setterm for any kind of "quiet mode."
    Last edited by gilmoreja (2014-08-06 18:36:28)

    I think that the shell started in a console is a login shell, and it is not the case in a graphical terminal.
    A login shell has a '-' at the start of $0; so you can test that and condition the execution of the setterm commands:
    if [[ $0 == '-bash' ]]; then
    setterm ...
    setterm ...
    fi

  • [SOLVED] keeping terminal window open for scrot keyboard shortcut

    Hey,
    Im trying to bind a keyboard shortcut to scrot with the -s command (for selecting window). Normal scrot command works fine straight away, but with the -s command a terminal window needs to be open that waits for the selection. i have created a file called lscrot with the following code:
    1 #!/bin/bash
    /usr/bin/terminal --working-directory=$HOME/dump/ --geometry 0x0-0-0 -e "/usr/bin/scrot -s"
    i have put the file in /usr/bin folder with 755 permissions.
    if i right click the file and choose "execute", the new terminal window will stay open and i can select an area to take a screenshot of, but when i bind it to a shortcut key (using xfce) the new terminal window will close immediately rendering the shortcut useless.
    how does one fix this?
    thanks
    Last edited by iOfWhy (2012-06-10 13:41:55)

    hmmm, ok. binding keys to /usr/bin/scrot works fine, but /usr/bin/scrot -s does not. dont really know where to begin searching for a fix...
    EDIT: im assuming there is something elementary i am missing. after further testing, launching for example scrot ~/dump/test.png from console works fine, but not when i bind it to a keyboard shortcut. however, scrot test.png works to bind. does anyone know anything more about XFCe and binding keyboard shortcuts?
    EDIT2: ok so im honing in a little bit, i realised that the first times i use the keyboard shortcut it works. forcing the terminal window to stay open after command has been executed i see following error:
    giblib error: couldn't grab keyboard:Resource temporarily unavailable
    Searching the net i found old bug that was closed without (seemingly) being solved.
    https://groups.google.com/group/linux.d … 2056017d9a
    Any ideas?
    EDIT3: ok so found a solution, "sleep". Adding sleep 0.1 to the top of the screenshot script seemed to help. seems you need to give sometime to release the keyboard for scrot to use. would still be great if anyone knew how to get it to work by using a direct command in the keyboard shortcut bindings. ie binding in straight to "scrot -s". using Alt+F2 then typing in scrot -s works fine, so i really dont see why i cant bind a keyboard command straight to that.
    NOTE: how do i see xsession errors? I find no .xsession-errors file in my home directory. been searching for months.
    Last edited by iOfWhy (2012-06-10 13:33:56)

  • [SOLVED]Which terminal is right for me?

    Please help me choose a good terminal. I have viewed a couple of posts, but haven't found what I have been looking for.
    I'm looking for the following features in a terminal:
    * Copy with CTRL+INSERT, paste with SHIFT-INSERT. (On my computer, I cannot middle click.) These keys are actually as standard as CTRL+C and CTRL+V - Unfortunately xterm doesn't support them.
    * If you have the terminal open in Window 1, and you open a new terminal in Window 2, it should appear in Window 2. (LXTerminal opens in Window 1 like gedit.)
    * When you press CTRL+Left and CTRL+Right, you skip through typed words left and right. Similar to vi's "w" and "b".... Almost all GUI programs have this feature. (rxvm terminal doesn't.)
    * I would prefer not having a menu bar, as that takes up space.
    * I do not care for transparency.. it actually gets in the way.
    * I do not care for tabs.. I'm using a tiled window manager.
    * I do not care for a scroll bar. (Just use SHIFT+PageUp, SHIFT+PageDown.)
    * Speed is of importance... usually terminals are pretty fast though...
    As you can see, my needs for a terminal are relatively simple.. I would expect the top three "features" that I ask for to be present in all standard GUI programs, but for some reason they are not.
    Does anybody know of a terminal that can do what I noted?
    Thank you,
    LiteHacker
    Last edited by LiteHacker (2009-04-19 15:59:49)

    LiteHacker wrote:
    muaythaimaster74 wrote:I'd try sakura.  it handles ctrl + ins for copying and shift + ins for pasting.  also does ctrl + left and ctrl + right as you described.
    I tried out sakura. It works as described. Thank you.
    No prob.  Sakura is my favorite terminal.  You can keep it simple, or even do transparency and tabbing with it as well.

  • [SOLVED] Xfce terminal open links with wrong browser.

    After installing Opera as second browser, xfce terminal began to open links with it, instead of my default browser - Firefox.
    I right click on an URL, choose 'Open Link' and it opens in Opera.
    Firefox is set as default browser in Settings -> Preferred Applications -> Web Browser
    xdg-open http://archlinux.org
    - opens Firefox
    exo-open http://archlinux.org
    - opens Firefox
    After quick search through xfce terminal sources i found it uses some function - gtk_show_uri.
    I googled it, found that topic: https://bbs.archlinux.org/viewtopic.php?id=140028 and tried the solution:
    cat ~/.local/share/applications/mimeapps.list
    [Added Associations]
    x-scheme-handler/mailto=exo-mail-reader.desktop
    x-scheme-handler/http=firefox-browser.desktop
    strangely it doesn't help.
    After all righ click url in terminal and 'Open Link' still uses Opera.
    Any ideas? What else can i do to find out a reason?
    Last edited by spacetekk (2015-01-04 11:41:53)

    Tried BROWSER envar - doesnt help, and as i understand it must work only for cli apps.
    Editing of  ~/.config/mimeapps.list doesnt help eather:
    cat ~/.config/mimeapps.list
    [Default Applications]
    text/vcard=firefox.desktop
    text/html=firefox.desktop
    [Added Associations]
    text/vcard=firefox.desktop;
    text/html=firefox.desktop
    but maybe it's not correct.
    After that i tried to strace xfce4-terminal:
    poll([{fd=4, events=POLLIN}], 1, 4294967295) = 1 ([{fd=4, revents=POLLIN}])
    recvmsg(4, {msg_name(0)=NULL, msg_iov(1)=[{"\34\0.\331!\t`\2N\1\0\0\330\336\7\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096}], msg_controllen=0, msg_flags=0}, 0) = 352
    recvmsg(4, 0x7fff5ad349d0, 0) = -1 EAGAIN (Resource temporarily unavailable)
    stat("/home/user/.local/share//mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/home/user/.local/share//mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/mime.cache", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/globs", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/local/share/mime/magic", 0x7fff5ad34470) = -1 ENOENT (No such file or directory)
    stat("/usr/share/mime/mime.cache", {st_mode=S_IFREG|0644, st_size=115108, ...}) = 0
    open("/usr/share/applications/opera.desktop", O_RDONLY) = 13
    fstat(13, {st_mode=S_IFREG|0644, st_size=550, ...}) = 0
    read(13, "[Desktop Entry]\nVersion=1.0\nName"..., 4096) = 550
    read(13, "", 4096) = 0
    close(13) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    access("/usr/local/sbin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/local/bin/opera", X_OK) = -1 ENOENT (No such file or directory)
    access("/usr/bin/opera", X_OK) = 0
    getuid() = 1000
    stat("/usr/bin/opera", {st_mode=S_IFREG|0755, st_size=416, ...}) = 0
    pipe2([13, 19], 0) = 0
    pipe2([20, 21], 0) = 0
    clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd725cf1bd0) = 1469
    close(19) = 0
    close(21) = 0
    wait4(1469, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 1469
    and it's strange but as i can understand it uses some mime cache file located at /usr/local/share/mime/mime.cache
    and before that some other non existing files, but i dont see there any familiar config files.

  • [SOLVED] Arch terminal issues

    Having some trouble with my terminal in Arch. I currently have Arch running with i3 and using Terminator emulating xterm. Everything is fine except something is causing the terminal instance to wrap the cursor way too earlier (before the end of the columns) and it wraps back to the start of the line rather than the beginning of a new line. I'm not sure how this would have happened or if there is some option to fix this. It works fine when I have no seperate tiles, adding vertical tiles causes the weird word wrap but horizontal tiling doesn't affect it. It's almost like its trying to programmatically figure out the word wrap point but gets halved with you add vertical tiles
    Thanks for any help!
    Last edited by mihok (2013-01-29 14:27:04)

    Thanks for the direction. 
    PS1="\[\e[00;31m\][- \[\e[107;34m\]\u@\h\[\e[00;31m\]- ]
    |-\[\e[107;31m\] in [* \W * ]\[\e[00;31m\]-|-->\[\e[00m\]"
    [- joe@Tux-Box- ]
    |- in [* Tunes * ]-|-->

  • [SOLVED] GNOME terminal is completely blank

    When I open the gnome terminal, it is completely blank, not the usual "$ user@computer". Any ideas?
    Last edited by r42xer (2012-04-28 00:37:04)

    Haha, silly me, the text was black on a black background. Gee do I feel stupid. Closing.

  • [SOLVED] gnome-terminal 3.12 won't start

    After I upgraded to gnome 3.12, I my terminal refused to start with the error "Message did not receive a reply". It turns out that the issue was that I had previously installed vte3-mosh-fix from the AUR, and the new version of gnome-terminal was incompatible with that old version of vte3. Running "pacman -S vte3" fixed the problem for me. (And I think that mosh fix has been incorporated into the latest version too.) Posting in case anyone else runs into this.

    The patch was indeed merged into the upstream, it's the only reason I haven't updated the PKGBUILD.

  • [SOLVED] gnome-terminal won't start

    Well, first of all good day and thanks in advance.
    gnome-terminal is not launching. I get:
    ERROR:terminal-app.c:1433:terminal_app_init: assertion failed: (app->system_font_desc != NULL)
    This started with no particular trigger, and now i am using aterm, but i like better gnome-terminal, so any help would be appreciated.
    Last edited by evildrake (2009-07-24 16:37:48)

    Seems like a font issue, try this:
    gnome-terminal --tab-with-profile=Default
    Else you can try editing the settings using gconf-editor.

  • [SOLVED] gnome-terminal initial path

    Recently my gnome-terminal initial path became "/" instead of my home. How can I fix that? I haven't this problem when I use xterm or log in out of Xorg.
    Thank you
    Last edited by cemsbr (2009-04-16 06:26:20)

    cemsbr wrote:
    Recently my gnome-terminal initial path became "/" instead of my home. How can I fix that? I haven't this problem when I use xterm or log in out of Xorg.
    Thank you
    Then it's probably gnome/gnome terminal's fault.
    Check every settings tab in gnome-terminal..,see if there's an option to set initial folder path
    If not, adding a "cd ~/" on the first line of your ~/.bashrc could also do the trick (assuming you use bash as a shell)
    Last edited by Wra!th (2009-04-15 14:02:43)

  • [SOLVED] The terminal in the Arch installation

    I've notice that the terminal in the Arch installation has interesting features: the TAB autocompletion shows lots of information, typing a command and using up/down arrow only navigates through the history of this command... I love it. I'm using Arch with LXDE and its lxterminal does not have those features. Is it possible to install the Arch-installation terminal in LXDE? Or maybe adapt lxterminal someway? Thanks.
    Last edited by David López (2012-09-03 22:52:50)

    Background info: http://mailman.archlinux.org/pipermail/ … 02683.html
    The config it uses: http://www.archlinux.org/packages/extra … sh-config/

Maybe you are looking for

  • 3D- New Mesh from Grayscale- Plane  produces a mesh with some gaps in.

    When I open a greyscale BMP file, and use the 3D->New Mesh from Grayscale->Plane option to create a 3D mesh based on it, the mesh it creates has some curious gaps in - I've attached an illustration of this, showing dome shapes with the mysterious gap

  • Event Structure hangs VI

    I am using Tab Controls in my VI, and want to reset some Button Controls (using property nodes) when the tab controls change value. So i have tried to use an event structure which contains a FALSE constant wired to the VALUE property of several Butto

  • No sound in flash after resume from suspend (linux debian)

    Using 10.0.r42, iceweael and linux 2.6.32 kernel. If I close the lid on my HP laptop which causes it to suspend, and the resume from suspend, other audio playing programs work, but I cant get any sound from iceweasel/flash until I kill all instances

  • Best place to put shared folders

    Switching from pc to mac. In windows you have a "shared folders" folder for all accounts and under each account a public shared folder. Where would I put the "shared folders" folder? at the HD root?

  • Following having to erase the hard drive, I am attempting to re-install CS5 upgrade........

    Following having to erase the hard drive, I am attempting to re-install CS5 from previously registered CDs as an upgrade to CS2. Although at the time of purchase, CS2 was acceptable, and the serial numbers of the NEW software remain registered on my