OK
Rating:
0.00
Thread Listing » General AWN Discussion
Some Awn/Gimmie Integration
#19650 by njpatel83 (1.0000) posted on 4:24am Wednesday, February 06th, 2008

[Q]



It's a nice start by Alex. Hopefully with 0.3 we'll be able to have more complete integration between the two projects.
[Q]

Score: 0 points
Any particular reason?
#19652 by moonbeam (1.0000) posted on 6:27am Wednesday, February 06th, 2008
( no avatar )
njpatel83 said:
It's a nice start by Alex. Hopefully with 0.3 we'll be able to have more complete integration between the two projects.
[Q]



Cool. Don't know if I'll use it but a good thing nonetheless :-)
[Q]


Score: 0 points
Any particular reason?
#19654 by lagorgy (0.7720) posted on 6:36am Wednesday, February 06th, 2008
great news, gimmie's great, but the UI isnt the best, integrating awn with it would definitly be a good thing.
[Q]



I would really like to see awn as a panel instead of a dock, kind of KDE4's panel... but nice :P
[Q]

Score: 0 points
Any particular reason?
#19655 by plunn (1.0000) posted on 9:35am Wednesday, February 06th, 2008
Nice... :)
[Q]






Score: 0 points
Any particular reason?
#19702 by nazrat (0.4662) posted on 1:52pm Thursday, February 07th, 2008
This is so awesome...I was waiting so long for that !!! lmao
Is there any blog or something to track the gimmie development except the mailing list? (I hate mailing lists)
[Q]

Score: 0 points
Any particular reason?
#19703 by gilir (0.9999) posted on 2:57pm Thursday, February 07th, 2008
Available in gimmie trunk
[Q]



*Edited at 2:58pm, 02/07/08
Score: 0 points
Any particular reason?
#19735 by plunn (1.0000) posted on 1:57am Sunday, February 10th, 2008
Yup.... :)
[Q]



Today also everything works lmao
Closing an applet was broken yesterday.
[Q]






cd gimmie-awn
./autogen.sh
make && make install
restart awn
(all dev packages for awn are needed)
[Q]



4 new applets
[Q]



- Gimmie Linux
[Q]



- Gimmie People
[Q]



- Gimmie Library
[Q]



- Gimmie Programs
[Q]



[Q]



*Edited at 2:01am, 02/10/08
Score: 0 points
Any particular reason?
#19748 by tretle (0.3977) posted on 10:21am Sunday, February 10th, 2008
( no avatar )
"I would really like to see awn as a panel instead of a dock, kind of KDE4's panel... but nice :P"
[Q]



I agree with you there but I think you are missing the big picture.... To me anyway, when I first saw awn I didn't think of it as just a dock I saw it as gnome panel x2.
[Q]



I think that awns focus has steered in this direction. njpatel wants the ability to have awn placed anywhere on the desktop. corners bottom middle, top middle etc.
I can only assume he just wants it as customizable as possible so you could get it to act like a panel if you wanted to.
Why do we need it?
Simple, recognizability.
It would allow people in the future to have a gnome desktop which allowed loads of the great features of compositing to be taken into account.
I see awn as the panel/dock of gnomes future.
Gimmie is also one of the projects i have been watching verry closely and it also is striving for customization as of late.
What does this mean?
People wont have to compromise there ui of choice in the future. they can set up the panel to look just like it does now. they will be able to set up gimmie to use the same structure as it does right now. All great stuff and the fact the two projects are working together right now can only be a good thing.
[Q]

Score: 0 points
Any particular reason?
#19749 by plunn (1.0000) posted on 10:38am Sunday, February 10th, 2008
Well, this is my "emergency panel" for the moment :)
[Q]



[Q]



- gnome-main-menu
- Volume (running Pulse audio)
- Emergency Exit... :)
[Q]




Everything else on AWNs dock and Gimmie was the last puzzle piece...
[Q]





Really great !
[Q]





*Edited at 10:40am, 02/10/08
Score: 0 points
Any particular reason?
#20062 by plunn (1.0000) posted on 3:47am Sunday, February 17th, 2008
Gimmie Program is impossible
[Q]



Start from launcher added with awn-manager
[Q]



(awn-applet-activation:19022): Gnome-CRITICAL **: gnome_program_locate_file: assertion `program != NULL' failed
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py", line 262, in button_press
self.topic_win = TopicBox(self, self.topic)
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py", line 83, in __init__
self.find_first_button()
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_topicwin.py", line 1169, in find_first_button
filtered = self._filter_items_num_days_ago(items, zoom)
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_topicwin.py", line 1193, in _filter_items_num_days_ago
return [x for x in items if self._filter_compare(x, days_ago)]
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_base.py", line 249, in get_items
for i in self.get_items_uncached():
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_applications.py", line 300, in get_items_uncached
for item in RecentLaunchers.get_items_uncached(self):
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_applications.py", line 293, in get_items_uncached
yield DesktopFileItem(item.get_uri())
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_applications.py", line 88, in __init__
LauncherItem.__init__(self, item.get_location())
AttributeError: 'awn.DesktopItem' object has no attribute 'get_location'
[Q]



-----------------
Start from an added desktop file
[Q]



/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py:244: Warning: value "0" of type `gint' is invalid or out of range for property `height' of type `gint'
awn.AppletSimple.__init__ (self, uid, orient, height)
/usr/local/lib/python2.5/site-packages/gimmie/gimmie_util.py:480: GtkWarning: gdk_pixbuf_scale_simple: assertion `dest_width > 0' failed
gtk.gdk.INTERP_BILINEAR)
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_applications.py", line 468, in
gimmie_awn.start(ApplicationsTopic())
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py", line 294, in start
applet = GimmieAwnApplet(awn.uid, awn.orient, awn.height, topic)
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py", line 249, in __init__
self.height_changed(height)
File "/usr/local/lib/python2.5/site-packages/gimmie/gimmie_awn.py", line 258, in height_changed
self.set_icon(self.topic.get_icon(height))
TypeError: AwnAppletSimple.set_icon() argument 1 must be gtk.gdk.Pixbuf, not None
[Q]



----------------------------------------
[Q]



Error within AWN or ask Alex for a fix ?
[Q]



Thanks !
[Q]

Score: 0 points
Any particular reason?
#20073 by moonbeam (1.0000) posted on 6:19am Sunday, February 17th, 2008
( no avatar )
plunn said:
Error within AWN or ask Alex for a fix ?
[Q]



Looks to me like it's not finding an icon. Beyond that, I'm still half asleep.
[Q]

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

*Edited at 6:20am, 02/17/08
Score: 0 points
Any particular reason?
#21629 by dkeats (0.1728) posted on 1:47am Wednesday, April 16th, 2008
Just trying out the Gimmie applets from bzr via the Ubuntu PPA repository. THey open, and they work great...but they won't close. Is there a trick, or is it just necessary to wait a few days.
[Q]



Regards and thanks for the great tools,
derek
[Q]

Score: 0 points
Any particular reason?
#29354 by zangqingla (0.2095) posted on 11:01pm Friday, May 11th, 2012
( no avatar )
Coach Outlet Store gives the Coach handbags sale which is provided by Coach Outlet Onlinea cool urban makeover in brass and manhogany quilted leather. coach outlet handbags is always a leading american designer and maker of luxury lifestyle collections.Welcome to our website and find the beautiful and fashion Coach Bags Outlet you like. Coach Online from Coach Outlet Store Online that very popular as the best quality that used the real leather and the nice design.Take it now,you will get the more discount coupon.Welcome to visit our coach handbags outlet for more series of Coach Bags Sale.Also have so many Cheap Coach handbags outlet and Cheap Coach Outlet .Here,You could choose whatever you want!Discount coach handbag are one of most popular designer handbags brands throughout the world! Our coach outlet store are earnest to offer you the authentic Coach Outlet Online which is made of the best material and with exquisite designs.Coach Store website will provide the best service for our customers.The coach handbags sale what online sale are Low price and high quality.
[Q]

Score: 0 points
Any particular reason?
#31385 by DannyLin (0.9704) posted on 6:34pm Thursday, May 24th, 2012
( no avatar )
(Coach Outlet Online) While there are no amusement rides, the outlets have become more pleasant, with some storefronts mimicking Madison Avenue-style boutiques and more organized displays of clothes (no more bins of mixed sizes). Service is also better(Coach Outlet)
[Q]

Score: 0 points
Any particular reason?
#36594 by Josemari (1.0000) posted on 11:19pm Friday, June 15th, 2012
( no avatar )
We take a more sales-driven approach to this collection, explained designers Georgina Chapman and Keren Craig. Simple yet sophisticated wedding ball gown dresses , all the gowns in this line are elegantly sculpted and represent the perfect choice for everyone who aims for understated glamour. uk wedding dresses And with these unique designs available, staying undeniably feminine has never been so easy! wedding dresses bridesmaid dresses
[Q]

Score: 0 points
Any particular reason?
#37691 by DannyLin (0.9704) posted on 11:29pm Monday, July 02nd, 2012
( no avatar )
A really strong apparent Michael Kors great shock attack everyone having wonderful curiosity. It is and so Michael Kors Handbags called---there need to be just one distinct position plenty of Michael Kors Outlet to help master persons. By far the most pealike one among Jimmy Michael Kors Choo custom made clutches possesses a couple major grips, silver embellishment Michael Kors Handbags to the issue, as well as a extractible designer-stamped Michael Kors Outlet point connected with polished model. Stud fastenings to regulate measurement attributes Michael Kors it is security devoid of a tautology excess weight.
[Q]

Score: 0 points
Any particular reason?
#42915 by rose01 (0.4404) posted on 2:34am Thursday, September 06th, 2012
( no avatar )
design is improved the dial of your amazing timepiece. Baume Mercier Swiss Replica Watch Baume Mercier Swiss Replica Watch Apart from, the women take pleasure in 3 shagreen straps that happen to be matched together with the vivid hues in the watches and so are adorned with stones of white gold studded with white diamonds, which total this wonderful line. Not forgetting about males, with 3 stylish and colourful types designer replicas designer replicas , they aren't neglected jaeger lecoultre swiss fake watch jaeger lecoultre swiss fake watch . For that reason, replica watches replica watches panerai swiss replica watches panerai swiss replica watches the Instrumento N Uno timepiece for him is included with a vintage black alligator strap correctly hooked up to its black matt situation created from chrome steel and suited by having an attractive black lacquered dial. The exhibit of your dial is quite vivid and energized, high quality replica watches high quality replica watches exposing colourful palms chronograph black dial chronograph black dial , numerals and markers, bell ross replica watches bell ross replica watches but in the masculine tactic. replica watches for sale replica watches for sale Exclusivity is assured for your blessed wearers since the variations are generated in
[Q]

Score: 0 points
Any particular reason?
#43619 by rose01 (0.4404) posted on 7:05pm Wednesday, September 12th, 2012
( no avatar )
modern wedding dresses modern wedding dresses warranty period then it is going to be taken care of by the company. You can find hundreds of hire solutions to accommodate most driving requirements; no matter how long or short the sought after lease period. At the conclusion of the lease contract you have the option to keep the car, lengthen the contract cheap vintage bridal gowns cheap vintage bridal gowns , or take it back plus size evening dresses plus size evening dresses . This really is just the thing for individuals whom become bored quickly as well as drivers which maintain up to now with the newest models. Vehicle loans being a strategy is employed by a lots of people since it really doesn't require the exact same type of security along with credit score criteria like a mortgage really does. In addition , orange flower girl dresses orange flower girl dresses your vehicle renting business powerful will buy and also are the owners of the car, long beach dress long beach dress cheap bridesmaid dresses cheap bridesmaid dresses chiffon bridesmaid dresses chiffon bridesmaid dresses this means there is certainly a smaller amount personalized threat
[Q]

Score: 0 points
Any particular reason?
Thread Listing » General AWN Discussion » Some Awn/Gimmie Integration

Post A Reply:

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