Ubuntu :: Set Workspace Names Missing In Gnome 10.10 Maverick?

Nov 7, 2010

What has happened to the option to display names of each workspace on the lower panel bar?

Normally it was just a case of 'right click' any of the workspace and selecting 'Preferences', setting number of workspaces required and then using the name listbox to name each to desired title. In Maverick only the number of work places can be set; the list of names facility has been deleted from display. The current workspace name displays in the tooltip display as "workspace n", but there seems to be no easy way to change this title.

In 'gconf-editor' under schemas>apps>workspace_switcher_applet>prefs>displ ay_workspace_names it only gives the system message "...can't be edited..."

View 4 Replies


ADVERTISEMENT

Ubuntu :: 10.10 Maverick Meerkat Different Wallpapers On Each Workspace?

Apr 20, 2011

if there's anyway to have different wallpapers on each workspace in 32bit Ubuntu 10.10 desktop edition maverick meerkat? ive tried many different things posted on the forum to no avail... i think they were for earlier versions.

View 3 Replies View Related

Ubuntu Installation :: Maverick Has Its Own Ideas About Drive Device Names?

Dec 15, 2010

I'm trying to install Xubuntu 10.10 onto a machine with 3 hard drives. My drives are (rather, should be) like this:

/dev/sdaX: Windows and Windows apps/games
/dev/sdbX: Data
/dev/sdcX: Blank drive for Linux.

[code]....

View 1 Replies View Related

Ubuntu :: Workspace Switcher Missing Important Functionality?

Mar 20, 2010

I just installed a fresh copy of 9.10. My problem is the way Workspace Switcher 2.28.0 (the default of the installation) with compiz running (I haven't tried without compiz) Old behaviour: (9.04 and 8.10) a) rolling the mouse wheel over a workspace of the workspace switcher means: move to the next or previous workspace b) click on a the representation of a window (a little square) on the the workspace switcher and then drag it to another workspace means: move window to other workspace

In 9.10 the workspace switcher does work (the number of workspace can be configured, Ctl-Alt-left & right arrow, Ctlr-Shiht-Alt-right&left arrow) but the functionality described in a and b is missing.

[Code]...

View 4 Replies View Related

Fedora :: Using Plasma Workspace In GNOME?

May 13, 2010

I want to use Plasma workspace that comes in KDE on my F12 running GNOME. I don't intend to shift to KDE but would love to use Plasma workspace in gnome.I found some links but they were Ubuntu specific and didn't work in F12 for me.

View 2 Replies View Related

OpenSUSE :: 11.2 Gnome Scroll Workspace

Feb 1, 2010

I'm working with Opensuse 11.2 and using gnome. I used to scroll between the workspaces in ubuntu, an in KDE it also works on Suse, but it lacks in gnome. I tried some settings in the settingmanager (see Screenie) but it still won't work. Is it a bug or another setting I've overlooked?

View 1 Replies View Related

Ubuntu :: Launch Gnome-terminal On A Specific Workspace?

Jun 25, 2010

I am trying to launch gnome-terminal on a specific workspace (4). I have tried the following :

gnome-terminal -t mytitle; wmctrl -r mytitle -t 3

but this just causes the terminal not to launch.

View 9 Replies View Related

Ubuntu One :: U1 Missing From Maverick?

Sep 3, 2010

After installing 10.10 I was asked to do a partial upgrade. During this upgrade several packages relating to the U1 service were removed.

I now do not have the U1 client, nor the Music Store service in Rhythmbox.

View 9 Replies View Related

General :: Ubuntu / Gnome : Open An Application In A Specific Workspace?

Jan 12, 2011

How do tell an application to open in a specific workspace?

More info:

I like to have my C++ IDE in workspace 2, my Java IDE in workspace 3, and my email, browser and miscellaneous in workspace four. I also use a shell script that executes upon log in code...

Of course currently it all opens in the current workspace... Is there a way for me to specify which workspace each command should start in?

View 1 Replies View Related

Ubuntu :: Opening Applications (only Gnome-terminals) In Defined Workspace?

Aug 18, 2010

Ideally I would like to set a keyboard shortcut to open a set of applications. The applications (mainly different gnome-terminals) should be opened in different, previously defined workspaces. I had a look around but could not find a simple solution (maybe it could be done in devilspie but I would like to avoid that).If I limit myself only to gnome-terminal and instead of using the keyboard shortcuts call the application in the shell the placement of the terminal can be done by using "--geometry" (see "man gnome-terminal" and "man X") e.g. "gnome-terminal --geometry 50x20+200+300". wmcrtl show me that my 6 workspaces are treated as one desktop (my interpretation - maybe wrong):

Code:
$ wmctrl -d
0 * DG: 7680x1024 VP: 0,0 WA: 0,1 1280x1023 Desk 1

[code]....

View 2 Replies View Related

Ubuntu :: Gnome Classic - Lost Workspace Switcher After Upgrades?

Jun 16, 2011

I use the Gnome Classic DE in 11.04. Last night, safe-upgrade made a small number of package upgrades (three or four). When I rebooted my PC, this morning, my workspace switcher (the four tiny squares in the bottom panel on the right side of the screen) are gone. I use them regularly.Also, is there any history to identify what packages were upgraded last night so I can look for bugs?

View 7 Replies View Related

Debian Multimedia :: Dragging Windows To Another Workspace In Gnome?

Jan 9, 2010

I am an old XFCE fan, but would like to give Gnome a serious try (it has several things I like a lot).One XFCE feature I am missing is the intuitive capability to drag a window directly to another workspace. I did a bit of research and installed compiz (I am running debian testing on my laptop), but I am still unable to drag windows to another workspace.
Maybe I should tick the right option in compiz configuration manager, but I do not know where to start from. note that I am not after any eyecandy, I just would like to have this cute little feature of XFCE in my gnome environment.

View 3 Replies View Related

OpenSUSE :: Workspace Switcher Bugged After Gnome 2.32 Upgrade?

Dec 18, 2010

After doing the upgrade per this thread my gnome panel gets bugged when the workspace switcher applet is attached to it. Also the Cairo Dock bugs out with the workspace switcher applet attached to it. I can change desktops with key commands fine. It would just be nice if this could be fixed. I am sticking with gnome 2.32 because of my affinity with Evolution which performs better in 2.32.

View 3 Replies View Related

Ubuntu Installation :: Smbumount Missing In Maverick?

Nov 3, 2010

Last night I upgraded from 10.04 to 10.10. I have a job that mounts an smb share, rsyncs, then unmounts but smbumount is no longer available. Anyone out there know what package I'm needing, or what has replaced smbumount?

Code:
#!/bin/bash
synclog=/home/mmoser/logs/rsync_$(date +%Y%m%d).log
#mount destination
smbmount //192.168.76.11/_darcyDump /media/dump -o username=xxx,password=xxx,uid=mmoser rw

[Code]...

View 2 Replies View Related

OpenSUSE Install :: Gnome Panel Disappears When Switching To Another Workspace

Jul 16, 2010

Linux 2.6.34-12-desktop x86_64
Gnome desktop

I updated from v11.2. to v11.3.I have 4 workspaces defined. The Gnome panel shows only in the first workspace! When I switch to another one, the panel disappears. As you may imagine, this is rather inconvenient. Once I am in another workspace other than 1, my only option is to reboot since there is no way to navigate anywhere. How do I set up the Gnome panel to show in all workspaces?

View 8 Replies View Related

Ubuntu :: Applications Jump From Their Workspace To The Current Workspace

Jul 20, 2011

I believe I may have found a bug in Unity. Under the right circumstances an application will jump from the workspace where I left them to my current workspace. This is most noticeable with VirtualBox. I built an Ubuntu 11.04 virtual machine so that I could test out new packages before I push them out to the rest of my machines. But the window for the virtual machine constantly appears in my current workspace. It may take a few minutes, or 30 minutes, but it will happen.

I can kind of understand it if a new window appears, but at least with VirtualBox, this happens on a running virtual machine seemingly randomly.

View 1 Replies View Related

Ubuntu :: Way To Setup Each Workspace To Have Different Icons On Each Workspace

Nov 13, 2010

Running Ubuntu 10.04 64bit.Is there a way to setup each workspace to have different icons on each workspace. Example:

Workspace 1 = Internet icon stuff (IM, Browsers, Etc...)
Workspace 2 = Multimedia icons (Video Editors, Music Clients)

View 2 Replies View Related

Ubuntu :: Workspace Rows Without Workspace Switcher?

Mar 31, 2011

Is there any way to have workspaces on multiple rows without the workspace switcher added to a panel? I have limited screen space so i want to try and remove any unnecessary items. I have tried using a drawer, but the workspace application is not loaded until the drawer is opened once. Also note I am not running compiz as the computer is a netbook.

View 2 Replies View Related

Ubuntu :: Maverick / Notification Area / Missing Either Sound Or Network Icon

Nov 20, 2010

Fresh install Ububtu 10.10 x64.
User1: Notification area shows network icon but no sound icon
User2: Notification area shows sound icon but no network icon

Removing the Notification area from panel and add it back doesn't solve the problem.Is there any settings to tell what to put in the notification area?

View 1 Replies View Related

Ubuntu :: Disable Gnome Monitor Names?

Jan 2, 2010

I'm running 9.10 on my laptop hooked up to an external monitor via HDMI. However gnome places the name of each screen in the upper left corner of each screen so that my laptop has a "laptop 13" icon and my external has an "ACI 22"" icon blocking gnome's Applications Menu. Is there anyway to disable these icons?

They are detailed here: [URL] "GNOME 2.24 has upgraded its screen resolution controls to make this possible. Utilising the new XRandR 1.2 specification from X.Org, this dialogue enables users to easily set up individual monitors in a number of configurations. Monitors are named and the names appear in the top left corner of the screen for easy identification."

View 1 Replies View Related

Ubuntu :: Gnome-RDP Does Display Group Names In Lucid

May 10, 2010

I recently updated to Ubuntu Lucid Lynx from Karmic (fresh install though). All of the packages I used in Karmic seem to work nicely in Lucid, with one exception gnome-rdp. I'm a sysadmin in several windows environments so as you can imagine I love the session storage and grouping features. Unfortunately gnome-rdp is not displaying the group names. it stores my session and creates the group structure just fine, it just doesn't show me the group names in the app or the right-click menu on the top panel icon. My gut says it has something to do with the new Lucid theme, but I like the new theme. Does anyone know of a config file I can edit, or something I can do to disable theme integration, just for gnome-rdp?

View 3 Replies View Related

Ubuntu Installation :: Gnome 3 PPA For 10.10 Maverick?

Apr 23, 2011

I tested 11.04 for a couple of days, and it was (my opinion, of course,) terrible! I want to try out Gnome Shell, but I'd rather do so on my 10.10 install, instead of having to mess with the mess of 11.04. Anybody know of a PPA that works with 10.10?

View 4 Replies View Related

Red Hat :: Bunch Of Directories Names Beginning With .gnome In /root

Mar 14, 2011

Bunch of directories beginning with .gnome in /root..

View 1 Replies View Related

General :: Unable To Install Gnome-shell On Ubuntu Maverick 10.10

Aug 9, 2010

mojo@mojo:~/Downloads$ sudo apt-get install gnome-shell
Reading package lists... Done
Building dependency tree
Reading state information... Done

Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following packages have unmet dependencies: gnome-shell : Depends: mutter but it is not going to be installed it asks for mutter, yet mutter is already installed. I think it asks for different version of mutter.

View 2 Replies View Related

Ubuntu :: Gnome Session Does Not Save Application After Upgrade To Maverick?

Jan 14, 2011

after the upgrade to maverick, gnome-session-save doesn't save applications on shutdown or logout as it did on Lucid.I've noticed the following things:

On Lucid, if I had a stopped job in a shell, the system refused to logout or shutdown, showing a confirmation window. On Maverick, the CPU goes to 100% and then the computer shuts down; on reboot, no application is saved

On Maverick, if there are NO stopped jobs in a shell, I can logout cleanly but only a few applications are saved (eg. terminal, firefox) but others aren't (eg. empathy,evolution) I've checked "Automatically remember application on exit" in "Session management" menu.

View 3 Replies View Related

Ubuntu :: Customizing Terminal - Changing Prompt (Maverick / Gnome)

Jun 9, 2011

To flesh out my *nix capability, I create new identities and give them the functionality that I liked in previous ones. I've added the "open terminal here" script, which I find invaluable. Now I want to change the prompt. This is what the terminal does right now:
ITo run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
elliot@dan:/media/KINGSTON$

- Where do I go to shorten the prompt dramatically? I can't really think of a situation where a shorter prompt isn't better or color matters.
- How do I adios the 2 sentences that want to appear every time I open this terminal? I'm aware what sudo does.
- Instead, I would like the equivalent of a pwd command. Where would I put that?
- How do I get the output of this terminal to be simultaneously saved in a file. I do so much copying and pasting out of these terminals that I'm looking for easier ways to do it.

View 2 Replies View Related

Ubuntu Multimedia :: Maverick 10.10 Gnome - Compiz - Screen Dims If Bad Keyboard Input - Ex - Del Key

Dec 14, 2010

Running 10.10 with compiz and gnome

The whole screen goes dim for any of the below examples. running "compiz --replace" fixes it until any of the below happens again. When the screen is dim, a new window opened (ex: firefox new window or a new gnome terminal) is full brightness while the rest of the screen stays dim.

Following causes the screen to go dim: In the screen saver - hit the delete key to backspace when the password field is empty. in firefox - ^f to find on a page - start typing and as soon as the find field has text that does not exist anywhere on the page "Phrase not found" the screen dims. in gnome terminal - the profile has the terminal bell checkbox ON - hit backspace on a bash input line with no text on it.

View 2 Replies View Related

OpenSUSE :: OpenSUSE 11.3 GNOME Workspace Shortcuts

Feb 14, 2011

On the default GNOME installation, I noticed there were no option in Keyboard Shortcuts to bind keys to switch to specific workspaces (I.E. <ctrl>1 to switch to workspace 1, <ctrl>2 for workspace 2, etc).

I tried editing the entries in GNOME Configuration Editor under apps->metacity->global_keybindings, but the bindings weren't working.

how to set these? I'm somewhat new to openSUSE and Linux in general.

View 4 Replies View Related

Ubuntu :: Upgrade Lucid To Maverick By Using Maverick Live Cd?

Oct 17, 2010

can we upgrade lucid to maverick by using maverick live cd. what are the other methods for upgradation

View 3 Replies View Related

Ubuntu :: Icons Missing In Gnome ?

Mar 21, 2010

I have missed icons on gnome menu. I attach a screenshot.

View 5 Replies View Related







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