[14:02] https://wiki.ubuntu.com/Website/JauntyCountdownBanners#Thorwil%27s%20Ring [14:04] http://emonk.fi/open/xubuntu/jaunty-countdown/ [14:06] knome: pretty cool. i combined the sunrise idea with my submission for last release, but it wan't among the versions taken [14:06] yeah. [14:06] the image is from our gdm theme [14:07] knome: is it on purpose the the CoC is least visible on the last? [14:07] CoC? [14:07] circle of friends [14:07] oh [14:08] i didn't *design* it to be like that; however, i've addressed the issue and i think we'll leave it as is. [14:09] actually i added the logo in quite late [14:11] * thorwil takes a walk [14:11] enjoy [16:49] i need to combine 2 batches of images. all images have the same size, but one batch needs on offset of 31 pixels upwards [16:49] how can i do that using Imagemagick? [17:43] combine which way? [17:43] knome: simple composite [17:43] but nevermind, i solved it [17:43] ok :) [17:44] i initially tried to do it within a single "compose" command, but it seem you can only offset the upper image that way, while i need to shift the lower [17:45] okay [17:45] i struggled with imagemagick yesterday also [17:45] then i tried a combination of crop and extent, but the alpha channel gets messed up in a way that eog and gimp are of different opinion how to display the result [17:45] the solution is to use -roll [17:45] wow :) [17:45] talented ;) [17:46] for f in renderings/*.png; do convert $f -roll +0-31 composited_bottom/${f##*/}; done [17:46] for f in composited_bottom/*.png; do composite ring_foot.png $f composited_bottom/${f##*/}; done [17:47] took me so long to figure out, i could have done in manually several times by now ;) [17:48] yeah. [17:49] * thorwil dreams up a gui for all the stuff imagemagick offers [17:50] yeah. [17:50] agreed on that [17:54] hello what do you think of this panel mockup ? quite nice no ? http://gnome-look.org/content/show.php/GFV+-+Gnome+Future+Vision?content=100613 [17:55] how would that look with a maximized window? [17:57] did not hink about that right ... [17:57] think* [17:59] zniavre, wow, that background is horrid [17:59] it's like, grandma's carpet [18:00] it's not my mockup and i was focused on panel in fact [18:00] :-[ [18:00] thorwil, obviously, maximized windows would use an alternate (arched upward) window decoration :P [18:01] because we all have too much space on our screens [18:01] dinner, bbl [18:01] bon appetit [20:28] * _MMA_ pokes his head in. [22:08] _MMA_, hey, watch where you're sticking that! [23:09] hi all! [23:47] what is the correct selector to theme menu separator item on gtkrc? [23:53] class "GtkSeparator" ? [23:53] ok