Hey Kadir, I just made changes to the function that parses desktop starter files because there were wrong localizations. Can you please check if the attached patch may help with your problem as well?
What you are telling with changing from Compiz to Openbox sounds not like the attached patch will help - but lets try it anyway. ** Patch added: "Patch that removes wrong localizations" https://bugs.launchpad.net/indiv-screenlets/+bug/630737/+attachment/3255122/+files/FolderViewScreenlet.py.patch -- You received this bug notification because you are a member of Individual Screenlets Developers, which is subscribed to Individual Screenlets. https://bugs.launchpad.net/bugs/630737 Title: [FolderView] FolderView click not working Status in Screenlets — individual widgets development: New Bug description: I'm using Arch Linux (kernel 2.6.35.4), Openbox (3.4.11.2), Python (2.6.5) and Screenlets (0.1.2). I've was using the FolderView with Compiz Standalone WM without a problem but when I switched to Openbox, it stopped working. When I click on the icons it gives out this error: Button release Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/screenlets/__init__.py", line 1711, in button_release if self.on_mouse_up(event): File "/usr/share/screenlets/FolderView/FolderViewScreenlet.py", line 872, in on_mouse_up self.click_callback() File "/usr/share/screenlets/FolderView/FolderViewScreenlet.py", line 815, in click_callback os.system(run + ' &') TypeError: unsupported operand type(s) for +: 'NoneType' and 'str' With some shortcuts it's working and I can't figure out how and why? To manage notifications about this bug go to: https://bugs.launchpad.net/indiv-screenlets/+bug/630737/+subscriptions -- Mailing list: https://launchpad.net/~indiv-screenlets-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~indiv-screenlets-dev More help : https://help.launchpad.net/ListHelp

