daytripper wrote: 
> Hi there
> 
> After reliability issues running LMS in Win7, I have installed Lubuntu
> on my netbook (destined to be a dedicated LMS machine). I am
> *completely* new to to LINUX, Lubuntu etc., having spent my life on
> Windows. This is literally the first time I have run any form of LINUX,
> so please be gentle with me.
> 
> I download the LMS 7.8.0 .deb file and run it. It tells me it is
> installing, and I can see it in the software 'gallery' (Start > System
> tools > Software...). But then what..? It doesn't seem to run at all (no
> splash screen, interface, icon in the bottom right etc.). In the
> Software gallery, it has a 'Remove' button, but no 'Launch' one, like
> all the other softwares I can see.
> 
> I'm stumped - please help!
> 
> thanks
> marc

Also a Linux numpty, but why not uninstall it from the software gallery
(whatever that is) and reinstall it using terminal.

ie:


Code:
--------------------
    wget 
http://downloads.slimdevices.com/nightly/7.9/sc/8170ea8/logitechmediaserver_7.9.0~1479666929_all.deb
--------------------


and 


Code:
--------------------
    sudo dpkg -i logitechmediaserver_7.9.0~1479666929_all.deb
--------------------


that's how I do it with a joggler which runs ubuntu (that last bit   
logitechmediaserver_7.9.0~1479666929_all.deb        I just highlight and
rightclick from the preceding line).


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=106490

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to