Ubuntu :: Apps Launch In Specific Workspaces?
Jun 14, 2011I can't remember the name of the GUI app that I used that allowed me to specify which workspace specific apps would launch in when I start up my computer.
View 2 RepliesI can't remember the name of the GUI app that I used that allowed me to specify which workspace specific apps would launch in when I start up my computer.
View 2 RepliesI have a lot of application scheduled to load at startup (GoldenDict, Tomboy Notes, Evolution Mail, Liferea, etc.) and I'd like some of them to appear on the workspaces different from the default. I have Ubuntu 10.10 with Gnome and Compiz effects. Is there a way to do this without a lot of mess?
View 5 Replies View RelatedI'm trying to make every workspace its own workspace basically including the bottom panels and their windows, e.g firefox, gimp etc... I want every workspace to to truly be its own workspace. If I open a window in work space 2, it should stay only appear in workspace 2. 1.How would I do that using compiz? I'd love to be able to have my virtualbox windows, go specifically to workspace 3. 2.Whats the best way to have a program go to a specific workspace using compiz?
View 4 Replies View RelatedI am fairly new to Ubuntu and was wondering if anybody knows of a way to open up a number of programs and placing them in specific spots programmatically. Basically, I'm trying to avoid having to open my IDE, multiple terminal windows, browsers, etc... and then having to place them all in the exact position I want when my machine boots up. Ideally, I could say:Program A, is placed on Monitor 1, workspace 1, at position 0, 0, with height and width 600 x 400. Program B, is placed on Monitor 2, workspace 2, at position 600, 500, with height and width 1000 x 600
View 1 Replies View Related[URL]theres a thread asking to issue commands to one tty from another, i'd like to know, if there's a way this can be done without screen, and so that you could issue commands to the gui, from other tty.
View 1 Replies View RelatedI did a install of 9.10 on a Lenovo T61p a few weeks back. The install went seamlessly and everything was running along just fine, then suddenly, I'm having the problem that every time I go to launch a new window, it takes 30 - 40 seconds for the window to launch. Once the window is launched, performance seems normal, with one exception. When I go to launch Nautilus from the "Home Folder" menu under "Places", it takes 30 - 40 seconds to launch the window, then another 10 -15 seconds for the folder items to appear. If I click to descend into a folder, it takes 10 - 15 seconds for the folder contents to appear. This stuff was all instantaneous.
View 2 Replies View RelatedI need to creat launcher that launches Terminal into a specific Profile..
I found a website that says that this code will work
Code:
gnome-terminal --window-with-profile=<Profile_name>
But, I also need to launch to specific Directory also. So, My code looks like this
Code:
gnome-terminal --window-with-profile=Scripts --working-directory /home/mike2/Desktop/Scripts
But it doesnt work.. I have a feeling I'm doing something wrong, though.
Desktop computer (AMD64) running F12. Nothing unusual about it, stock install. Thinkpad laptop running Windows XP. Putty is installed, I can SSH to Fedora.
If I'm at the laptop, in a Putty session, how can I (for example) type "firefox" and have the resultant Firefox window appear on-the-laptop?
I generally have X running all the time on the desktop because I can't get the wireless network connection to function without NetworkManger (not that I really care because I'm rarely at a console screen and need net access).
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.
I have a laptop running Ubuntu hooked up to a TV via a VGA to S-Video converter with the VGA-out through an external monitor, and I am trying to find a way to set vlc or mplayer to open fullscreen in the external monitor by default. Eventually I want to be able to hit enter on a video file and have it play on the TV without any dragging to the external monitor. I have googled around a bit, checked the monitor settings options, and looked through the media player options but so far can't find anything.
View 3 Replies View RelatedMy wish is to launch some programs (chromium, pidgin and xchat on the first virtual desktop and the terminal, the file manager and geany on the second one). I also wish them to have the same size and place than they've had the last time I used them (just to keep them always at the same place). My researches haven't been successful for the moment cause the only idea I found was lxsession-edit which doesn't do exactly what I want..
View 5 Replies View RelatedI'm running Ubuntu 10.10 in a computer with a 7200rpm HD, 8Gb Ram, and a Core i7, and the time it takes to load the desktop is insane. There are threads that mention the problem of gnome looking for nonexistent floppy drives and to solve the problem by disabling that in the BIOS (option I don't have). Anyway, besides that problem, by running at startup a gnome-terminal with the iotop command, I noticed that two processes have a huge i/o load on the system: google desktop and ubuntu one. I would like those programs to run as part of the startup process, but be launched after several seconds (to allow the rest of the programs to load). Is there any way I can achieve this? I think there should be a way modifying the commands under startup application, but I cannot find anything that works.
View 2 Replies View RelatedSome minimized apps no longer appear in the top menu and by that are no longer accessible.For example firefox with the minimize addon or Jungel Disk backup service.How can I reach apps that minimized them self and are not shown in the top menu?
View 2 Replies View RelatedHow do I give permission to a logged in user to stop/start a specific service without entering a root/sudo password? So they can do a simple "service SomeService stop|start" It is for a headless Ubuntu server.
View 5 Replies View Relatedmy system I want user1 and only user1 to be able to mount and unmount a specific partition, this partition contains backups and is usually mounted read only, needs to be temporarily mounted read/write by user1 while doing the backup.user1 is an unprivileged user. I've read that the user option will let any user mount the file-system (and only that user can then subsequently unmount it) and that the users option allows any user to mount or unmount the file-system.I also found this in mount's man pageQuote:The owner option is similar to the user option, with the restriction that the user must be the owner of the special file. This may be useful e.g. for /dev/fd if a login script makes the console user owner of this device. The group option is similar, with the restriction that the user must be member of the group of the special file.So it looks like I'd need a login script for that user to make the user owner of the device file (/dev/voiceserv/backup in this case)
View 7 Replies View RelatedI need to search a bunch of files in a specific folder for a specific number and add all the numbers together to a total sum. I use Rsync everyday, everytime I run rsync i get a logfile (rsync output) witch contains the textstring "Total bytes sent: xxxxxx".
The "xxxxx" can vary in lenght. I need to extract the "xxxxxx" from each file and add the numbers together to a total size over a week or a month. Is this possible? And I wish to only use bash. One way of doing stuff at a time my friends .
for example
else {
for fileDOC in $location/*.doc
do
[code]...
I'm trying to configure our mail server to block email from a specific sender reaching a specific recipient. In other words, if one of our employees is getting harassed by a 'stalker', how would one go about blocking, at the MTA (Sendmail) level, a specific sender email address from reaching a particular users inbox? We do not want to capture the email - simply block it before it consumes server resources.The Sendmail server (MTA) is a front end to our Exchange server so no user accounts exist on the Linux server. We simply use it as a SPAM and Virus scanner then forward clean email to the Exchange server.
View 6 Replies View RelatedI want to replace specific character in a file after every specific line. example as follows.
O 000000000000000000
A 111111111111111111
C 222222222222222222
[code]...
I have VNC set up on my desktop. I would like to set it up so that I can sit on my desktop and do things while someone else connects on VNC on one of the other workspaces and do things. Is this possible? I know it sounds weird.
View 1 Replies View RelatedI recently installed Ubuntu 10.10 on my laptop. I've got access to both the Netbook Edition and the Desktop Edition, so I tried booting into the Desktop Edition since I prefer to use this.
Within it, I cannot use Alt-Tab to move between multiple windows. I don't have access to moving between workspaces; rather weirdly, I can move a window to a different workspace by right clicking on the application and selecting to move it to a different workspace but I cannot use Ctrl-Alt-Right or Left to move between workspaces, nor can I use Ctrl-Alt-Shift-Left or Right to move a window from one workspace to another.
I have checked the Keyboard Shortcuts under the System->Preferences side. Alt-Tab, Ctrl-Alt-Right/Left and Ctrl-Alt-Shift-Right/Left are all set as the commands for Moving between Windows using the popup window, moving to the right/left workspace and moving a window to the right/left workspace respectively.
I've seen a lot of people saying that they have problems when they've got compiz installed and alt-tab causes problems with this, but I don't have compiz installed.
Since I used sudo apt-get upgrade -d from my old 10.04 Netbook Edition, am I missing packages to correctly run the Desktop Edition?
Note: Within the Netbook Edition, I can use multiple workspaces and Alt-Tab does work, but the UI is very slow and causes the system to lag whenever I open an application.
I have been told it is possible to alt tab programs on different workspaces. The people that have done this on kde 3. How do you enable this on kde 4? I would really like to use this feature.
View 2 Replies View RelatedI have been trying out the 2D version of Unity in Maverick and I cannot find any workspaces button. How can I use workspaces in Unity?
View 1 Replies View RelatedI just installed 10.04 couple hours ago and i installled compiz and i had my desktop in a 3d cube and i could rotate it and stuff i had it all workingthen...i think i mashed some buttons idk what i did but now i can't switch workspaces at all. Ctrl-alt- and left click doesnt work ctrl-alt- arrow keys dont work i cant swtich workspaces. the only way i can is to use the work space switcher on the panel...compiz says i have the cube enabled and i have 4 workspaces and all that i just can't rotate the desktop. the keyboard shortcuts are still there i just dont know why i they aren't working
View 1 Replies View Relatedif i can change the workspace switcher in ubuntu 11.04 to have only i horizontal row..without a second tier so that i can change my workspaces just my scroll action using compizconfig settings manager.
View 6 Replies View RelatedTitle says it all, I saw a screenshot of this guy with 9 workspaces and I can't seem to find the option anywhere.
I would really like to have 6 workspaces.
Here is the screeny.
http://ubuntuforums.org/showpost.php...6&postcount=83
I recently installed Ubuntu 10.10 on my laptop. I've got access to both the Netbook Edition and the Desktop Edition, so I tried booting into the Desktop Edition since I prefer to use this. Within it, I cannot use Alt-Tab to move between multiple windows. I don't have access to moving between workspaces; rather weirdly, I can move a window to a different workspace by right clicking on the application and selecting to move it to a different workspace but I cannot use Ctrl-Alt-Right or Left to move between workspaces, nor can I use Ctrl-Alt-Shift-Left or Right to move a window from one workspace to another.
I have checked the Keyboard Shortcuts under the System->Preferences side. Alt-Tab, Ctrl-Alt-Right/Left and Ctrl-Alt-Shift-Right/Left are all set as the commands for Moving between Windows using the popup window, moving to the right/left workspace and moving a window to the right/left workspace respectively.I've seen a lot of people saying that they have problems when they've got compiz installed and alt-tab causes problems with this, but I don't have compiz installed. Since I used sudo apt-get upgrade -d from my old 10.04 Netbook Edition, am I missing packages to correctly run the Desktop Edition?
Note: Within the Netbook Edition, I can use multiple workspaces and Alt-Tab does work, but the UI is very slow and causes the system to lag whenever I open an application.
I am running ubuntu 9.04, and need to change the number of workspaces to 1 from the command line. I am using this command in a script:gconftool --set -t int /apps/metacity/general/num_workspaces 1I can confirm in gconf-editor that the value is changed, but I can still scroll over to the second workspace with the mouse wheel
View 9 Replies View RelatedI had named all my workspaces earlier today, and it was great help in organizing my workflow. However, I went to turn on some compiz effects (to improve the visual ergonomics of my work environment), and now I notice workspaces are acting a bit strange.I can no longer drag a window onto one of the workspace boxes in the bottom right to move the window. Also, if I left click the workspaces pane and go into properties, I can now only change the rows and columns, not the workspace names. This is a bit strange, and I see no reason that enabling compiz should cause this kind of problem.I can right click a title bar and send the window to a different workspace that way, but because they're not named, it's hard for me to organize my desktop this way
View 1 Replies View Relatedin Ubuntu 9.10 I was able to move windows on the fly between workspaces, but now I can't in Lucid! I should right click on a window and tell it to move right or left. I hate to do that!
View 2 Replies View Related