Ubuntu :: Removing Multiple Options In Openwith Dialog?

Dec 27, 2010

When i right click a file and give open with,i can find lot of duplicate entries..How to remove those entries?

View 6 Replies


ADVERTISEMENT

Programming :: Make Radiolist Dialog Which Content So Many Options What Is The Value Of The Variable?

Dec 14, 2010

How can I make radiolist dialog which content so many options what is the value of the variable?Quote:

echo "How many options?"
read=VAR
dialog --title "sdf" --backtitle "sdff" --radiolist "ffdsfsd" 15 60 5 "1" "first" on "2" "second" off "3" "third" off "4" "fourth" off etc..

I must explode dialog in loop and add options? or something like that?

View 2 Replies View Related

Server :: Some Options In System-config-samba Dialog Are Not Working Properly?

Apr 13, 2010

I am using Fedora 12. I have the following problem, when i working with system-config-samba dialog:I add the new user on the server:as following:

Unix username: vova
Windows username:test

As described in Customisation Guide for Red Hat 9: "If the user has a different username on a Windows machine and will be logging into the Samba serverfrom the Windows machine, specify that Windows username in the Windows Username field."So i logged from the Windows machine not under test(Windows username) but under vova.And i logged in without the problem. However it seems that samba should check windows username=test (as have written in samba-config) and ask an password for different users. And additionally, if samba check the currect user in Windows itself and verify it with Unix user, what for we need write the Windows username in samba config? I don't understand

View 6 Replies View Related

General :: Removing Options From Start Up (grub)?

Dec 28, 2010

i installed ubuntu 10.10 netbook edition and it installed fine, i updated everything on and now when it starts i have 2 versions of it to select from 2.6.35-22 and 2.6.35-24 as well as the recovery versions of it. how do i remover these options from the grub menu? in addition to this i also have a question about updating python on it, its running version 2.6.6 and i need 3.x. how do i upgrade it?

View 14 Replies View Related

General :: Removing Multiple RPM Packages At Once

Apr 14, 2011

I need to remove a lot of rpm packages and I would like to save some time and make things easier, but I am unsure of how to do it. Currently I just copy/paste over and over. My plan was to put the output of the command below into a text file, and use that text file to remove all the packages.
rpm -qa |grep xxxxx > file.txt

My question is how do I get that file to work with "rpm -e". I tried to insert the file using the less than symbol but that didn't work:
rpm -e --nodeps < file.txt

View 4 Replies View Related

Programming :: Use Multiple Options At The Same Time?

Dec 4, 2010

I want to be able to use multiple options at the same time and some of those options will require an argument and some will not.

Here is my bash script:

#!/bin/bash
while getopts ":a:bc:de:fg:" opt ; do
case $opt in
a)

[Code]....

If I only use option -a with no arguments, the script works...

View 1 Replies View Related

Fedora :: Cannot Select Multiple Files In "File Upload" Dialog

May 1, 2010

When I click on the "Browse" button on a web application, I get "File Upload" a dialog. However, I cannot select more than one files. I know it's not a big deal to most people, but I am writing a web page that allows users to upload multiple files at once. So, this is like a show stopper for me.

Here is my Fedora version: Linux saigon 2.6.30.10-105.2.23.fc11.i586 #1 SMP Thu Feb 11 06:51:26 UTC 2010 i686 i686 i386 GNU/Linux

View 3 Replies View Related

Ubuntu :: Removing A Word In A Multiple File Starting At The Dot Extension?

Aug 23, 2011

I would like to ask if someone knows a command or a script on how to rename a multiple file in the directory starting at the end of the filename or at the .extension( i would like to remove the last 11 character before the extension) for exampleBelow is the result of my command ls inside the directoryQuote:

BBC_In_footsteps_of_Alexander_the_mountain_20-v3veN2U__3I.mp4
BBC_In_the_footsteps_of_Alexander_Afghanistan_17-thAS28SWKKU.mp4
BBC_In_the_footsteps_of_Alexander_Alexandria_7-rQcjjpRwqw4.mp4

[code]....

View 9 Replies View Related

Ubuntu Installation :: Recover Multiple Boot Options Menu ?

Jun 21, 2010

Previously I'd installed Ubuntu Netbook Remix (Lucid) on my Acer Aspire One 751h netbook. the machine came with XP installed, so I installed Ubuntu as a dual-boot setup. I had various problems with the configuration of Ubuntu (nothing to do with the boot process, and now solved) so I reinstalled it.

What I'd actually done with the second installation was to install it again alongside both XP and the original Ubuntu installation (maybe that was also a stupid thing, but I didn't know it would work like that). When I realised what I'd done, I did the stupid thing, which was to delete the partitions with the older installation and swap file (using the Disk Utility).

After that, the next time I rebooted I went straight into grub-rescue. I don't know much about this, but I found a forum entry explaining the basics, so I can now issue grub-rescue commands that let me boot into Ubuntu. I've run update-grub and my /boot/grub/grub.cfg file looks fine.

However, I think this only kicks in once I've got past the initial boot menu and have chosen Ubuntu (now on sda5 - hd0,5). My problem is that the files/processes that load the boot menu on startup still have the old configuration, so when I reboot I still go into grub-rescue and I get 'partition not found' (or, since I recreated the partitions, 'file not found') and root is at (hd0,7).

Is there a way, once I've got into Ubuntu, of changing the information in the startup boot menu Alternatively, if I copy my entire file system from sda5 into sda7, would that do the trick?

View 4 Replies View Related

General :: Use Grep To Search For Multiple Options?

May 20, 2010

How can I use grep to search for line with either 'res' or 'rep'? i try "grep -e res|rep" or gre -e "rep|rep" but that does not work.

View 3 Replies View Related

Ubuntu :: Multiple Boot Options In Grub Boot Menu?

Apr 3, 2010

I'm a noob but enjoying dual booting. However, every time I run update manager I get a new vmlinuz entry and now I have multiple boot options in my grub boot menu. Now when I have like 5 ubuntu entries to move past to select Windows. and the latest Ubuntu is always at the bottom so I have to annoyingly scroll down to select the latest there. I don't really understand what the vmlinuzXXX entries in the boot folder are for so I don't want to delete them. I've thought about editing the loop in the 10_linux file in the grub.d folder but it looks like its calling a function or macro or something:

Code:
linux='version_find_latest $list'

But like I said, I'm a noob to all this (a .Net developer on Windows professionally) and don't understand where this is. It looks like this function call has the logic I need to fix. Because its not finding the latest, its just finding all. How to I get back to one Ubunutu boot option like when I first installed?

View 4 Replies View Related

Ubuntu Installation :: Installer Options - Can't Select Any Of The Menu Options Except For Boot From First Hard Drive

Mar 19, 2010

So I have the burned ubuntu CD, and I'm attempting to install it on a system that has one HDD with XP/Vista on it, and another that is completely formatted and unpartitioned. However, when I boot to the ubuntu CD, I can use the menus from the bottom, and select the language when initially prompted, but I can't select any of the menu options except for boot from first hard drive.

View 1 Replies View Related

Ubuntu Installation :: Removing Evolution From Synaptic Vs Just Removing The Applet

Feb 27, 2011

what i did was, remove evolution mail from synaptic, what i wanted to do was just remove the indicator applet from the task bar. i read a bunch of bad stuff about removing evolution from synaptic vs just removing the applet.

im worried. did i break anything or put my security at risk. after, i used a command (older) (sudo apt-get install ubuntu-desktop)to install ubuntu desktop. because i thought that it would fix evolution. then i went to synaptic and installed a package called evolution. i rechecked evolution in applications menu. however, i notice that i have both a checkable evolution and two evolution icons. nothing 'seems' broken. im not sure if it ever was. and evolution calender pops up as normal, as does the the installed plain evolution. they both seems to be an exact copy of the other.

all i really wanted to do was remove the indicator applet. did i make a serious mistake. since ive had ubuntu, ive reformatted a lot because i was worried i made a mistake of some kind. however now im into the more "make a mistake and fix it stage' as im pretty happy with my current desktop and have worked hard to customize it. the command, sudo apt-get remove indicator-messages removed the mail icon. i still am worried that i broke something, or put my security at risk. also, now i have two mail icons. evolution mail and calendar, and another just called evolution.

View 1 Replies View Related

Debian Multimedia :: Removing Epiphany Without Removing Half The System?

May 31, 2011

I know a bunch of commands and I am comfortable using the terminal, I even set a powerpc server but I can't figure out how to remove epiphany on this new computer I'm setting up. I didn't install anything with tasksel. I installed gnome and xorg afterwards... I load it up and 'startx' just fine. then I check around for the programs that were installed. I lik'em gimp, lot's of utilities. gedit. anyway I find epiphany, which I have already established that I dislike, I immediately go to the root terminal (another nice program that comes with gnome) and type apt-get remove epiphany-browser-data the output says it will be deleting gnome... however I have researched and found these are simpy meta packages that don't really matter.... however under the section that states all the packages that will be removed by autoremove there is a huge list... I doubt these packages are safe to remove. how to remove epiphany without removing a huge amount of probably needed software

View 14 Replies View Related

Fedora :: Removing Notifications And Safely Removing Drives?

Aug 25, 2010

These should be my last pleas for help with regard to Fedora 13. I've been unable to turn off the notifications that appear in the top right corner, despite a decent amount of searching on google. I can't remove any notifications package without removing a bunch of important software along with it. Also, F13 refuses to "Safely Remove" either of my external disks. I have to yank out the usb cord, touching wood each time.

View 5 Replies View Related

Ubuntu :: Package Dialog Is Not Available

Mar 10, 2011

Package dialog is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, or is only available from another source.E: Package 'dialog' has no installation candidate < ERROR > Installation failed, please check the terminal output.

View 7 Replies View Related

General :: Ubuntu Login Dialog Hot Key?

May 13, 2010

I am having trouble starting up Ubuntu (Karmic). Bascially I get to the bit where the log in dialog is supposed to appear, but it doesn't.

Is there a hot key of some sort to force the login dialog to appear?

Full details here: [URL]

View 2 Replies View Related

Ubuntu :: 10.04 - OOo Dialog Screens Comes Up Maximized

May 8, 2010

When I use a little helper window (like the find and replace dialog) in OOo 3.2 on 10.04 UNR it always comes up maximized, which is kind of irritating, because I have to restore it before it's usable. It's weird that such a window should even have a maximize button, but there you go. No biggie, clearly, but if anyone knew of a workaround that would be great! I'm using the clearlooks theme, although I tried with the new black shiny one and it seems to exhibit the same problem.

View 5 Replies View Related

Ubuntu :: Eee PC 4g - Dialog Boxes Too Big For Screen?

Nov 25, 2010

I am a total novice to Ubuntu OS. I am running 10.10 on a Eee PC 4g.

Some dialog boxes are too big for my monitor. I have tried re-sizing using mouse's middle button but there seems to be a limit to the amount you can reduce, which leaves them still too big??

I have hidden both top/bottom bars.

I am prevented from setting up a wireless connection. 1. Because the 'Editing Wirelss Connection' box/window is too long to be able to click apply?? 2.Because all the tuts I find are for older versions and don't seem to apply now?

I starting to think maybe Ubuntu is not for me, I am not a programmer?

View 9 Replies View Related

Ubuntu :: Open Application From Dialog Box?

Apr 20, 2011

How do I open an app from a dialog box? Eg the download db in FF in which you have options to Open or Save. I want to be able to navigate to a folder containing app folders which I can then open to find an icon to double click so as to launch an app. Much like in Windows navigating to Program files (I think it is called). How do you do this in Linux?

View 2 Replies View Related

Ubuntu Security :: 9.10 - SSH Askpass Dialog Missing

Jan 13, 2010

I have 9.10 at work and at home. At home it was installed from scratch. At work it's upgraded from 8.10->9.06(?)->9.10
- At work, when I do something over ssh, like subversion, and I have a key for that host, i am presented with a nice dialog box for my ssh key. and that's it. for the rest of my uptime, i can ssh to places without any hassle.
- At home, I'm presented with the key input prompt on the terminal. Even If I manually start ssh-agent, it still happens.
What package am I missing? I have the ssh-askpass-gnome on both.

View 4 Replies View Related

Ubuntu :: Unwanted Pop-up Dialog From Mail-notification

Jan 30, 2010

I've been using mail-notification from the repos for ages to monitor my gmail account with no problems. Since I upgraded to Karmic, it's been popping up an irritating dialog window whenever a new mail arrives (as well as the standard notification). how to turn it off without losing all notifications?

View 2 Replies View Related

Ubuntu :: Dialog Box Size Too Large / Adjust It?

May 3, 2010

the application that is giving me the most grief, as far as the dialog box being over-sized for the screen is KDE BasKet - how do I adjust it?

I have looked at the configuring file in the kde home file, but I am not seeing anything that looks like it controls the properties dialog box.code...

View 1 Replies View Related

Ubuntu :: Don't Get Proxy Authentication Dialog Box / Cannot Access Web

May 26, 2010

On 8.04 when I connect to the internet for work, it normally asks me for proxy authentication. When I type in the correct credentials, it allows me access to the web. For some reason, when I use 10.04 to access the web via firefox or chromium, I do not get the proxy authentication dialog box, so I cannot access the web.

View 2 Replies View Related

Ubuntu :: Get User List Dialog At Startup

Jul 17, 2010

My girlfriend has a Toshiba Satellite Athlon64 laptop, and she can't get it to go past the user list dialog before it logs all the way in. We've tried her username and password, but every time we enter it, the screen blanks for a moment and then returns to the user list dialog. I've reset the password by booting to terminal, but it still won't let us past the dialog. I'd hate to have to reinstall her system. Is there any way we can get past this? And, why is it not accepting the password? I couldn't find an open bug on this issue.

Also, we had just installed OpenShot Video Editor during the same session. She said she got it from the Synaptic Package Manager. I'm not sure if this messed with her video settings. We can see X trying to start after we put the password in, but it keeps going back to the user list dialog. Actually, I uninstalled OpenShot and gnome-screensaver from the root prompt, just in case they were causing the issue. I had noticed that the laptop was buggy coming in and out of hibernation. I wonder if that's causing X not to start properly? I did check the startup logs and I didn't see any errors there either.

View 1 Replies View Related

Ubuntu :: Command To Get Gnome Shutdown Dialog?

Aug 12, 2010

Does anybody know of a command to get this Gnome shutdown dialog?

View 7 Replies View Related

Ubuntu :: Can't Run Evolution: Overlapping Dialog Boxes

Dec 8, 2010

I can't seem to run Evolution. Whenever I try to open it, I get a box asking for the password for my email account as well as a box asking whether I want Evolution to be the default mail client. The answer in either box is not acknowledged, and the only was I can figure out to close it is to "killall evolution". I'm having a hard time searching for bug reports--nothing seems to come up with the terms that I have used.

How can I reset this? I kind of want to try out the Contacts manager feature and the MS Exchange compatibility, but I use Thunderbird for my main email and I don't want Evolution to be the default. Incidentally I'm actually using Fedora 13 but I imagine most of the commands I might need are the same.

View 2 Replies View Related

Ubuntu :: Can't See Windows Or Any & Dialog Of Menu Bar Hidden

Mar 12, 2011

I was messing around with the opacity-brightness-saturation option in compiz and opcaity was set to 100%. Thus, everything that I click on is open, but invisible. I AM A GENIUS.

View 1 Replies View Related

Ubuntu :: 9.10 Notification Is Blacked Out & Dialog Text Is Smeared?

Jan 6, 2010

Since I updated to 9.10 I've had 2 problems with display.(1) The notification bubble is blacked out.System notifications,IM notifications, network notifications...none are visible. (2) Some dialog boxes (not just OO) have unreadable text. It happens for OO every time. (I am running an older IBM Thinkpad with a 1.8 MHz CPU and 1GHz of ram.)

View 7 Replies View Related

Ubuntu :: Disable Shutdown And Restart Dialog Window?

May 12, 2010

Is there a way to disable the window that pops up after you hit shutdown or restart so that Ubuntu restarts and shutdowns after one click?

View 3 Replies View Related







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