Re: MediaTray 0.1.1

Dennis Tomas <[email protected]> Tue, 24 Mar 2015 06:36:45 +0100
Newsgroups gmane.comp.desktop.rox.user
Message-ID <20150324063645.554c83f1@dt-K8N-E>
Am Mon, 23 Mar 2015 23:31:55 +0000
schrieb Abrolag <[email protected]>:

> On Sun, 22 Mar 2015 12:23:57 +0100
> "[email protected]" <[email protected]> wrote:
> 
> > Sorry, I meant
> > 
> > git clone -b v0.1.1 --recursive
> > https://github.com/dtomas/MediaTray.git and 
> > git clone --recursive https://github.com/dtomas/MediaTray.git
> > 
> > "[email protected]" <[email protected]> wrote:
> > 
> > > MediaTray 0.1.1 has been released.
> > > 
> > > Get it with
> > > git clone -b v0.1.1
> > > --recursivehttps://github.com/dtomas/MediaTray.git or update with
> > > git fetch --recurse-submodules
> > > git checkout v0.1.1
> > > 
> > > For the development version, try
> > > git clone --recursivehttps://github.com/dtomas/MediaTray.git
> > > or update it with
> > > git checkout master
> > > git pull origin master
> > > git submodule update
> > > 
> > > You need python-gobject and (optional) python-wnck to run it.
> > > 
> > > Changes:
> > > 
> > > Remove pinboard icons from pinboard when exiting.
> > > Bugfix: Pinboard icons with empty name.
> > > Close windows before volume is unmounted.
> > > Menu item to open volume in terminal.
> > > Include Terminal windows in an icon's menu.
> > > Handle external mount/unmount.
> > > Now using TrayLib 0.5, see
> > > https://github.com/dtomas/TrayLib/releases/tag/v0.5.
> 
> I get the following message when plugging a memory stick in, but it
> seems to work OK anyway.
> 
> Traceback (most recent call last):
>   File "/home/will/MediaTray/AppletRun", line 18, in <module>
>     MediaTrayMain().mainloop(sys.argv)
>   File "/home/will/MediaTray/mediatray/main.py", line 53, in mainloop
>     screen=self.__screen
>   File "/home/will/MediaTray/TrayLib/traylib/main.py", line 76, in
> mainloop rox.mainloop()
>   File
> "/home/will/MediaTray/rox-lib/ROX-Lib2/python/rox/__init__.py", line
> 359, in mainloop g.main() File
> "/home/will/MediaTray/mediatray/mediaicon_manager.py", line 24, in
> volume_added automount_actions[mediaicon_config.automount](icon)
> TypeError: <lambda>() takes no arguments (1 given)
> 
> 
Fixed, thanks for reporting.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/