KeziahMoselle/tempus

Feature: Support for Linux

Closed this issue · 6 comments

Tempus is currently available for mac Os and Windows. Because it is build using Electron it should be possible to had support for Linux.

Hi,

Did you try to build Tempus on your machine ? It should work !

I couldn't have the AppImage working but it is working for me when running in development mode.

What about creating a debian package ?

I'll look into it soon !

Here the log for when I try to run the AppImage build.

lola@****:~/Workspace/tempus/dist$ ./Tempus\ 1.6.0.AppImage 

(AppImageLauncher:27872): GLib-GIO-CRITICAL **: 15:09:18.605: g_converter_convert: assertion 'outbuf_size > 0' failed

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: Unable to load resource for composite template for type 'GtkDialog': The resource at “/org/gtk/libgtk/ui/gtkdialog.ui” failed to decompress

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: gtk_widget_class_bind_template_child_full: assertion 'widget_class->priv->template != NULL' failed

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: gtk_widget_class_bind_template_child_full: assertion 'widget_class->priv->template != NULL' failed

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: gtk_widget_class_bind_template_child_full: assertion 'widget_class->priv->template != NULL' failed

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: gtk_widget_class_bind_template_child_full: assertion 'widget_class->priv->template != NULL' failed

(AppImageLauncher:27872): Gtk-CRITICAL **: 15:09:18.605: gtk_widget_class_bind_template_callback_full: assertion 'widget_class->priv->template != NULL' failed

(AppImageLauncher:27872): GLib-CRITICAL **: 15:09:19.016: g_file_test: assertion 'filename != NULL' failed
Segmentation fault (core dumped)

I am not familiar with it so not sure what is going wrong.

Otherwise really cool app!

I am not familiar with it either 😄

Thank you !

Added config for Linux in #54