OK
Rating:
0.53
Thread Listing » Awn Suggestions
Ultimate AWN setup (icw Gnome panel)
#22266 by Timon (1.0000) posted on 12:23pm Saturday, May 24th, 2008
Hello all,
[Q]



well, I have been inactive for a while. Very busy at the moment. But right now I am at home again, and decided to give my workstation a new look, like everyone does every now and then.
I always wanted a nice way to combine Awn with the Gnome panel.
Until Awn finds a nice way to support this, I created my own solution. It is not very automatic at the moment, but it work.
Maybe someone has a better solution, but I will post mine:
[Q]



Step 1: create 1 or 2 gnome panels and start Awn
[Q]



Step 2: start a script that show a picture that looks like the Awn bar, so it suggests an "expanded" Awn bar:
[Q]



Step 3: move the gnome panels over the "picture" application
[Q]



Maybe I please some other users with this...
[Q]



Timon
[Q]



-----
[Q]



Attachment: simple script that does the trick (not very flexible yet)
$ ./expand.py
[Q]



#!/usr/bin/python
[Q]



import pygtk; pygtk.require('2.0')
import gtk
import sys
[Q]



class Image_Example(object):
[Q]



def destroy(self, widget, data=None):
gtk.main_quit()
[Q]



def __init__(self):
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
self.window.connect("destroy", self.destroy)
self.window.set_decorated(False)
self.window.set_keep_below(True)
[Q]



self.window.set_gravity(gtk.gdk.GRAVITY_SOUTH_WEST)
self.window.move(0,gtk.gdk.screen_height())
self.window.set_default_size(gtk.gdk.screen_width(), -1)
self.window.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_DOCK)
[Q]



self.image = gtk.Image()
self.image.set_from_file(sys.argv[1])
self.image.show()
[Q]



self.window.add(self.image)
self.window.show()
[Q]



def main(self):
gtk.main()
[Q]




if __name__ == '__main__':
[Q]



Image_Example().main()
[Q]



*Edited at 12:37pm, 05/24/08
Score: 0 points
Any particular reason?
#22267 by moonbeam (1.0000) posted on 12:32pm Saturday, May 24th, 2008
( no avatar )
Always nice to hear from those who are claimed by real life.
[Q]



Clever :-)
[Q]

--
http://moon-shiny.blogspot.com/

*Edited at 12:33pm, 05/24/08
Score: 0 points
Any particular reason?
#22289 by unebaguettesv (0.2007) posted on 12:07pm Sunday, May 25th, 2008
( no avatar )
Timon said:
Step 1: create 1 or 2 gnome panels and start Awn
[Q]




how did you make 2 different gnome panel applets with varying widths? thanks!
[Q]

Score: 0 points
Any particular reason?
#22291 by Ago (0.3066) posted on 1:42pm Sunday, May 25th, 2008
Right clic on the panel > properties
|
-> Size
[Q]



?
[Q]



:)
[Q]

Score: 0 points
Any particular reason?
#22345 by Nossile (0.1902) posted on 11:36am Tuesday, May 27th, 2008
( no avatar )
I not understand the parameters to be included in command (./expand.py ), could explain?
[Q]




Great job!
[Q]

Score: 0 points
Any particular reason?
#22346 by bumbleskull (0.5586) posted on 12:40pm Tuesday, May 27th, 2008
( no avatar )
the parameter is simply the location of your picture, a picture that is the width of your screen and the height of your bar.
[Q]



so if your screen width was 1280 and your bar height of 48, the image you make your bar would be 1280x48 and to launch the script would be ./expand.py /location/of/pic/here
[Q]

Score: 0 points
Any particular reason?
#22357 by Nossile (0.1902) posted on 4:32pm Tuesday, May 27th, 2008
( no avatar )
Thank you.
[Q]

Score: 0 points
Any particular reason?
#22373 by Nossile (0.1902) posted on 11:58am Wednesday, May 28th, 2008
( no avatar )
The script did not work, not display any error message but also does nothing.
[Q]



Maybe next time, i like much of visual posted by Timon. I hope the next version of the script.
[Q]

Score: 0 points
Any particular reason?
#22377 by spanella47 (0.4119) posted on 6:40pm Wednesday, May 28th, 2008
wasn't expanding the dock to screen width part of future plans? looks good for the time being...
[Q]

Score: 0 points
Any particular reason?
#22381 by plunn (1.0000) posted on 11:22am Friday, May 30th, 2008
Thanks Timon....
[Q]



Its always a pleasure to test your ideas....
[Q]



Score: 0 points
Any particular reason?
#22418 by unebaguettesv (0.2007) posted on 10:40pm Monday, June 02nd, 2008
( no avatar )
Ago said:
Right clic on the panel > properties
|
-> Size
[Q]



the size property, when you click on the panel, is a vertical adjustment. i want to know how Timon got two SEPARATE panels with different WIDTHS. as far as i know, gnome panels stretch over the entire screen, top, bottom, left and right.
[Q]

Score: 0 points
Any particular reason?
#22419 by malept (1.0000) posted on 10:41pm Monday, June 02nd, 2008
( no avatar )
there's an option to disable panel expansion. I don't remember where it is exactly, because I don't use Gnome on a daily basis.
[Q]

--
/
Score: 0 points
Any particular reason?
#22420 by unebaguettesv (0.2007) posted on 10:53pm Monday, June 02nd, 2008
( no avatar )
malept said:
there's an option to disable panel expansion. I don't remember where it is exactly, because I don't use Gnome on a daily basis.
[Q]



awesome!! i found it in gconf-editor. i had no idea! thanks!
[Q]



Score: 0 points
Any particular reason?
#22547 by Timon (1.0000) posted on 1:31am Wednesday, June 11th, 2008
unebaguettesv said:
awesome!! i found it in gconf-editor. i had no idea! thanks!
[Q]



Just right-click "properties" on a panel, and hey: there it it.
[Q]

Score: 0 points
Any particular reason?
#23462 by killerwhale65 (0.1964) posted on 10:54am Saturday, August 02nd, 2008
( no avatar )
hi,
[Q]



I was wondering why your 2 seperate non-expanded gnome panels do not have the ugly endings? When i make my panel non-expanding, it always has an ugly thingy both on the left and right end. No matter what i do, making transparent, using image as background, they always stay there, being ugly in the same color and transparency. So how do you do that?
[Q]



thanks!
[Q]



Matt
[Q]

Score: 0 points
Any particular reason?
#23464 by Daisuke_Ido (0.1790) posted on 10:36pm Saturday, August 02nd, 2008
killerwhale65:
[Q]



I believe there's an option in there to not show the "handles" or "resizers" or "grabby things" - it's been a while since I've used gnome, but it's something to that effect.
[Q]

Score: 0 points
Any particular reason?
#27021 by brucepl (0.2317) posted on 9:51pm Monday, November 28th, 2011
( no avatar )
extremely inexpensive possibilities for individuals. You can purchase all of them through best manufacturers and become certain you’ll appear fantastic watches replica 98MT of louis vuitton handbag, drives you nuts you. You purchase a 4 iron (licenses), I purchased two louis vuitton handbag nonetheless discover it much more co rolex replica variations can be found in marketplace, mechanised skeletal system watches are most frequently discovered. The feel of this kind watch is very non-traditional replica watches uk ing to purchase a watch would definitely be extremely pleased to buy certainly one of these.Emporio Armani has a few of the best watches around the mark chanel bags ent-free time period . The infringement situation will be the louis vuitton luxurious brand name of hegemony as soon as once more displays the fashion they prefer chanel replica fer a person sufficient options. Along with colours as well as manufacturers which are first class it is certain to create mind change while you put on what chanel shop le princess Diana after which demonstrated because the woman’s the majority of favored purse. Home of Dior had been set up within London, 1946. Within 1950, uk replica handbags because ages. Nicely for all those who nonetheless aren’t conscious of replica watches and think about them as some thing not believe in worthy this chanel handbags though a lot of people are doubtful regarding the functions , functions and designs of replica watches, the truth is the fact that these watches have the chanel replica rson associated with means’ — that is the look a lot of us wish to depict, by purchasing custom ‘products.A The process, obviously, is inc swiss replica watches e to put lower for any watch that’s in the end, merely a replica; but it is vital that you remember that when you are referring to the replica of the replica watches area is actually from the evening as well as in darkish azure along with Eight ‘diamond’ superstars along with a celestial satellite partly in betw replica watches ly move for that genuine thing but for the careful consumer who would like to appear fashionable these types of shops provide a few fantastic offers. Rolex wat swiss replica watches numerous while you want. It’s merely an incredible provide for all you gals and guys available.Existence isn’t as harsh because it seems. We m Replica Handbags uk challenging to tell the difference in between actual and fake items, but the quality of fakes will always be compromised.Why are fakes sold on the eBay? replica watches . I’ve this individual bar, unique Aikan Shu. louis vuitton handbag the trunk now I’ve turn out to be a haven for my guide. Occasionally driving out stroll Replica Watches who use fake, louis vuitton consumer doesn’t belong to this class. This time, actual louis vuitton really feel so poor mood simply because, louis vuitton bag replica watches uk th drinking water. Get in touch with the heavens using the Baume & Mercier replica watches as well as herald a period associated with noble atmosphere as well uk replica watches
[Q]

Score: 0 points
Any particular reason?
#27117 by shaneee (0.2294) posted on 10:50pm Tuesday, January 10th, 2012
( no avatar )

Score: 0 points
Any particular reason?
#27128 by LouisVuitton (0.2004) posted on 11:25pm Tuesday, January 10th, 2012
Score: 0 points
Any particular reason?
#27173 by hollister914 (0.2359) posted on 11:24pm Sunday, January 15th, 2012
( no avatar )







Score: 0 points
Any particular reason?
#27186 by quarterstyu (0.1935) posted on 1:10am Monday, January 16th, 2012
( no avatar )
Louis Vuitton Monogram http://www.piranhacs.com/
Louis Vuitton Neverfull http://www.piranhacs.com/
[Q]






http://www.lvhandbagstore.com";" target="_blank">Louis Vuitton Speedy
http://www.lvhandbagstore.com";" target="_blank">Louis Vuitton Alma
http://www.lvhandbagstore.com"louis-vuitton-luggages-c-118.html" target="_blank">Louis Vuitton luggage
http://www.piranhacs.com";" target="_blank">Louis Vuitton Monogram
http://www.piranhacs.com";" target="_blank">Louis Vuitton Neverfull
[Q]

Score: 0 points
Any particular reason?
#27301 by hollister914 (0.2359) posted on 3:08am Wednesday, February 08th, 2012
( no avatar )
I believe there's an option in there to not show the "handles" or "resizers" or "grabby things" - it's been a while since I've used gnome, but it's something to that effect.
hollister uk
hollister outlet
hco uk store
hollister clothing sale
A&F MEN
Leather Thongs
Hoodies
[Q]

Score: 0 points
Any particular reason?
#27302 by shaneee (0.2294) posted on 11:53pm Wednesday, February 08th, 2012
Score: 0 points
Any particular reason?
#27375 by hollister (0.2014) posted on 12:57am Friday, February 24th, 2012
( no avatar )
wallets and handbags etc. The Mulberry bag are the all-purpose purses which is often utilized by the individuals of every age group be it a university student, a functional expert or maybe a housewife. Mulberry handbags have become popular in almost all the countries of the world. The most sought after models of the Mulberry handbags include Mulberry Bays water Handbag, Mulberry Antony Handbag, Mulberry Alana Handbags and many more. The Mulberry handbag which has achieved the topmost position is the Antony handbag. The Mulberry handbags are available in a wide range of colors including oak, chalk, chocolate and many other funky colors. There are a number of online stores as well as land-based designer handbag stores which provide a huge collection of the very popular Mulberry handbags.
Mulberry Bayswater Mulberry Briefcase
[Q]

Score: 0 points
Any particular reason?
#27406 by hollister914 (0.2359) posted on 4:35am Thursday, March 01st, 2012
( no avatar )
well, I have been inactive for a while. Very busy at the moment. But right now I am at home again, and decided to give my workstation a new look,
[Q]



Thomas Sabo Carriers
Thomas Sabo Chains
thomas sabo jewellery
thomas4sale
like everyone does every now and then.
I always wanted a nice way to combine Awn with the Gnome panel.
Until Awn finds a nice way to support this, I created my own solution. It is not very automatic at the moment, but it work.
Maybe someone has a better solution, but I will post mine:
[Q]




Score: 0 points
Any particular reason?
Thread Listing » Awn Suggestions » Ultimate AWN setup (icw Gnome panel)

Post A Reply:

Powered by Metaforum ©2004-2012
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.