Vladimir Skokov | 1 Jul 2009 18:24
Picon

dialog boxes

Dear friends,

I have installed the awesome version 3.3.  The window manager is really great.
The only problem I have is dilog boxes, that  appeared and once closed, could
not be opened one more time. E.g. I can save the file in firefox only once,
the seconf time dialog box appears only in title bar. There is no way to
"raise" it neither by clicking on the title bar nor by mode switching MOD-SPACEBAR.

I reproduce the same behaviour without user-modified version of configuraion file rc.lua.

Please help

Germán Gutiérrez | 1 Jul 2009 19:01
Picon

Re: dialog boxes



That's for mod+shift+m, not a real solution, but it works.

On Wed, Jul 1, 2009 at 1:24 PM, Vladimir Skokov <vvskokov <at> gmail.com> wrote:
Dear friends,

I have installed the awesome version 3.3.  The window manager is really great.
The only problem I have is dilog boxes, that  appeared and once closed, could
not be opened one more time. E.g. I can save the file in firefox only once,
the seconf time dialog box appears only in title bar. There is no way to
"raise" it neither by clicking on the title bar nor by mode switching MOD-SPACEBAR.


 
Yeah, sometimes I have the same problem, if you look carefully you should see it in the task bar, maximize should make it visible, tho.

OTOH, I made a shortcut to "recover" that window:
on the rc.lua config:

<snip>
clientkeys = awful.util.table.join(
......... other keys ......
    awful.key({ modkey, "Shift"   }, "m",
        function(c)
                local geometry = c:geometry()
                geometry['x'] = 0
                geometry['y'] = 20
                c:geometry(geometry)
        end),
......... other keys ......
<snip>


--
Saludos,
                        Germán

Delivering common sense since 1969 <Epoch Fail!>.

The Nature is not amiable; It treats impartially to all the things. The wise person is not amiable; He treats all people impartially.
John Yates | 2 Jul 2009 16:02

starting via gnome-session?

The following is in an Ubuntu 9.04 (Jaunty)  environment.

I am attempting to smooth over switching window managers while
preserving much of the gnome environment. To do this is have
regularized the /usr/share/xsessions/*.desktop files, introduced
individual wrapper scripts and a common start-gnome-session script
(see attachments).

I am able to switch bump-free between compiz and xmonad.  Under this
setup awesome does not start and the top of my ~/.xsession-erors shows
the following:

/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=en_US.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to
/etc/X11/xinit/xinput.d/default.
gnome-session[8287]: WARNING: Unable to find provider 'awesome' of
required component 'windowmanager'

Thanks in advance for any help/clues/suggestions,

/john
Attachment (start-gnome-session): application/octet-stream, 588 bytes
Attachment (gnome.desktop): application/octet-stream, 259 bytes
Attachment (gnome-gnome): application/octet-stream, 70 bytes
Attachment (xmonad.desktop): application/octet-stream, 187 bytes
Attachment (gnome-xmonad): application/octet-stream, 71 bytes
Attachment (awesome.desktop): application/octet-stream, 162 bytes
Attachment (gnome-awesome): application/octet-stream, 72 bytes
koniu | 3 Jul 2009 00:48
Picon
Gravatar

Re: Receiving SIGABRT when starting a client

The lesson here being, watch your upgrades with bleeding edge
dependencies and if necessary revert/investigate possibility of
upstream upgrade  (which seem to follow library release cycle). Sadly
enough distros seem to be having issues with this stuff - the same
problem popped up in Debian unstable a month ago (unresolved for some
weeks with no binary fo libxcb-util 0.3.5):

http://www.mail-archive.com/awesome <at> naquadah.org/msg01442.html
http://www.mail-archive.com/awesome-devel <at> naquadah.org/msg02640.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531310

So also have faith in our wonderful mailing lists ;o]

Now be at peace

kkk

ps. forwarding to user list for reference

On Thu, Jul 2, 2009 at 16:22, Alexandre Perrin<alexandre.perrin <at> epfl.ch> wrote:
> On Thu, Jul 02, 2009 at 04:37:02PM +0200, Gregor Best wrote:
>> Hi people,
>>
>> I'm having kind of a big problem here:
>> After running an update of my system (which, among others, updated
>> libxcb), awesome receives a SIGABRT as soon as I try starting something
>> from the prompt.
>>
>> Below is a backtrace:
>>
>> #0  0xffffe424 in __kernel_vsyscall ()
>> #1  0xb7b13980 in raise () from /lib/libc.so.6
>> #2  0xb7b151c8 in abort () from /lib/libc.so.6
>> #3  0xb7b0ca5e in __assert_fail () from /lib/libc.so.6
>> #4  0xb7b584e0 in _int_malloc () from /lib/libc.so.6
>> #5  0xb7b5970b in calloc () from /lib/libc.so.6
>> #6  0xb80b26bb in _dl_new_object () from /lib/ld-linux.so.2
>> #7  0xb80ae523 in _dl_map_object_from_fd () from /lib/ld-linux.so.2
>> #8  0xb80afed3 in _dl_map_object () from /lib/ld-linux.so.2
>> #9  0xb80bad00 in dl_open_worker () from /lib/ld-linux.so.2
>> #10 0xb80b6a66 in _dl_catch_error () from /lib/ld-linux.so.2
>> #11 0xb80ba6ae in _dl_open () from /lib/ld-linux.so.2
>> #12 0xb7bf1b32 in do_dlopen () from /lib/libc.so.6
>> #13 0xb80b6a66 in _dl_catch_error () from /lib/ld-linux.so.2
>> #14 0xb7bf1c31 in dlerror_run () from /lib/libc.so.6
>> #15 0xb7bf1d5b in __libc_dlopen_mode () from /lib/libc.so.6
>> #16 0xb7bcdc58 in init () from /lib/libc.so.6
>> #17 0xb7bcde05 in backtrace () from /lib/libc.so.6
>> #18 0xb7b4f8c3 in __libc_message () from /lib/libc.so.6
>> #19 0xb7b557c4 in malloc_printerr () from /lib/libc.so.6
>> #20 0xb7b56946 in munmap_chunk () from /lib/libc.so.6
>> #21 0xb7dd8f3e in xcb_get_wm_size_hints_reply (c=0x91d9188, cookie={sequence = 2097},
hints=0x92ed520, e=0x0) at icccm.c:475
>> #22 0xb7dd8f82 in xcb_get_wm_normal_hints_reply (c=0x91d9188, cookie={sequence = 2097},
hints=0x92ed520, e=0x0) at icccm.c:513
>> #23 0x0806003f in property_update_wm_normal_hints (c=0x92ed464, reply=0x0) at /home/gregor/sourcecode/awesome/property.c:130
>> #24 0x0805855d in client_manage (w=4194310, wgeom=0x92ea490, phys_screen=0, startup=false) at /home/gregor/sourcecode/awesome/client.c:490
>> #25 0x0805d91e in event_handle_maprequest (data=0x0, connection=0x91d9188, ev=0x92c5db8) at /home/gregor/sourcecode/awesome/event.c:625
>> #26 0xb7dc0f64 in xcb_event_handle (evenths=0x808ba44, event=0x92c5db8) at event.c:75
>> #27 0x0805314e in a_xcb_check_cb (loop=0xb7cc71c0, w=0xbfac5388, revents=32768) at /home/gregor/sourcecode/awesome/awesome.c:216
>> #28 0xb7cc2d86 in ev_loop () from /usr/lib/libev.so.3
>> #29 0x08054151 in main (argc=1, argv=0xbfac5454) at /home/gregor/sourcecode/awesome/awesome.c:561
>>
>> I'm not sure what to make of this, but as a layman, I'd guess libev
>> fails here. The version I currently use is 3.53, but that has been
>> installed for over 4 month now without any problems.
>>
>> libxcb is at version 1.3 (was 1.2 before the upgrade) and xcb-util is
>> still at 0.3.3
>>
>> Does anyone have _ANY_ idea what this is related to and how I could
>> solve it? I'm happy for even the slightest hints.
>>
>
> Hi!
> I ran into the same kind of problem after an update some days ago,
> awesome started but crashed when I tried to launch any client. I had to
> update xcb-util to 0.3.5 and the problem was solved.
>
> Here is the IRC log with a link to my bt which looks like yours:
>
> 13:53 [ kAworu] jd_: you were right! I've got a new bt :D
> 13:53 [ kAworu] jd_: http://pastebin.com/f41c6d562
> 13:54 [ jd_] kAworu: I am always right :)
> 13:54 [ kAworu] jd_: looks like a xcb-util issue to me, I'm using
> xcb-util-0.3.4_1
> 13:54 [ jd_] kAworu: which version of libxcb and xcb-util do you use ?
> 13:54 [ jd_] aaah
> 13:54 [ jd_] upgrade to 0.3.5 then
> 13:54 [ kAworu] libxcb-1.3
> 13:54 [ jd_] ok, that's why
>
> What I read here it that you need xcb-util-0.3.5 if you're using
> libxcb-1.3. jd might know why ;)
>
> Hope this can help :)
>
> Alex.
>

Vincent Leroy | 5 Jul 2009 19:01
Picon
Picon

Battery monitor in system tray

Hello all,

I have been using Awesome for a few months and now I plan using it on
my laptop. I know I can integrate a battery monitoring widget into my
rc.lua config file (using wicked, I guess), but I would also like to
know if any independant battery monitoring program using the system
tray to display information exists (that would be a particularly
simple solution).

Thanks,

--

-- 
Vincent Leroy

Christophe-Marie Duquesne | 5 Jul 2009 22:29
Picon
Gravatar

Re: Battery monitor in system tray

Sure, you can still use gnome stuff (gnome-power-manager and other
usefull tools). See
http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome

On Sun, Jul 5, 2009 at 7:01 PM, Vincent
Leroy<vincent.leroy <at> student.ecp.fr> wrote:
> Hello all,
>
> I have been using Awesome for a few months and now I plan using it on
> my laptop. I know I can integrate a battery monitoring widget into my
> rc.lua config file (using wicked, I guess), but I would also like to
> know if any independant battery monitoring program using the system
> tray to display information exists (that would be a particularly
> simple solution).
>
> Thanks,
>
> --
> Vincent Leroy
>
> --
> To unsubscribe, send mail to awesome-unsubscribe <at> naquadah.org.
>

--

-- 
Christophe-Marie Duquesne

Giorgio Lando | 5 Jul 2009 22:44

Re: Battery monitor in system tray

> Leroy<vincent.leroy <at> student.ecp.fr> wrote:
> > I have been using Awesome for a few months and now I plan using it on
> > my laptop. I know I can integrate a battery monitoring widget into my
> > rc.lua config file (using wicked, I guess), but I would also like to
> > know if any independant battery monitoring program using the system
> > tray to display information exists (that would be a particularly
> > simple solution).

f you want to avoid heavy gnome dependencies (but not gtk ones), try gbatt:
http://code.google.com/p/gtk-tray-utils/

Giorgio

Tomas Kramar | 5 Jul 2009 23:40
Picon
Gravatar

Re: Battery monitor in system tray

> f you want to avoid heavy gnome dependencies (but not gtk ones), try gbatt:

Or HAL based batterymon
http://code.google.com/p/batterymon/

-Tomas

Adrian C. | 5 Jul 2009 23:36

Re: Battery monitor in system tray

On Sun, 5 Jul 2009, Giorgio Lando wrote:

> If you want to avoid heavy gnome dependencies (but not gtk ones), try 
> gbatt: http://code.google.com/p/gtk-tray-utils/

Another one, http://code.google.com/p/batterymon/

--

-- 
Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618
PGP FP: 02A5 628A D8EE 2A93 996E  929F D5CB 31B7 D20A 0618

Torsten Andre | 6 Jul 2009 18:57

Re: Battery monitor in system tray

Tomas Kramar schrieb:
>> f you want to avoid heavy gnome dependencies (but not gtk ones), try gbatt:
>>     
>
> Or HAL based batterymon
> http://code.google.com/p/batterymon/
>
> -Tomas
>
>   

Are there any other tools? Batterymon crashes with a syntax error and
gtk-tray-utils seems to be abandoned.

Torsten


Gmane