LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 02-26-2011, 01:49 PM   #1
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Rep: Reputation: Disabled
ubuntu 10.10's brasero has taken over my TopMenu's Places button


For a few days now every time I click on Places in the TopMenu, a Brasero screen opens up instead with the heading Brasero - New Data Disc Project and has a small popup screen over it asking whether files should be fully windows compatible. The defaulted image file shown at the bottom of the Brasero screen for burning is /home/thane/brasero.iso , which failed and needed to be aborted a few days ago. Things I've tried so far:
-Completely remove brasero (about 4 times so far) and restart computer.
-Scour the computer for any files I could find with brasero in the filename.
-Attempt to remove the brasero.iso from the brasero screen -- it won't let me
- I've tried but I don't see any log files for brasero, although I've no idea, what they would be called. Nothing obvious to me in /var/logs.
-I can successfully use brasero to copy another disc, but as soon as I click on Places afterwards, up comes brasero again instead.
-If I remove brasero (using synaptic), I can then access my directories fine, after clicking on Places in the TopMenu. But as soon as I reinstall brasero, the default disc burning software, which came with 10.10, I'm right back with problems. No idea what to try next. Thanks.
 
Old 02-26-2011, 01:57 PM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Can you post your .local/share/applications/mimeapps.list file?
 
Old 02-26-2011, 02:07 PM   #3
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
I am jumping the gun here, but I know for a fact that if you run nautilus from a terminal, it will work without a hitch. This is due to the mimetype handlers; perform the following:

Code:
gedit ~/.local/share/applications/mimeapps.list
Once you open that file with gedit, make the contents of the file reflect the following:

Code:
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;nautilus-folder-handler.desktop;vlc.desktop;kde4-kaffeine.desktop;kde4-kmplayer.desktop;gimp.desktop;wine.desktop;brasero.desktop;file-roller.desktop;
Cheers,

Josh
 
1 members found this post helpful.
Old 02-26-2011, 03:55 PM   #4
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
Thanks for the reply Josh. Here it is:

Quote:
.local/share/applications$ cat mimeapps.list

[Added Associations]
x-content/video-dvd=vlc.desktop;
application/x-extension-vdi=nautilus-browser.desktop;userapp-vim-8TAFQV.desktop;
inode/directory=brasero.desktop;
 
Old 02-26-2011, 04:06 PM   #5
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by Thane View Post
Thanks for the reply Josh. Here it is:
Exactly what I thought. Follow my above post, and you will be good to go man.

Cheers,

Josh
 
Old 02-26-2011, 04:09 PM   #6
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Code:
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;nautilus-folder-handler.desktop;vlc.desktop;kde4-kaffeine.desktop;kde4-kmplayer.desktop;gimp.desktop;wine.desktop;brasero.desktop;file-roller.desktop;
x-content/video-dvd=vlc.desktop;
application/x-extension-vdi=nautilus-browser.desktop;userapp-vim-8TAFQV.desktop;
Since you posted the contents, I merged them for you. Cheers,

Josh
 
1 members found this post helpful.
Old 02-26-2011, 04:09 PM   #7
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
Thanks. I'll give it a try and get back with results shortly. Cheers.
 
Old 02-26-2011, 04:26 PM   #8
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
Not quite there yet Josh. I backed up the mimeapps.list file then edited the orig with vim to leave the following file contents:


Quote:
[Added Associations]
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;nautilus-folder-handler.desktop;vlc.desktop;kde4-kaffeine.desktop;kde4-kmplayer.desktop;gimp.desktop;wine.desktop;brasero.desktop;file-roller.desktop;
x-content/video-dvd=vlc.desktop;
application/x-extension-vdi=nautilus-browser.desktop;userapp-vim-8TAFQV.desktop;
Then I restarted the system, and so far if I click on Places in the TopPanel, none of the submenu items from HomeFolder through Downloads inclusive will subsequently lead to any display output, although everything from Computer through Recent Documents gives shown results. Any ideas? Cheers.
 
Old 02-26-2011, 04:38 PM   #9
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Code:
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;vlc.desktop;kde4-kaffeine.desktop;kde4-kmplayer.desktop;gimp.desktop;wine.desktop;brasero.desktop;file-roller.desktop;
I noticed I had a duplicate in my list. Try only that for now until we have it troubleshooted fully. Mime types can be flaky sometimes.
 
1 members found this post helpful.
Old 02-26-2011, 04:56 PM   #10
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
No joy yet I'm afraid. Made the changes from last post, restarted (don't know if a restart is required) and its still the same result. Did notice though, that there were references to wine.desktop, kde4-kaffeine.desktop and kde4-kmplayer.desktop. Wondering if maybe the process is hanging somehow on one of these as I don't use wine, kmplayer and my desktop is gnome. Afraid I'm more than a little out of my depth here. Many thanks.
 
Old 02-26-2011, 04:59 PM   #11
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
You can remove the ones you are not using and keep the minimal. Do you still have brasero installed?
 
1 members found this post helpful.
Old 02-26-2011, 05:39 PM   #12
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
Still not but hoping. Made change to remove everything unused as per synaptic installed progs. So present mimeapps.list file contents read:

thane@x:~/.local/share/applications$ cat mimeapps.list

Quote:
[Added Associations]
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;vlc.desktop;gimp.desktop;brasero.desktop;file-roller.desktop;
Restart and still no response to Places - everything between Home Folder and Downloads. Edit: Forgot to answer one of your questions... Yes, brasero is still installed. Cheers

Last edited by Thane; 02-26-2011 at 05:41 PM. Reason: forgot to answer one question
 
Old 02-26-2011, 05:50 PM   #13
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
http://www.uluga.ubuntuforums.org/sh...php?p=10394714

Check that out and see if that works. I don't feel like typing too much right now because I have a lot going on right now LOL
 
Old 02-26-2011, 05:58 PM   #14
Thane
Member
 
Registered: Aug 2006
Location: Ontario,Canada
Distribution: Linux Mint19.3 Cinnamon 64bit
Posts: 223

Original Poster
Rep: Reputation: Disabled
I just removed brasero and restarted. Over the past few days this has resulted in my TopMenu - Places working properly. This time it wouldn't. So I think maybe something of necessity has been removed from the mimeapps.list file. Here are the contents of both the original (backed up) file and the present file:

Quote:
thane@x:~/.local/share/applications$ cat mimeapps.list
[Added Associations]
application/pgp-encrypted=nautilus-browser.desktop;
application/x-deb=ubuntu-software-center.desktop;
inode/directory=mount-archive.desktop;nautilus-folder-handler.desktop;eog.desktop;vlc.desktop;gimp.desktop;brasero.desktop;file-roller.desktop;
thane@x:~/.local/share/applications$ cat mimeapps.list.bak

[Added Associations]
x-content/video-dvd=vlc.desktop;
application/x-extension-vdi=nautilus-browser.desktop;userapp-vim-8TAFQV.desktop;
inode/directory=brasero.desktop;
thane@x:~/.local/share/applications$
The vdi entry is for vbox. I started up virtualbox and everything seems to be working fine there on a quick check. I don't know about the rest of the entries. I'm ?thinking? maybe there's something, which has been removed from the original, which might make your changes work. Does anything seem possible? As a note I've just reinstalled brasero, so that we are comparing apples and oranges here. Cheers and thanks again!
 
Old 02-26-2011, 06:05 PM   #15
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Hmmm.... Got me thinking. For the inode/directory, try changing the config to just nautilus-folder-handler.desktop and see if you get any slightest change. I don't see why it is not working properly unless there is a different configuration somewhere else. On a side note, if you log in as a different user, does it work?
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 10.10's icons are a DREAM :) resetreset Ubuntu 4 01-17-2011 01:55 AM
Any Reason Not To Revert To Ubuntu 9.10? (Brasero bug now!) Sumguy Linux - Newbie 14 09-02-2010 11:08 PM
LXer: Ubuntu 10.10's New File System: btrfs, A Closer Look LXer Syndicated Linux News 0 08-04-2010 05:10 AM
Ubuntu - Gnome Places Menu greengrocer Linux - Newbie 1 01-03-2009 04:43 AM
Can see but cant acess my Ubuntu in My network places on XP hanifn9 Linux - Newbie 2 03-26-2008 10:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:23 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration