Transparent gnome terminal problem

Hi there all archies!
I have a problem with transparency in gnome terminal. When using it without transparency it runs smoothly, but when i turn on the transparency all gets slow and i cant really use it.
I have tried both before and after nvidia-drivers installer but without any success. My graphic card is an nvidia 2 gts, and i am running gnome without kdelibs/qt installed.

yes, dri indeed! de-comenting it in XFree86Config did the trick. also, as a result everything looks nicer, and it appears to have fixed another minor bug i encoutered in gnome-term, which was while i scrolled up the text got all corupted.  thanks dude. what is dri anyway?
uh, maybe i should start a new thread but i'll ask here anyway. mozilla runs fine as root but when i attempt to run it as any other user it does nothing. i mean i enter the command mozilla in a terminal and it doesn't do anything, no processes are started, nothing. it takes the command and promptly return s the next bash line without any comments or fatal error in melting process x0876w or whatever. i re-installed it with pacman (-R and again -Sy), no luck. any ideas?
thanks again

Similar Messages

  • Gnome-terminal problems

    Hi there,after upgrade to gnome-terminal 3.12.1-1,I found some errors appears :
    First, when I want to open a new terminal use my custom shortcuts Ctrl+Alt+T,sometimes it will make the whole screen freeze, and I have to switch to another TTY to kill it.Then I check my system log, there are many warnings like:
    org.gnome.Terminal[958]: (gnome-terminal-server:7346): GLib-GObject-WARNING **: g_object_weak_unref: couldn't find weak ref 0x7faec0b2c420(0x14e1550)
    Is there something wrong ?I also try to compile it by myself , but it gives a warning:
    server.c: In function ‘main’:
    server.c:113:5: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
         (void) chdir ("/");
         ^
    are all the problems caused by this ?How could I handle this, can anyone fix that?Thanks for your works.Sorry for my poor English.

    That compiler warning is probably benign (harmless).  The function appears to change the working directory and then return a void pointer.  The pointer is not used because, apparently, in this case it is not needed.

  • [solved]Mono font substitution problem in gnome terminal

    I have to edit mono font substitution in 65-nonlatin* in /etc/fonts/conf.d
    Still don't understand why font rendering in terminal is different from the rest of the system though...
    Don't know where else to post this, so it ends up here...
    I just upgraded fontconfig today and substituted the ubuntu packages (cairo, freetype2 and libxft) with the cleartype ones (as the later are up-to-date and turn out looking cool too).
    The only problem I have now is that mono font substitutiton got messed up in gnome-terminal.
    Both gedit and terminal use the system mono font (which is set to Monospace), with Liberation Mono as the preferred font. But somehow the terminal decides to use a different font (looki like my Chinese font: wenquanyi-zenhei).
    If I tell the terminal to use Liberation Mono, I get a serifed Chinese font, so this is not a solution for me.
    I've read somewhere that gnome-terminal does not follow the system fontconfig? It gave me a lot of trouble the last time I upgrade the relevant files. So unfortunate that it decides to be naughty again this time...
    Last edited by allbluedream (2008-07-30 11:25:08)

    http://wiki.archlinux.org/index.php/Configuring_locales instructed me to 'export LANG=en_EN.utf8' to set the system language to english, yet that locale doesn't exist in locale.gen. Of course, I had neglected to look in locale.gen for such an entry to uncomment it, or I would have noticed the error sooner. All is working now.

  • Vim+gnome terminal+xfce - problem after last update

    I use vim in the tabbed gnome terminal in the xfce4 desktop.
    After todays update I have serious problem with editing file.
    I see rendering artifacts, mixed syntax colors, I can fix it with redrawing vim screen or resizing terminal.
    Have you noticed something similiar?

    Fixed with vte 0.16.4-2. vte was rendering uninitialized things on the screen, making random alienated things appearing in your terminal.

  • [Request] GNOME Terminal With Transparency Patch

    The people at Fedora have created a patch for GNOME Terminal, readding transparency. This would be very useful for me and I'm sure many others too. There does not seem to be a AUR package for this. I would make one, but I have no idea which repositories to clone (if any). If anyone is willing to create a PKGBUILD, that would be great.

    I like this idea and created a package. However, you have to build a patched gnome-themes-standard package to make it look nice (Otherwise the completely transparent menubar is really annoying). I don't want to submit that to AUR for it is an upstream patch. I wonder how we should deal with that.
    Last edited by jdbrown (2014-05-28 06:44:21)

  • Gnome-terminal rendering problem

    Hi everyone,
    I'm new here because I never had a question that the answer wasn't already here.
    But today it's a different day.
    I have installed Arch in my desktop, everything seemed to work fine until I opened gnome-terminal
    and get this:
    All other programs are running fine.
    This is happening with terminator too.
    I have a nvidia with the official and proprietary driver installed.
    Need help, please!
    Thanks!
    And sorry about my poor english, been a long time since I practiced.

    The screenshot isn't showing up.

  • No scrolling when viewing man pages with Gnome terminal?

    Hi all,
    I have just installed Oracle Solaris 11 on x86. For a long time I've used Solaris 9 on SPARC. I like the new OS, but I'm having a problem viewing man pages with Gnome terminal. When I view a long man page, e.g., "man newfs", I don't get a functional scroll bar on the right hand side of the window. And although the space bar works to advance the page, when I reach the end, it doesn't return to the command prompt. It just beeps, prints "END", and I can only exit by closing the window. Can anyone tell me how to fix this? Suggestions would be much appreciated.
    Many thanks,
    Chris Tidy

    It does sound like you're using "less" instead of more. When you see the "(END)" prompt you can simply type "q" and it will exit back to the command line prompt making it unnecessary to close the window. See the "less" manual page for more detail on the less command. Under Solaris 9 the paging was done with the "more" command. If you set the PAGER environment variiable to "more" the man page will use more and revert to the behavior you'd be used to with Solaris 9. Less erases the text you've already read when you type that final "q" which is a behavior I don't like. I didn't bother to determine if there is a way to fix that with less, I just went back to more. The choice between "more" and "less" is a personal preference.

  • [SOLVED] Gnome 3.12 : gnome terminal does not run anymore

    I had the following message when trying to run gnome-terminal after updating to 3.12:
    Error creating terminal: Message did not receive a reply (timeout by message bus)
    I have found a fix, so I'll share it with the community. The problem was that I had vte3-mosh-fix installed from the aur, version 0.34.9 and that gnome-terminal now requires vte3 0.36.0.
    Switching to the official vte3 package fixes the issue.

    Thank you for posting the solution.  I would have never even remembered that I had installed that mosh fix, let alone thought to remove it.

  • Urxvt vs gnome-terminal font style difference

    Hi All,
    I`m using ubuntu mono font with cleartype patches for my terminal. On gnome-terminal the fonts look good  but on rxvt-unicode they look different (more sharp, thin and wide).
    How do I make the fonts look good in urxvt just like gnome-terminal?
    In the screenshot above, left side is gnome-terminal and right is rxvt-unicode.
    Here is the relevant chunk from ~/.Xresources:
    Xft.dpi: 96
    Xft.antialias: true
    Xft.rgba: rgb
    Xft.hinting: true
    Xft.hintstyle: hintslight
    URxvt*font: xft:ubuntu mono:size=13:style=medium:antialias=true
    URxvt*boldFont: xft:ubuntu mono:size=13:style=medium:antialias=true
    Thanks.

    orschiro wrote:You need to install rxvt-unicode-patched from the AUR as by default urxvt has some font rendering problems.
    Thanks. I should have mentioned this before, I`m using rxvt-unicode-256xresources from AUR. This packages has same patches as rxvt-unicode-patched. However, I have tried both rxvt-unicode-patched and rxvt-unicode-256xresources and both versions have the same issue.
    On the flip side, I removed the xft,freetype2 and cairo cleartype patches and installed -ubuntu patches. With this I was able to get the desired quality in urxvt, but then gnome-terminal,emacs and other X apps get the bad font rendering.
    Unfortunately, I do no understand the details of font configuration like antialias-ing, hinting etc to tweak this.
    Last edited by acewin (2011-10-17 12:33:24)

  • Gnome 3.12 cannot launch gnome-terminal with sudo

    I am suffering from a problem that seems similar to the thread https://bbs.archlinux.org/viewtopic.php?id=180103 and https://bbs.archlinux.org/viewtopic.php?pid=1402702 but since they are marked solved I am opening my own.
    My real problem is I use this encrypted USB stick called an ironkey. Without going into too much detail, in order to unlock the encrypted partition on it I need to run an executable on it, typically like this:
    sudo /run/media/ccooper/IronKey/linux/ironkey
    I am getting the error
    Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 1
    The ironkey launcher for some reason spawns a new terminal to ask for my passphrase, which is the problem.
    I have narrowed it down to just being unable to launch gnome-terminal with sudo or as root.
    So in summary, i can launch a gnome-terminal as my normal user, but not with sudo. I also cannot sudo -i and launch a gnome-terminal either.
    I have run the localectl and localegen commands, as described as the "fix" but they do not help me.
    # localectl
    System Locale: LANG=en_US.UTF-8
    VC Keymap: n/a
    X11 Layout: n/a

    Thanks for the reply OOO, I'm just about to open bug for gnome (did a break for lunch )
    Are you still suffering from the issue?
    can you please provide some details, for example your gnome version and if you have gnome-screensaver and or xscreensaver installed and or activated?
    are you using GDM or lightDM?
    I noticed from: https://wiki.archlinux.org/index.php/GNOME that the display manager has role in the locking/screesaver mechanism:
    Note: Native support for screenlocking in GNOME is provided by GDM. If you choose to not use GDM you will need to use a different screen locking program such as XScreenSaver.
    about your say for Antergos,
    I would like to direct you to: distrowatch
    Antergos using standart arch and AUR packages (managed by packman), I would say that Antergos is arch, just with graphical installer..
    If you think that it's not arch, we can continue and argue about this fact, but I would like to concentrate on trying to understand and resolve the "blank screen" issue (that I believe is actually a gnome issue )
    opened: https://bugzilla.gnome.org/show_bug.cgi?id=737256
    please add your info there as well.
    Thanks,
    Elia.

  • Gnome-Terminal can't open links anymore

    Hey
    I'm using Awesome as "DE" and gnome-terminal as my default terminal.
    The Problem is that I can't open links in gnome-terminal anymore (through right click->open link). I get the Error:
    Could not open the address "$Link"
    Operation not supported
    In the "gnome-default-applications-properties" I set "Custom" and used "chromium" as command.
    Does somebody maybe know what the problem could be or at least where I can get a bit more error logs?
    greetings
    vIiRuS

    What is the output when you run 'x-www-browser' in a console?  It *should* work as I just had to investigate the very same issue this past weekend and it cleared up the problem for me.
    Edit: Oh wait, I just re-read your first post...instead of right-clicking, try control+click.  That's what I use.
    Last edited by thayer (2010-08-03 19:35:11)

  • [sovled] gnome3.12 locale issue, cannot open gnome-terminal

    I update gnome from 3.10 to 3.12, everything works fine except that I cannot open gnome-terminal, the error message shows
    (process:2410): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 1.
    The other problem is that I cannot start fcitx(I use it to input chinese) either, there is somethings wrong in my locale, when I type 'locale ' it shows
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    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=C
    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=
    I try to reinstall the glibc or regenerate the locale-gen, but none of them solve the problem,  so can anyone help me? thanks.
    Last edited by wntyygtwxf (2014-04-11 10:25:48)

    I have resolved this issue. The reason I guess is also "locale"
    "$localectl" output "System Locale: n/a" and I check the /etc/locale.conf I found this file is lost.
    So after I press below command and reboot the machine, gnome-terminal could be started.
    # localectl set-locale LANG="en_US.UTF-8"
    Thanks all!
    gogoer wrote:
    I don't meet C locale error message after I exec gnome-terminal. Although that, I post below output. 
    ~  locale -a
    C
    en_US
    en_US.iso88591
    en_US.utf8
    POSIX
    zh_CN
    zh_CN.gb18030
    zh_CN.gb2312
    zh_CN.gbk
    zh_CN.utf8
    ~  localectl
    System Locale: n/a
    VC Keymap: n/a
    X11 Layout: n/a
    clfarron4 wrote:@gogoer, did you also get a message about the C locale, or is this an unrelated issue (in which you need to start a new thread)?

  • Weird Gnome-Terminal font issue

    So i reinstalled arch yesterday and i'm having a problem with font rendering in gnome-terminal. Some letters will disappear, leaving the i-beam.
    It only happens sometimes, and happened on my previous install, but i don't know what i did to fix it then.
    Here's what it looks like
    Not sure what's causing it. I've tried other fonts, and it still happens. Atm i'm using Droid Sans Mono and i have the ubuntu font patches. Though i was having the issue before with the lcd font patches.

    Knute wrote:I was a help desk technician for many years, and learned that sometimes the best question to ask was "Is it plugged in?"
    Me too.
    And since most of installing arch and DE's is handled by pacman and not the installation media, it seems kind of irrelevant.
    I'm thinking it has to do with compositing or Nvidia drivers.
    I'm also getting some rendering problems in firefox, if i switch tabs, the tab will switch but the page will not. And i'll have to keep switching back and forth to get the tab switched.
    I'm currently running kernel26-ice with the latest nvidia proprietary drivers. I guess i'll try without compiz and see how it goes...

  • Gnome-terminal doesn't tile all the way in awesome [SOLVED]

    There are always a little space left not covered by the gnome-terminal.
    So does some other terminals like sakura, lilyterm.
    konsole have no problem with it.
    What could be the problem?
    Edit:
    Thanks for lucke's suggestion
    I followed this and it worked
    http://awesome.naquadah.org/wiki/FAQ#Ho … windows.3F
    Last edited by Mgccl (2010-06-05 20:48:03)

    I notice this with xfce's terminal too, and I believe it has to do with the fact that the window size has to be an integer multiple of the size of a character ie. there needs to be a whole number of lines shown vertically (and characters horizontally). I'm not sure if there is a way of getting it to play nice with awesome (as I don't use it), maybe somebody else can help...

  • [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.

Maybe you are looking for

  • HTML Tags in Text View

    Is it possible to use HTML tags to format a string displayed within a text view.  If so how?

  • Posting Loan to Vendor Employee

    Dear Experts, We're in 4.7.  We have a requirement where we need to keep track of loan payment of all our individual employees.  Is it possible to post the loan payment in payroll individually to each and every corresponding vendor employees ?  Any i

  • Why can I not open some attached emailed pdf files?

    PLEASE HELP ME! I HAVE TO OPEN THESE FILES MY BUSINESS DEPENDS ON IT! why can I not open some attached pdf files and others are ok?

  • Mavericks forgetting my display arrangement

    I have a MacBook Pro with three external displays - two of which are connected via USB/DisplayLink adapter. Since upgrading to Mavericks, my system forgets the display arrangement every time I reboot. It defaults back to "mirroring" which I have to f

  • Camera won't work, sending for repairs

    I bought an Xperia Z2 from a friend. The phone is nice and everything was working fine, until one day the camera stopped working. Whenever I open a camera app, even any flashlight app, it either says, "Unfortuantely, the camera has stopped" or "Can't