GNOME schedule

I am looking for some nice GUI for CRON scheduler, this looks very good, but i cannot find packages for openSUSE. Anybody knows some repo for 11.1 or at least compatible rpm ???
GNOME Schedule

Hi
Had a quiet afternoon, if you try a search here now for gnome-schedule;
Get It

It won’t be mirrored yet, but should be downloadable.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-pae
up 6:47, 1 user, load average: 0.16, 0.24, 0.29
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

WOW! you have totaly blown me away :slight_smile:

I tried that search before posting, but without a result…

Many thanks !!!

It looks like it time for me to learn build packages, because also gnome-subtitles is nowhere to find for opensuse…

Hi
No worries, had to fudge a few things to get it to build. Hopefully it
works ok.

Do you have a link for the subtitles one and will see what I can do
tomorrow.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-pae
up 7:39, 1 user, load average: 0.23, 0.09, 0.08
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

mmm…it’s this app Gnome Subtitles | Video subtitling for the GNOME desktop but it will be propably harder to build and meantime i am using Gaupol from GNOME community repo…

btw. don’t you know which command is proper to enter into this application to schedule pc shutdown under my regular account or like a root?

in terminal, when i am root it is shutdown -h now or shutdown -h 1 or so and it works, but here no even if i launch this scheduler like root, job will be not
executed, only if i click on run task then it works…mmm…puzzling :confused:
http://img514.imageshack.us/img514/530/87889593ld8.jpg

Hi
Been a busy day for me today :frowning: I’ve had a look at the gnome-subtitles
it builds fine sofar but is barfing up on the schema files which are
taking time to debug… I found a previous spec file from 10.3 and
also one from fc10 which helped, just had to update filename changes
and add items to get it to build on the build service.

For your shutdown issue, I’m guessing if you edit the /etc/sudoers file
(YOU MUST su - to root and use visudo !!) have a read of the man pages
for sudo and sudoers.

Also have a read on the man page for at and check the queue to ensure
you schedule has been added.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-pae
up 1 day 6:44, 1 user, load average: 0.17, 0.45, 0.45
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

I have edited *.desktop file for gnome schedule and now it’s launched with command gnomesu /usr/bin/gnome-schedule This way it promts for root password and runs with root privilegies. Manual clicking on Run task is working, but scheduled launch of some command, like for example that shutdown is propably not executed by that application itself, even if permissions seems to be ok. Maybe it’s some kind of bug in command submitting process of gnome schedule app…hmm

Hi
You do have the at daemon running?


sudo /sbin/chkconfig atd

If it's not on, then;
sudo /sbin/chkconfig atd on

Then start it;
sudo /sbin/service atd start


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-pae
up 1 day 11:20, 3 users, load average: 0.16, 0.17, 0.12
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

Hi
If you search on gnome-subtitles, there should be an rpm there soon.
Can you install and check all is ok? There are still some patches to
add (I manually edited a couple of desktop files) to get it to build on
11.1.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-pae
up 1 day 14:12, 2 users, load average: 0.18, 0.16, 0.23
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

I have installed it, but when i launch it, nothing happens…

Here is output when launching from terminal >>>

laco@home-desktop:~/Desktop> gnome-subtitles
Got 6 languages.

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

(gnome-subtitles:5510): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
Marshaling output signal
Exception in Gtk# callback delegate
Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.
System.InvalidCastException: Cannot cast from source type to destination type.
at GLib.Value.set_Val (System.Object value) [0x00000]
at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000]
at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal)
at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data)
at GLib.Object.g_object_set_property(IntPtr , IntPtr , Value ByRef )
at GLib.Object.SetProperty(System.String name, Value val)
at Gtk.Widget.set_Visible(Boolean value)
at GnomeSubtitles.GUI…ctor(GnomeSubtitles.EventHandlers handlers, Glade.XML ByRef glade)
at GnomeSubtitles.Global.Init(GnomeSubtitles.Execution exec)
at GnomeSubtitles.Global.Run(GnomeSubtitles.Execution execution)
at GnomeSubtitles.Executable.Main(System.String] args)

Hi
You do have the at daemon running?


sudo /sbin/chkconfig atd

If it's not on, then;
sudo /sbin/chkconfig atd on

Then start it;
sudo /sbin/service atd start

WOW! it worked! I had that daemon off. After applying those commands, my PC turned off, but after booting back at daemon is running and gnome-schedule is also executing jobs :slight_smile:

Thanks again :slight_smile:

Malcolm, what about gnome-subtitles??? Thanks.

Hi
It’s a curly one, I have it running ok on a 10.3 vm. I think it’s a
something to do with the later versions of relevant library files.

Give me a few days and will see what I can do. I may try a cvs version
and see how that goes.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 1:45, 1 user, load average: 0.33, 0.34, 0.44
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22

Hi
You will be pleased to know I have Gnome-subtitles working :slight_smile: The
problem was the version of gtk-sharp2 discovered while trying to build
from cvs. Can you try installing the version from here;
http://download.opensuse.org/repositories/Mono:/Preview/openSUSE_11.1
Package name: gtk-sharp2-2.12.7-22.3.<your_arch>.rpm
Install manually via;


sudo rpm -Uhv gtk-sharp2-2.12.7-22.3.<your_arch>.rpm

Then rerun gnome-subtitles.

If it doesn’t work, don’t panic, I just need to build it against that
one.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 2 days 16:30, 2 users, load average: 0.22, 0.31, 0.47
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22

Hi
It’s a curly one, I have it running ok on a 10.3 vm. I think it’s a
something to do with the later versions of relevant library files.

Give me a few days and will see what I can do. I may try a cvs version
and see how that goes.
[/QUOTE]
Hi
You will be pleased to know I have Gnome-subtitles working :slight_smile: The
problem was the version of gtk-sharp2 discovered while trying to build
from cvs. Can you try installing the version from here;
http://download.opensuse.org/repositories/Mono:/Preview/openSUSE_11.1
Package name: gtk-sharp2-2.12.7-22.3.<your_arch>.rpm
Install manually via;


sudo rpm -Uhv gtk-sharp2-2.12.7-22.3.<your_arch>.rpm

Then rerun gnome-subtitles.

If it doesn’t work, don’t panic, I just need to build it against that
one.
[/QUOTE]
Hi
Everything is now build, just needs to appear on the servers…
gnome-subtitles-0.8-31.1.noarch.rpm


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-9-default
up 2 days 17:12, 2 users, load average: 0.18, 0.15, 0.18
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.22

GNOME Schedule crashes when attempting to run from both GUI and the Terminal … outputs Python error messages when called from the terminal.

OpenSuse 12.2 Gnome 32-bit
gnome-schedule 2.2.0-3.1.2

Can’t find any other reports of this issue?? … anyone have any ideas??

Thanks

BTW: Had a similar issue with another gnome application => ‘glipper’ … encounters python errors and it then freezes … replaced it with ‘parcellite’

Are there some issue with Gnome stability??