Ubuntu :: Open Any Folder From Desktop Opens Miro?
Sep 28, 2010
When I try to open any folder from either Gnome-Do or Docky it launches Miro after about 5 seconds.
I can open any folder from the terminal though.
how these lines got crossed? or how to uncross them?
View 6 Replies
ADVERTISEMENT
May 1, 2011
I'm running Kubuntu 10.10 with Firefox 4.0.1. from the firefox ppa. If I want to open the folder of a downloaded file with the right-mouse-button menu, kid3-qt is opened and shows the folder. I already tried the following: Removed kid3-qt -> Dolphin opens the folder, kid3-qt reinstalled leads to the same behaviour as before Reinstalled Firefox -> no change Removed the .mozilla dir to create a new profile -> no change mimeapps.list in ~/.local/share/applications looks like this:
Code:
[Added Associations]
application/pdf=kde4-okular.desktop;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet=wine-Programs-Microsoft Office-Microsoft Office Excel 2007.desktop;
application/x-wine-extension-ini=kate-2.desktop;
application/x-wine-extension-mas=kate-2.desktop;
[Code]...
View 2 Replies
View Related
Feb 19, 2011
I was trying to view a dvd on ubuntu (which works on windows) so I downloaded a few progams from the synapatic manager and software center - nothing made the dvd work but now when I go to "places" and "home folder" movie player opens and has a error message window that is at least 10 deep that says "could not open location; you might not have permission to open file." I can't get to home folder at all!Did I totally ruin Ubuntu? Is this fixable? I rebooted and that didn't help
View 3 Replies
View Related
Feb 27, 2010
As far as i know VLC is the best media player for linux bc it suppurts all file types. But there is one anoying problem - when i want to listen to song it opens VLC, but when i open another song it opens another new VLC window. And this problemug or whatever didnt apear in Windows version VLC player.
View 4 Replies
View Related
Jul 11, 2010
Ubuntu 10.4 64bit. I accidentally deleted the computer icon from the desktop. How can I replace it?
View 3 Replies
View Related
Apr 27, 2010
When I open an open office document from an NFS share it always opens as readonly. This was a problem I had on Arch linux and the fix was to change the locking options in the soffice script but I've tried that fix here and it doesn't work. I've seen a lot of discussions but they all go back to changing the locking options in soffice, has anyone got any alternative fixes or one that definitely works with locking?
View 4 Replies
View Related
Jun 28, 2011
I recently preformed a full update to my openSuSe 11.3 x64 + gnome install. Everything was running fine before the update however post a number of features have stopped working or have changed. I used the command zypper up to update everything. The errors I've been recieving are as follows, Wastebasket
Won't open on via Desktop or Places menu. Gives the following error "Could not display "trash:" File Is Of An Unknown Type". If I drop things on the Wastebasket the files do go to /home/USERNAME/.local/share/Trash/files but I can't Empty Wastebasket upon right click as the option is highlighted out.
Computer Icon If I try to open it from link in Places menu I get the error Nautilus cannot handle "computer" locations.. The link to it has also disappeared from the left hand panel if I have a Nautilus window open.
Mounted Icons Previously I used to have 4 drives mounted;
1 network (NFS),
1 encrypted (TrueMount),
2 Windows (partitions of main machine)
Out of these only the encrypted and network drive showed on the Desktop and two Windows drives would stay mounted under /windows but have no icon on the Desktop. After the update, all these drives are on the desktop and but the only way to not have them appear on Desktop is to set Gnome config not to show any of the icons on Desktop. Although these are independent errors, they are all related to folders (at least indirectly) so I felt it was better to group them together to give a better picture of the issue.
View 9 Replies
View Related
Nov 12, 2010
When clicking on the Home Folder, K3B opens up. This also occurs on all icons under Places.
We have tried uninstalling K3B and the system is ok. But when you install K3B the problem comes back.
View 3 Replies
View Related
Oct 17, 2010
my problem is that every time I try to open a folder the theme installer program opens and says ''Documents" does not appear to be a valid theme''. It does this to every music, picture or drive folder that I try to open. Sorry I have only just started to use Ubuntu after years of using windows and I'm not to sure on how to trouble shoot just yet.
View 4 Replies
View Related
Mar 1, 2011
i cant seem to find how to do it. For the Keyboard shortcuts, i want to make a shortcut that opens my download folder. I can add custom commands, but in the command line what do i put to open the folder?
View 3 Replies
View Related
Oct 13, 2010
I am having this odd problem since I did a clean install of Maverick. I installed Exaile music player but after that when I click on 'Home folder' (or any subfolder in it) under 'Places' menu Exaile pops up instead.I uninstalled exaile for a while and everything worked fine but reinstalling it caused the same problem again.
View 3 Replies
View Related
Mar 8, 2011
when i try to navigate to my home folder, or any folder for that matter from the main menu bar, it brings up the appearance preferences menu. it started doing after i made a new background picture using GIMP.
after setting the img file as the desk top using the appearance prefrences, this started happening. if anyone could help me fix this that would be awesome.
View 3 Replies
View Related
Nov 9, 2010
Fedora :: automatically opens folder locations in amarok
View 1 Replies
View Related
Aug 25, 2011
I just did a clean install and started with the software installation. After I installed dropbox, a window popped up asking me for administrator's password....I put in my user password and it said wrong password (i just now remembered not adding myself to administrator's group while creating my user...ouch!) after which a notficiation came and went too fast for me to read it properly....it said something like unable to set user /etc/x something something.....I know it sounds completely vague but that is all I could before it disappeared.
Now, nautilus won't open unless I click on the dropbox icon below in the taskbar.I guess I can manage for a while but I'm hoping to find a solution to the problem.
View 2 Replies
View Related
Dec 17, 2010
When I go Places -> MountedDrive Rhythmbox opens and tries to load the whole thing...how do I make it open in Nautilus again?
View 2 Replies
View Related
Aug 17, 2011
I have Suse 11.4 and GNOME 2.32.1 When I click on Computer -> Places -> Home then VLC Media Player opens instead of the window with my home folder that should actually pop up. The same thing happens with all other icons in the Places tab.
View 9 Replies
View Related
Mar 14, 2011
I am trying to set up a simple script to automatically invoke streamripper to record my favourite radio shows. The script works fine in a terminal window (Konsole), but when scheduling this as a cron job (KCron via SystemSettings) a Konsole window pops up catching the streamripper output.
Now stramripper can behave with the --quiet option, and I set output redirects "> /dev/null 2>&1". Inside the script or on the command line of KCron.
Quote:
sh myscript.txt >/dev/null 2>&1
...or just as the script without the "sh" command. Same result. Still the same annoying Konsole terminal window pops up, now with no other content than what Cron obviously generates at the end of the script execution:
Quote:
--------------------------------------------------------------------------------
End of script execution. Type Enter or Ctrl+C to exit.
--------------------------------------------------------------------------------
Well, the whole point of this cron scheduling was to avoid manual intervention and create the MP3 file of the radio show automatically. how to avoid the terminal window completely?
Using KDE 4.5.5 and Fedora 13, Kernel 2.6.34.8-68
View 2 Replies
View Related
Jun 21, 2011
when i used windows there was this wonderful editor named Notepad++.it was perfect(it still is) some of its best and useful features of it (for me) was:
1-open all files in a folder when drag and drop the folder on it
2-search and replace a statement in all open files
3-have an extended mode which include special characters like
and so on.. i want to know if there is an editor with this feature in ubuntu?
View 8 Replies
View Related
Aug 6, 2011
If any window opens initially on full screen (maximized) the "desktop effects" switch off. I then have to reset "enable desktop effects".
It happens with any window from any application that opens full screen.
If a window is maximized after it has already opened all is fine, it does not stop the desktop effects.
Running: openSUSE 14.4
View 2 Replies
View Related
Feb 10, 2011
I'm using Ubuntu 10.10 x64. Suddenly I found that if I click on "Home folder" in the "Places" (top menu) then this folder is being opened in deadbeaf instead of nautilus. I wonder why. How to fix that?
View 2 Replies
View Related
Feb 19, 2010
I basically am hoping for a line of bash script I can put into "Open With" for folders so I can get a terminal with the right path. I hate manually typing in paths to places when I am looking right at them in nautilus. "gnome-terminal" doesn't work - it just opens a terminal to ~.
View 3 Replies
View Related
Oct 29, 2010
I have this nasty habit of refreshing desktop in a quick succession by right-clicking and selecting 'Refresh',on my XP system at office.(And,iam sure most of us do the same).With Ubuntu,if a right-click on desktop slowly and select 'align by...',it simulates the XP refresh action as explained above.But,if i perform the same action rapidly,it takes this first option from right-click context menu,which is 'Create Folder',and results in an empty folder being created on desktop.I tried double right-clicking and again it created an empty folder.Is there any workaround to handle this.I mean:Can the right-click context menu items be shuffled so that the 'Create Folder' option is moved from 1st place
View 9 Replies
View Related
Jun 17, 2011
Running kubuntu 11.04x64 w/ xrender and folder-view plasmoid:
I cannot view "open with" for directories on the desktop (but it is visible w/in dolphin file structure) and whenever I try to rename folders on the desktop it crashes and restarts (but the rename is successful and no open windows crash).
This glitch is reproducible under OpenGL and Xrender; had to switch over to xrender after a recent system update that seems to slow my computer to a crawl after a little time and kept it cause it seems much smoother and crisper.
Is there any way to fix these issues or is there an alternative to the folder-view plasmoid to view a folder content on the desktop that is more stable?
View 9 Replies
View Related
Jan 21, 2010
I have the Folder View applet on the Desktop viewing the Desktop Folder "~/Desktop"
Some shortcuts are outdated because of new installation of opensuse 11.2...
How can I add icons there in?
I can add icons to the Desktop and Taskbar but no in this Folder View on the Desktop (BTW: Is this Panel called "Folder View applet"?)
If I try to move a icon from Desktop to this Panel it is not moved in this panel it is placed behind this Panel...
And how can I get more than one of this panels for example one displays the Desktop folder other the home dir ...
View 7 Replies
View Related
Oct 12, 2010
I cant open xls files in a shared folder using open office 3.1. Its all started when i install a new open office version. when im using open office 3.0.8 i can open all the files but now i cant even open it. Its always display untitled documents.
View 14 Replies
View Related
Sep 1, 2011
When I try to open a location via places vlc opens and tells me it can't open the location. If I try to open my home folder through places, this happens...
View 9 Replies
View Related
Aug 8, 2011
My system boots, I login and am brought to my desktop. I click on the file system icon in the launcher to open a Nautilus window. The window opens, but is unresponsive (i.e., I can't move it, clicking on the icons does nothing, etc.). If I press the super key to get the dash and the press escape, the window becomes responsive again, just like normal.
If I open a folder in the window, the window becomes halfway unresponsive in that I can't move the window, but I can select more folders and toolbar icons. The top menu no longer appears at this point, and I can't access any of the system icons on the top right of the screen. Alt-F4 closes the window even if the close button doesn't work.As another example, suppose I open a Nautilus window and then a Chromium window. Both are immediately unresponsive. If I super-esc again, I can move the Chromium window around, and it seems to work normally. I can click on the Nautilus window, but it always stays greyed out. Even if I'm clicking on things in it, the Chromium window always has focus.
I had a similar experience to this with VLC and Chromium. After clicking around enough I eventually got it to the point where VLC apparently always had focus, but I couldn't access any of VLC's controls. Double clicking anywhere on the screen fullscreened the video, and that's all I could really do. Not even escape worked to bring it back.I can usually press super to get the dash and Alt-F2 to get a command prompt. Also Alt-Shift-T seems to usually work to bring up a working Terminal (at least one that accepts commands, even if I can't move the window).Does anyone have any ideas on what might be causing this? The behavior is highly unpredictable and extremely frustrating. I should note that key commands don't always work, even though they seem to in my examples. So I don't think it's just a mouse issue.
View 9 Replies
View Related
Nov 12, 2010
1. Is it possible to instead of using the Desktop Folder plasmoid, have a usual Desktop act as a file manager?
2. What is Akondi? There are tons of processes which have Akonadi in their name, and it seems to be using up lots of memory.Can I disable these somehow, or is it safe to do so?
3. Any general tips on how to reduce the amount ram that is used on startup? I am using somewhere around 750MB on startup, which is about double the amount Gnome uses. After a few hours of use, Xorg uses close to 1GB of memory.
4. Whenever I get a notification, they don't delete themselves, so when I click on the (i), I see tons of notifications. Is there a way to get them to delete themselves after they have been shown?
View 1 Replies
View Related
Feb 7, 2011
Phenom 9500+ quad core, 3GB RAM, Nvidia 8800GT: 260.19.36 driver.Installed the latest Boxee for Linux. Got my remote setup. Everything works except when I open a video it opens in a tiny box in the upper left hand corner of my monitor.Is there any way to get Boxee videos to play full-screen?
View 6 Replies
View Related
Jul 11, 2011
I have set the things in "Places" menu in Ubuntu 11.04 classic (Home, Documents etc) to open by Chromium browser. How can I restore it to original setting?.
View 4 Replies
View Related