[SOLVED] Transparency in termite gone

So, the title states it pretty well.
Updated last night, went to bed, booted everything like normally, woah! Transparency isn't working!
And I'm pretty sure termite is to blame, somehow... But I don't know why.
I've tested other terminals to rule it out a bit, it works just fine in my old terminal, urxvt.
It's also seemingly not the fault of xcompmgr. I tried using compton, the same situation exists.
I'll just leave my last update log here, since I have no idea what to do. Maybe it's just something really obvious I'm missing.
I tried re-installing termite today, with no success.
This is after I realised transparency is not working
[2013-10-31 08:26] [PACMAN] Running 'pacman -Syu --ignore wine'
[2013-10-31 08:26] [PACMAN] synchronizing package lists
[2013-10-31 08:26] [PACMAN] starting full system upgrade
[2013-10-31 08:27] [PACMAN] upgraded glibc (2.18-8 -> 2.18-9)
[2013-10-31 08:27] [PACMAN] upgraded cracklib (2.9.0-1 -> 2.9.0-2)
[2013-10-31 08:27] [PACMAN] upgraded gdbm (1.10-2 -> 1.10-3)
[2013-10-31 08:27] [PACMAN] upgraded grep (2.14-2 -> 2.15-1)
[2013-10-31 08:27] [PACMAN] upgraded lib32-util-linux (2.23.2-1 -> 2.24-1)
[2013-10-31 08:27] [PACMAN] upgraded libgssglue (0.4-1 -> 0.4-2)
[2013-10-31 08:27] [PACMAN] upgraded libmpdclient (2.8-1 -> 2.9-1)
[2013-10-31 08:27] [PACMAN] upgraded libpulse (4.0-5 -> 4.0-6)
[2013-10-31 08:27] [PACMAN] upgraded libtirpc (0.2.3-1 -> 0.2.3-2)
[2013-10-31 08:27] [PACMAN] upgraded lzo2 (2.06-1 -> 2.06-3)
[2013-10-31 08:27] [PACMAN] upgraded mpc (0.23-1 -> 0.24-1)
[2013-10-31 08:27] [PACMAN] upgraded pciutils (3.2.0-3 -> 3.2.0-4)
[2013-10-31 08:27] [PACMAN] upgraded wavpack (4.70.0-1 -> 4.70.0-2)
[2013-10-31 08:27] [PACMAN] upgraded xfsprogs (3.1.11-1 -> 3.1.11-2)
[2013-10-31 08:27] [PACMAN] upgraded youtube-dl (2013.10.29-1 -> 2013.10.30-1)
This is the night before
[2013-10-30 07:29] [PACMAN] Running 'pacman -Syu'
[2013-10-30 07:29] [PACMAN] synchronizing package lists
[2013-10-30 07:29] [PACMAN] starting full system upgrade
[2013-10-30 07:29] [PACMAN] upgraded ffmpeg (1:2.0.2-3 -> 1:2.1-1)
[2013-10-30 07:29] [PACMAN] upgraded mpv (0.2.1-3 -> 0.2.1-4)
[2013-10-30 07:29] [PACMAN] upgraded sqlite (3.8.1-1 -> 3.8.1-2)
[2013-10-30 07:29] [PACMAN] upgraded youtube-dl (2013.10.28-1 -> 2013.10.29-1)
Oh, this also might be helpful...
[options]
resize_grip = false
scroll_on_output = false
scroll_on_keystroke = false
audible_bell = false
visible_bell = false
mouse_autohide = false
allow_bold = false
dynamic_title = true
urgent_on_bell = false
clickable_url = false
#font = nanumgothiccoding normal 8
font = gohufont normal 8
#font = terminus normal 8
scrollback_lines = 65535
search_wrap = true
#icon_name = terminal
geometry = 480x265
# 0.0: opaque, 1.0: transparent
transparency = 0.35
# "system", "on" or "off"
cursor_blink = off
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
browser = chromium
# word characters used for word selection
# (default if unset: all graphic non-punctuation/space characters)
#word_chars = -A-Za-z0-9,./?%&#:_=+@~
# set size hints for the window
#size_hints = false
[colors]
foreground = #999999
#foreground_bold = #999999
#foreground_dim = #999999
background = #000000
#cursor = #999999
# if unset, will reverse foreground and background (cursor)
#highlight = #2f2f2f
# colors from color0 to color254 can be set
#black + counter
color0 = #444444
color8 = #666666
#red + counter
color1 = #C42D4E
color9 = #ff5d87
#green + counter
color2 = #7CA831
color10 = #B7FF00
#yellow + counter
color3 = #FFBB00
color11 = #FFE86E
#blue + counter
color4 = #00aaff
color12 = #89f2ff
#magenta + counter
color5 = #6a42db
color13 = #A15EF2
#color13 = #aa61cf
#color13 = #8169c2
#cyan + counter
color6 = #3F5357
#color6 = #4e6266
color14 = #98acb1
#white + counter
color7 = #d1d1d1
color15 = #A8A8A8
[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0
# vim: ft=dosini
If more information is needed, I'll happily provide it.
Last edited by Jellicent (2013-11-01 07:28:20)

WonderWoofy wrote:
You should try searching for the answer on your own.  But since I was looking for the same info, I'll give it to you this time.
Edit: I guess I'm feeling generous.
Thank you! But I reassure you that I did my research and that I didn't find anything until someone in #archlinux said "upstream dropped it".
Ironically I didn't have the idea of looking into the repo myself, since I hoped for something else to be the culprit.
Could you kindly explain how (exactly) to apply that? I have never tinkered with patches.
What I did was I cloned the repo, and manually created the util folder and its files (because it wouldn't compile without the files), patched the config in the main folder, compiled and installed it.
No transparency to see.
Plus I had to take out this part:
##diff -Naur termite.orig/.config.swp termite/.config.swp
#--- termite.orig/.config.swp 2013-10-30 19:54:16.560230144 -0700
#+++ termite/.config.swp 1969-12-31 16:00:00.000000000 -0800
#@@ -1,12 +0,0 @@
#-b0VIM 7.4
Because it gave me errors and I don't have that file.
So... yeah.. I could use a bit of advice here. ;/
Edit: Nevermind, found a work-around.
Last edited by Jellicent (2013-11-01 15:31:57)

Similar Messages

  • [SOLVED] Transparent Minecraft screen

    Hello, I've been having issues with my graphics for Minecraft lately. Ever since the upgrade to Mesa 10 and above along with the Intel drivers that go along with it, I have had a major transparency bug with Minecraft. I've included some screenshots below on imgur.
    I'm running a system(Dell Inspiron N5110) with:
    Intel i5-2450m (2.5GHz at 2 cores)
    6 GB RAM
    Intel HD Graphics 3000 (integrated graphics)
    My system is currently up to date, and I also did a reinstall yesterday(I had the issue beforehand too, I just downgraded to mesa and all required libraries to 9.2.4 - the last version that didn't happen with this - I just want to get it fixed and run on latest versions now). Minecraft is completely up to date(1.7.5). Doesn't matter what launcher I use either.
    http://imgur.com/a/a9Wl6
    Last edited by logangorence (2014-03-31 21:29:58)

    Thank you for pointing me towards that post, I had not seen that one while searching. All I found was old posts that didn't lead me anywhere.
    Edit: Issue solved, close if you'd like.
    Last edited by logangorence (2014-03-31 21:30:19)

  • {SOLVED}SAMBA/CUPS Printer gone on both Linux and Windows Computers

    Greetings all,
    Have found myself in a pickle that has got me scratching my head.
    For a while now, I have had a headless server set up with Arch Linux with SAMBA and CUPS installed.  All computers in the house have had the printer set as default and have been working fine.  Have not had to print anything in about a week.  Wife went to print a coupon and told me that it would not print.
    I went to my Windows computer and sure enough, the printer no longer even shows up on the network.  I have not touched my smb.conf or changed any CUPS parameters so I am stumped why the printer is no longer accessable.
    When I go into my CUPS Web Interface it shows the printer and shows it as idle
    Officejet_7300    Automatically setup by HPLIP        HP Officejet 7300 Series, hpcups 3.12.10a    Idle
    Here is my smb.conf which like I mentioned earlier has not been touched.
    #======================= Global Settings =====================================
    [global]
    log file = /var/log/samba/%m.log
    printer = HP_7400
    guest account = nobody
    load printers = yes
    printing = cups
    server string = Samba Server
    path = /var/spool/samba
    workgroup = WORKGROUP
    hosts allow = 192.168.0. 192.168.1. 192.168.2. 127.
    security = share
    max log size = 50
    ; printcap name = /etc/printcap
    ; printcap name = lpstat
    # These scripts are used on a domain controller or stand-alone
    # machine to add or delete corresponding unix accounts
    ; add user script = /usr/sbin/useradd %u
    ; add group script = /usr/sbin/groupadd %g
    ; add machine script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %u
    ; delete user script = /usr/sbin/userdel %u
    ; delete user from group script = /usr/sbin/deluser %u %g
    ; delete group script = /usr/sbin/groupdel %g
    #============================ Share Definitions ==============================
    ;[homes]
    ; comment = Home Directories
    ; browseable = no
    ; writable = yes
    ;[Profiles]
    ; path = /usr/local/samba/profiles
    ; browseable = no
    ; guest ok = yes
    [Storage]
    comment = Home Data Storage
    path = /home/storage
    valid users = ichase ian sharon
    public = yes
    writable = yes
    browsable = yes
    create mask = 0777
    directory mask = 0777
    [printers]
    comment = All Printers
    path = /var/spool/samba
    browseable = yes
    Set public = yes
    guest ok = yes
    writable = yes
    printable = yes
    The Storage drive is still accessable by all computers in the house.  This would be a piece of cake if I had actually gone in and changed something but nothing has been changed.  Not sure when the printer decided to take a hiatus.
    Thanks as always for your help and if there is any other files or command output I can provide, let me know.
    Ian
    Last edited by ichase (2012-12-14 23:27:04)

    ewaller - good point, I actually did try shutting down the printer and turning it back on.  But to no avail.  I may not have touched any of the configuration files but I have run updates on the server via secure shell from my laptop.  So one of the updates may have caused this issue.  I believe that maybe the HP driver may have been updated and that could be the issue.  May need to look at going back to the older version of the driver.
    WonderWoofy - Thanks for the response, as mentioned above (and actually it just came to mind when I was typing it) the updated driver may have caused the issue.  Drivers and support has come a long way in regards to Linux though there is definitely more work that can be done.

  • [solved] Transparent vim in pseudo-transp. urxvt?

    Hi,
    currently I'm using pseudo-transparency in rxvt-unicode-256color.
    Can I have this transparency in vim too? When I start vim the background is set to black.
    My .Xdefaults:
    URxvt.saveLines: 1000
    URxvt.scrollBar: false
    urxvt*depth: 24
    urxvt*shading: 80
    URxvt.inheritPixmap: true
    URxvt.secondaryScroll: true
    URxvt.foreground: white
    URxvt.font: xft:Bitstream Vera Sans Mono:pixelsize=12
    URxvt.perl-ext-common: default,matcher
    URxvt.urlLauncher: firefox
    URxvt.matcher.button: 1
    URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
    Thanks in advance
    Last edited by Barghest (2009-05-03 17:15:00)

    Barghest wrote:
    Thanks bluewind,
    I found out that the reason was this line:
    call <SID>X("Normal", "cccccc", "000000", "")
    I commented it out and added a new line with ctermbg=NONE.
    I guess I could have entered NONE also in the other line? What does it stand for?
    It's a function to set colors. (search for "fun <SID>X" in the file to see what it does)
    call <SID>X("Normal", "cccccc", "NONE", "")
    should also remove the background.

  • [SOLVED] Transparent URxvt position in Openbox

    I've followed the "Urxvt in the background" topic in the ArchWiki Openbox entry. I am unable to get the terminal to appear anywhere but the upper right corner. I have tried various changes to the postion settings in the application section of the rc.xml file with no effect. It also doesn't seem to be on the bottom layer, as other windows can be moved below it. It also doesn't have focus.
    My current application section is rc.xml
    <application name="urxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>-5</x>
    <y>0</y>
    </position>
    <layer>below</layer>
    <desktop>all</desktop>
    </application>
    Last edited by 000krf (2009-01-08 22:39:19)

    That didn't work either. Here is what I have found, after further experimenting...
    Here is my .Xdefaults file
    URxvt*transparent:true
    URxvt*scrollBar: false
    #URxvt*borderLess: true
    URxvt*foreground: White
    And here is my current rc.xml file
    <application name="urxvt">
    <decor>no</decor>
    <focus>yes</focus>
    <position>
    <x>-5</x>
    <y>5</y>
    </position>
    <layer>below</layer>
    <desktop>1</desktop>
    </application>
    As shown above, my terminal appears as transparent, on the desktop, and in the upper right-hand corner, but with a black border. If I uncomment the "URxvt*borderLess: true" line the terminal appears in the upper left-hand corner and borderless. It is as though this line causes the position section in the rc.xml file to be ingnored.:(

  • [SOLVED]Remaining Batter time gone after Xfce 4.8 update

    I opened this thread in the DE section because I think it's related to the recent XFCE Update.
    I've updated my system. It included the XFCE 4.8 updates. After the update process it already noticed some changes to XFCE so I rebooted. After that I noticed that the applet for the remaining battery time does not show the time anymore. Just the status (like 60%). The remaining time is always 00:00 if I enable it. I already tried removing and adding the applet.
    Pacman.log
    [2011-01-19 16:53] synchronizing package lists
    [2011-01-19 16:53] starting full system upgrade
    [2011-01-19 16:57] upgraded acl (2.2.49-1 -> 2.2.49-2)
    [2011-01-19 16:57] upgraded chromium (8.0.552.224-1 -> 8.0.552.237-1)
    [2011-01-19 16:57] Generating locales...
    [2011-01-19 16:57] de_DE.UTF-8... done
    [2011-01-19 16:57] de_DE.ISO-8859-1... done
    [2011-01-19 16:57] de_DE.ISO-8859-15@euro... done
    [2011-01-19 16:57] Generation complete.
    [2011-01-19 16:57] upgraded glibc (2.12.2-1 -> 2.12.2-2)
    [2011-01-19 16:57] upgraded dash (0.5.6.1-1 -> 0.5.6.1-2)
    [2011-01-19 16:57] upgraded dmxproto (2.3-1 -> 2.3.1-1)
    [2011-01-19 16:57] upgraded pango-perl (1.221-2 -> 1.221-3)
    [2011-01-19 16:57] upgraded gtk2-perl (1.222-1 -> 1.222-2)
    [2011-01-19 16:57] upgraded gdbm (1.8.3-7 -> 1.8.3-8)
    [2011-01-19 16:57] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-01-19 16:57] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-01-19 16:57] have been removed from @INC.
    [2011-01-19 16:57] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-01-19 16:57] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-01-19 16:57] upgraded perl (5.12.1-3 -> 5.12.2-1)
    [2011-01-19 16:57] upgraded perl-gtk2-ex-formfactory (0.66-1 -> 0.66-2)
    [2011-01-19 16:57] upgraded lib32-gcc-libs (4.5.2-4 -> 4.5.2-4.2)
    [2011-01-19 16:57] upgraded gcc-libs-multilib (4.5.2-4 -> 4.5.2-4.2)
    [2011-01-19 16:57] upgraded imagemagick (6.6.6.10-1 -> 6.6.6.10-2)
    [2011-01-19 16:57] upgraded perl-libintl-perl (1.20-1 -> 1.20-2)
    [2011-01-19 16:57] upgraded perl-event-execflow (0.64-1 -> 0.64-2)
    [2011-01-19 16:57] update desktop mime database...
    [2011-01-19 16:57] upgraded dvdrip (0.98.11-1 -> 0.98.11-5)
    [2011-01-19 16:57] upgraded libxfce4util (4.6.2-1 -> 4.8.1-1)
    [2011-01-19 16:57] upgraded exo (0.3.107-2 -> 0.6.0-2)
    [2011-01-19 16:57] upgraded x264 (20101013-1 -> 20110115-1)
    [2011-01-19 16:57] upgraded ffmpeg (25679-1 -> 26387-1)
    [2011-01-19 16:57] upgraded libmpc (0.8.2-2 -> 0.8.2-3)
    [2011-01-19 16:57] upgraded gcc-multilib (4.5.2-4 -> 4.5.2-4.2)
    [2011-01-19 16:57] upgraded perl-error (0.17016-1 -> 0.17016-2)
    [2011-01-19 16:57] upgraded git (1.7.3.5-1 -> 1.7.3.5-2)
    [2011-01-19 16:57] upgraded gmp (5.0.1-1 -> 5.0.1-2)
    [2011-01-19 16:57] upgraded gstreamer0.10-ugly (0.10.16-1 -> 0.10.16-2)
    [2011-01-19 16:57] upgraded gstreamer0.10-ugly-plugins (0.10.16-1 -> 0.10.16-2)
    [2011-01-19 16:57] upgraded gtk-xfce-engine (2.6.0-1 -> 2.8.0-1)
    [2011-01-19 16:57] upgraded lib32-libpng (1.4.4-1 -> 1.4.5-1)
    [2011-01-19 16:57] upgraded libjpeg (8.0.2-1 -> 8.3.0-1)
    [2011-01-19 16:57] upgraded libx11 (1.4.0-1 -> 1.4.1-1)
    [2011-01-19 16:57] upgraded xfconf (4.6.2-2 -> 4.8.0-1)
    [2011-01-19 16:57] upgraded libxfcegui4 (4.6.4-1 -> 4.8.0-1)
    [2011-01-19 16:57] upgraded mplayer (32663-1 -> 32792-1)
    [2011-01-19 16:57] upgraded networkmanager (0.8.3-0.20101130 -> 0.8.3-0.20110113)
    [2011-01-19 16:57] when you use a non-reparenting window manager
    [2011-01-19 16:57] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2011-01-19 16:57] /etc/profile.d/openjdk6.sh
    [2011-01-19 16:57] upgraded openjdk6 (6.b20_1.9.3-1 -> 6.b20_1.9.4-1)
    [2011-01-19 16:57] installed garcon (0.1.5-1)
    [2011-01-19 16:57] installed libxfce4ui (4.8.0-1)
    [2011-01-19 16:57] upgraded xfce4-panel (4.6.4-1 -> 4.8.0-1)
    [2011-01-19 16:57] upgraded popt (1.16-2 -> 1.16-3)
    [2011-01-19 16:57] upgraded orage (4.6.1-1 -> 4.8.0-1)
    [2011-01-19 16:57] upgraded pcre (8.11-1 -> 8.12-1)
    [2011-01-19 16:57] upgraded perl-event (1.13-2 -> 1.13-3)
    [2011-01-19 16:57] upgraded perl-xml-parser (2.40-1 -> 2.40-2)
    [2011-01-19 16:57] installed thunar-vfs (1.2.0-1)
    [2011-01-19 16:57] upgraded squeeze (0.2.3-3 -> 0.2.3-4)
    [2011-01-19 16:58] upgraded sudo (1.7.4.p4-1 -> 1.7.4.p5-1)
    [2011-01-19 16:58] upgraded terminal (0.4.5-1 -> 0.4.5-2)
    [2011-01-19 16:58] upgraded thunar (1.0.2-1 -> 1.2.0-1)
    [2011-01-19 16:58] upgraded thunar-volman (0.3.80-1 -> 0.6.0-1)
    [2011-01-19 16:58] upgraded udisks (1.0.2-1 -> 1.0.2-2)
    [2011-01-19 16:58] upgraded unrar (4.0.3-1 -> 4.0.4-1)
    [2011-01-19 16:58] upgraded vlc (1.1.5-2 -> 1.1.5-3)
    [2011-01-19 16:58] upgraded vlc-plugin (1.1.5-2 -> 1.1.5-3)
    [2011-01-19 16:58] upgraded xf86vidmodeproto (2.3-1 -> 2.3.1-1)
    [2011-01-19 16:58] upgraded xfburn (0.4.3-1 -> 0.4.3-3)
    [2011-01-19 16:58] upgraded xfce-utils (4.6.2-3 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfce4-appfinder (4.6.2-1 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfce4-battery-plugin (0.5.1-2 -> 1.0.0-1)
    [2011-01-19 16:58] upgraded xfce4-clipman-plugin (1.1.3-1 -> 1.1.3-2)
    [2011-01-19 16:58] upgraded xfce4-cpufreq-plugin (0.0.1-7 -> 0.0.1-8)
    [2011-01-19 16:58] upgraded xfce4-cpugraph-plugin (1.0.0-1 -> 1.0.1-1)
    [2011-01-19 16:58] upgraded xfce4-datetime-plugin (0.6.0-1 -> 0.6.1-1)
    [2011-01-19 16:58] upgraded xfce4-dev-tools (4.6.0-1 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfce4-eyes-plugin (4.4.0-5 -> 4.4.1-1)
    [2011-01-19 16:58] upgraded xfce4-fsguard-plugin (0.4.1-1 -> 1.0.0-1)
    [2011-01-19 16:58] upgraded xfce4-mixer (4.6.1-1 -> 4.6.1-2)
    [2011-01-19 16:58] upgraded xfce4-mount-plugin (0.5.4-3 -> 0.5.5-1)
    [2011-01-19 16:58] upgraded xfce4-mpc-plugin (0.3.5-1 -> 0.3.6-1)
    [2011-01-19 16:58] upgraded xfce4-netload-plugin (0.4.0-5 -> 1.0.0-1)
    [2011-01-19 16:58] upgraded xfce4-notes-plugin (1.7.7-1 -> 1.7.7-2)
    [2011-01-19 16:58] upgraded xfce4-notifyd (0.1.0-2 -> 0.2.0-1)
    [2011-01-19 16:58] installed upower (0.9.7-2)
    [2011-01-19 16:58] upgraded xfce4-power-manager (0.8.5-1 -> 1.0.3-1)
    [2011-01-19 16:58] upgraded xfce4-quicklauncher-plugin (1.9.4-4 -> 1.9.4-5)
    [2011-01-19 16:58] upgraded xfce4-screenshooter (1.7.9-1 -> 1.7.9-2)
    [2011-01-19 16:58] upgraded xfce4-session (4.6.2-2 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfce4-settings (4.6.5-1 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfce4-systemload-plugin (0.4.2-5 -> 1.0.0-1)
    [2011-01-19 16:58] upgraded xfce4-verve-plugin (0.3.5-1 -> 1.0.0-1)
    [2011-01-19 16:58] upgraded xfce4-wavelan-plugin (0.5.5-1 -> 0.5.6-1)
    [2011-01-19 16:58] installed gnome-panel-bonobo (2.32.1-1)
    [2011-01-19 16:58] upgraded xfce4-xfapplet-plugin (0.1.0-6 -> 0.1.0-7)
    [2011-01-19 16:58] upgraded xfce4-xkb-plugin (0.5.3.3-2 -> 0.5.3.3-3)
    [2011-01-19 16:58] upgraded xfdesktop (4.6.2-2 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xfwm4 (4.6.2-1 -> 4.8.0-1)
    [2011-01-19 16:58] upgraded xineramaproto (1.2-1 -> 1.2.1-1)
    Before the update the time was shown correctly. I included the pacman.log from the update. If I type acpi in my terminal it gives
    $ acpi
    Battery 0: Discharging, 52%, discharging at zero rate - will never fully discharge.
    Edit:
    I found this thread:
    https://bbs.archlinux.org/viewtopic.php?id=109318
    When I enter acpi -p instead of acpi -b the time is shown. How can I make the applet now displaying the remaining time?
    Edit2
    An update of the battery applett fixed it
    Last edited by McFlow (2011-01-24 09:21:04)

    OK, I got it.
    In case someone else has this problem. The Trash and Removable Media icons were checked in Desktop Settings/Icons, but none of them showed up on the Desktop. The reason turned out to be the way how I started up xfce: instead of
    exec ck-launch-session xfce4-session
    in my .xinitrc, it should be
    exec ck-launch-session startxfce4
    startxfce4 is a script wrapper for xfce4-session, which also sets some env variables...
    Thanks anyway
    Last edited by Leonid.I (2011-01-22 17:00:11)

  • How do I create a transparent image (cutout) on top of a solid one?

    Hello. I am trying to use Pathfinder>Minus front to create transparent rays over text outlines, but am having trouble. Here is a link to how it should appear: http://graphicmechanic.com/IMAGES/ingen.png. It's nearly exactly how I'd like it to look but i just want it so that when I put the graphic on an image the rays don't show up as white but are instead transparent.

    So you want them transparent or just gone?
    If the latter:
    Make a compound path from the rays, then copy the text shape and paste in front of all (it's outlined, isn't it?). The letters also need to be a compound path.
    Then select the text copy and the rays, take the pathfinder panel and subtract.

  • Import Image Sequence and Alpha Channel Transparency?

    Hello --
    I need to go from PNG sequence (with alpha channel transparency) to FLV (with alpha retained), and am trying to do this in QuickTime Pro. Seems like this should be possible.
    When I import a sequence of PNG images into QuickTime Pro, the alpha channel displays as solid black. When I export the movie as FLV (using On2 VP6 Codec, which supports alpha transparency), there is still a solid black background, and no transparency. I have looked everywhere in QT Pro for transparency settings, but to no avail. Any tips would be hugely appreciated. Thanks in advance!
    Mike

    Thanks, but something is not working.
    Going back to your original post, when I do Cmd-J, then set transparency to "Straight Alpha," the movie background immediately changes from black to white. So far so good. But if I export that movie as MOV (Animation, no compression, millions of colors+), then bring it back in, and confirm with Cmd-J, the transparency setting is gone. Am I missing something?

  • Losing Transparency

    I create a movie in iMovie 08, export to .dv to Quicktime Pro, embed .png logos/watermarks @ desired places within the video and set transparency to either "straight alpha" or "straight alpha blend." Everything looks great when I save the video (the default is .mov).
    Anyhow, to merge the video tracks, I again export to .dv (as I was previously instructed), only when I playback that new .dv file, the transparency effects are gone and backgrounds reappear. Don't remember this happening before.
    Should I be selecting "deinterlace," "high quality" or "single field" for the .png files in the video properties box? or is there something else I'm neglecting to do along the line? SOS .. Please HELP!

    I don't have iMovie and it's been along time since using it. You should be able to make a new video track above the video track that you have your video in. Place the .png in the new video track set alpha channel if need be., export. Look in your help file for iMovie or ask in the iMovie forum.
    iMovie8:
    http://discussions.apple.com/forum.jspa?forumID=1194
    As for the .dv. DV must be throwing away the transparency setting in Quicktime when you compress to .dv.
    +Selecting "deinterlace," "single field" or "high quality" wouldn't make a difference, correct?+ CORRECT.

  • Export Image Assets is forcing png8 transparency.

    I would like to know why my image asset exports are being rendered with transparency, even though the Save For Web dialog has save settings specifically disabling transparency.

    Thanks, but something is not working.
    Going back to your original post, when I do Cmd-J, then set transparency to "Straight Alpha," the movie background immediately changes from black to white. So far so good. But if I export that movie as MOV (Animation, no compression, millions of colors+), then bring it back in, and confirm with Cmd-J, the transparency setting is gone. Am I missing something?

  • EOS utility crashes immediately on startup in windows 7 64 bit

    crashes no MATTER what I try--   administrator mode FAIL.   upgrade to version 2 FAIL.  uniinstall followed by complete registry cleanup then reinstall FAIL.  
    Contacted customer service-- their ownly solution is to pull out the memory card and use a card reader.  Not acceptable because that does NOT create folders by day-- an extremely usefull tool if you take a lot of pictures. nor does it prevent multiple loads of files.     customer service intidicated the software was written by an unknown australian company-- no information on who they are or how to contact them.   
    It used to work just fine and still works on my laptop also using windows 7 64 bit. 
    A suspicious item is that it always asks for permission to modify or install software, long after it was installed; shows the standard windows dialog when loading new software.   suggesting that an attempt is made to modify a protected or forbidden file region.  
    I would like to see a serious attempt by canon to solve this problem, its gone on too long and many others have it. 

    pvanbavel wrote:
    crashes no MATTER what I try--   administrator mode FAIL.   upgrade to version 2 FAIL.  uniinstall followed by complete registry cleanup then reinstall FAIL.  
    Contacted customer service-- their ownly solution is to pull out the memory card and use a card reader.  Not acceptable because that does NOT create folders by day-- an extremely usefull tool if you take a lot of pictures. nor does it prevent multiple loads of files.     customer service intidicated the software was written by an unknown australian company-- no information on who they are or how to contact them.   
    It used to work just fine and still works on my laptop also using windows 7 64 bit. 
    A suspicious item is that it always asks for permission to modify or install software, long after it was installed; shows the standard windows dialog when loading new software.   suggesting that an attempt is made to modify a protected or forbidden file region.  
    I would like to see a serious attempt by canon to solve this problem, its gone on too long and many others have it. 
    The program runs on your laptop and on countless other 64-bit Windows 7 computers - including one located less than three feet from me as I type this. It doesn't run on your other computer, and the error messages suggest a file permission problem. And it's Canon's fault. That may be true; Canon's software is certainly not bug-free. But if I were a betting man, I'd bet that your problem is in your computer.
    Bob
    Boston, Massachusetts USA

  • Framemaker 9 Crashes in Windows 7 / 64 Bit  Env. When I switch from Unstructred to Structured Files

    This is a fix.
    I typically use Framemaker to edit structured DITA xml documents.  I recently got a Win 7/64 bit machine and decided this was a good time to upgrade to Framemaker 9. I installed Frame 9 directly onto this new machine.  It worked fine with my xml files.
    Then I had to switch projects and work on some unstructured documents. In order to document the application these unstructured documents were for I had to turn off Windows Themes, as the  application I needed to document had  display problems with those on.  After I finished the unstructured documentation, I switched back to my DITA XML documents. But they would not open. I selected an XML file from the Open dialog and immediately FrameMaker 9 crashed. I tried turning Themes back on and chose the recommended Aero theme. No change. My XML files still crashed FrameMaker 9 as soon as I selected one to open. The error message came post-crash and did not come from FrameMaker: it said Windows was trying to find some information about the crash, but could not find any.
    This problem may be specific to DITA or it may occur with other structured-unstructured switches. I don't know, I only work with DITA XML.
    But I just found a workaround and would like to share it in case anyone else encounters this:
    1.     Open an unstructured file.
    2.     In the upper right corner of the screen you’ll see AUTHORING. Open the drop-down and choose DITA AUTHORING (or whatever type you use for structured documents).
    3.     Open the Structure Tools menu and select Set Structured Application.
    4.     In the dialog, select the structure application you want to use with the XML file you want to open, DITA-TOPIC-FM, for example.
    5.     Now open a structured XML file. It will open now.
    6.     Close the unstructured document without saving any changes to it.
    7.     Save your structured document  then work with it.You only have to do this once. The next time you open an XML file, FrameMaker will open it correctly.  It persists even after you close Frame 9 and reopen it.
    It suprised me that Framemaker 9 didn't automatically switch back to Dita/structured mode upon opening an XML file, but I was glad there was an easy way to fix this.

    pvanbavel wrote:
    crashes no MATTER what I try--   administrator mode FAIL.   upgrade to version 2 FAIL.  uniinstall followed by complete registry cleanup then reinstall FAIL.  
    Contacted customer service-- their ownly solution is to pull out the memory card and use a card reader.  Not acceptable because that does NOT create folders by day-- an extremely usefull tool if you take a lot of pictures. nor does it prevent multiple loads of files.     customer service intidicated the software was written by an unknown australian company-- no information on who they are or how to contact them.   
    It used to work just fine and still works on my laptop also using windows 7 64 bit. 
    A suspicious item is that it always asks for permission to modify or install software, long after it was installed; shows the standard windows dialog when loading new software.   suggesting that an attempt is made to modify a protected or forbidden file region.  
    I would like to see a serious attempt by canon to solve this problem, its gone on too long and many others have it. 
    The program runs on your laptop and on countless other 64-bit Windows 7 computers - including one located less than three feet from me as I type this. It doesn't run on your other computer, and the error messages suggest a file permission problem. And it's Canon's fault. That may be true; Canon's software is certainly not bug-free. But if I were a betting man, I'd bet that your problem is in your computer.
    Bob
    Boston, Massachusetts USA

  • MESSAGE_TYPE_X IN BI_CONT 7.03 INSTALLATION

    Hi,
    i am installing bi_cont 7.03, installation stuck at xpra_excution IN SAPKIBIII4 WITH  LOG BELOW
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          13.06.2009 14:15:25
         Short text
              The current application triggered a termination with a short dump.
         What happened?
              The current application program detected a situation which really
              should not occur. Therefore, a termination with a short dump was
              triggered on purpose by the key word MESSAGE (type X).
         What can you do?
              Note down which actions and inputs caused the error.
              To process the problem further, contact you SAP system
              administrator.
              Using Transaction ST22 for ABAP Dump Analysis, you can look
              at and manage termination messages, and you can also
              keep them for a long time.
         Error analysis
              Short text of error message:
              System error in program LRSDG_IOBJ_DB_READF40 and form REGULAR_IOBJ_GET_
              FOR_META (see long text)
              Long text of error message:
               Diagnosis
                   This internal error is an intended termination resulting from a
                   program state that is not permitted.
               Procedure
                   Analyze the situation and inform SAP.
                   If the termination occurred when you executed a query or Web
                   template, or during interaction in the planning modeler, and if you
                   can reproduce this termination, record a trace (transaction RSTT).
                   For more information about recording a trace, see the documentation
                   for the trace tool environment as well as SAP Note 899572.
              Technical information about the message:
              Message class....... "BRAIN"
              Number.............. 299
              Variable 1.......... "LRSDG_IOBJ_DB_READF40"
              Variable 2.......... "REGULAR_IOBJ_GET_FOR_META"
              Variable 3.......... " "
              Variable 4.......... " "
         How to correct the error
              Probably the only way to eliminate the error is to correct the program.
              If the error occures in a non-modified SAP program, you may be able to
              find an interim solution in an SAP Note.
              If you have access to SAP Notes, carry out a search with the following
              keywords:
              "MESSAGE_TYPE_X" " "
              "SAPLRSDG_IOBJ_DB_READ" or "LRSDG_IOBJ_DB_READF40"
              "REGULAR_IOBJ_GET_FOR_META"
              If you cannot solve the problem yourself and want to send an error
              notification to SAP, include the following information:
              1. The description of the current problem (short dump)
                 To save the description, choose "System->List->Save->Local File
              (Unconverted)".
              2. Corresponding system log
                 Display the system log by calling transaction SM21.
                 Restrict the time interval to 10 minutes before and five minutes
              after the short dump. Then choose "System->List->Save->Local File
              (Unconverted)".
              3. If the problem occurs in a problem of your own or a modified SAP
              program: The source code of the program
                 In the editor, choose "Utilities->More
              Utilities->Upload/Download->Download".
              4. Details about the conditions under which the error occurred or which
              actions and input led to the error.
         System environment
              SAP-Release 700
              Application server... "test"
              Network address...... "192.168.10.248"
              Operating system..... "Windows NT"
              Release.............. "5.2"
              Hardware type........ "4x AMD64 Level"
              Character length.... 8 Bits
              Pointer length....... 64 Bits
              Work process number.. 11
              Shortdump setting.... "full"
              Database server... "TEST"
              Database type..... "ORACLE"
              Database name..... "KIL"
              Database user ID.. "SAPKIL"
              Char.set.... "English_United State"
              SAP kernel....... 700
              created (date)... "May 31 2009 20:44:02"
              create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
              Database version. "OCI_10201_SHARE (10.2.0.1.0) "
              Patch level. 210
              Patch text.. " "
              Database............. "ORACLE 9.2.0.., ORACLE 10.1.0.., ORACLE 10.2.0.."
              SAP database version. 700
              Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows
               NT 6.0"
              Memory consumption
              Roll.... 16128
              EM...... 62848560
              Heap.... 0
              Page.... 40960
              MM Used. 37341136
              MM Free. 12932688
         User and Transaction
              Client.............. 000
              User................ "DDIC"
              Language key........ "E"
              Transaction......... " "
              Transactions ID..... "85F657DE8ED8F1739C680015170F3C4D"
              Program............. "SAPLRSDG_IOBJ_DB_READ"
              Screen.............. "SAPMSSY0 1000"
              Screen line......... 6
         Information on where terminated
              Termination occurred in the ABAP program "SAPLRSDG_IOBJ_DB_READ" - in
               "REGULAR_IOBJ_GET_FOR_META".
              The main program was "RDDEXECU ".
              In the source code you have the termination point in line 31
              of the (Include) program "LRSDG_IOBJ_DB_READF40".
              The program "SAPLRSDG_IOBJ_DB_READ" was started as a background job.
              Job Name....... "RDDEXECL"
              Job Initiator.. "DDIC"
              Job Number..... 14151900
         Source Code Extract
         Line     SourceCde
             1     ----
             2     *   INCLUDE LRSDG_IOBJ_DB_READF40                                      *
             3     ----
             4     
             5     
             6     ----
             7     *      Form  REGULAR_IOBJ_GET_FOR_META
             8     ----
             9     *    read a regular InfoObject as Meta InfoObject
            10     ----
            11     *   --> I_INFOCUBE   InfoCube
            12     *   --> I_IOBJNM     InfoObject
            13     *   <-> C_T_COB_PRO  InfoCube specific InfoObject properties
            14     ----
            15     FORM regular_iobj_get_for_meta USING    i_infocube   TYPE rsinfocube
            16                                             i_iobjnm     TYPE rsiobjnm
            17                                    CHANGING c_t_cob_pro  TYPE rsd_t_cob_pro.
            18     
            19       DATA: l_s_cob_pro  TYPE rsdcobpro.
            20     
            21       CALL FUNCTION 'RSD_IOBJ_INCL_ATR_NAV_GET'
            22         EXPORTING
            23           i_iobjnm       = i_iobjnm
            24           i_objvers      = rs_c_objvers-active
            25         IMPORTING
            26           e_s_cob_pro    = l_s_cob_pro
            27         EXCEPTIONS
            28           iobj_not_found = 1
            29           illegal_input  = 2.
            30       IF sy-subrc <> 0.
         >>>>>         MESSAGE x299(brain) WITH 'LRSDG_IOBJ_DB_READF40'
            32                                  'REGULAR_IOBJ_GET_FOR_META'.
            33       ENDIF.
            34     
            35     * time charact --> time dimension / In BEX not visible
            36       IF i_iobjnm = rsd_c_chanm-date OR
            37          i_iobjnm = rsd_c_timnm-calday.
            38         l_s_cob_pro-chasel     = rsd_c_chasl-not_allowed.
            39         l_s_cob_pro-chanav     = rsd_c_chanv-not_allowed.
            40     
            41     **   from 3.0 these InfoObjects are marked as META objects
            42     *    l_s_cob_pro-iobjtp     = rsd_c_objtp-meta.
            43     *    the olap processor uses 0DATE / 0CALDAY as default for exceptional aggregation -
            44     *    therefore it has to be in the cobpro
            45     *    but it must not be of type META, since then day of validity logic
            46     *    does not work
            47     *    solution for 3.0: OLAP processor uses the flags CHASEL and CHANAV to determine
            48     *    if 0DATE / 0CALDAY is part of the infocube
            49     
            50     *   leave dimension empty
         Contents of system fields
         Name     Val.
         SY-SUBRC     1
         SY-INDEX     0
         SY-TABIX     0
         SY-DBCNT     0
         SY-FDPOS     0
         SY-LSIND     0
         SY-PAGNO     0
         SY-LINNO     1
         SY-COLNO     1
         SY-PFKEY     
         SY-UCOMM     
         SY-TITLE     Execute Post-Import Methods and XPRAs for Transport Request
         SY-MSGTY     X
         SY-MSGID     BRAIN
         SY-MSGNO     299
         SY-MSGV1     LRSDG_IOBJ_DB_READF40
         SY-MSGV2     REGULAR_IOBJ_GET_FOR_META
         SY-MSGV3     
         SY-MSGV4     
         SY-MODNO     0
         SY-DATUM     20090613
         SY-UZEIT     141519
         SY-XPROG     SAPLSYST
         SY-XFORM     SYSTEM_HOOK_OPEN_DATASET
         Active Calls/Events
         No.   Ty.          Program                             Include                             Line
               Name
            16 FORM         SAPLRSDG_IOBJ_DB_READ               LRSDG_IOBJ_DB_READF40                  31
               REGULAR_IOBJ_GET_FOR_META
            15 FUNCTION     SAPLRSDG_IOBJ_DB_READ               LRSDG_IOBJ_DB_READU32                 101
               RSD_ALL_META_IOBJ_GET
            14 METHOD       CL_RSD_DTA====================CP    CL_RSD_DTA====================CM021   658
               CL_RSD_DTA=>BUILD_SNG_DTA_PRO
            13 METHOD       CL_RSD_DTA====================CP    CL_RSD_DTA====================CM00H    90
               CL_RSD_DTA=>BUILD_DTA_PRO
            12 METHOD       CL_RSD_DTA====================CP    CL_RSD_DTA====================CM00I   110
               CL_RSD_DTA=>UPDATE_DTA_BUF
            11 METHOD       CL_RSD_CUBE===================CP    CL_RSD_CUBE===================CM006   197
               CL_RSD_CUBE=>IF_RSD_DTA~DTA_GET_INFO
            10 METHOD       CL_RSD_DTA====================CP    CL_RSD_DTA====================CM001   157
               CL_RSD_DTA=>IF_RSD_DTA~DTA_GET_INFO
             9 FORM         SAPLRSDI                            LRSDIF20                               63
               COB_GET_FROM_BUFFER
             8 FUNCTION     SAPLRSDI                            LRSDIU05                               42
               RSD_COB_PRO_GET
             7 FORM         SAPLRSDDK6                          LRSDDK6F01                            342
               CONVERT_A_TO_M_VERSION
             6 FUNCTION     SAPLRSDDK6                          LRSDDK6U06                             89
               RS_DAGR_AFTER_IMPORT
             5 FUNCTION     SAPLRSVERS                          LRSVERSU07                            102
               RS_AFTER_IMPORT_D
             4 FORM         SAPLSCTS_EXE_EXP                    LSCTS_EXE_EXPF02                      351
               CALL_IMP_METHODS_IN_CLIENT
             3 FORM         SAPLSCTS_EXE_EXP                    LSCTS_EXE_EXPF02                       87
               CALL_IMP_METHODS
             2 FUNCTION     SAPLSCTS_EXE_EXP                    LSCTS_EXE_EXPU02                      103
               TRINT_CALL_AFTER_IMP_METHOD
             1 EVENT        RDDEXECU                            RDDEXECU                              168
               START-OF-SELECTION
    PLEASE HELP ME OUT TO SOLVE IT  I HAVE GONE THROUGH SIMILAR POST and the notes there is corrction but how to implement the correction i dont know
    sunil

    hi,
    i would request yiu all to pay attention on this and help me out
    CALL FUNCTION 'RSD_IOBJ_INCL_ATR_NAV_GET'
        EXPORTING
          i_iobjnm       = i_iobjnm
          i_objvers      = rs_c_objvers-active
        IMPORTING
          e_s_cob_pro    = l_s_cob_pro
        EXCEPTIONS
          iobj_not_found = 1
          illegal_input  = 2.
      IF sy-subrc <> 0.
        MESSAGE x299(brain) WITH 'LRSDG_IOBJ_DB_READF40'
                                 'REGULAR_IOBJ_GET_FOR_META'.
      ENDIF.
    + time charact --> time dimension / In BEX not visible+*
      IF i_iobjnm = rsd_c_chanm-date OR
         i_iobjnm = rsd_c_timnm-calday.
        l_s_cob_pro-chasel     = rsd_c_chasl-not_allowed.
        l_s_cob_pro-chanav     = rsd_c_chanv-not_allowed.
    +*   from 3.0 these InfoObjects are marked as META objects+*
    +    l_s_cob_pro-iobjtp     = rsd_c_objtp-meta.+*
    +    the olap processor uses 0DATE / 0CALDAY as default for exceptional aggregation -+*
    +    therefore it has to be in the cobpro+*
    +    but it must not be of type META, since then day of validity logic+*
    +    does not work+*
    +    solution for 3.0: OLAP processor uses the flags CHASEL and CHANAV to determine+*
    +    if 0DATE / 0CALDAY is part of the infocube+**
    PLEASE HELP WITH SOME WORK AROUND
    sanjeev

  • Problem burning DVD+R

    Hello,
    I bought a mbp in june 2007 and burned about 50 Verbatim DVD+ until January 08. I'm trying to burn on the same DVD model now, and I'm having a media error:
    Burn: Burn started, Sat May 24 16:22:28 2008
    Burn: Burning to DVD+R media with DAO strategy in HL-DT-ST DVDRW GSA-S10N AP09 via ATAPI.
    Burn: Requested burn speed was 4x, actual burn speed is 4x.
    Burn: Burn failed, Sat May 24 16:26:56 2008
    Burn: Burn sense: 3/0C/00 Medium Error, Write error
    Burn: Burn error: 0x8002006E La gravure a √©chou√© √† cause d'une erreur d'√©criture sur le m√
    Burn: DVDRW GSA-S10N: SCSITask 1504.942383 CDB: Start/Stop Unit/Eject Media failed with service response = 1 (SERVICEDELIVERY_OR_TARGETFAILURE), status = 1 (TaskTimeoutOccurred)
    (what is written after 0x8002006E in french means : buning failed because of a writing error on the medium)
    I tried to burn with iDvd, Burn and DiskUtility, and always the same problem...
    The only particular thing I did since january 08 is updating my mbp:
    - 25/04/08 Security Update 2008-002 (Universal)
    - 25/04/08 Update EFI internal program
    - 17/02/08 Security Update 2008-001 (Universal)
    - 19/01/08 Mac OS X update (Intel)
    Thanks for any suggestions
    Olivier

    Thanks for answering,
    For the type of medium, it's the same spindle of Verbatim I used in january 08 without any problems (I'll try another DVD later). For the lens, as I still can read DVDs, I'm not sure it could be that. There's no way to reverse updates ?
    If my problem is not solved quickly, I'm gonna ask apple care as it ends on july 24th .
    Olivier

  • Updation of higher level item text to lower level item text

    Hi All,
    while creating sales order VA01   i need to pass the value of higher level item text to lower level item text
    for that i read the text of the higher level item text using the fm read_text
    and pass the text to the lower level items using save_text and commit_text
    this coding works only when the lower order item  text is empty
    my queries are
    1. if the lower level item having some text that text will be replaced by the higher level item text, that is happening but showing error that I/O error , how to solve this
    2. while gone to VA02 and add one more item then also same error is happening how to solve this please help me.
    regards
    krishna

    got the solution

Maybe you are looking for