A PCRE internal error occured. This might be caused by a faulty plugin
====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
applications:office:california [2015/12/08 23:33] admin |
applications:office:california [2015/12/08 23:46] (current) admin |
||
---|---|---|---|
Line 17: | Line 17: | ||
> sudo make install | > sudo make install | ||
</code> | </code> | ||
+ | |||
+ | Create file **// /home/username/.local/share/applications/california.desktop//** | ||
+ | <code> | ||
+ | > nano /home/username/.local/share/applications/california.desktop | ||
+ | |||
+ | [Desktop Entry] | ||
+ | Encoding=UTF-8 | ||
+ | Version=1.0 | ||
+ | Type=Application | ||
+ | Icon=/usr/share/icons/gnome/48x48/mimetypes/x-office-calendar.png | ||
+ | Exec=/path-to-california/california-0.2.0/src/california | ||
+ | Name=California | ||
+ | Comment=California | ||
+ | </code> | ||
+ | |||
+ |