Ubuntu :: Stop Alt+Tab Showing Gimp Tool Windows?

Jun 21, 2010

When pressing Alt+Tab to switch between applications, I notice that it's actually all open windows that are presented, including tool windows in Gimp. Is there a way I could configure this so only document windows are presented, or better still, only applications like on Mac OS X? Or a third party solution?

View 1 Replies


ADVERTISEMENT

Software :: Make Rectangle Select Tool In Gimp The Default Selection?

Jun 30, 2011

The first thing I do when I launch Gimp is to make the Rectangle Select Tool the active selection.The default selection is the Paintbrush Tool. I find this selection dangerous because it's easy to paint over an image that I do not want marked up. There must be some sort of config file that can be altered. I am using Gimp 2.6.8 under Ubuntu Linux.

View 4 Replies View Related

Ubuntu Multimedia :: Why Is The Layers Palette In GIMP Not Showing Any Info

Mar 10, 2010

I add layers and they don't show up and the controls at the bottom of the layers palette (add layer, bin, etc) are all blanked out and i can't select them. It's impossible to do anything with layers in GIMP as it is at the moment and i need to get it sorted. I have tried closing down the layers tab, restarting GIMP and then adding the tab again but i get the same result, a layers palette that won't respond or show any layers that i do add.

View 3 Replies View Related

Ubuntu :: GIMP 2.7's New Text Tool Blocks Text?

Jun 17, 2010

The new feature in Gimp 2.7 that attaches basic text formatting options (bold, italicunderline, strike-through) to the active text box is either buggy or just bad design.The text edit buttons are actually being placed on top of the text box (which contains text) instead of off to the side, and that is causing me to not be able to see the text.See screenshot for example:GIMP version: 2.7.1Am I doing something wrong or are others experiencing this too?

View 1 Replies View Related

Networking :: Capture With MAC Scanner Tool Host Name Is Not Showing Only IP Address

Jun 7, 2010

I have UcLinux embedded linux. Hostname is updated in that machine. when I try to capture with MAC scanner tool the host name is not showing only IP address and MAC address is showing.Some IP phones are connected in the same network by which the hostname is shown in MAC scanner tool.how to go ahead to achieve the host name in the MAC scanner tool.

View 4 Replies View Related

Ubuntu :: Stop KDE Icons Showing Up In Gnome And Vice Versa?

Sep 28, 2010

I have Ubuntu 10.04 Lucid Linux and i Love both KDE and Gnome but how can i stop there apps from conflicting?

View 1 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 Installation :: Gimp - Gimp-help-en - On 10.04 Lucid Lynx - Installing Other Applications And Preforming System Tasks?

Jun 12, 2010

Some of you may have had with issues after installing GIMP on Lucid Lynx 10.04. Which may be directly related to "gimp-help-en", which could prevent you from installing other applications and preforming system tasks. If so, use this method to fix it.

Process: (Terminal > $ sudo apt-get install gimp)

1. After installing Gimp go to the terminal:

2. Then load up the language support application:

3. Then it will ask you to install the "gimp-help-en", confirm it.

4. Fix'd

I think this issue is directly linked to a systems with multiple languages, but I haven't been able to test this theory out yet.

View 3 Replies View Related

Debian Configuration :: Configure (start/stop/restart) Services (especially Apache2, MySQL And PHP) Using A Graphical Or Cli Tool?

Jul 23, 2010

I'm using debian 5 x64 with xfce.Is there a way to configure (start/stop/restart) services (especially Apache2, mySQL and PHP) using a graphical or cli tool? I tried to use sysv-rc, sysv-rc-conf, rcconf and rc-conf in the terminal but Bash didn't find them (Although Synaptic show that sysv-rc is installed).

View 9 Replies View Related

Ubuntu :: Stop Nautilus From Unfocusing Windows When Pressing On An Item In Another Windows And Dragging It To The First One

May 28, 2010

this might not seem a big issue but I'd really like to know whether it's possible to stop Nautilus from unfocusing windows when pressing on an item in another windows and draging it to the first one. For example, I want to move a file from one window to another. I click the middle mouse button on that item and drag it to the first one which looses it's focus so often it's quite irritating.

View 6 Replies View Related

Ubuntu :: All Windows Missing Top Tool Bar?

Jun 3, 2010

I'm using 32 bit ubuntu and from time to time when I boot up every window I open is missing the tool bar up top that contains the minimize, expand and close buttons. usually a reboot or 2 fixes it but it hasn't worked. how do I fix this bug?

View 6 Replies View Related

Ubuntu Installation :: Windows Migration Tool For 9.10?

Jun 21, 2010

I've been supporting Microsoft OS and Apps since 1992. I hold a BSEET and am one test shy of MCSE. I have my own Computer Support business helping Individuals and Small Business keep their M$ PCs running.

I'm also sick of Microsoft. I'm tired of their manipulations, deceptions, and failure to produce Software that serves the needs me and my customers. I've been watching Open Source for 3 years hoping for an Alternative I could recommend to my customers. I'm very excited about Ubuntu 9.10.

There is just one thing missing. I think it can be done, but I need the help of the experienced Users here. What I'd like to do is copy the existing "C:Documents and Settings" folder to a USB Drive, Install Ubuntu using the entire disk (blow Windows away), and finally point the (excellent) Windows Migration Tool in Ubuntu to those Profiles and have it Import them just like it does in a Parallel Install.

I found this:

Code:
1.) Fire up live CD

2.) Open up a terminal

3.) sudo gedit /etc/apt/sources.list and remove all comments (#) in front of the repositories, and save the file.

4.) sudo apt-get ntfs-3g

5.) mkdir /mnt/win

6.) ntfsmount /dev/<disk and partition number here> /mnt/win

7.) mkdir /mnt/win/users

8.) mv /mnt/win/Documents and Settings/<userprofile here> /mnt/win/users/

9.) umount /mnt/win

10.) start ubiquity from the commandline wih the new-partitioner switch like this: ubiquity --new-partitioner

11.) after the setup is done do NOT reboot

12.) mount the disk in step 6 again and move the profiles from step 8 back to the Documents and Settings folder. Else Windows might throw a tantrum not finding profiles.

But it fails at the sudo apt-get ntfs-3g command. I guess that's because this was written for a version that's several years old. update the Process for v9.10?

View 4 Replies View Related

Ubuntu :: Use Paritioning Tool Lie GParted That Can Be Used In Both Windows?

Aug 7, 2011

easy to use paritioning tool lie GParted that can be used in both Linux and Windows?

View 9 Replies View Related

Ubuntu Installation :: Run A Developer's Tool Only Runs On Windows?

Jul 31, 2010

It is a sad day indeed, but I need to run a developer's tool that only runs on Windows, and it interfaces with a USB device that doesn't do well through any VMs I've tried. I've resorted to installing XP.

Now, I'm wondering if there will be any problems I'll face installing XP after Ubuntu 10.04 has already been installed? I suspect so, but it's been a while since I dual booted, and I've never worked with Grub2,

View 2 Replies View Related

Ubuntu :: Tool Similar To Windows Defrag - Disk Cleanup?

Jul 8, 2011

Does Ubuntu have any tool similar to Windows defrag or disk cleanup that cleans up your hard disk and clears up some space?

View 4 Replies View Related

OpenSUSE :: Windows Password Reset Tool?

Jul 4, 2011

every now and then, one of my customers forgets his windows user password, and asks me to reset it. till now i used a small windows app called "Password Renew for NT" from a windows PE bootdisk, but i want to have an alternative that runs on my opensuse 11.4 box, so i can connect the windows hard drive on it and reset the password from suse.

I found and the program "chntpw" in the build service, but it seems on beta status. And most information i found of it is very outdated. Has anyone used it? does it work ok on all modern windows versions (xp, vista and 7)? any other alternatives you can recomend?

View 6 Replies View Related

General :: Windows - Toolkit / Tool For PDF Checking?

Oct 8, 2010

Looking for a command line tool for Windows / linux environment that can check a PDF file for any errors (not for repairing).

View 3 Replies View Related

General :: Console Tool To Control X Windows?

May 5, 2011

I have seen this question, but it's answers are not good enough for me, because I do not have a window manager on my system.

Is there a console tool that can hide windows?

I am using xwininfo to get information about the window. It gives window id, and some additional stuff. This id should be enough to do any operation with the window.

View 1 Replies View Related

Red Hat :: Controlling Tool Running On VM Fron Windows?

May 11, 2010

I have a virtual machine with RedHat. It has a command-line tool X that takes an input file + some control parameters, performs some processing and generates some input files. I have a Windows XP/Server 2003 box where an app Y is running. What I need to do is to control X from Y. That is, given an input file, I have to feed this file from Y to X, have X process the file and then Y collect the results. Y would be running either on the host Windows machine using VM Player or on a separate box. Input files might be quite large. I need a solution that would be of production level quality. What would be the best approach to this? I presume I will need to develop some components both on the Windows side and the Linux side that would communicate with each other, send input and output files etc. What would these components be? The VM has a Redhat Enterprise install, so I have access to gcc, but not sure which other development tools.

View 3 Replies View Related

Ubuntu :: HDD Is Not Showing Up Anywhere In Windows?

Aug 27, 2010

My HDD is not showing up anywhere in Ubuntu OR Windows (I Dual Boot)I got a new 1Tb Samsung HDD, It was showing up in Disk Utility, where I was partitioning it and adding a filesystem, but then I had a power failure, and obviously, it all turned off.

View 5 Replies View Related

Software :: Dictionary (tool) In System As We Have Cambridge In Windows?

Apr 14, 2011

I am new to the linux world. i have just started using ubuntu 9.04.though i have installed golden dictionary ,i wanted to ask
is there any other tool is also available which may work offline too as we have Cambridge advanced learner's dictionary available in windows?

View 3 Replies View Related

Ubuntu :: Grub Not Showing Windows 7?

Feb 11, 2010

I was foolishly messing around with Grub trying to get it so it only show my two most recent kernel versions of Ubuntu and Windows 7. The tutorials on how to do this were not clear, so I deemed it not a big deal and ultimately didn't end up making any changes. However when I restarted to boot into Windows 7 it was gone for Grub's boot list. I looked at the grub.cfg file and in it under os-prober, where i'm assuming Windows 7 should be there was only Vista (which wouldn't boot when I tried it, just a black screen). I had upgraded from Vista over the internet when Windows 7 first came out, then installed Ubuntu and it worked fine until this. I am using 64-bit Ubuntu 9.10, and have Grub 1.97 beta~4 installed, which was installed with Ubunutu.

View 9 Replies View Related

Ubuntu :: Windows Titlebar Is Not Showing / See That?

Sep 2, 2010

I'm using Ubuntu and after updating it in gnome environment every window that I opened have not title bar and close, minimized and maximize button is not showing

View 4 Replies View Related

Ubuntu :: Windows Borders Not Showing?

Sep 9, 2010

Randomly my windows borders are either there are not, whats up with this? Its makin things a bit difficult minimizing windows switching windows etc, it doesnt happen all the time, just every other time i boot up, but its happened twice in a row now. And when it doesnt do it sometimes the borders close, minimize and expand boxes just disspear along with the title at the top i.e Firefox [URL]

View 9 Replies View Related

Ubuntu :: Windows 7 Not Showing In Grub?

Oct 21, 2010

I Currently am running Ubuntu 10.10 on a hard drive with three partitions. One with Ubuntu, a Media partition (Music, Videos, pictures, etc.) and the last is my Windows 7 installation. I can acess all of these partitions in nautilus as well. However when I start up my computer it automaticly loads into Ubuntu and when I manage to see Grub I only see 3 Entries Which are the Ubuntu kernel, Ubuntu recovery Kernal and memtest86+. How do I make Grub recognise my Windows 7 Installation?

View 9 Replies View Related

Ubuntu :: Df -h Not Showing Windows NTFS Under /dev/sda#?

Nov 22, 2010

How do I force Ubuntu to see my Windows NTFS partition when typing

Code:

df -h

I have freshly installed Win7 and Ubuntu 10.10 and it is not automatically discovering the partition (previously with Win7 / Ubuntu 10.04 it did).Is there a file I can manually edit, or a command to run?

View 4 Replies View Related

Ubuntu :: Windows Not Showing Corractly / What To Do?

May 10, 2011

Since I install 11.04 many windows, especelly the one of naitilus go blank when i open or change it size, this happen with all the applications, and i have to fight constantly with this changing the size of the differents windows till the image appears again, but many of them i cant maximise it cuz it goes blank, i dont know if this is happening to someone else.

AMD Turion 64 x2
Ubuntu 11.04 64x
Nvidia GeForce 7150M

View 4 Replies View Related

General :: Best And Easy Tool To Use In System To Back Up Data From Windows?

Apr 20, 2010

I want to know which backup tool is used in Linux to back up data from windows machine to linux machine, is amenda? Please guide me.

Also tell me where to download it from?

View 6 Replies View Related

Ubuntu :: Files From Windows Not Showing Up / Get It To Work?

Jan 21, 2010

Is there something I need to do to access my files from vista? Maybe I'm not looking in the right place? I'm just sick and tired of windows and would like to eventually migrate to ubuntu.

View 4 Replies View Related

Ubuntu :: Windows Drive Not Showing In Lucid?

Jul 1, 2010

I have installed Winxp & ubuntu 10.04. All are running excellently but i cannot brows my windows drive from lucid. in jaunty or karmic i use to work in ubuntu but all files were stored in windows drive. But in lucid i cannot find windows drives.

View 3 Replies View Related







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