OpenSUSE :: Installing Avant Window Navigator
Jul 30, 2011I 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 RepliesI 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 RepliesOn 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.
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.
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 RelatedHow 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
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].....
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 View RelatedI 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 RelatedI 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 RelatedI 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.
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].....
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 RelatedThere 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.
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 RelatedHow 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 Relatedis 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 RelatedIn 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 RelatedI'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.
I am running Lucid Lynx 10.04 32bit & I have installed Avant Window Navigator 0.4.0I am having a hard time installing themes for Avant Window Navigator 0.4.0I have these themes downloaded & they worked on 9.10 Karmic Koala 32bit The themes are QV_Glass_3D.tgz & QV_Invisible.tgz Yes I extracted them & then I opened Avant Window Navigator 0.4.0 & went to the themes tab & then clicked the install button & nothing happed when I browsed for the themes. I saw the .tgz & also the folder but no luck with getting the themes to work.
View 9 Replies View RelatedI am unable to run Avant. The install went well but it wont show up.
View 9 Replies View RelatedAfter installing opensuse 11.4 (64bit- gnome 2), enabling compiz effects makes windows' decorations disappear.
I can solve this by doing
gtk-window-manager --replace
but I have to do this every log in.
i am using avant for some days. it is great and works very well. but it always appears on the bottom. i want to make it appear on the left/right side of the screen. is it possible?
View 5 Replies View RelatedI wanted to try the JWM window manager, which is not in the Fedora repository. The author's site gives no instructions, save for users of Irix (!), so after compiling and installing I needed to find how to have it on offer at log-in. I do not want to just have jwm launched after startx runs; I want the (Gnome) log-in where I can choose a desktop or window manager for the session.
I found that Icewm and Gnome have desktop-configuration files in /usr/share/xsessions, so I created one there for JWM using the other two as a model. What I can't find is where Gnome's session manager keeps the list of available sessions. I've searched the contents of /etc/X11/xinit/ and the configuration files in my home directory for a file containing "icewm" (which I do have available), and drawn a blank.
I have installed Debian Lenny on my AMD Phenom PC. Now I had installed it through debian-503-amd64-i386-powerpc-netinst.iso which I burned on a CD and installed on my Hard Disk. Now I would like to easily install x window and kde window manager on this system.
Can anybody tell me
1. What exactly I will have to download extra.
2. How to install it on my system.
3. If necessary how to configure it.
In previous versions of Ubuntu and OpenOffice.org I could easily dock the navigator to the right or left side of the screen by simply moving it there. A faded outline would be created and it would snap into place. In 10.04, I can't do this. Does anyone know how to dock the navigator in OpenOffice.org?
View 2 Replies View Relatedhow do i use my nokia navigator 6119 as a modem
View 1 Replies View Relatedi have installed fedora 12(from dvd) on my laptop having window 7 OS as deafult(intel processor i330)I wanted dual boot up, so I shrink the existing C partition using window using Disk Management. And then delete the newly created volume.Clean installation of fedora.But when I tried to boot window it is showing "No C drive exist".Although from linux all hardrive is coming as one file system and all data on Drive are intact i.e not data is lost.
View 5 Replies View RelatedI was wondering if anyone has any idea how to install a window manager without root access? I'm trying to install Fluxbox. I unpacked the .tar.gz and ran ./configure followed by make. I'm unsure of the next step- usually I would just do 'make install' but as I don't have root access I cannot do this. I found this file which I think may have something to do with the process that should come next, it seems to have some lines about window managers (~/.xsession):
[Code]...
61 directories, 868 files I am running CentOS version 5. I hope that's some information for someone to have some ideas?
I have been playing around with Avant Navigator Bar and Gnome Menu Bar and was wondering how to add the run command to these items?
View 4 Replies View RelatedMy hard disk is a 40 gb seagate drive with 3 logical partitions - C (Win 98), D (Data), E (Win XP Home). Yesterday, I decided to format Win 98 partition and install Fedora 11 on it. I used Live USB, custom partitioned for /, /boot and swap. Installation went fine until the Add/Delete boot screen came when I got multiple Unable to mount partition errors. Then I added Win XP (which was on sda6) and restarted the system. When the system booted, I selected Win XP but it didn't do anything. It showed blank screen and then reverted to grub boot loader screen. Then I selected Fedora time and completed installation and it works fine but XP doesn't boot.
Thinking something might have gone wrong, today I reinstalled Fedora. I chose "Install over previous Linux" and this time the installation went smoothly without any errors. However it still doesn't let me boot into Win XP. It gives a "Booting into WinXP in 3/2/1 seconds" and then goes blank and keeps repeating that message.
This is the result of fdisk -l code...