Fusion-icon and xfce

how can I get fusion-icon to start with xfce? 
First I tried to edit the xfce config file and make it load fusion-icon instead of xfwn4 but that just make xfce load with a screwed up version of xfwm4.
When I add it to autostarted applications it says error writing autostart/compiz.de  but when I use the terminal and do su then afce4-autostart-editor I can edit it?  But it still wont work.

chrisn2323 wrote:how would I fix permissions issue?
The easiest way to check that this is the problem in Xfce would be through Thunar: open ~/.config and right-click the autostart folder to open the "Properties" window, and see what it says in the "Permissions" tab. The owner should be your usual user, and permissions should be "Read & Write".
If the owner is something different, you won't be able to change the permissions. I don't think Thunar can change the owner, so open a terminal and, as root,
chown [your user]:users /home/[your home directory]/.config/autostart
You should then be able to change the permissions with Thunar if you need to (it's possible they're set to "Read & Write" already, but for the wrong user).
Last edited by dunc (2009-01-19 19:47:37)

Similar Messages

  • Fusion-Icon

    I reinstalled everything recently. When I try to run Fusion-Icon as anything other than root I get this:
    [grod@ficulnean ~]$ fusion-icon
    * Detected Session: unknown
    * Searching for installed applications...
    Traceback (most recent call last):
    File "/usr/bin/fusion-icon", line 57, in <module>
       from FusionIcon.interface import choose_interface
    File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 23, <module>
       import start
    File "/usr/lib/python2.5/site-packages/FusionIcon/start.py", line 36, in <module>
       config.check()
    File "/usr/lib/python2.5/site-packages/FusionIcon/util.py", line 363, in checkos.makedirs (self.config_folder)
    File "/usr/lib/python2.6/os.py", line 150, in makedirs
       makedirs(head, mode)
    File "/usr/lib/python2.6/os.py", line 157, in makedirs
       mkdir (name, mode)
    OSError: [Errno 13] Permission denied: '/root/.config'
    [grod@ficulnean ~]$ _
    Why does it need to write to /root ? How can I change it to write to /home/grod ? I installed as root because Pacman won't let me install as anything else. I tried yaourt -R fusion-icon and then yaourt -S fusion-icon as grod, but that didn't make a difference.
    I'm about ready to give up and just run as root all the time.

    My point to you is that your error message has everything to do with your python-path and your fusion-icon. Notice the python2.5 and python2.6 errors in the error message. The upgrade that borked everything was the upgrade of python2.5 to python2.6.....
    I had a lot of breakages from that upgrade..... most all of it was because the python-path was wrong.
    You need to have the correct python paths in your new "python 2.6".
    I fixed my python-path problems with the fusion-icon by un-installing the "compiz-fusion-gtk" group, then re-installing the whole "compiz-fusion-gtk" group.
    (I use the gtk packages from this page: http://wiki.archlinux.org/index.php/Com … _Community ..... you might be using the kde group or just the regular compiz-fusion group)
    If you open up the "/usr/lib/python2.6/site-packages" directory, you will see the FusionIcon folder is now in it.
    I also had to make sure the "/usr/lib/python2.6/site-packages/gtk-2.0" directory was also added. Do this by re-installing pygtk and all of it's dependencies that I listed in my post above.
    See, all of this is relating to FusionIcon and python being screwed up:
    Traceback (most recent call last):
    File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon.interface import choose_interface
    File "/usr/lib/python2.5/site-packages/FusionIcon/interface.py", line 23, <module>
    import start
    File "/usr/lib/python2.5/site-packages/FusionIcon/start.py", line 36, in <module>
    config.check()
    File "/usr/lib/python2.5/site-packages/FusionIcon/util.py", line 363, in checkos.makedirs (self.config_folder)
    File "/usr/lib/python2.6/os.py", line 150, in makedirs
    makedirs(head, mode)
    File "/usr/lib/python2.6/os.py", line 157, in makedirs
    mkdir (name, mode)
    OSError: [Errno 13] Permission denied: '/root/.config'
    I'm no expert, but this is what I just went through and it was fixed by reinstalling the missing paths in python2.6.... since they were still pointed at python2.5 and hadn't been upgrade to python2.6.
    Last edited by methuselah (2008-11-20 18:49:36)

  • [SOLVED] Compiz fusion-icon won't run

    Hello,
    I'm new to Arch Linux and I've just installed it on my laptop. I want to run Compiz on XFCE: I tried the methods on the Arch Wiki (https://wiki.archlinux.org/index.php/Co … icon.22.29) on replacing XFWM with Compiz. The second method doesn't work, only the first one works, but I don't want to use that one.
    I've tried the third method, but when I followed the instructions and I rebooted my computer, I've got no window manager at all: I have to manually load Compiz.
    The only thing that works right now is following the third method and also do the first one at together.
    But I just want to do either the second or the third method. Does anyone know how to solve this problem?
    Thank you in advance.
    (Sorry for bad English).
    Last edited by jonasty123dm (2013-02-27 18:46:56)

    ewaller wrote:It is your system, so do as you will.   I really do not recommend running compiz as root.  Enough said.
    Hi, I didn't mean running Compiz as root: I just edited this file: "/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml" to make Compiz start for all users. I followed the method without the fusion icon this time (https://wiki.archlinux.org/index.php/Co … icon.22.29) and everything works now.
    Thank you very much for the help.
    (P.S.: I don't know how to mark this thread as SOLVED).
    Last edited by jonasty123dm (2013-02-27 13:06:12)

  • What should I do with this fusion-icon error??

    [mcool@ArchLinux ~]$ fusion-icon
    * Detected Session: xfce
    * Searching for installed applications...
    * Intel detected, exporting: INTEL_BATCH=1
    * Using the GTK Interface
    Segmentation fault (core dumped)
    Last edited by mcool4151 (2013-05-13 09:06:16)

    There seems to be an issue with Intel and Compiz. To launch Compiz you have to always enter the following command into a terminal (as stated in the arch wiki).
    LIBGL_ALWAYS_INDIRECT=true compiz --replace --sm-disable ccp &
    This works for me, however I have no idea how to make it so Compiz auto starts on login. Simply pasting this command into "sessions and startup" doesn't work.
    If anyone knows how to set Compiz to auto start with the above command on Xfce4 I would be grateful.
    Last edited by FelixPiers (2013-05-17 17:49:53)

  • Fusion-icon loading problem

    Hi everyone.
    Recently I installed compiz fusion and I get this error when I load fusion-icon on the terminal.
    * Setting window manager to Compiz
    ... executing: compiz --replace --sm-disable --ignore-desktop-hints ccp
    compiz (core) - Fatal: No GLXFBConfig for default depth, this isn't going to work.
    compiz (core) - Error: Failed to manage screen: 0
    compiz (core) - Fatal: No manageable screens found on display :0.0
    I really don't know how to solve it. I've tried adding the extra needed options in xorg.conf to make it work but it still does not.
    Here it is if it would be of any help to solve this problem.
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    # Load "drm"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # The location of the RGB database. Note, this is the name of the
    # file minus the extension (like ".txt" or ".db"). There is normally
    # no need to change the default.
    # RgbPath "/usr/share/X11/rgb"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Speedo/"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    # Option "XkbVariant" "us"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-81
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "My Video Card"
    Driver "radeon"
    Option "XAANoOffscreenPixmaps" "on"
    # unsupported card
    #VideoRam 512000
    # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "My Video Card"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Option "AddARGBGLXVisuals" "True"
    Option "DisableGLXRootClipping" "True"
    Option "RenderAccel" "True"
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    Option "AIGLX" "on"
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Thanks in advance!

    Do you have those images in the right path?
    I tried it and it gave the same exception when the image did not exist.
    now that it exists it works well.

  • Fusion-icon not working.

    hi,
    when i launch fusion-icon i get this error:
    Traceback (most recent call last):
    File "/usr/bin/fusion-icon", line 57, in <module>
    from FusionIcon.interface import choose_interface
    File "/usr/lib/python2.7/site-packages/FusionIcon/interface.py", line 22, in <module>
    from util import env
    File "/usr/lib/python2.7/site-packages/FusionIcon/util.py", line 23, in <module>
    import os, compizconfig, ConfigParser, time
    ImportError: libprotobuf.so.6: cannot open shared object file: No such file or directory
    I have protobuf installed.
    I have installed compiz with:
    yaourt -S compiz-fusion-gtk
    How do i fix this?
    Thanks a lot for your help.

    jack.mitchell wrote:I also have this issue, it seems as though compiz needs recompiling to use libprotobuf.so.7. I've tried symlinking it with .so.6 but it complains that it was not compiled for 2.4 and you must use 2.3.
    Introducing unnecessary symlinks is a sure fire way of messing something up in the future. I hope you were doing that only to test it out and then removed the symlink.

  • Fusion-Icon doesn't show fluxbox?

    I have been using LXDE for a while now, and have decided to mess around with different window managers.  So I installed compiz and fluxbox to mess with them.  When I run fusion-icon I can see both OpenBox and Compiz, but not fluxbox as an option under "Select Window Manager".  Anyone know how to get Fluxbox to show up?

    Hiya!
    Failing that, you can try plugging the phone into the charger, with it ON and still plugged in... remove the battery. leave it out for a minute and then reinsert it.
    1). Please thank those who help you by clicking the beside the 'Reply' button.
    2). If your issue has been solved, please resolve it by marking "Accept as Solution" on the correct post!
    3). Remember to have fun! We are all in this together!
    4). Follow me on

  • Fusion-icon error: glxinfo not installed. [SOLVED]

    Hi,  I am running gnome at the moment and I am trying to get compiz and emerald started.  I type into the terminal:
    [semperfiguy: ~]$ fusion-icon
    * Detected Session: gnome
    * execution of "which glxinfo" failed
    * Error: glxinfo not installed!
    And I get that error.  Now when I run glxinfo from the it spits out a whole bunch of stuff.  So it is obviously installed correct?  So why is it giving me this problem?
    Last edited by semperfiguy (2008-06-17 15:20:04)

    This is what I get:
    [semperfiguy: ~]$ which glxinfo
    bash: which: command not found
    Installed "which" and it works fine.. thank you!

  • Fusion-icon crashes

    I just did an update (kernel, nvidia module and more), rebooted and discovered that fusion-icon fails to start and gives me no useful info as to why...
    [loki@shiny 12:43:38 ~]$ fusion-icon -v
    * Detected Session: fluxbox
    * Searching for installed applications...
    -- /usr/bin/compiz
    -- /usr/bin/kwin
    -- /usr/bin/metacity
    -- /usr/bin/xfwm4
    -- /usr/bin/emerald
    -- /usr/bin/ccsm
    -- /usr/bin/emerald-theme-manager
    * Opening CompizConfig context
    * NVIDIA on Xorg detected, exporting: __GL_YIELD=NOTHING
    * Using the GTK Interface
    * Starting Compiz
    Segmentation fault
    I am able start compiz with
    compiz --replace ccp &
    Anyone have any ideas?

    jamesbond007 wrote:
    itman wrote:excellent time to update to compiz++ - no?
    But that's all from AUR, isn't it?
    BTW: Does the compiz++ project have a website of its own?
    Yep, you need:
    ccsm++
    compizconfig-python++
    compiz-core++
    compiz-plugins-extra++
    compiz-plugins-main++
    compiz-plugins-unsupported++
    emerald++
    emerald-themes++
    libcompizconfig++
    Compile everything, run emerald-theme-manager-git and select your theme-du-your. Then fire up ccsm-git, so new compiz++ has it's own config-files.
    Enjoy
    PS: just the regular compiz.org

  • Fusion-icon, improper start Solved

    Hello all,
    I've had this problem for a while, but it's not that big, just a little annoying.
    Whenever I start fusion-icon (either as a startup entry, or after start-up) it loads incorrectly as my metacity window borders disappear and there are no compiz-effects.
    I have to hit "Reload Window Manager" on the fusion-icon properties everytime I start it up.
    Any idea's as to why this is (it used to start up fine a couple weeks ago), perhaps some setting I messed up?
    Last edited by proxima_centauri (2009-01-30 20:06:11)

    Hmmm, I coulda swore that wasn't it, because I only learned about metacity compositing (and enabled it) after fusion-icon started acting up
    However, it seems to work at least switching from metacity to compiz from the icon with metacity compositing off.
    I'm gonna reboot and start fusion-icon at start up just to make sure.
    Cheers

  • Fusion-icon problem

    When i try to run fusion-icon i get this:
    * Using the Qt4 Interface
    Backend     : ini
    Integration : true
    Profile     : default
    Traceback (most recent call last):
      File "/usr/bin/fusion-icon", line 129, in <module>
        choose_interface()
      File "/usr/bin/fusion-icon", line 101, in choose_interface
        import_interface(interface)
      File "/usr/bin/fusion-icon", line 66, in import_interface
        exec('import ' + module)
      File "<string>", line 1, in <module>
      File "/usr/share/fusion-icon/interface_qt4.py", line 6, in <module>
        from libfusionicon import *
      File "/usr/share/fusion-icon/libfusionicon.py", line 229, in <module>
        decoplugin = context.Plugins['decoration']
    KeyError: 'decoration'
    I'm running XGL whith an ATI X300 and Kde.

    I removed archlinuxfr and reinstalled compiz and fusion-icon bu tnow getting the following error instead:
    * Detected Session: gnome
    * Searching for installed applications...
    Backend     : ini
    Integration : true
    Profile     : default
    Initializing decoration options...done
    Traceback (most recent call last):
      File "/usr/bin/fusion-icon", line 57, in <module>
        from FusionIcon.interface import choose_interface
      File "/usr/lib/python2.7/site-packages/FusionIcon/interface.py", line 22, in <module>
        from util import env
      File "/usr/lib/python2.7/site-packages/FusionIcon/util.py", line 421, in <module>
        decorators = CompizDecorators(_installed)
      File "/usr/lib/python2.7/site-packages/FusionIcon/util.py", line 228, in __init__
        self.command = context.Plugins['decoration'].Display['command']
    KeyError: 'command'
    Any ideas?

  • [SOLVED]Fusion-icon won't start after Nvidia driver update

    Hi,
    Today I got an update from Arch including a new kernel and an update of my Nvidia drivers. I use GNOME with Compiz Fusion, that is started by Fusion-Icon. Now Fusion-Icon gives the following errors:
    [jozef@frodo ~]$ fusion-icon
    * Detected Session: gnome
    * Error: glxinfo not installed!
    I searched in the repos, but I coulnd't find a package called "glxinfo".
    Could someone help?
    Kind regards,
    Jozef00
    Last edited by jozef00 (2010-11-26 16:30:03)

    Hi Wonder,
    Thank you very much! Now Compiz Fusion works again.
    Kind regards,
    Jozef00

  • Huge icons in xfce panel system tray

    Hi,
    i have huge icons in xfce panel system tray for pidgin and transmission... Any idea how to fix it?

    Are you using xfce4-power-manager in xfce4?  I can see that it appears that you are using the xfce4 panel, but it is not clear that you are using the rest of it.  If you are, isn't it started by the .desktop file?  In those files you can specify the icon used, so you might be able to simply change it to something more common to most icon sets. 
    Personally, I don't use icons or .desktop files, so I'm not sure that this is actually good advice.  But it is the first thing that came to mind.

  • No icons within Xfce

    I installed xfce4 using the wiki instructions but the problem is that I have no icons:
    http://img525.imageshack.us/img525/3694/screenn.png
    I have installed the gnome and tango-icon-theme but nothing happened.
    I also downloaded a icon theme from xfce-look.org and extracted it to a folder named .themes in my home folder. I also copied it to /usr/share/icons and put gtk-icon-theme-name="..." in .gtkrc/2.0 at the home folder and set it as executable.
    The file manager and other apps crash because of this so it's nearly useless the state of my system right now.
    Can someone please help me?
    Edited by B: cleaned out your title, no need to shout
    Last edited by B (2009-08-03 09:54:21)

    Alberto Ferreira wrote:
    The same happens even with that Simple icon theme.
    (thunar:2444): thunar-vfs-WARNING **: A ligação ao daemon HAL falhou: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    Thunar-ERROR **: Falhou ao carregar o ícone padrão de "/usr/share/pixmaps/Thunar/Thunar-fallback-icon.png" (Formato de ficheiro de imagem desconhecido). Verifique sua instalação!
    aborting...
    Aborted
    And that's the crash - I cannot open the file manager for instance
    I formatted the pc to install the 64bit version and the same problem is happening again. Last time the problem got solved by installing lxde on top of xfce. However I really want to avoid that ths time for obvious reasons. Help
    That error is not related. Is dbus/hal running?

  • Fusion-icons error(solved)

    After I install compiz-fusion and compiz-fusion-extra, I run the command fusion-icons
    But I get wrong answer, the information is below:
    compiz (dbus) - Error: dbus_bus_get error: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    compiz (core) - Error: Couldn't activate plugin 'dbus'
    Do I really miss something like "dbus"?
    Someone helps me
    Thanks()
    Last edited by sharkconi (2007-07-22 06:04:52)

    It seems not the dbus's problem, it's the panel's problem.
    After the fusion-icon starts, the panel doesn't show the funsion-icon's icon on the panel, so I just make a wrong impression that the fusion-icon does not start. 
    Now I use xfce4, it seems OK.
    Thanks All of U

Maybe you are looking for

  • Scheduling a report in background

    dear all, I have created a report in SE38 which does not have any selection screen. If i m scheduling it, the job is getting canclled automatically. Is the problem in my code or its a BASIS problem? Kindly reply urgently. Harshita Saxena

  • Production Orders cost

    Hi gurus, I'm not sure if this is the right forum, but I'm PP consultant and just starting a new projec on which the most important topics are production and costs so here are my questions. 1.- What is the responsability of the PP consultant regardin

  • PE7/How to change the menu's background?

    and put a jpeg or mpeg that I already produced?? Thanks in advance.

  • Redirect a page

    How to redirect a servlet to a JSP/HTML page?

  • Runtime error when click some pages

    Hello everyone, I had created lots of pages in portal , most of them works fine, but when I click some pages, there occured runtime error. And these pages can be preview . The error message as follow: "Portal Runtime Error An exception occurred while