You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. install from checkout
2. eventually customize /etc/slimrat.conf from sample config
3. run slimrat or slimrat-gui
Please do so with the "--debug" flag enabled and attach the resulting dump
file to this bug report.
What is the expected output? What do you see instead?
both crash saying:
WARNING SIGNAL: Use of uninitialized value $file in concatenation (.) or
string at /usr/local/opt/slimrat-read-only/src/Queue.pm line 90.
FATAL ERROR: could not read queue file ''
WARNING SIGNAL: Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops !=
NULL' failed at /usr/local/bin/slimrat-gui line 252
~/.slimrat/queue is filled with one line of crap
fix: add section [queue] in config file with field:
file = ~/.slimrat/queue
What version of the product are you using? On what operating system?
r413 from checkout
Please provide any additional information below.
you rock :)
Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 5:08
The text was updated successfully, but these errors were encountered:
slimrat works but slimrat-gui still fills the queue file with garbage.
also, I think that the section [queue] should be added (and documented) in the
default config file.
Thank you for your continued support on slimrat, its a great project !
Original issue reported on code.google.com by
[email protected]
on 31 Mar 2010 at 5:08The text was updated successfully, but these errors were encountered: