settings in tvbrowser 3.0 r2(linux)

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.

BBCode ist eingeschaltet
[img] ist eingeschaltet
[url] ist eingeschaltet
Smileys sind ausgeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Ansicht erweitern Die letzten Beiträge des Themas: settings in tvbrowser 3.0 r2(linux)

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 21 Feb 2011, 20:15

That is probably the same as http://tvbrowser.org:8080/jira/browse/TVB-986. You need to wait for 3.0 RC3 or use a nightly build
Yes, you were right. After the RC3 update the swedish language works.


ds10 hat geschrieben:TV-Browser comes with a plugin for translation (Tools->Translation tool).
Genius. Im going to try to translate it to norwegian

Re: settings in tvbrowser 3.0 r2(linux)

von ds10 » 21 Feb 2011, 18:41

TV-Browser comes with a plugin for translation (Tools->Translation tool).

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 21 Feb 2011, 17:01

where can I find the language file I can translate? I'll try to get it right:)

Re: settings in tvbrowser 3.0 r2(linux)

von ds10 » 21 Feb 2011, 00:12

kenola hat geschrieben:ok. No problem. I'm from Norway, so I just tried Swedish language for fun. will there come norwegian language as well?
If you are willing to translate then yes. ;-)

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 21 Feb 2011, 00:10

ok. No problem. I'm from Norway, so I just tried Swedish language for fun. will there come norwegian language as well?

Re: settings in tvbrowser 3.0 r2(linux)

von Bananeweizen » 20 Feb 2011, 15:31

That is probably the same as http://tvbrowser.org:8080/jira/browse/TVB-986. You need to wait for 3.0 RC3 or use a nightly build

Re: settings in tvbrowser 3.0 r2(linux)

von Jo » 20 Feb 2011, 12:33

I have no idea why it doesn't work for you. I can't see anything in the log. You have the 2 plugins VirtualDataService and DboxDataService not working with this version. But that shouldn't mean that TVB doesn't start with swedish language settings.

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 19 Feb 2011, 14:08

ds10 hat geschrieben:
kenola hat geschrieben:is that correct "linux.properties" I try to change? how do I get off write protection?
Open a terminal and enter: sudo gedit /usr/share/tvbrowser/linux.properties
kenola hat geschrieben:is it right that I should replace "#logdirectory=${user.home}/.tvbrowser" whit "logdirectory=/home/bodum/" and nothing else?
The directory should be logdirectory=/home/YOURUSERNAME
Thanks :)

Code: Alles auswählen

Here is the start up log:(when I have a Swedish language)

14:00:32 INFO: Using timezone Centraleuropeisk tid

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/I18NPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/PrintPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/GrowlPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/ProgramListPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/NewsPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/BlogThisPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/CalendarExportPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/WebPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/KNotifyPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/SimpleMarkerPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/TVRaterPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/EMailPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/ImdbPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/DboxSwitch.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/DataViewerPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/CapturePlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/ListViewPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/ClipboardPlugin.jar.proxy

14:00:32 INFO: Deleting /home/kenneth/.tvbrowser/3.0 RC2/GenrePlugin.jar.proxy

14:00:32 VARNING: Loading plugin file failed: /home/kenneth/.tvbrowser/3.0 RC2/plugins/VirtualDataService.jar
util.exc.TvBrowserException: [PluginLoader.error.2#Could not load plugin /home/kenneth/.tvbrowser/3.0 RC2/plugins/VirtualDataService.jar.]
	at tvbrowser.core.PluginLoader.loadJavaPlugin(PluginLoader.java:583)
	at tvbrowser.core.PluginLoader.loadPlugin(PluginLoader.java:193)
	at tvbrowser.core.PluginLoader.loadPlugins(PluginLoader.java:456)
	at tvbrowser.core.PluginLoader.loadAllPlugins(PluginLoader.java:492)
	at tvbrowser.TVBrowser.main(TVBrowser.java:398)
Caused by: java.lang.NoClassDefFoundError: tvdataservice/TvDataService
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
	at java.lang.Class.getMethod0(Class.java:2670)
	at java.lang.Class.getMethod(Class.java:1603)
	at tvbrowser.core.PluginLoader.loadJavaPlugin(PluginLoader.java:540)
	... 4 more
Caused by: java.lang.ClassNotFoundException: tvdataservice.TvDataService
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 9 more

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 INFO: Loaded plugin /home/kenneth/.tvbrowser/3.0 RC2/plugins/DboxSwitch.jar

14:00:32 VARNING: Loading plugin file failed: /home/kenneth/.tvbrowser/3.0 RC2/plugins/DboxDataService.jar
util.exc.TvBrowserException: [PluginLoader.error.2#Could not load plugin /home/kenneth/.tvbrowser/3.0 RC2/plugins/DboxDataService.jar.]
	at tvbrowser.core.PluginLoader.loadJavaPlugin(PluginLoader.java:583)
	at tvbrowser.core.PluginLoader.loadPlugin(PluginLoader.java:193)
	at tvbrowser.core.PluginLoader.loadPlugins(PluginLoader.java:456)
	at tvbrowser.core.PluginLoader.loadAllPlugins(PluginLoader.java:492)
	at tvbrowser.TVBrowser.main(TVBrowser.java:398)
Caused by: java.lang.NoClassDefFoundError: tvdataservice/TvDataService
	at java.lang.Class.getDeclaredMethods0(Native Method)
	at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
	at java.lang.Class.getMethod0(Class.java:2670)
	at java.lang.Class.getMethod(Class.java:1603)
	at tvbrowser.core.PluginLoader.loadJavaPlugin(PluginLoader.java:540)
	... 4 more
Caused by: java.lang.ClassNotFoundException: tvdataservice.TvDataService
	at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
	at java.net.FactoryURLClassLoader.loadClass(URLClassLoader.java:627)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
	... 9 more

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 VARNING: Key 'PluginLoader.error.2' not found in resource bundle 'tvbrowser.core.core'

14:00:32 INFO: Loaded plugin /home/kenneth/.tvbrowser/3.0 RC2/plugins/ImdbPlugin.jar

14:00:32 INFO: Loaded plugin /home/kenneth/.tvbrowser/3.0 RC2/plugins/DataViewerPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/GrowlPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/DreamboxDataService.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/I18NPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/WebPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/SweDBTvDataService.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/BlogThisPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/CapturePlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/CalendarExportPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/EMailPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/ProgramListPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/ListViewPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/SchedulesDirectDataService.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/ClipboardPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/NewsPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/TVRaterPlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/GenrePlugin.jar

14:00:32 INFO: Loaded plugin /usr/share/tvbrowser/plugins/RadioTimesDataService.jar

14:00:33 INFO: Loaded plugin /usr/share/tvbrowser/plugins/TvBrowserDataService.jar

14:00:33 INFO: Loaded plugin /usr/share/tvbrowser/plugins/PrintPlugin.jar

14:00:33 INFO: Loaded plugin /usr/share/tvbrowser/plugins/SimpleMarkerPlugin.jar

14:00:33 INFO: Loaded plugin /usr/share/tvbrowser/plugins/KNotifyPlugin.jar

14:00:33 INFO: Loading TV listings service...

14:00:33 INFO: DataHydraTvDataService setting directory to /home/kenneth/.tvbrowser/tvdata/swedbtvdataservice.SweDBTvDataService

14:00:33 INFO: Loading settings in DataHydraTvDataService

14:00:33 INFO: Finished loading settings for DataHydraTvDataService

14:00:33 INFO: Loading Look&Feel...

14:00:33 INFO: setting look and feel to com.sun.java.swing.plaf.gtk.GTKLookAndFeel

14:00:33 INFO: Loading plugins...

14:00:33 INFO: Activating plugin java.webplugin.WebPlugin

14:00:33 INFO: Activating plugin java.calendarexportplugin.CalendarExportPlugin

14:00:33 INFO: Loading Icon from /usr/share/tvbrowser/icons/CrystalClear.zip

14:00:33 INFO: Activating plugin java.emailplugin.EMailPlugin

14:00:33 INFO: Activating plugin java.clipboardplugin.ClipboardPlugin

14:00:33 INFO: Activating plugin java.tvraterplugin.TVRaterPlugin

14:00:33 INFO: Activating plugin java.printplugin.PrintPlugin

14:00:33 INFO: Activating plugin java.simplemarkerplugin.SimpleMarkerPlugin

14:00:33 INFO: Activating plugin java.dboxswitch.DboxSwitch

14:00:33 INFO: Activating plugin java.imdbplugin.ImdbPlugin

14:00:33 INFO: Activating plugin java.dataviewerplugin.DataViewerPlugin

14:00:33 INFO: Activating plugin java.captureplugin.CapturePlugin

14:00:33 INFO: Storing plugin settings for java.captureplugin.CapturePlugin...

14:00:33 INFO: Activating plugin java.programlistplugin.ProgramListPlugin

14:00:33 INFO: Activating plugin java.listviewplugin.ListViewPlugin

14:00:33 INFO: Activating plugin java.newsplugin.NewsPlugin

14:00:33 INFO: Activating plugin java.genreplugin.GenrePlugin

14:00:33 INFO: Activating plugin java.knotifyplugin.KNotifyPlugin

14:00:33 INFO: Checking TV listings inventory...

14:00:33 INFO: Starting up...

Re: settings in tvbrowser 3.0 r2(linux)

von ds10 » 19 Feb 2011, 11:09

kenola hat geschrieben:is that correct "linux.properties" I try to change? how do I get off write protection?
Open a terminal and enter: sudo gedit /usr/share/tvbrowser/linux.properties
kenola hat geschrieben:is it right that I should replace "#logdirectory=${user.home}/.tvbrowser" whit "logdirectory=/home/bodum/" and nothing else?
The directory should be logdirectory=/home/YOURUSERNAME

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 19 Feb 2011, 00:54

I tried again, but when I changed the language it would not open again (waited for 10 minutes). I tried to enable logging, but "linux.properties" in "/usr/share/tvbrowser" was I not allowed to change.
is that correct "linux.properties" I try to change? how do I get off write protection? is it right that I should replace "#logdirectory=${user.home}/.tvbrowser" whit "logdirectory=/home/bodum/" and nothing else?

Re: settings in tvbrowser 3.0 r2(linux)

von Jo » 18 Feb 2011, 23:12

kenola86 hat geschrieben:I have tvbrowser 3.0 r2 and everything works perfect until i changed the language from english to swedish. then the tvbrowser won't start, its freezing before the program opens.
Are you sure that it was because of the language change? Did you wait for a longer time? For me it works with swedish language. Maybe you could activate the logging ( http://enwiki.tvbrowser.org/index.php/Activate_Logging ) and tell what it says when you have changed the language.

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 18 Feb 2011, 19:46

ah. thank you so much :) it works now :)

Re: settings in tvbrowser 3.0 r2(linux)

von ds10 » 18 Feb 2011, 19:13

Well, ~ is your home directory (/home/USERNAME), and all files and directories that start with a dot are hidden, so you cannot see them. You first have to enable the showing of hidden files in the view of the file explorer.

On the screenshots it appears that you are using the Gnome version of Linux Mint so alternatively you can open a terminal and type: gedit ~/.tvbrowser/3.0 RC2/settings.prop

Re: settings in tvbrowser 3.0 r2(linux)

von kenola » 18 Feb 2011, 19:03

I cant find the directrory, im new with linux so I don't know where things are saved, but i have searched for "tvbrowser" and found this(see photo) (can not add links or photo jet)
img35.imageshack.us/i/skjermdump.png

in the map "tvbrowser" in "usr/share/" its this files:
img412.imageshack.us/i/skjermdump1.png

are settngs.prop in one of the files in one of the photos?

Re: settings in tvbrowser 3.0 r2(linux)

von ds10 » 18 Feb 2011, 15:38

Open the settings.prop in the settings directory ~/.tvbrowser/3.0 RC2 with an editor and change the entry language=sv to language=en.

Nach oben