Ubuntu :: Avant Window Navigator Dock Haven't Customized It With Apps
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
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
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
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
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
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
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
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
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
Oct 12, 2010
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 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
Jun 30, 2011
I am running Ubuntu 10.04 desktop AMD-64 on an HP DV4-2000 laptop. I have Docky running on the left side, desktop disabled and wallpapers for my four desktops. I recently killed the bottom panel (yes, it's a poor-man's 11.04).
Those details, I don't think, will have any bearing on the problem at hand, but one never knows. So, I have three different Firefox profiles I run-- the default, which has all the plugins, a stripped-down one which I use for my daily reading (I follow a number of sites using the Morning Coffee plugin), and another stripped one for my local WordPress install.
My problem is this-- I have created three separate launchers on my Desktop, one for each firefox profile. They each have their own icons, and I have successfully imported them each into Docky.
By the way, if you have problems with getting a different icon to show in Docky, open up the launcher with a text editor such as gedit and make sure that both icon listings are pointing to the one you want to use. Example:
Code:
[Desktop Entry]
Version=1.0
Type=Application
[Code]...
The first icon listing is what Docky uses, the second is what the Launcher file itself looks like. the problem-- When I click on the appropriate icon, I get an instance of Firefox under the correct profile. However, Docky throws the window under the generic Firefox icon, so if I pull up the dock, there might be three instances of firefox running under the firefox icon and nothing under the icons of the other two profile launchers.
I want to be able to click on the Wordpress profile icon and get the Wordpress window that is already open (instead of getting a warning that Firefox is already running... I know that).
I found this page which tells me how to fix a Chrome problem of similar nature, however, when I try to use the command xprop I get nothing. I left it running for fifteen minutes until I gave up and did a ^C to recover my terminal.
So, my problem, as I see it, is this-- I'm running Firefox in all three cases, which Docky correctly interprets. This isn't a java implementation where I can point at the correct Java attribute.
View 3 Replies
View Related
Sep 23, 2010
I got everything configured from my compiz settings eye candy to animations on my cairo dock and cairo dock will close and go down when I maximize a window. My problem is when I have a small window and I wobble and move them to the dock, the dock wont disappear and the window looks dumb behind the docks/widgets. I tried many things and clicking on different options in the behaviour section. Could you just give me a heads up on what to do so I can get it done.
View 2 Replies
View Related
Aug 23, 2010
I have cairo-dock 2.2 set to auto-hide when it overlaps the current window, allowing me to maximize windows to fill the entire screen or view two windows side by side with grid without having the dock taking up space (but still accessible by going to the bottom of the screen). My only problem is that this way I can't effectively use the Smart mode in the Place Windows plugins of compiz because new windows get placed over the dock and hide it when I don't want to. So I'm stuck using Cascade.
Is there any way to make it so a window will not appear on top of the dock without using panel mode or some other space-wasting feature, or any kind of "keep below" arrangement making the dock inaccessible when a window is over it?
View 1 Replies
View Related
Jun 30, 2010
I have found a couple of posts complaining about this problem but none offering solutions. In a nutshell, I want to prevent ALL programs from creating new windows that steal the keyboard focus away from whatever window I was just using. The most common offender is Synaptic when running updates/installs. I will be typing an email, playing a game, whatever, and all of a sudden a new window will pop up, steal focus, and if I'm not paying enough attention, whatever I'm typing will interact with it and cancel something or say yes to something before I even realize it. Another really bad offender is Firefox with the dialogs to accept cookies or entering/leaving a secure website. I still want all of those dialog boxes to appear but I don't want them to automatically steal focus from my other applications. Another user suggested having them blink in the task bar and I like that well enough if it is possible.
Is there a way to lock the focus to the active program/window unless the end user switches it away (i.e. no stealing)?
One post said something about window rules but gave no details. A lot of posts talk about the mouse cursor position selecting the window option (which I do not want and would not fix this problem anyway). One post said it was fixed in Feisty (guess it came back...)
View 4 Replies
View Related
Jul 27, 2011
Although it would resemble the Unity desktop that some of us here may have run away from, is it possible to set the left-hand-side dock to remain on screen, possibly only sliding off when a program window needs it to?
View 2 Replies
View Related
Feb 11, 2011
Yes im refering to Windows Degrade and how over time windows just running will degrade and start causing errors. DLLs go missing and bizzare things. Ive seen wierd things happen on a windows machine that is dedicated to one function. Well to my point, recently I have been having many linux issues, not like normal or anything throughout the years I have experimented with linux though.
1)entering fullscreen on VMware crashes linux sometimes (no Ctrl+Alt or Ctrl+Alt+F2 ect)
2)using a different monitor haults the virtual machine while other monitors do not (I have 4)
3)Java apps freeze and require moving the window offscreen (below the screen) to redraw
4)general linux freezing
5)glitch with xinerama that repeatedly teleports mouse between two monitors causing the system to be unusable (no Ctrl+Alt+F2 or anything either)
At first I thought they were all related to VMware but they may not be. I run VMware everyday for my slingbox and light EXE-ing when wine isnt an option. So I may not be asking for fixes to all these problems but whats going on? Ive seen linux installs last years and believed linux to not degrade.
View 9 Replies
View Related
Jun 18, 2011
I just installed 10.04 Ubuntu and allow the Manager Updates.
Movie Player and PitVi apps seems to disappear when I load a clip and enlarge the window.
Movie Player will allow a smaller window and the clip to be played but once I stretch the window, it disappear Nope, its not as though I "floored" that window. It's gone.completely.
PiitVi, when loading a clip, once its full loaded, it disappears.
I did try installing and re-installing but same results.
View 2 Replies
View Related
Feb 11, 2010
I have an icon for what seems to be universal access preferences modifying that is residing near my notification area on top GNOME panel. I have been trying to figure out how to get rid of it, but can't seem to. I took the program off of autostart apps, and have checked running processes to see if I could find which program has it going but I have exhausted my limited knowledge base in solving this.
View 2 Replies
View Related
May 6, 2010
I used to have the volume icon in Top Panel before upgrading from 9.1 to 10.4 I'm sure it's something stupid I'm not seeing, or maybe not, but anyhow....
View 3 Replies
View Related
Sep 22, 2010
I have a problem with my Ubuntu which is when I plug my usb mass storage I get nothing as id i haven't plugged it. Nothing appears in the Computer , and when I do the command fdisk -l.. the usb mass storage isn't there to mount it and when i press lsusb
Code:
Here is the dmesg
Code:
My ubuntu is lucid 10.04, and my mother board is Gigabyte GM31.
View 2 Replies
View Related
Feb 5, 2010
I have installed Fedora 12 yesterday and the codecs sound today obtaining audio mp3. I have update kernel to 174 version and after restart I haven't sound. I saw a alert but I ignored it in which said something about a path deleted (i don't remember which). But in Preferences/Sound/Aplications i see that my reproductor is open.
View 4 Replies
View Related