Comment 4 for bug 977110

Revision history for this message
Cesar Arguinzones (ceap80) wrote :

As requested:

> file $(which alarm-clock-applet)
/usr/bin/alarm-clock-applet: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.24, BuildID[sha1]=0x5a6190713548d0c21e08c25eae57ce9702563a49, stripped

> sha1sum $(which alarm-clock-applet)
1f3d3d33299e406404b46c80a8d784b869cfa5f7 /usr/bin/alarm-clock-applet

This one is weird as I have the applet in the notification area
and I can interact with the applet (create new alarms, edit alarms, etc.)

Besides using tab completion with the killall command yields 'alarm-clock-applet'

--------------------------------------------
> killall alarm-clock-applet
alarm-clock-applet: proceso no encontrado

> LC_ALL=C killall alarm-clock-applet
alarm-clock-applet: no process found
--------------------------------------------

When alarm-clock-applet in the notification area
--------------------------------------------------
> alarm-clock-applet --help
alarm-clock-applet está ejecutándose, saliendo...

> LC_ALL=C alarm-clock-applet --help
alarm-clock-applet is already running, exiting...

> alarm-clock-applet
alarm-clock-applet está ejecutándose, saliendo...

> LC_ALL=C alarm-clock-applet
alarm-clock-applet is already running, exiting...
--------------------------------------------------

When alarm-clock-applet NOT in the notification area

> alarm-clock-applet --help
Usage:
  alarm-clock-applet [OPTION...]

Help Options:
  -h, --help Show help options
  --help-all Show all help options
  --help-gtk Show GTK+ Options

Application Options:
  --hidden Start hidden
  --display=DISPLAY X display to use

> alarm-clock-applet
It opens the window, in terminal there is no output

If there is any other info that you may need, please ask.

Thanks