Debian Multimedia :: Miro Won't Start - Generates Python Error

Jul 6, 2015

Miro worked well with Wheezy. When I upgraded to Jessie Miro started generating a python error as such:

Code: Select all~$ miro
using /usr/bin/miro.real
Traceback (most recent call last):
  File "/usr/bin/miro.real", line 183, in <module>
    from miro import startfrontend
  File "/usr/lib/pymodules/python2.7/miro/startfrontend.py", line 53, in <module>

[Code] ....

I have been searching for a few weeks trying to find an answer to no avail. I tried three different kernels, renaming ~/.miro, checked all dependencies. I reported it as a bug which sat there for a few days and disappeared.

View 14 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Start Miro Hidden On Login

Dec 6, 2010

I currently have Miro set to "Automatically run Miro when I log in". However, I find it irritating to have to right-click on Miro's task-bar icon, and press "hide" every time I log in. Essentially, I want Miro to start every time I log in, so it can start downloading feeds right away, but I want it hidden on login.

View 1 Replies View Related

Debian Multimedia :: Miro Won't Play Audio Cd And Dvd Video?

Jun 1, 2011

Miro won't play audio cd and dvd video!!! I am using Miro 4.0.1 and I can't a play a simple audio cd or dvd video. I have "show all devices and drives" checked. My audio cd and dvd video doesn't not show up on the left pane like it does on iTunes, totem, etc.

View 6 Replies View Related

OpenSUSE :: Miro Application Won't Start

May 28, 2010

I just installed the miro internet tv application using yast on my openSUSE 11.2 and I cannot start it.

Running the miro application from console gives me the following output:

nuca@ionpetrache:~> miro
PyNotify support disabled on your platform.
2010-05-28 13:51:55,501 INFO Starting up Miro
2010-05-28 13:51:55,502 INFO Version: 2.5.4
2010-05-28 13:51:55,508 INFO OS: Linux 2.6.31.12-0.2-desktop i686
2010-05-28 13:51:55,509 INFO Revision: ssh://wguaraldi@pcf1.pculture.org/var/git/miro - 1e20db82

[Code]....

View 9 Replies View Related

Debian :: Can't Start Python GTK Applications

Oct 27, 2015

I use Terminator as my terminal and in the last couple of months, I need to either run

LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libfreetype.so.6 /usr/bin/terminator
or
symbolic link /usr/local/lib/libfreetype.so.6 to the above file

In order to have the application run without the error message: You need to install the python bindings for gobject, gtk and pango to run Terminator.

I have been using the symlink method for the most part, but when I run an apt upgrade, often the /usr/local/lib/libfreetype.so.6 symblink changes to point to /usr/local/lib/libfreetype.so.6.5.0 and I have to manually re-link.

I have tried reinstalling gobject, gtk and pango packages for python but nothing has worked.

View 6 Replies View Related

Software :: Miro Fails To Start / Sort It?

Oct 6, 2010

Upon running miro (openSUSE 11.3 and arch) I get the following error code...

View 6 Replies View Related

Debian Multimedia :: Kontact Crashes On Start -getting Error Reply

Jun 2, 2011

When I try to start korganizer from a konsole, I get the following error reply and kontact crashes

<unknown program name>(24450)/: KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply,the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken." <unknown program name>(24445)/: KUniqueApplication: Pipe closed unexpectedly.

In my newbie mind - there is something wrong with d-bus or similar. I can however start kmail and KAddressBook without problems. The crash of kontact/korganizer first showed up under my (up-to-date) Squeeze system. I then upgraded to "testing" but the situation is the same. I have filed Bug 274661 with the KDE bug tracking system. So far - no answer........

View 1 Replies View Related

Debian :: Apt-get Generates Odd Errors ?

May 27, 2011

I am running Debian Lenny and if I try to install something with apt-get it behaves normally until near the end when I get this sort of thing:

Code:

And more of the same. The file w3m contains this:

Code:

So what please is the syntax error and how do I correct it? What is the function of /usr/share/menu?

View 8 Replies View Related

OpenSUSE :: Got A Pycurl Error When Startup Miro On 11.4

Jun 14, 2011

I installed miro from PackMan :: Startseite repository with zypper. When I start up miro from terminal, I got below errors: $miro Fatal Python error: pycurl: libcurl link-time version is older than compile-time version ipv6 is sucking wind, so we're switching to ipv4./usr/bin/miro: line 27: 5859 Aborted miro.real "$@" I don't know what's this meaning. My system is openSUSE 11.4 x86_64 KDE 4.6.3.

View 5 Replies View Related

Debian Installation :: Get An Error That Python.h Is Not Found?

May 20, 2010

I am trying to building freeradius from source, but I get an error that python.h is not found ? !

checking for python2.3... python2.3
checking for Python.h... no
checking for Py_Initialize in -lpython2.3... no

But both python and python-dev are installed ?

[Code].....

View 3 Replies View Related

Debian :: Python-pkg-resources Returns Error Code

Apr 9, 2010

The system is Debian Squeeze/Sid with apt.conf set to Squeeze as the default. Most packages are from Squeeze.

I ran apt-get upgrade and it returned an error-code.

It might be it is this bug: Bug#574153: python-pkg-resources: Missing file leaves it unconfigured

I tried aptitude install -f, to hold it and to remove the package python-pkg-resources, but i am getting told the package would be in a very bad stage, and i should re-install it. That doesn't work.

View 1 Replies View Related

Ubuntu Multimedia :: Miro Fullscreen Not Working?

May 29, 2011

When trying to make a video fullscreen in miro, i get this crash report:

Code:
{{{
App: Miro

[code]....

View 4 Replies View Related

Debian Programming :: Python-TK Alloc - Invalid Block Error

Sep 23, 2015

Just installed Debian 8 last night and trying to run one a few of my scripts that use easygui (a front-end for python-tk basically) and I keep getting alloc: invalid block any time a file or folder selection dialog is presented. I'm able to select a file/folder with no issues, but once the dialog closes I get a variation of what appears to be a memory error followed by alloc: invalid block.

Here's one of my scripts that does it. This one pops up a file selection dialog pretty early on to ask for a file to check, and as soon as I select any file the dialog closes and that error appears in the terminal. It happens whether I run it with Python 2 or Python 3. You will need to install python3-easygui for this script to run properly if you want to check for yourself what happens. This is a first time encountering this error for me.

View 1 Replies View Related

OpenSUSE Multimedia :: Got Miro And It Installed But When Launch It It Just Quits?

Jun 30, 2010

I got Miro and it installed but when I launch it it just quits. 11.2 64bit

View 5 Replies View Related

Ubuntu Multimedia :: Unable To Enter Login Details For Miro?

May 13, 2010

excuse if this is incorrect section, not entirely sure where it would belong. I rarely find myself posting as i rarely have any issues. But this is persistently annoying, tho not a deal-breaker. Currently running latest Ubuntu 10.04, fully updated. Everything works fine, even better than any previous releases. No problems worth mentioning. But this is annoying, so anyway, here I am.

Installed Miro, loads up and runs fine, can download no probs. The section at the top where it says "account", and you sit over it and it drops down a window for your login details (username, password) so as to recall your personal settings, preferences, etc, but it's not working. By this, I mean the drop-down appears, but clicking the mouse in the window on the lines does not seem to register with it, you can't enter anything. Annoying, slightly frustrating. Has anyone had any experience with this,

View 9 Replies View Related

Debian Configuration :: Can't Upgrade Outdated MIRO In Lenny

Jul 16, 2010

I'm having some trouble getting Miro updated. The package in Stable is 1.2.3-2, and I can't see all the online content because I don't have the 2.0 version. The thing is thar actually Miro is in its 3.0.1-2 version! I searched the package and is only found on testing (It's not in backports). I was wondering if I can install a package from testing in stable.

View 14 Replies View Related

Debian Configuration :: Gwibber And Miro Disconnects Network?

Jul 5, 2011

i am using #!CB statler AMD64 which is a 100% Debian squeeze distro on an Asus A52F with 2.6.36-2.dmz.5-liquorix-amd64 #1 ZEN SMP PREEMPT Tue Dec 14 20:40:25 CST 2010 x86_64 GNU/Linux

$lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 18)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics

[code]....

View 1 Replies View Related

Debian Multimedia :: Ported Over The Python Sopcast-player P2P Video App

Jun 21, 2010

from the Ubuntu PPA to the Mepis 8.5 community repo, and it works a treat. It would also be installable in Debian Lenny and higher, as long as you have VLC >= 0.9.4 for the built-in player (which is backported for Lenny in another post I had here) I also ported over the nonfree sp-auth deb package which it requires, only for Intel-base 32 and 64 bit CPUs (it's a 32 bit static binary that does the actual P2P). I could roll a Lenny specific package which does not use VLC if you tell it to use an external player such a mplayer or xine; is anyone interested?

View 9 Replies View Related

Ubuntu Multimedia :: On-site Code Generator Download That Generates Color-customizable FLV / SWF Shockwave Flash Players?

Apr 6, 2011

So, if i want to embed a video stream on my site and use the one that the company provides, it has ugly colors that clash with my website.And, if i do Internet searches for a customizable one that allows color changes, the results i get are to download windows programs.Can you direct me to on on-site code generator or a linux download that generates color-customizable FLV/SWF shockwave flash Players? So that i may use my own Embed GUI with the proper color that matches my website. I cannot seem to find one on my own.

View 3 Replies View Related

Ubuntu Multimedia :: Desirable Totem (Movie Player) Dependencies Interfere With Miro Installation

May 22, 2011

I was experiencing problems in Totem (Movie Player) seeking through some mp3 files. This problem, luckily, was solved (as per this launchpad bug post) by swapping the package:

gstreamer0.10-plugins-bad

for the package:

gstreamer0.10-plugins-bad-multiverse

The only problem being that the package Miro requires:

gstreamer0.10-plugins-bad

So, this makes me have to choose between Totem and Miro. I'd like to use both, fully enabled.

View 3 Replies View Related

Ubuntu Multimedia :: Gimp 2.7 And Python (Import Error - No Module Named Gimp)

Mar 2, 2010

If you had Gimp 2.6 (with gimp-plugin-registry installed) and installed Gimp 2.7 to try its new goodies, but Layer Effects are not showing, and when executing "gimp" from console you get these *nasty* errors:

Code:
This is a development version of GIMP. Debug messages may appear here.
gimp-user-install: migrating from /home/user/.gimp-2.6
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/layerfx.py", line 23, in <module>
import gimp, gimpplugin, math
ImportError: No module named gimp .....

If you haven't install the 2.7 version yet. Before upgrading, backup "python" directory and then just restore it after installing 2.7.

View 6 Replies View Related

Ubuntu :: Start Python Script At Boot?

Jan 17, 2010

I am trying to get a python script to start when the pc is booted. I'm running ubuntu server without a GUI... just CLI.

I have a python script called /home/username/bin/dropbox.py that runs perfectly if I do:

Code:
sudo python /home/username/bin/dropbox.py start

All I want to do is invoke the command I wrote up there when the pc boots up without any user logging in.

I added the above command just like that in rc.local but that didn't work. I tried creating a bash file, where in the bash file I did:

Code:
#!/bin/bash
cd /home/username/bin/
./dropbox.py start

and then added the bash file to rc.local, but that didn't work (I made sure the bash file was executable).

View 5 Replies View Related

Ubuntu Multimedia :: Banshee Fatal Error At Start

Jan 28, 2010

when I try to open Banshee I get an error message telling me that the disk is malformed and then Banshee closes itself (faster than I can copy and paste the exact error). I did some searching and apparently it's caused by the configuration file, but I did a complete removal of Banshee from the package manager, restarted the computer, and re-installed Banshee, but it's still giving me the error.

View 1 Replies View Related

Ubuntu :: Python Based Programs Fail To Start?

Oct 30, 2010

since it started i cannot launch software-center, vlc, emesene... they all stopped working... i checked the logs of synaptic to see if i removed a python package and i didn't. i tried selecting all python packages for reinstall, and it didn't help! i really don't want to reinstall ubuntu.

View 9 Replies View Related

Debian :: Start Script Via Systemd - Error

Apr 27, 2016

I tried to set up my linux server with a specific script that can control my gameserver (mta). The thing is, I wanted to let this script be forced to start by the systemd, so I created a service called 'mtadef' (btw: same name as the user).

Here is the service script:

Code: Select all[Unit]
Description="MTA: Primary Server"

[Service]
Type=Forking
User=mtadef
ExecStart=/home/mtadef/mtastart.sh
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target

And here is my shellscript (mtastart.sh):

Code: Select all#!/bin/sh
if [ $# -ne 1 ]
   then
      screen -S MTA_def /home/mtadef/mta-server64 -screen 0 800x600x16 -ac
      exit 1

[Code] ....

When I try to start the service by the command "systemctl start mtadef" now, I returns me the message:

"Must be connected to a terminal."

View 5 Replies View Related

Debian Multimedia :: KDE Will Not Start

Feb 17, 2015

When I login in the kde login in screen starts, but then I hear a beep and it freezes. If I hit ctrl-alt-f2 and log in and then type startx, a blinking curser appears and nothing happens.I am trying to set up VirtualBox to run Windows 7 and I am having trouble getting some usb devices to be recognized in Windows. I tryed following the advice of this link URL...After I added the group vboxusers to my user account and restarted the computer, this problem started.

I ran the command Code: Select alldeluser jrchristophel vboxusers, and I get the response back Code: Select allyou may not remove the user from their primary group.

The other things I did that might have caused this problem was that I installed virtual guest additions for VirtualBox, and one other addition that was needed for the USB functionality with in VirtualBox. I can't remember the name of that which I installed.I have looked at some of the logs in /var/logs.

View 14 Replies View Related

Debian :: Gadmin ProFTPd Won't Start: Segmentation Error

Mar 20, 2010

I recently reinstalled my server, a Dell PowerEdge 1650 (well it works...., 'sides for what I want to do with it it's more then strong enough.) got debian on it, and then specifically Lenny. works great exept for one thing: Gadmin-ProFTPd.when I try to start it using SSH (which I always use to administrate my server) I get only this as a error: segmentation error I just noticed, that durning startup it already displays a error, mainly this: starting ftp server: proftp[ 77.535939] warning: 'proftp' uses 32-bit capabilities (legacy support in use)

- warning: unable to determen ip address of 'server01.locals_foxofinfinety_com'

- error: no valid server configured

- fatal: error processing configuration file '/etc/proftpd/proftpd.conf' failed!afther that is starts atd, cron and apache and further works............

View 1 Replies View Related

Debian :: LibreOffice Start Error - The Application Cannot Be Started

Jan 27, 2011

I want to use LibreOffice but I keep getting an error every time I try to open any office application.

The error is : The application cannot be started. [context="bundled"] caught unexpected exception!

I installed the .debs the first time and thought it might be wiser to install it from the experimental repos.So I reinstalled but there's no difference,I keep getting the error.

I reinstalled and found that the same error is caused by the installation for the dictionaries.I removed those but the error is still present.

I've seen people post this error on some forums except context=user and not bundle.However,it seems those were Windows 7 machines and that it's a 64 bit bug.

I'm also running the 64 bit version.

Also,if I try to install the desktop-integration .debs I get another error ( that is,if I remove the dictionaries,otherwise the installation runs just fine ) :

View 7 Replies View Related

Debian Multimedia :: Cannot Start Gnome

Apr 22, 2015

I am running this Debian wheezy: URL... on my BananaPro.

I installed Gnome and tried startx but command not found. I installed Xinit but then I get :

Xinit:unable to connect to x server.

View 14 Replies View Related

Debian Multimedia :: Can't Start X On Old Dell

Dec 29, 2010

My room mate is trying to use an old Dell he has as a print server. After much twisting his arm, I was able to convince him to go with Debian, which, I would install. I used a 5.0.4 Net Install CD I had, and included Desktop Environment (he needs a GUI), and Print Server. Basically, as usually happens when I install Debian, I am having trouble getting X to work. Heres what the errors look like after X fails:

Ring End Space: 24 wanted 32

Fatal server error: lockup

Waiting for X server to begin accepting connections giving up.

xinit: Connection reset by peer (errno 104): Unable to connect to X server
xinit: No such process (errno 3): Server error

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved