Ubuntu :: AWN 3.9 Avant Window Navigator Multiple Monitors
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
ADVERTISEMENT
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 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
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
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
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
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
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
Jun 4, 2010
I'm starting to have A LOT of opened windows in my machine. Sometimes within a project, I have e-mail/task management/personal e-mail/twitter, and a lot of different opened applications/terminals in my Linux workstation.Sometimes it would be interesting to have different workspaces to projects instead of this configuration I have nowadays that are classes of work (bad name, I know, but I think you got the idea).I'm starting to think about using two monitors: one with Corporate Management, Work and Personal. The second monitor is only the development state: each workspace here is about a project being worked on instead of groups of works like before. A workspace may be implementing different classes for example.
My question is: I just want to change to a second monitor using the mouse. I want to still be able to change workspaces in the same monitor using keyboard shortcuts. The keyboard shortcuts wouldn't change monitors, just worskpaces on the same monitor. All the tutorials I read (like this one) only tells how to use multiple monitors but doesn't answer my question about keyboard shortcuts.Does Linux (Ubuntu 10.04 Lucid Lynx or Debian 5.0.5 Lenny) support this envisioned setup (Different workspaces in a way that keyboard workspace switching only works in the current monitor) ? If so, how?I haven't tested this setup, that's why I'm asking. In this question the user says it works exactly how I want it to behave, can someone else confirm it?
View 3 Replies
View Related
Jul 12, 2010
So essentially, I have 3 monitors and i'm attempting to run 2 different window managers/sessions at once split up on the monitors. It is intended to be like this:
Code:
[GNOME/Compiz - Screen0]
- Left Monitor[code]......
View 2 Replies
View Related
Oct 1, 2010
I use Kubuntu 10.04. I want to use multiple monitors in an extended way. When i connect a monitor to my laptop, i get the same desktop view on both monitors. When i go to system settings - display - multiple monitors, i see the message: "This module is only for configuring systems with a single desktop spread across multiple monitors. You do not appear to have this configuration".
View 9 Replies
View Related
Nov 30, 2010
I'm running Ubuntu 10.10 x64 as a guest in VirtualBox on top of Windows 7. I recently bought a second monitor, and I want to set up my Ubuntu guest to use both monitors. I configured VirtualBox to give two displays to the VM, and two windows are displayed when I run the VM, however, the Ubuntu guest only uses the primary screen and does nothing with the second--the second screen is just black.
When I go to the monitor settings, only the one monitor is detected (as an "unknown monitor") I have the latest guest additions installed and the driver under System-Administration->Additional Drivers is shown as installed and working correctly. I don't have any issues with the single display--it shows in the correct resolution, and works fine if I set it to fullscreen or seamless mode. Any thoughts on getting Ubuntu to detect the other screen?
View 1 Replies
View Related
Dec 14, 2010
I've been using linux for roughly 12 years now but I've always avoided linux on the desktop since touching X back in the day was quite a hassle. I recently decided that rather than keeping my windows desktop full of 15 PuTTY instances, I should rock the *nix desktop.
I started by installing Ubuntu 10.10 Desktop. It detected my two monitors handing off a pci express card just fine. I decided to install the ATI drivers when it prompted me - the proprietary drivers would let me select to use the monitors separately, but would always just default back to mirroring the screens. I was unable to get it to stop that, so I had to go back to the open source drivers. Which is fine, I don't really need the 3d accel. Roll forward a week, I ordered another video card to add another screen. I purchased another ATI card, since word on the street is that same-vendor chipsets play best together. This one had to be PCI, if this matters.
dmesg reports the new card is fine and happy, but the Monitors GUI thing doesn't detect any monitors off the new card, or report anything about it. So: what should I do to make the second video card get noticed?[URL]...
View 6 Replies
View Related
Sep 9, 2010
Got Ubuntu installed with not much trouble, tho I found the install CD not as helpful as it might be. Anyway, I have three monitors and want to get them running, same as in XP. Is there somewhere I can read up on this? At the moment my worst card is on the lowest PCI slot, and as I understand it, that makes it always the default, but XP has no trouble with that. Ubuntu's monitor setup page tells me 'unknown monitor' and seems unhappy with the graphics abilities of the card, but lspci reports all three cards correctly, so they are 'visible' at least.
View 8 Replies
View Related
Feb 20, 2010
I'm running a lenovo laptop with an nVidia Quadro FX 570M and Ubuntu 9.10.
I cannot get my external monitor to work properly for me (using nvidia-settings). It basically creates a single continuous monitor space across both the external and the inbuilt monitor (maximising a window, covers BOTH monitors and the gnomepanels run across both monitors)
I think its related to my xorg.conf settings, which are as following, Can any one help:
(It used to work for me when I was using ubuntu 8.4)
View 1 Replies
View Related
Feb 7, 2011
I just abandoned Windows 7 for Ubuntu. I am trying to setup my monitors on my desktop. I have 3 monitors (i have 2 graphics cards with 2 monitors per graphics card -- so potential for 4 monitors).
Currently I have 2 of the monitors working, but they only mirror each other. I tried going in to System-Preferences-Monitors to configure them the way I want to, but nothing i do stops them from mirroring each other.
View 3 Replies
View Related
Jun 22, 2011
I'm trying to get 4 monitors working in Ubuntu 11.04 the way I would like to. I have two Radeon video cards with two monitors connected to each. With proprietary ATI drivers and the Catalyst Control Center I'm able to see all the monitors and Have Multi-Display setups, but they're separated for each video card. I can move items to and from Monitor 1 to Monitor 2, and Monitor 3 to Monitor 4. I'm not able to move windows from 2 to 3 or 4. The two separate display setups have their own set of workspaces too. I've tried enabling xinerama, but when I log back in after a restart the screen is just black and I'm forced to reboot manually. The two separate displays wouldn't be that much of a problem except that my keyboard doesn't seem to work on any application opened on monitors 3 and 4 after I've clicked on something in Monitor 1 or 2.
Below is one of the configs I've been messing around with:
Code:
Section "ServerLayout"
#Screen "amdcccle-Screen[2]-0" 3840 0
#Screen "amdcccle-Screen[1]-1"
Identifier "Layout0"
[Code].....
View 5 Replies
View Related
Oct 10, 2010
How can I make a window span over both monitors? I have the monitors configured using the KDE monitor setting tool. I need specifically full-screen (for presentation purposes) or at least a maximized window. Kwin insists on locking the window on one desktop.interestingly it really is Kwin preventing me to do this. If I get rid of KDE and just launch a plain X session, the window maximizes correctly.
View 1 Replies
View Related
Sep 8, 2010
how is the support for multiple, two or more, monitors in ubuntu (10.04) when using a graphic cards from AMD(/ATI), for example the HD 5770. (Which I'm currently using). I know that DP is required to use three monitors on a regular card. But other than that, will it work? Am I to expect a lot of work to be able to get it working? Or will it simply be impossible? (And yes, I know that AMDs(/ATI) drivers aren't always the best... Although changing to a card from nvidia at this moment isn't possible)
The background to my question is that I'm thinking about buying another monitor, same model as the current one I'm using, and later on perhaps expand to buy another one.Tried to search for it but wasn't able to find how the support would be in linux, and ubuntu in particular, since most I found is about the windows support, which should work quite easy and therefore isn't relevant.
View 2 Replies
View Related
Aug 14, 2010
I've been running Ubuntu 10.04 since it came out using two monitors, on the extended desktop option (the way I want it to be) with no problems. Today I unplugged the HDMI cable from my laptop and used it for my ps3 and now when I put the HDMI back in it will only run in the mirror desktop option. This is not acceptable to me as my 2nd monitor is a 50inch tv with a much higher resolution than my laptop.
When I uncheck the "Same image in all monitors" box it says to log out and back in. Doing this changes nothing(neither has restarting), it is still a mirrored screen.
When I click the detect monitors button absolutely nothing happens. Before today the detect monitors button did work.
How can I go about fixing this?
Edit: Also I just watched a show on the laptop and theres a lot of screen tearing, this didn't happen before.
View 2 Replies
View Related