Description: Sound Theme Manager manages your desktop sound effects.
Using this app, you can set your original sound file to your desktop sound effect very easily. Also you can create your original theme, and import new sound theme.
[New!]
I created my own PPA! So if you use ubuntu 10.04, you can install this app from my PPA very easily.
when trying to run it:
Traceback (most recent call last):
File "/usr/bin/gsoundthememanager", line 3, in <module>
from gstmanager.gstmanager import GSoundThemeManager
ImportError: No module named gstmanager.gstmanager
Traceback (most recent call last):
File "/usr/share/gstmanager/gstmanager.py", line 440, in <module>
app = GSoundThemeManager()
File "/usr/share/gstmanager/gstmanager.py", line 86, in __init__
self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme)))
File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id
return self.treemodel.get_iter_from_string(theme_id)
TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None
python 2.6.2
Traceback (most recent call last):
File "/usr/share/gstmanager/gstmanager.py", line 440, in <module>
app = GSoundThemeManager()
File "/usr/share/gstmanager/gstmanager.py", line 86, in __init__
self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme)))
File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id
return self.treemodel.get_iter_from_string(theme_id)
TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None
I get this error when trying to run it:
Traceback (most recent call last):
File "/usr/share/gstmanager/gstmanager.py", line 441, in <module>
app = GSoundThemeManager()
File "/usr/share/gstmanager/gstmanager.py", line 87, in __init__
self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme)))
File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id
return self.treemodel.get_iter_from_string(theme_id)
TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None
Should this application work with the sound theme from:
http://www.freedesktop.org/wiki/Specifications/sound-theme-spec
Im using version 0.7 but still cant get it to be able to use it.
But thanks for the update
Oops, sorry!
Actually, the importing option is not tested sufficiently. I forget about it. I will begin to test tomorrow, so please wait by the time.
# Of course, i'm keeping the freedesktop.org specification:)
Ratings & Comments
13 Comments
hey. is this run with gnome 3.32.1 and gnome-shell ?
can you create a ubuntu maverick version?
anybody have a sound theme to share and install easly with this software?
when trying to run it: Traceback (most recent call last): File "/usr/bin/gsoundthememanager", line 3, in <module> from gstmanager.gstmanager import GSoundThemeManager ImportError: No module named gstmanager.gstmanager
1.1.0b is not the latest version. Tag 1.1.0 is the latest. That version should work without problems. Please try it out.
Traceback (most recent call last): File "/usr/share/gstmanager/gstmanager.py", line 440, in <module> app = GSoundThemeManager() File "/usr/share/gstmanager/gstmanager.py", line 86, in __init__ self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme))) File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id return self.treemodel.get_iter_from_string(theme_id) TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None python 2.6.2
Same here, still there if you have default theme activated. If i change theme, then i get a popup window telling me its a custom theme...exiting
Traceback (most recent call last): File "/usr/share/gstmanager/gstmanager.py", line 440, in <module> app = GSoundThemeManager() File "/usr/share/gstmanager/gstmanager.py", line 86, in __init__ self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme))) File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id return self.treemodel.get_iter_from_string(theme_id) TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None
I get this error when trying to run it: Traceback (most recent call last): File "/usr/share/gstmanager/gstmanager.py", line 441, in <module> app = GSoundThemeManager() File "/usr/share/gstmanager/gstmanager.py", line 87, in __init__ self['cmb_themes'].set_active_iter(self.data.get_iter_from_theme_id(self.data.get_theme_id(name=curtheme))) File "/usr/share/gstmanager/lib/gstmdata.py", line 57, in get_iter_from_theme_id return self.treemodel.get_iter_from_string(theme_id) TypeError: GtkTreeModel.get_iter_from_string() argument 1 must be string, not None
Thank you. I released fixed version.
Should this application work with the sound theme from: http://www.freedesktop.org/wiki/Specifications/sound-theme-spec Im using version 0.7 but still cant get it to be able to use it. But thanks for the update
Oops, sorry! Actually, the importing option is not tested sufficiently. I forget about it. I will begin to test tomorrow, so please wait by the time. # Of course, i'm keeping the freedesktop.org specification:)
No problem :) As Foresight has that theme as default and still make the sound manager to crash. And thanks again for looking in to it.