new option for kalarm

Asked by Gideon Walker

I would like to get a new option added so that kalarm can start minimized.

Can I contribute code changes? If so, how do I do this?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu kdepim Edit question
Assignee:
No assignee Edit question
Solved by:
Gideon Walker
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run:

gksudo gedit /usr/share/applications/kalarm.desktop

Do you see a populated file? If so, change the line which starts with:

Exec=

To add your own option

Revision history for this message
Gideon Walker (gideon425-launchpad) said :
#2

I am asking about the kalarm source code.

Your answer does not seem to mention that.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Then I suggest you report a bug and/or suggest it on:

http://brainstorm.ubuntu.com

Revision history for this message
mycae (mycae) said :
#4

Hi XXX,

If you enable the "source" repository, you can check out a copy of the source code with

apt-get source NAMEOFPACKAGE

then you can get the build dependencies (the bits you need to compile the program with):

apt-get build-dep NAMEOFPACKAGE

you can then modify and rebuild the package as outlined here:
http://www.moosechips.com/2008/09/ubuntu-rebuild-a-source-package/

You will need to be familiar with the language used in the program, which, if I recall, is C++, using the QT4 libraries.

Revision history for this message
Gideon Walker (gideon425-launchpad) said :
#5

thanks

Revision history for this message
Gideon Walker (gideon425-launchpad) said :
#6

I will go to brainstorm.

I could not hit "This Solved My Problem" as that button was not available for that answer