General :: Not Able To Run 'compiz Fusion' And 'avant Window Navigator'?
Aug 7, 2009
i installed compiz fusion and avant window navigator but i am not able to run them.when i try to run awn this message is shown " Screen isn't composited. Please run compiz (-fusion) or another compositing manager".again iam not able to bring in various effects with compiz fusion.what should i do?
View 12 Replies
ADVERTISEMENT
Aug 30, 2010
I currently have my open/close animation set to Glide in Compiz. However, aside from normal windows like Chrome and Nautilus, the glide effect is applied to Avants animations.I would like the Avant animations to fade in and not use the glide effect.I have looked at the rules and have done a little tinkering, but I haven't found the rule that would make this work.
View 4 Replies
View Related
May 19, 2010
On May 07 I did an update that included the following:
May 07 07:23:27 Updated: avant-window-navigator-0.4.0-1.fc12.i686
May 07 07:24:22 Installed: awn-extras-applets-0.4.0-5.fc12.i686
May 07 07:24:25 Updated: avant-window-navigator-devel-0.4.0-1.fc12.i686
May 07 07:24:31 Erased: awn-extras-applets-devel
I lost my previous AWN config and now when I run by hand and try and go into the configuration gui I see this /usr/lib/python2.6/site-packages/gtk-2.0/glib/_glib.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 I've tried upgrading gtk and glibc and pygtk from rawhide, but still no dice.
View 5 Replies
View Related
Jul 30, 2011
I think i successfully added the pacman repositories because the cairo dock came up (i dont like it at all) and i'm just trying to figure out how to get avant on my opensuse
View 3 Replies
View Related
Sep 4, 2010
I like to set my panels larger than default and change their color, but when I upgraded to 10.04, the graphics behind some of the "items" on the panels retain the default color scheme. I know it isn't a big deal but it bugs me. I just created this user acct to show the prob without messing with my main login.
My solution was to use Avant Window Navigator and not use panels at all, but I would like to fix the actual prob.
View 7 Replies
View Related
Sep 14, 2010
I am kinda new to linux and avant window navigator is my first dock and im having some trouble. It seems to have fully installed but it does not look very 3D. specifically there is a white box surrounding it.,
View 3 Replies
View Related
Mar 6, 2010
How to get AWN to run on two monitors? I want a bar on each monitor. I used to be able to start two instances using a shell script below but that doesn't seem to be working now.
Code:
#!/bin/bash
killall avant-window-navigator
sleep 4
DISPLAY=:0.0 avant-window-navigator &
sleep 4
DISPLAY=:0.1 avant-window-navigator &
Playing around more with this and it looks like avant no checks to see if there is another instance running and will not start if there is. That is a bummer. Any way to change this?
dccrens@cavermax-ubuntu:~$ DISPLAY=:0.0 avant-window-navigator &
[1] 15569
dccrens@cavermax-ubuntu:~$
** (avant-window-navigator:15569): WARNING **: Another instance of Awn is running
[1]+ Done DISPLAY=:0.0 avant-window-navigator
View 3 Replies
View Related
Mar 27, 2010
I decided to bite the bullet and install AWN 0.4 beta, because it supported GnoMenu. However, adding the GnoMenu applet to AWN triggers a UnicodeDecodeError, which looks something like this:
Code:
UnicodeDecodeError in GnoMenu: 'utf8' codec can't decode byte 0xb5 in position 1: unexpected code byte
The traceback is as follows:
Code:
Traceback (most recent call last):
File "/var/lib/python-support/python2.6/awn/extras/awnlib.py", line 1462, in init_start
[Code].....
View 1 Replies
View Related
Feb 13, 2011
I need switch on a effect Compiz to AWN thema.When I use graphic effect Normal or high I see laggs(when ubu hardworking) that I must do switch off effect but if I do that i louse skin on tray bar lack effect.
View 2 Replies
View Related
Mar 31, 2011
I have been using AWN for years, having a startup script to run multiple instances of AWN and position it on each monitor correctly. This has worked fine but today I decided to upgrade the version of AWN. The only problem now being that the new version doesn't support multiple instances of AWN to be open at once.The new version of AWN does have an 'Add dock' button but that's no good as my setup isn't Xinerama so each monitor is it's own workspace, meaning I can't position the dock far left, because far left is the edge of the current monitor.
The ideal solution here would to be able to run multiple instances, as I can force each instance to a monitor with DISPLAY=0:1 etc.If anybody has any ideas on how to have AWN on each of the 3 monitors then please let me know.
View 2 Replies
View Related
May 17, 2010
I'm trying to install the Avant Window Navigator by compiling the source files and installing that way. I've extracted the file avant-window-navigator-0.4.0.tar.gz, but when I run the ./configure command, I get an error.
Code:
configure: error: in `/usr/src/avant-window-navigator-0.4.0':
configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure
[Code].....
View 4 Replies
View Related
Apr 4, 2011
i just got this downloaded and i kinda like it. haven't customized it with apps yet, but i'll get to that later. right now i was wondering if there was any way i can set it to panel mode with only my desktop, yet still have my windows overlapping it.
View 9 Replies
View Related
Mar 24, 2011
There are a lot of tutorials online for getting at individual features in AWN (or DockBarX), and I understand that not every feature I'm making use of here is necessarily going to be useful to every user - this is an interface tailored to my workflow. Still, if you're new to AWN, here's a quick tutorial on some of the features you'll want to know about to be able to take full advantage of it. The goal here is to configure AWN as an alternative shell to Unity that retains all the same basic features (and a few extra.)
In this tutorial, despite the default settings on everything else, I'm using the (very trendy, I know) Orta theme and Faenza icons. I don't think it's without reason that these are becoming Gnome's Aqua. They're very readable and clean, and they both include a lot of special features (like Orta's extensive appearance configuration options and Faenza's inclusion of special notification tray icons for common apps like Dropbox and Tomboy.)
Although I know there are perfectly good reasons for both options, I'm going to be assuming in this tutorial that you're using a theme with the window buttons on the left, as this is needed for the Unity-style workflow presented. If you don't know how to change this feature, I'll explain it when I mention gconf-editor below.
Ingredients:
We'll need to add two PPAs to your system - one for AWN and one for DockBarX.
Code:
sudo add-apt-repository ppa:awn-testing/ppa
sudo add-apt-repository ppa:dockbar-main/ppa
After that, we'll update the package lists, then install these packages.
Code:
sudo apt-get update
sudo apt-get install avant-window-navigator-trunk dockbarx awn-applet-dockbarx xfce4-utils ccsm gconf-editor
[code]....
We're most of the way to a functional-looking desktop, but there's still no Run Dialog when you press Alt+F2, because this is actually a dialog provided by Gnome Panel.Instead, we'll use the one provided by xfce-utils.From the Main Menu at the left, go to Preferences -> Compiz Config Settings Manager (ccsm), then click the Commands tile.
Enter "xfrun4" as Command 0, then click the keybindings tab. Enter whatever keystroke you like, although you might want to make it something other than Alt+F2 to avoid possible conflicts. You could use something like Synapse instead of xfrun4, although xfrun4 will allow you to run more complex commands. Either one will appear when you select Launch from the Main Menu.
View 9 Replies
View Related
Feb 23, 2009
I've been following this guide to make my desktop look a little less "defaulty". Take a look.I've done each step up until where I'm supposed to open up Avant Window Navigator.IT REFUSES TO OPEN! I've tried rebooting...nothing. I've tried einstalling...nothing. Configuring it to run upon login...nothing. Agh! I am, however, able to run "Awn Manager" under System > Preferences and change the preferences for my non-existent window dock. I've searched the Internet quite a bit but can't seem to find a solution.
View 2 Replies
View Related
Jun 29, 2011
How do I install goldendict ?stardict I installed but when I do a word search word to the show:I still can not install the Avant Window Navigator?Which means I'm enabled the repo?
View 2 Replies
View Related
Jan 13, 2011
i found this http://crunchbanglinux.org/forums/to...indow-manager/ it has screenshots of exactly what i'm looking for, but i cant actually get it to work when following their instructions. i create the fusion.desktop file and the start-fusion.sh file, but they do not show up in xwmconfig or KDM. is there something in particular for slackware that i have to do to add the .desktop entry to my list of sessions?
View 4 Replies
View Related
Apr 15, 2010
I just recently discovered flubox, it's a window manager right"? like gnome? or is it like compiz fusion? if so, it is better than compiz fusion? can i use it in conjunction with compiz fusion?
View 1 Replies
View Related
Mar 13, 2010
I'm hoping that this is a stupid question with a very simple answer that I just can't find.I've been playing around with compiz-fusion on -current64. When I have two windows open, if I close the top, active window, I would expect that the next window in the stack would receive the focus. However, it does not. I have to alt-tab to it or click it with the mouse.
View 3 Replies
View Related
Feb 2, 2009
is it possible to dock the navigator window in Openoffice with the editor window? it is distrubing when we use the navigator window and it hide most part of the editor window.it would be nice if it works like msword outline window.
View 1 Replies
View Related
Jun 29, 2010
In Gnome, I don't like how Deb default GUI navigator opens a new window every time you navigate to a lower level. Results in loads of windows open. How to change this behaviour?
View 1 Replies
View Related
Sep 14, 2010
I run the final version of Lucid Lynx and have a 9800gt.
I followed the following procedure to install compiz (and I want compiz, not just the built in desktop effects) on my computer, all sudo with KDM disabled where necessary:
1. apt-get install nvidia-current
2. nvidia-xconfig
3. apt-get install build-essential libxcomposite-dev libpng12-dev libsm-dev libxrandr-dev libxdamage-dev libxinerama-dev libstartup-notification0-dev libgconf2-dev libgl1-mesa-dev libglu1-mesa-dev libmetacity-dev librsvg2-dev libdbus-1-dev libdbus-glib-1-dev libgnome-desktop-dev libgnome-window-settings-dev gitweb curl autoconf automake automake1.9 libtool intltool libxslt1-dev xsltproc libwnck-dev python-dev python-pyrex <- these were prerequisites mentioned by the guide on compiz.org
4. apt-get install compiz compizconfig-settings-manager compiz-kde compiz-fusion-plugins-main compiz-fusion-plugins-extra emerald
At this point, everything installed successfully, and nvidia driver was working perfectly.
I verified this: desktop effects worked OOB.
5. compiz --replace &
6. emerald --replace &
At this point, compiz apparently started. Emerald worked perfectly: all of the window decorations worked OOB. I went and ran ccsm, and turned on quite a few settings. It didn't enable ANYTHING. When I reran ccsm, all of the settings were back to default, and enabling any new ones had no effect on window behavior. Strange. I looked on the web and found:[url]
The ubuntu page said that I should not "Enable integration into the desktop environment" if gconf was selected. BUT THE FLAT FILE CONFIGURATION WAS SELECTED BY DEFAULT. Then I went back to the site and it said flat file configuration was recommended!
Maybe I shouldn't have enabled desktop effects first (NOTE THAT I LATER DISABLED IT and things still did not work)?
View 4 Replies
View Related
Mar 27, 2010
I was trying to install and run Compiz fusion with fedora 12. I downloaded all the packages etc using both the gui and terminal according to some guides. When I click the desktop effects button, it says 3d is not enabled, however the guide I followed said to enter glxgears (or something to that effect) and if it came up with 3d gears then 3d was enabled...I am very confused. There was an application I ran after downloading/installing some packages that caused the screen to go white and I had to reboot. I read in another forum this may have something to do with my drivers...gotta check my graphics card specs, will post when I find them.
View 5 Replies
View Related
Sep 17, 2010
I made a fresh install of Fedora 13, installed the video card driver for my video card. How do I get compiz fusion to work and what do I need to install? when I enable desktop effects the system panels disappear. Also I'm looking to install that effects editor that has all the different effects menus.
Okay I think I got the menu loader and Compiz working.. for those who browse to this thread.. the answer is. yum install compiz-fusion fusion-icon the desktop cube was a little tricky to get working.
However if I enable desktop effects fromt he preferences menu the system panels still disappear.
View 1 Replies
View Related
Jun 5, 2011
How to enable compiz fusion in fedora 15
View 8 Replies
View Related
Apr 30, 2010
So. I Installed Ubuntu 9.10 PPC from the LiveCD on my Mac G5. There is 4GB of ram in it. 2 CPU's and A Nvidia FX5200.
Now i want to install compiz fusion. I knew that Nvidia doesn't bring out PPC linux drivers. So what do i need to do to get compiz-fusion working?
Problem 2 is I can't find my Xorg.conf
View 1 Replies
View Related
Jun 6, 2010
I have been working on this copiz fusion thing and I was following the deal at medibuntu and got to where you run "compiz --replace" and I get this warning...
WARNING: Application calling GLX 1.3 function "glXCreatePixmap" when GLX 1.3 is not supported! This is an application bug!
WARNING: Application calling GLX 1.3 function "glXDestroyPixmap" when GLX 1.3 is not
[code]....
View 7 Replies
View Related
Jun 29, 2010
i am tring install compiz fushion in my desktop computer until i could install it
but i can not find the way to make it do cube and 3d effects.
View 2 Replies
View Related
Dec 31, 2010
if i installed ubuntu 10.04 or later on sd card, it will possible to enable compiz fusion???
Processor and memory
intel Core 2 Duo
* Intel Core 2 Duo processor with 3MB on-chip shared L2 cache
* 1066MHz frontside bus
* 4GB ram
* NVIDIA GeForce 320M graphics processor with 256MB of DDR3 SDRAM shared with main memory5
View 1 Replies
View Related
Dec 16, 2010
I've tried some more recent builds of Libre Office from Alien Bob and I'm still getting crashes when I try to dock the Navigator panel on the left side of the window for any of the office applications.
Details are in this post. More specifically, I'm running libreoffice-3.2.99.3-i486 from Eric. When I run 'oowriter' (Libreoffice Writer) from the command line, and then try to dock the navigator panel, I get this message after the crash:
Code:
Gtk-Message: (for origin information, set GTK_DEBUG): failed to
retrieve property `GtkOptionMenu::indicator-size' of type
`GtkRequisition' from rc file value "0" of type `glong'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to
retrieve property `GtkOptionMenu::indicator-spacing' of type
`GtkBorder' from rc file value "0" of type `glong'
I don't know if it happens with the 64-bit version or not. I haven't tried it yet. I'm no stranger to submitting bug reports, but I haven't looked closely at Libreoffice's bug submitting procedures. I'll do that soon.
View 14 Replies
View Related
Jan 25, 2010
I just did a clean installation of Fedora 12 on my Intel Core2 Duo system. I installed packages to use compiz fusion. When I select the Compiz Fusion Icon option from the System Tools menu, my screen goes white, and I have to SSH into the system and reboot it
View 4 Replies
View Related