Ubuntu :: Automatically Change Workspaces At Specified Interval?
Mar 14, 2010I'm wondering if anyone is aware of a way to cycle through workspaces at a set interval.. whether it be a screen saver or other wise
View 3 RepliesI'm wondering if anyone is aware of a way to cycle through workspaces at a set interval.. whether it be a screen saver or other wise
View 3 Repliesnot sure if this goes here, but is there a way to get the mouse to continuously click automatically after a set time interval? (eg, 2 seconds) i've googled and found plenty of auto-clicking software for windows, but no luck for linux.
View 2 Replies View Relatedis there a way to prevent programs from automatically jumping to different workspaces? Example: I have DeVeDe running on Workspace 2 and I switch back to workspace 1....DeVeDe completes its job and then it pops itself into workspace 1 and I have to manually move it back.
View 2 Replies View RelatedRecently something got updated and for a short while, before I restarted, the changing workspaces animation changed to something I liked better than the usual arrows boxes, but after the restart it changed back. The thing I liked was that when I use ctrl + alt to change to a different workspace, the animation shows what programs and windows are open at a particular workspace. This happened twice already and always after an update and before the necessary restart. I looked for an option to modify that but didn't find anything so far. I am using ubuntu 10.04. How can I change these options to my liking?
View 4 Replies View RelatedOn older versions of Fedora, I right-clicked on Workspace Switcher and in Preferences window I could change the number of Workspaces.
I Fedora 10, I can only choose between 'Show only the current workspace' and 'Show all workspaces in <No of rows>'.?
How can I change number of Workspaces from 4 to 6 on gnome in Fedora 10?
Is there a way to change or even disable the keyboard shortcut switching between workspaces?
(GNOME)
I installed the webilder application to automatically change the wallpaper, preferences you've specified the directory where the images but I can not change the background. Does anyone know why not change?
View 5 Replies View RelatedI am looking for a script that will, as the title says, run any commandsive it at intervals i set, also at startup.Any help to point me in the directionof a helpful resource or some basics I can add to with direction My searches have proved fruitless so far, and I have no chance of working it out on my own
View 4 Replies View RelatedSo I have Windows 7 and Ubuntu dual booted on my computer, and the default is Ubuntu. I was wondering if it was possible to make it such that the default is the last booted system? As in, if I was in Windows, and restarted, then GRUB would highlight Windows.The mainmotivation is to for when the computer restarts automatically (say after an update). I may not be around during the 10 seconds before it boots into Ubuntu.
View 1 Replies View RelatedI have my 10.04 set up with english (us and gb) as well as spanish languages installed.
I have firefox 3.6.3 compiled and installed for a 64 bit system. The firefox source code comes only with en-US locale, so I obtained en-GB.jar and es-ES.jar (as well as their manifests) from firefox.com and added them manually to my chrome directory.
This had worked in the past, when I'd logout and switch the gnome locale to es-ES firefox would come up in es-ES etc, but for some reason firefox will only start up in en-US now.
How can I fix this to match the desired behaviour?
In order to effectively change the computer name of an Ubuntu system, I've been told I need to edit /etc/hosts and /etc/hostname.I can set up a script that I have on the administrator desktop, and just double click it and put in the computer name I want to change it to, and it save hosts + hostname and then reboot the system?
View 3 Replies View RelatedI want to find the cumulative CPU time used by each process between two points (defined by the user, e.g. running a command or clicking a button).
A first stab at this would be running
Code:
ps -eo pid,cputime
at the beginning of the interval and at the end, then doing some arithmetic on the two sets of results. But this only shows whole seconds of cputime ... and what about processes that started and stopped during the interval?
What are the Gmail Notifier Check Interval units? Would they be in milliseconds?
View 6 Replies View RelatedIs it possible to point to a two-digit interval with regular expressions?
Background:
I'm using mplayer to watch tv shows, that often have episode numbers in their names. I know how to easily add several files to the playlist by using brackets, by typing something like
$ mplayer tv/South.Park.S1.E0[1-5]*avi
Is there a way to point to files 06-13 in a single expression?
How to refresh a page automatically?Say for example i need to refresh page in ubuntuforums to get new questions.I feel lazy to refresh the page often.Is it possible to refresh the page automatically in a specific time interval?I have tried ReloadEvery Firefox Add-on.But it refresh all the tabs.What i want is i want to refresh a page in a particular TAB.
View 4 Replies View RelatedI am currently storing most of my dotfiles in a git repository to make keeping them in sync across all my computers easier. I've just recently acquired a Macbook so now have to have all my dotfiles supporting the differences between Linux and Darwin. The first incompatability that I have encountered is colour coding ls, in Linux this is the flag --color=auto and for Darwin it is -G.
My first attempt at making my .zshrc portable is to do the following:
case `uname` in
Darwin)
alias ls='ls -FG'
;;
Linux)
alias ls='ls -F --color=auto'
;;
esac
Once I find a few more things to change I'll probably pull the computer specific stuff out to separate files to keep it a bit cleaner. What I'm mainly wondering is if there is a better way to do this other than using `uname` to determine which stuff to run.
I've created a set of users using the newusers command. Unfortunatelly ive messed up and added all users to the 1000 group as primary group instead of giving the group argument as null what would add them to a new group. To make things clear:
The entries should be
user:password:::User Name:/home/user:/bin/bash
but I did
user:password::1000:User Name:/home/user:/bin/bash
I need to create the missing groups. A simple fix could be do a for loop creating a group with the name of each user in my file and then adding the users to it. Are there any dangers of doing it? What impact could this change have? Are there any safer ways?
A combination of the following commands:
Quote:
Add users to a group with the gpasswd command:
# gpasswd -a [user] [group]
To delete existing groups:
# groupdel [group]
To remove users from a group:
# gpasswd -d [user] [group]
If the user is currently logged in, he/she must log out and in again for the change to have effect.
Quote:
for i in (names)
do groupadd $i
gpasswd -a $i $i
Assuming I've created all users in group 1000 I could remove them from it with
Quote:
# gpasswd -d [user] [group]
i am using squid proxy on centos 5.x release with stable version. during installation time i fixed date time region.it was basicaly gmt +3:00 hours. so everything was fixed, now since past few days every 24 hours it change its time automaatically. this looks like it take update somewhere from internet or internally something is mess up.could someone guide me how to fixed permanantly date time. even either restart the machine or passing 24 hours it do never change it. etc
View 2 Replies View RelatedI use apt-mirror to sync a local copy of Debian repo on my HDD. I recently reinstalled my Debian setup, and now I can't seem to make apt-mirror run at regular intervals!? As far as I can recall (and as mentioned on different sites) all I have to do is edit /etc/cron.d/apt-mirror
I tried adding the following lines, but nothing works
Code: Select all0 0,6,12,18 * * * apt-mirror /usr/bin/apt-mirror > /var/spool/apt-mirror/var/cron.log
Code: Select all0 0-23/6 * * * apt-mirror /usr/bin/apt-mirror > /var/spool/apt-mirror/var/cron.log
Also, the log file is empty!!
I searched the forums for a long time and could not found any relevant informationI am new to ubuntu (10.10 64bit) and I just want to know if it is possible, like it is in win7 (sorry!), if I can plug in my hdmi cord and have the laptop speakers and display disable, and have the external display and its spears enabled.
View 2 Replies View RelatedI'd like to tweak my Conky so it automatically displays the days of the week correctly. So for example, if TODAY were Tuesday, it would look like this:
Tuesday
Wednesday
Thursday
Friday
[etc.]
And then tomorrow, *automatically*, it would look like this:
Wednesday
Thursday
Friday
[etc.]
I know I can get it to display *today's* date like this:
${time %A}
But how do I get it to display tomorrow's date?
when i was sleeping my computer restarted itself and when i signed back in all the windows were huge. the resolution is set at 900x600 and no other option makes the windows smaller.
View 1 Replies View RelatedI want to send email to a list of people at a certain interval without getting them detected as spam.
View 2 Replies View RelatedHow can I adjust the interval between tracks on replay? I do not like the "no break ' default. So is there a way of setting a break of say 3 - 4 secs.
View 1 Replies View RelatedI am managing a PBX which runs redhat enterprise linux. The time on it is always getting out of sync, which causes the time on the phones to display incorrectly. I can't figure out for the life of me why the time keeps changing. How can I set it to update it's time every day or two? I don't want to hit ntp.org every day, as is recommended. What's the recommended interval for connecting to the ntp pool? The kernel is Linux 2.6.9-67.0.4 (from uname -a)
View 1 Replies View RelatedHow can I change the time interval of the rtorrent for contacting the tracker server? I talk for the procedure which asks from the tracker new peers. currently in my rtorrent it is 3000 seconds which is not the best option when it comes to private trackers.
View 1 Replies View RelatedI am writing a C program which reads data over serial port. While reading data, if I send my data(which is a 13 byte structure) periodic with a period of 1 second for 10 times I read it without problem and I read the data 10 times as I sent and as I expectBut if I send data continuousuly(without any time interval between each sending) 10 times I can only read 1 of them(I can only read it once).
View 11 Replies View RelatedI have installed Fedora10 on my PC which had an XP. Now Fedora waits just 2-3 seconds to press any key to choose between XP and Fedora. Actually if I don't press any key it automatically begins Fedora. How can I increase this time interval?
View 3 Replies View RelatedI have a problem with Maverick. Whenever I change my volume or brightness from the keyboard, as soon as the indicator goes down, my mouse automatically switches to drag mode. I have to switch to open terminal by keyboard shortcuts and reboot
View 2 Replies View RelatedI 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 Related