View Single Post
Posts: 284 | Thanked: 74 times | Joined on Mar 2010 @ Wigan, UK
#194
I have a couple of issues, the first is that the camera button full press is set to launch the phone at the moment, however when i do this it opens the camera app instead even though the shutter is closed?

Secondly, I want the full press to launch the calendar so I looked at the calendar desktop entry to see what it executes. I then tried the command in terminal to make sure but when i do I recieve an error and the gui never shows and i then have to ctrl+c out. Does anyone know the right command? Or if i've got it right, does anyone know why the gui doesnt show? Its the same result being root too.

Here is the terminal output:

Code:
/home/user # /usr/bin/Calendar
                            main(): Loading theme from: '/usr/share/calendar/theme/gtkrc'
   calInterfaceInitializeBackend(): Before Backend  initialize
   calInterfaceInitializeBackend(): After backend  initialize
/usr/share/calendar/theme/gtkrc:509: file FingerButtonNormal.png previously referenced with different border or stretch values. Ignoring the new values.
/usr/share/calendar/theme/gtkrc:517: file FingerButtonPressed.png previously referenced with different border or stretch values. Ignoring the new values.
      pip_calendar_size_allocate(): Allocation of size 800x424
            pip_calendar_realize(): Realizing PipCalendar.
            pip_calendar_realize(): Allocation not yet done so queing that
      pip_calendar_size_allocate(): Allocation of size 800x424
_pip_calendar_window_set_bg_image_from_month(): Creating bg pixmap for the month 9
_pip_calendar_window_set_bg_image_from_month(): Creating bg pixmap for the month 11
             phased_init_backend(): Before autocleanup
             phased_init_backend(): After autocleanup
             phased_init_backend(): Before iEbook initialize
             phased_init_backend(): After EBook Initilaize
                          commit(): Failure in adding Birthdays. Error is 202
^[[A^[[A^[[A^C
/home/user # exit
~ $ /usr/bin/Calendar                                                                                      main(): Loading theme from: '/usr/share/calendar/theme/gtkrc'
   calInterfaceInitializeBackend(): Before Backend  initialize
   calInterfaceInitializeBackend(): After backend  initialize
/usr/share/calendar/theme/gtkrc:509: file FingerButtonNormal.png previously referenced with different border or stretch values. Ignoring the new values.
/usr/share/calendar/theme/gtkrc:517: file FingerButtonPressed.png previously referenced with different border or stretch values. Ignoring the new values.
      pip_calendar_size_allocate(): Allocation of size 800x424
            pip_calendar_realize(): Realizing PipCalendar.
            pip_calendar_realize(): Allocation not yet done so queing that
      pip_calendar_size_allocate(): Allocation of size 800x424
_pip_calendar_window_set_bg_image_from_month(): Creating bg pixmap for the month 9
_pip_calendar_window_set_bg_image_from_month(): Creating bg pixmap for the month 11
             phased_init_backend(): Before autocleanup
             phased_init_backend(): After autocleanup
             phased_init_backend(): Before iEbook initialize
             phased_init_backend(): After EBook Initilaize
                          commit(): Failure in adding Birthdays. Error is 202
Cheers guys.