Ubuntu Multimedia :: Banshee Closing Immediately With Exception?

Oct 20, 2010

When I try to open Banshee, I can see the GUI for about half a second, then it closes with "Unhandled Exception: GLib.GException: Can't recursively copy directory".I'm running Ubuntu 10.10 amd64, and had an old version of banshee installed from a few releases back (don't remember which). I deleted the banshee-1 folder in my ~/.config directly, as well as uninstalled and reinstalled with no luck. Other Mono apps (such as gnome-do) work fine.Here is the full output of "banshee --debug":

** Running Mono with --debug **
[1 Info 21:09:19.692] Running Banshee 1.7.6: [Ubuntu maverick (development branch) (linux-gnu, x86_64) @ 2010-09-18 21:00:29 UTC]

[code]....

View 1 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Rhythmbox And Banshee Both Crash Immediately After Playing Song / Fix It?

Jan 20, 2011

Both Banshee and Rhythmbox crash, leaving a segmentation fault in the terminal, after playing a song for less than a second. I do manage to get some sound before they crash. This problem seems to have begun only a couple of days ago after doing an update. Unfortunately I was playing playing around with moving my music collection to an NFS share around the same time as the update so I can't be sure which action it was that broke music playback.

Because both Banshee and Rhythymbox are affected and showing identical behaviour I think the problem is gstreamer. Reinstalling everything I could find in synaptic related to gstreamer had no effect.

Some general information:
- My music collection is in FLAC but other formats seem to cause the same behaviour.
- Music from an NFS share or my external USB drive causes the same behaviour
- VLC plays music from my NFS share without any problems
- Removing ubuntu-one (as suggested in some posts) did not help
- I'm using Ubuntu Desktop 10.10 x86

I've had no luck searching the interwebs for help thus far. Does anyone have any ideas?

View 2 Replies View Related

Ubuntu Multimedia :: Banshee Closing Randomly?

Sep 12, 2010

Ubuntu 10.04 64 bitBanshee 1.6.1I've been using banshee happily for a while, but it seems recently that whenever I open the program, it shuts down after playing just 1 track. Also if I click the "Recent Favourites" playlist after opening the program shuts immediately.The random closing has happened infrequently in the past and I just simply re-opened the program with no problems, but now it just simply won't let me play more than 1 track.

View 3 Replies View Related

Ubuntu Multimedia :: Banshee Will Not Quit On Closing?

May 4, 2011

When I close banshee it doesn't quit. If I right click the icon in the side panel and click quit or if I go to media -> close, it is still running.

View 4 Replies View Related

Server :: Telnet To Smtp Server Is Closing Immediately?

Apr 18, 2011

I've configured postfix on my linux server. For the most part, I got everything working (IMAP, apache, etc) but for some reason, I can't get postfix to work remotely. Postfix works locally to send mail. E.g. when I telnet locally to port 25. However, when I try to telnet from outside, the connection closes almost immediately. I've looked at various configuration options and tuning enhancements but found nothing helpful. Here is my config:

Code:

main.cf:

#See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default

[code]....

View 4 Replies View Related

Ubuntu Multimedia :: DVD9 To DVD5 Floating Point Exception?

Oct 14, 2010

I have been trying to convert a DVD9 to DVD5 using the following steps

1)Rip the DVD title(s) to harddisk with DVD:RIP in a project folder. This created VOB files of the the movie and the soundtrack you picked.

2)Concatenate (merge) the VOB files into one by running in a console: cat *.vob > movie.vob

3)demutliplex movie.vob and get the M2V and AC3 files out of there. tcextract -i movie.vob -t vob -x mpeg2 > movie.m2v

4)tcextract -i movie.vob -a 0 -x ac3 -t vob > movie.ac3

5)I then shrank the movie.m2v tcrequant -i movie.m2v -o shrinked.m2v -f 1.5

[Code]...

View 2 Replies View Related

Ubuntu Multimedia :: Video Graphic - Avi - Mp4 - Mkv - Play With Exception Of Flash With My Browser

Feb 15, 2011

The problem:[url]

It happens with any type of video be it avi, mp4, mkv or any other I try to play with exception of flash with my browser. Otherwise everything is perfectly normal.

Do take a note that when I take a screen shot with the program (Totem, VLC or any other video player I play the video) the picture is perfectly normal like so:[url]

I have on my PC:
Ubuntu 10.04
ATI Radeon 9800 XT
AMD Sempron +3000
1 GB DDR2

View 6 Replies View Related

Ubuntu Multimedia :: (9.10) F-Spot Immediately Disappeared When Accessed

Jan 10, 2010

Whenever I access F-Spot, it appears and the, almost immediately, disappears.

View 5 Replies View Related

Ubuntu Multimedia :: Rhythmbox Starts Then Closes Immediately?

Sep 21, 2010

I have this issue with Rhythmbox where if I tried to open it trhough Applications > Sound & Video, the program would start and close almost immediately.

I ran it in CLI & got:

Code:
rhythmbox
** (rhythmbox:3378): DEBUG: Loading the real store page
** (rhythmbox:3378): DEBUG: navigation requested to https://one.ubuntu.com/music/store-no-token
Segmentation fault

So what now, re-install through Synaptic?

View 9 Replies View Related

Debian Multimedia :: How To Make Desktop Application Update Immediately

Jul 5, 2015

I created a bash script which when executed as a desktop application modifies its own application icon. This is done my altering the Icon= line in the application's .desktop file.

Here is a gif of the application in action: [URL] ..... As you can tell, there is an approximately two second delay before the icon changes. I was wondering if there was a way of making the icon change immediately.

For completeness sake here is the script I am using:

Code: Select all#!/bin/bash

LAUNCHER=/home/alessandro/.config/xfce4/panel/launcher-29/14360293821.desktop
PLAY_ICON=media-playback-start-symbolic
PAUSE_ICON=media-playback-pause-symbolic

if [ ! -z $(grep "Icon=$PLAY_ICON" $LAUNCHER) ]; then
   sed -i -e "s/Icon=$PLAY_ICON/Icon=$PAUSE_ICON/g" $LAUNCHER
elif [ ! -z $(grep "Icon=$PAUSE_ICON" $LAUNCHER) ]; then
   sed -i -e "s/Icon=$PAUSE_ICON/Icon=$PLAY_ICON/g" $LAUNCHER
fi

View 1 Replies View Related

Debian Multimedia :: System Freezes When Closing The Lid With GNOME

Jul 5, 2015

I have configured my system to suspend whenever I close the lid, by using the Power Management applet provided by my desktop manager (see my later comment). However, sometimes, when I reopen the lid, I see that the laptop is switched on but it won't resume, while the CPU heats up. I must shutdown forcefully. What could be causing this?

I have found this thread [URL] .... in regard to OpenSUSE. Is it relevant for Debian as well?

System info:
- Debian GNU/Linux: 8.1
- Linux Kernel 3.16.0-4-amd64
- MATE desktop 1.8.1
- GNOME Shell 3.14.4

Clarified that the suspend is a user-level setting.

View 7 Replies View Related

OpenSUSE Multimedia :: Video Files Won't Play And Dolphin Keeps Closing

Jun 17, 2010

Whenever I go into the folders they're stored in and try to open them. They close so fast, in fact, that it's only after switching over to Konqueror that I found the files simply will not open. VLC/Kaffeine appears to load for a few seconds and then closes again without any indication of a bug or problem - it just doesn't work.

Been trying to sort this out for the last two days now, but I'm a complete simpleton with computers/linux and don't know anything about using the terminal, etc. (I can't even install stuff without using webpins) but now I'm stuck and searching around for people with similar problems really hasn't turned up anything that is familiar or understandable.

View 9 Replies View Related

Ubuntu Multimedia :: Graphics Seem Very Sluggish Doing Things Like Opening And Closing Windows, Popping Up Menus?

May 25, 2010

I've just installed kubuntu 10.04 x64 and I'm slowly working through lots of little niggly problems that I'm having getting it all set up.My graphics seem VERY sluggish doing things like opening and closing windows, popping up menus etc.I have an Athlon II 250 3.0ghz processor, 2GB RAM and onboard graphics ATI HD2100 (740G chipset).I tried to get the proprietary graphics driver installed to see if that made any difference but it wouldn't recognise the onboard graphics, a bit of googling seems to suggest they have actually dropped support for this model?After removing the proprietary stuff it seems even more sluggish than it did before.

View 3 Replies View Related

Ubuntu Multimedia :: How To Install Banshee 1.7.5

Sep 3, 2010

Banshee 1.7.5 supports the ipod touch and iphone but i can not figure out how to get it on Ubuntu. Its not in synaptic yet and i can not compile from source because it always says

Quote:

configure: error: Package requirements (gstreamer-0.10 >= 0.10.12
gstreamer-base-0.10 >= 0.10.12
gstreamer-plugins-base-0.10 >= 0.10.12
gstreamer-controller-0.10 >= 0.10.12

[code]....

Alternatively, you may set the environment variables GST_CFLAGSand GST_LIBS to avoid the need to call pkg-config.

View 6 Replies View Related

Ubuntu Multimedia :: No Audiobooks In Banshee / Get It?

Dec 6, 2010

I'm using Banshee for my music and video collection because it works and looks much better than Rhythmbox in my opinion. The only thing that refuses to work (correctly) is the audiobook-feature. I have all my audiobooks (different formats - m4b, mp3, ...) stored in a special folder. The subfolders have no distinct order, sometimes it is author/title, sometimes author - title/ and some books even are in my audiobooks root-folder. I have selected the audiobook folder in the banshee preferences but no audiobooks are shown in banshee. I tried changing the selected folder, changing the structure of the subfolders, but nothing helped.
The only thing that worked was importing the audiobooks into the music library and take them to the audiobooks-section in banshee using drag&drop. But when I removed them from my music library, they were also removed from the audiobooks section. This can't be the right way, because in that casse the option to select the audiobooks-folder in the preferences would be useless.
What is the right (intended) way to get audiobooks into banshee?

View 9 Replies View Related

Ubuntu Multimedia :: Get Banshee To See NAS Folder?

Jul 10, 2011

My music is stored on a NAS on my home network.
I am trying to get Banshee to see my MP3's on the NAS. It looks like Banshee only will support local folders.
So, is a sym link (symbolic link) in a local folder be the solution? If so, what's the syntax? I know the basic form is ln -s <dir 1> <dir 2>.
Ubuntu's file browser sees the folder as 'smb://192.168.1.200/volume_1/level1/level2/level3/MP3's'
I haven't had any success trying to create a sym link to the NAS folder.

Or, am I approaching this totally wrong and can Banshee support the NAS without a sym link?

View 1 Replies View Related

Ubuntu Multimedia :: Banshee Not Picking Up Ipod?

Feb 1, 2010

I'm using kubuntu 9.10 and I know there was a thread a while back about someone having the same problem with ubuntu. Unfortunately I can't get the ubuntu solution to work with kubuntu

View 1 Replies View Related

Ubuntu Multimedia :: Error In Banshee Podcasts

Feb 7, 2010

I'm having a problem with banshee. It's doubling podcasts. Also it says that three different podcasts have the same size and length as each other(which they don't) Unfortunately I can't download to test them yet as my internets slow till midnight.

In screenshot 1 you can see the podcast doubled when viewing all podcasts. However when i go directly into the Desert island discs feed it only displays one, which is correct(screenshot two)

View 1 Replies View Related

Ubuntu Multimedia :: Deleted Song In Banshee - Where Did It Go

Feb 17, 2010

I'm cleaning up my music library and deleting duplicates and during that process I accidentally deleted the wrong song. Is there some way to undo this process? Banshee gave me no warning, and the trash is empty. I'm assuming there's a command I can use to recover the file, but as I'm a complete noob, I need some assistance.

View 5 Replies View Related

Ubuntu Multimedia :: Ipod Nano 3g With Banshee?

Feb 21, 2010

after upgrading to Ubuntu 9.10 banshee does not see my Ipod anymore, which is a nano video 3g one. Rhythmbox works though, gtkpod not. I thought I had to install libgpod-dev and libgpod2, but the second library is not available anymore in synaptic. I have installed libgpod4, libgpod-common, -dev.

View 3 Replies View Related

Ubuntu Multimedia :: Multiple Cover Art In Banshee?

Mar 14, 2010

so I'm enjoying the new Banshee grid list which is really great, but with just one problem. It displays multiple cover art, so I have a really lot of picture for just one album with various artists. I'd like there to be just one, can it be done?

View 3 Replies View Related

Ubuntu Multimedia :: Play Anything In Banshee It Crashes?

Mar 30, 2010

When I try to play anything in banshee it crashes with the error:

Code:
=================================================================
Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
=================================================================

Same thing happens with Listen and Rhythmbox, but with a segmentation fault.

Amarok doesn't even get past the splash screen, but that's more or less okay because I'd rather stick with gnome.

Guayadeque is the only decent music player that works, and even it isn't without its issues. Audacious also works, but I don't like Audacious(the whole "one big playlist" system... ew).

Of course if I had my way I'd skip gnome music players entirely and go with foobar2000, but wouldn't you know it, that doesn't work either. [URL]

I'm using 10.04 beta, but these problems were present on 9.10 too.

View 4 Replies View Related

Ubuntu Multimedia :: Can't Play Shoutcasts In Banshee

May 14, 2010

I just added the liveradio extension to banshee which contains both magnatune and shoutcast support.

Magnatune works perfect..but for shoutcasts i can see all stations lists and load them ..but when i click play it stucks in contacting status .. it suddenly worked only one time and then it does not work.

View 3 Replies View Related

Ubuntu Multimedia :: Banshee Won't Start: DLLNotFoundException

Jun 21, 2010

I tried to install some plugins for banshee following instructions on this website: [URL]

I got about halfway through and finally noticed it was for Banshee 0.10.0, so these instructions did not exactly work for 1.6.0. So now when I try to start banshee I get the following output:

Code:
[Info 16:59:34.437] Running Banshee 1.6.0: [Ubuntu lucid (development branch) (linux-gnu, x86_64) @ 2010-04-04 14:20:11 UTC]
Exception has been thrown by the target of an invocation.

[Code].....

View 4 Replies View Related

Ubuntu Multimedia :: Banshee - Same Album With Various Artists?

Oct 30, 2010

Is there any way that Banshee would show just one album in album view instead of all of the artist on the same album, Like "Billboarrd top 50" is shown multiple times instead of just once.

View 2 Replies View Related

Ubuntu Multimedia :: Banshee In Maverick Keeps Crashing

Nov 8, 2010

I use maverick 64bit and banshee crashes a few seconds after I start the program, this is what I get:
"Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application."
I deleted the banshee folder in .configure but every time the library is loaded the problem starts again.

View 5 Replies View Related

Ubuntu Multimedia :: Banshee Crashing For One User

Dec 10, 2010

I have always used and enjoyed Banshee. I recently did a fresh install of Maverick Meerkat. Banshee runs fine under my user account but crashes instantly under my wife's. I have tried deleting all config files and re-installing. Here is the terminal output when starting the program:

banshee-1
[Info 21:36:54.134] Running Banshee 1.8.0: [Ubuntu 10.10 (linux-gnu, i686) @ 2010-11-26 13:53:04 UTC]
[Info 21:36:58.351] Updating web proxy from GConf
[Info 21:36:58.458] All services are started 3.594578
[Info 21:37:00.919] nereid Client Started

Unhandled Exception: System.ArgumentException: UNC paths should be of the form \servershare.
at System.IO.Path.InsecureGetFullPath (System.String path) [0x00000] in <filename unknown>:0
at System.IO.Path.GetFullPath (System.String path) [0x00000] in <filename unknown>:0
at System.IO.FileSystemWatcher.get_FullPath () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher:get_FullPath ()
at System.IO.InotifyWatcher.StartDispatching (System.IO.FileSystemWatcher fsw) [0x00000] in <filename unknown>:0
at System.IO.FileSystemWatcher.Start () [0x00000] in <filename unknown>:0
at System.IO.FileSystemWatcher.set_EnableRaisingEvent s (Boolean value) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher:set_EnableRaisingEvent s (bool)
at Banshee.LibraryWatcher.SourceWatcher.Watch () [0x00000] in <filename unknown>:0

View 1 Replies View Related

Ubuntu Multimedia :: Banshee Crashes Every Time?

Jan 11, 2011

every time I try to try to update my library, banshee keeps crashing. It started after I relocated where my mp3 files are and changed the path in banshee too. I tried deleting the banshee folder under my home folder and removing and reinstalling banshee, but the problem persisted. This is the when it is run from terminal:

Code:
[Info 04:46:29.238] Running Banshee 1.8.0: [Ubuntu 10.10 (linux-gnu, x86_64) @ 2010-11-26 14:10:54 UTC]
[Info 04:46:29.569] Starting collection of anonymous usage data
[Warn 04:46:30.139] Caught an exception - System.ApplicationException: Invalid

[Code]....

View 2 Replies View Related

Ubuntu Multimedia :: Banshee Write To An SD Card?

Apr 3, 2011

I've star rated hundreds of tracks. All I want to do is write the 4* & 5* tracks to an SD card for use elsewhere. Banshee can use Brasero to write them to CD so at a push I could write a CD then copy it back to an SD card but that seems the long way round.

I'm using Banshee 1.8.1 on Lucid.

View 2 Replies View Related

Ubuntu Multimedia :: Banshee Does Not Show Cover Art (11.04)

Apr 13, 2011

I updated to ubuntu 11.04. Now I have banshee instead of rythmbox. However I cannot see anymore any of my covers. All my mp3 have the cover embedded in the mp3 itself. I have never had any problem before. Also by reinstalling rythmbox I cannot see anymore the covers..

View 2 Replies View Related







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