| bio | website | |
|---|---|---|
| location | ||
| age | 23 | |
| visits | member for | 11 months |
| seen | 12 hours ago | |
| stats | profile views | 5 |
|
Jan 28 |
comment |
Tray Icon Missing Rssowl Fedora 18 You have Icon=/home/usama/Programs/rssowl/RSSOwl.png. Have you tried to put the icon in the /usr/share/pixmaps/RSSOwl.png and set Icon=RSSOwl.png in your .desktop file? |
|
Jul 11 |
comment |
Ctrl + c will not kill process In fact kill sends a signal to a process. Doesn't kill it.The default signal sent with kill is TERM, the signal sent with ctrl+c is SIGINT. |