Ubuntu :: Distinguish Between Tabs On Taskbar?

Oct 2, 2010

Currently the way tabs on the taskbar look (the bar at the bottom) make it a bit hard to distinguish between them. sometimes they all look like one big clump of text. its quite messy. when you look at something like the windows xp taskbar [URL] its much easier to see between them. I guess its also because the buttons look 3D in that they stick out a bit. Plus the choice of colours used for when you are on a tab helps.

How do I change/find a theme for this?

View 1 Replies


ADVERTISEMENT

Ubuntu :: Can't Rearrange Taskbar Tabs?

May 21, 2011

I was messing with Compiz to enable cube and 3D cube and something disable the rearranging of the tabs in my taskbar. I'm not sure what it was, Something was disabled. Anyone know how to re-enable this?

View 3 Replies View Related

OpenSUSE :: Move Application Tabs In Taskbar In KDE?

Oct 19, 2010

I was want to know how can one move application tabs in KDE around the taskbar, I can do this in XFCE-taskbar, but in KDE it doesn't seem to work, I just grab it and try to move right, but it doesn't move), well, does anybody know where you can setup this? Such a simple function and no, not working?

View 3 Replies View Related

OpenSUSE :: Firefox Is Slow Opening New Tabs/switching Between Tabs

Mar 25, 2010

Firefox is sometimes slow opening new tabs/switching between tabs. If I click on the kickoff application launcher button, it takes a few seconds to open, and typing something in the search makes it hang up for about 20 seconds before it does the search. Clicking on an app takes 16 seconds before the menu window closes and the program begins to start. Then it takes another 30sec-1min before the app is usable. smplayer plays video with tearing.

Like right now I tried taking a screenshot, and it tells me

Error launching /usr/share/applications/kde4/ksnapshot.desktop. Either KLauncher is not running anymore, or it failed to start the application.

while the app worked fine.

I also tried running glxgears right now, and it runs but the gears don't move, and terminal states

15 frames in 19.0 seconds = 0.789 FPS
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
after 48 requests (48 known processed) with 15 events remaining.

If I'm on dolphin, and I click a video to start smplayer, it takes about 1 minute for it to start.

Memory is using 1.4GB out of 3.6GB, with 0.08GB/2GB swap

Top shows an average usage of less than 10% average. Xorg is always 25%, kwin is always 10% and then rest of the apps are less than that.

CPU: AMD Athlon(tm) II X4 620 Processor
Integrated VIdeo: HD4200 with fglrx driver

When I ssh into the computer with x tunneling, the programs start up faster than being on the desktop

View 5 Replies View Related

General :: Make Taskbar Show Preview Like Windows 7 Taskbar?

Jul 29, 2010

In Windows 7 when you hover over an open application in the taskbar, it shows a small image of that application. Is there a way this can be done in Linux?

View 1 Replies View Related

General :: Distinguish Between SATA And ESATA?

Jul 20, 2011

In Linux is there a way to distinguish between two connected hard drives and tell which one is eSATA through shell or anyother way?

View 2 Replies View Related

General :: Distinguish Different Processes Of The Same Program?

May 22, 2010

First I create a named pipe at /tmp/.pipe by

Code:
mkfifo /tmp/.pipe
which is then used in a shell script called A.sh like this

[code]....

View 1 Replies View Related

General :: Distinguish Between Tab And Space In A File?

Mar 22, 2011

suppose in tab separated file with n columns and if in a column i put a value which is space separated .how can i able to find out a specific column..ie

NAME<TAB>ADDRESS<TAB>AGE
akhand jyoti<TAB>banglore<TAB>21
vijay<TAB>new delhi<TAB>22
ram kumar verma<TAB>ram nagar<TAB>43
..
..

now i want to print NAME column(or any column). how can i do that?

View 3 Replies View Related

CentOS 5 :: Distinguish Between What Caused A Shutdown?

May 8, 2010

I am running a server at home, and on rare occasion my server will shut down. Is there a logfile I can check to determine whether the server was shutdown due to a script on the computer, a power loss, or someone hitting the power button? I am not by any means a linux guru, but I know enough to get around.

View 9 Replies View Related

General :: Ubuntu - Automatically Distinguish Difference Between Multiple HDDs ?

Feb 14, 2010

I'm running Ubuntu Server 9.10. I have two external USB HDDs. I use them each for different backup reasons. So certain data gets stored on one HDD, and different information gets stored on the other HDD.

I want to make a script that can look at the external HDD can determine which HDD it is, so that it can copy the proper information to it. Is there a way for Linux to determine this? Like if I see one HDD as /dev/sdc1, then unplug it and plug in the other HDD, should Linux see it as /dev/sdd1 or will it be /dev/sdc1?

I don't quite understand how it determines the /dev/sdxx values that it assigns to drives.

View 3 Replies View Related

Ubuntu Servers :: Unable To Distinguish Which Service To Use By The Protocol Information?

Mar 30, 2011

Just wondering, what happens when you have multiple server softwares listening to the same port? will it be able to distinguish which service to use by the protocol information, or is it setting it up for failure?

IE: http and ssh both listening to port 80.

View 2 Replies View Related

Software :: Application Doesn't Distinguish Between Different Input Ports

Feb 26, 2010

I working on a project, where a central unit (we call it System Controller ) should talk to several peripheral units on different input ports. The system controller have 4 RS485 ports, 1 RS232, 1 USB A, 1 USB B and a switch with 2 TCP/IP ports. The problem is that when the peripheral unit that is supposed to be connected to one of the two TCP/IP inputs isn't connected (which the system should be able to handle), the software thinks that data from the unit connected to the RS232 port is from the unit that should be connected to the TCP/IP.

The input peripherals are defined as:
#define CR_DEVICE "/dev/ttyS1" // ttyS1
#define SL_PORT "/dev/ttyUSB0"
#define BO_PORT ""

It is the last one which are supposed to receive from the TCP/IP port, and of course the first one which should receive data from the RS232 port.

View 6 Replies View Related

Slackware :: Make A Browser Distinguish Between Files And Folders?

Oct 22, 2010

I'm playing with apache (and to be quite honest have no idea what I'm doing at this stage!) and currently have a large number of files and folders on the sad little site. One thing that is really bothering me is that files and folders both appear the same. I'm not looking for anything fancy. Something like this is more than adequate. Right now there is simply a dot next to each item.

View 2 Replies View Related

Red Hat :: Distinguish Between Gdbm 64b To Gdbm 32b In Rpm Spec File?

Oct 13, 2010

In my rpm I need gdbm 32b.when installing on RHEL x86_64 the Reqires section passes with no error since gdbm 64b was found.I need to distinguish between gdbm 64b to gdbm 32b in my spec file.In my spec I use the following :Requires: gdbm = 1.8.0

View 1 Replies View Related

Ubuntu :: Possible To Use Ctrl- ( 1 / 2 / 3 ) To Switch Tabs

May 22, 2010

Since I still want to do all my programming on Win32 platform, VirtualBox should be fine there, but would VirtualBox be able to manage games ( BF2, CSS )?If so then well I'm going to Ubuntu permenatly, if not, I'll just Dual boot between Windows & Ubuntu, Ubuntu for everything ( VirtualBox for programming ), and Windows os for Gaming.

My only problem there, is having to restart every time I want to play a game, that's why I was hoping VirtualBox could manage, wouldn't have to be any, fancy resolution.Also, with Firefox on linux, is it possible to use Ctrl- ( 1, 2, 3, etc... ) to switch tabs, on windows this is possible, and an a feature I love.

View 5 Replies View Related

Ubuntu :: Turning Off Tabs In Gedit?

Sep 19, 2010

I'd can't seem to find a preference to turn off gedit's default behaviour of opening a new file in a new tab. I'd like it to open in a new window, so I can view two pages of code side by side. How can I convince gedit to open a new instance?

View 2 Replies View Related

Ubuntu :: Disable Tabs In Gedit?

Dec 19, 2010

Can I disable the tabs in gedit? I want it to behave like notepad in Windows. I found instructions for adding 'open in new window' menu options, but I want whenever I doubleclick on a text file or run 'gedit filename', the file to be opened in a separate window.

View 5 Replies View Related

Ubuntu :: Cannot Close Tabs In Firefox 4 On 11.04

May 28, 2011

I was having a problem with the tabs in Firefox 4, on Ubuntu 11.04 x64. No matter what I did, whether it was clicking the "X" button, hitting Ctrl+W, looking for a "Close Tab" option in the menus, I couldn't close any tabs in Firefox 4. I started disabling extensions, and first, I disabled the "Global Unity Integration" extension, and lo and behold, after a restart of Firefox, the problem is no more.

View 3 Replies View Related

Ubuntu :: File Browser Tabs

Apr 30, 2010

This is not a big deal in the grand scheme, but more an annoyance. I allowed Ubuntu (Karmic) to do some updates today. now, in the File Browser, there is no longer a tab bar. Before, there was the bar located beneath the address bar that was similar to Firefox, that had the + to open new tabs. Now it is gone and I do not see an option for a tab bar anywhere. I realize i can right-click on the tree on the left to open a new tab, but I REALLY liked the original feature. Anyone know how to get it back?

View 3 Replies View Related

Programming :: Write A Program In C That Can Sniff Packets From Ethernet And Distinguish RTP Packets From Non-RTP Packets?

Aug 30, 2010

i need to write a program in c that can sniff packets from Ethernet and distinguish RTP packets from Non-RTP packets, i have no idea what should i do

View 9 Replies View Related

Ubuntu :: Spotify - Get An Icon Into One Of The App Category Tabs?

May 6, 2010

I've installed Wine and Spotify in UNE 10.04 and everything's fine, but how can I get an icon into one of the app category tabs? Also, when this page references a script for 'Opening spotify URIs from browsers' can I alternatively just enter those lines into Terminal?

View 2 Replies View Related

Ubuntu :: Open Files In Gvim In Tabs?

Jun 10, 2010

Is it possible to open text files in gvim in tabs not opening anothe rgvim window for every text file? Just like it is done in gedit: open a file the open another file and it opens in a tab.

View 2 Replies View Related

Ubuntu :: Start-up Manager Only Shows 2 Out Of 4 Tabs?

Jul 22, 2010

I have a memory leak, thus, I need to run memcheck-memtest86. I run ubuntu 10.04 lucid and my GRUB is 2 (GNU GRUB 1.98-1ubuntu7). I have been told that to run it I have to, when booting the system, select it from the GRUB menu and use the OS as I usually do so memtest can show the leaks that annoy me.

Problems so far: in system-administration-startup-manager I can only see 2 tabs (boot options and advanced), while in the following webpage [URL] there are another 2 that I cannot see in my machine (security and advanced). Why does that happen? The idea is that I can configurate the boot menu with the startup manager, right? with the screenshot that I have uploaded, I have much less options. Again, why is that?

View 2 Replies View Related

Ubuntu :: Open Terminal With Multiple Tabs ?

Aug 16, 2010

Is it possible to open a terminal window with a few tabs and execute a separate script or command in each with a single command or script?

View 4 Replies View Related

Ubuntu :: Firefox Remembering Tabs Despite Settings?

Aug 18, 2010

I have Ubuntu 10.04 x86 on my laptop. I think I had this problem with older versions, but I can't remember. Needless to say it's been going on for a while. Firefox is set explicitly to go to my home page [URL] when opening, but it frequently (50% or better) instead opens my tabs from my last session.

How can I fix this?

View 7 Replies View Related

Ubuntu :: Browser Tabs Close When Clicked

Nov 13, 2010

Since I installed Maverick, I've had trouble with Chrome and Firefox tabs. When I click a link, sometimes (50-60% of the time) the link opens in a new tab. When I click on tabs, again 50-60% of the time, they close. It's been happening since I installed Maverick, and there doesn't seem to be a rhyme or reason to when I get a new tab or a tab closes. I have a Compaq Presario V6000 running 64bit Maverick with an Nvidia card.

View 4 Replies View Related

Ubuntu :: Labeling Tabs Of Chromium With Selinux?

Dec 30, 2010

I'm new in Selinux , and I want to label the URLs of the tabs of Chromium browser with label security .
For example , If I want to access the sites of "[URL]" , then the tab will get the label SElinux "search_engine_t".

View 1 Replies View Related

Ubuntu :: Mozilla Multiple Tabs Freezeup?

Jun 20, 2009

Are any of you experiencing freeze ups on trying to close Mozilla when you have multiple tabs open? A window appears, saying 'Do you wish to save the open tabs' and that is the last thing the computer does.

View 1 Replies View Related

Ubuntu :: Startup Manager Doesn't Show All Tabs

May 29, 2010

Currently Startup manager won't show all the tabs (appearance and secuirity) how do i get access to these tabs.

View 2 Replies View Related

Ubuntu :: Resize The Font In The Bookmark Toolbar And Tabs?

Dec 4, 2010

Images appear really dark in Firefox, but fine within image browsers etc.

Also, struggling to resize the font in the bookmark toolbar and tabs - followed the instructions to create a new css style and nothing changed...

View 2 Replies View Related







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