General :: Getting Zenity And At To Work Properly

Aug 23, 2011

I'm trying to use zenity and at to make a little reminder script. The problem is that while zenity --info works fine from bash (or sh), running echo "zenity --info" | at now + 1 min does nothing. The job shows up in my atq and then runs, but no zenity pop-up. What's going on?

View 1 Replies


ADVERTISEMENT

Programming :: How To Get Zenity Progress Bar Working Properly

Apr 14, 2011

I am busy writing this script to get a pixel count of a large batch of images in a directory for a research project. To do this I'm using a loop to get all the images in the directory. To make the whole procedure more user friendly for some colleagues I decided to use zenity, something I haven't yet really worked with. As not to make sure that the users don't have to watch to this blank screen during the actual processing of the images I'm trying to get the zenity progress bar working. So far the progress bar comes up but instead of changing over time it stays "empty" till all the images are processed and then becomes 100% when all images are done. What servers my needs for now, but since I am trying to learn more about zenity I was wondering how I could change the script to get the progress bar properly working? Below is the piece of script I am talking about.

Code:
cd $input #goto path of image directory
(for a in *jpg *JPG *jpeg *JPEG; do
if [ -f "$a" ]; then #was it a image file
b="$a" #set b to $a
convert -resize 1000x1000! ${b} -depth 1 -format %c histogram:info:$b.txt #get pixelcount and write to .txt file
fi
done) | zenity --progress

View 2 Replies View Related

General :: In Xterm The Numpad 1 And 7 Buttons Does Not Work Properly

Feb 17, 2011

I use VNC, open an xterm, and for example when I press "NumPad7", it completes "Home" command. Also "NumPad1" is mapped to "End". In fact there is a code for .cshrc that does the work required. But unfortunately I can't translate it into a bash code. Please help me to translate. Here is the code:

if ($?TERM) then
# fix the home, end, ins and del keys
if ($TERM == "xterm" || $TERM == "vt100" ||
$TERM == "vt102" || $TERM !~ "con*") then

[code]....

View 1 Replies View Related

General :: RHEL6 Crontab Doesn't Work Properly?

Apr 26, 2011

In RHEL6 root's account I have crontab job: 30 6 18 4 1 /sbin/init 6 It worked fine on the 18th of April and properly restarted my system, BUT it also restarted my OS at 6:30 on next Monday - 25th of April.

View 2 Replies View Related

General :: Ubuntu Software Center Does Not Work Properly?

Apr 10, 2010

Few weeks ago I installed Linux Ubuntu 9.10 and everything was fine. However, Iḿ now triyng to install programs from the Ubuntu Software Center and it does not work properly. I just select the program I want to install and press the button, but I do not get a response. Net connection is ok, so the problem is somewhere else.

View 3 Replies View Related

General :: Work Teamviewer Properly In Proxy Server Settings?

Jun 10, 2010

How to work teamviewer properly on linux in proxy server settings?

View 1 Replies View Related

General :: Launching ZENITY On A Given Position On The X11 Screen?

Dec 5, 2010

how to pass the position to zenity to be launched specific place of X11? No info are given [URL]

View 3 Replies View Related

General :: Shutdown-command Doesnt Work Properly - End Up With A Black Screen

Jan 14, 2010

When i use the shutdown-command in the terminal as root, it nearly works. It starts to shut down, and it looks like all programs and the kernels shuts down. I end up with a black screen, sometimes with the ubuntu-logo on, but it never powers off. I have to force it off by holding the power button. When i use the graphical interface to shut it down, it works perfectly. The poweroff-command works without problem too.

Here is the command i use:

Code:

View 4 Replies View Related

Networking :: DNS Lookup Doesn't Work, Ping, Firefox Will Not Work Properly?

Apr 23, 2009

I have this annoying problem since day one.I am testing out Red Hat RHEL5, everything is fine except DNS look up.If I ping www.google.com, it doesn't work, ping ip address it all works;if I bring up browser, put www.google.com it doesn't work, can't find the name, however, simply put ip address there it works.My DNS seeting seems ok, and the DNS works from Windows box.

View 2 Replies View Related

Ubuntu :: Getting The PHP 5 To Work Properly?

Jul 4, 2011

I have installed php5under Apache and addedmysql also. My problem is I have acreated a file in var/www called testphp.php and try to run it from a command prompt. Keep being told it cant find it! It only has one line running info.php. Keeps saying there is a swp file of this name in var/www. How do I delete this and get my copy of php working properly?

View 1 Replies View Related

Debian :: Does Theme Work Properly

Mar 13, 2011

URL...does this theme work properly in debian? tried installing it but has many defects, what do I need to make it to work?

View 5 Replies View Related

Fedora :: How To Get Touchpad To Work Properly

Jun 5, 2011

I always edit /etc/default/grub to fix my touchpad issue and make it work on Ubuntu based distros. Recently I have installed Fedora15 and I tried to do the same work on it but I couldn't find the file. Do you know where is it in Fedora?

View 2 Replies View Related

Ubuntu :: Can't Get Fonts To Work Properly

May 8, 2010

Ever since installing 10.04 my fonts won't work. I've installed MS True Type every possible way I can and they still won't work.

After installing they seem fine in all applications, except on the internet. Both FF and Chrome can't seem to read (MSTT) fonts, at all. Every website I open fonts are displayed the same as before I install MS True Type.

View 1 Replies View Related

Fedora :: Flashgot But It Is Not Proper And Does Not Work Properly?

May 5, 2010

i want a downloader so that when i save wiki saves for me all the links in the wiki page, i have worked with flashgot but it is not proper and does not work properly.

View 1 Replies View Related

Ubuntu :: Setup Up Samba Properly To Get It To Work?

Mar 7, 2010

I just installed ubutnu 9.10 and just installed samba. I edited the config files to workgroup to dhome which is the work group all my windows comptuer uses to share files. I want to share files and also be able to access files off my windows computers. I got onne windows 2000 that has a username needed to be typed in to access it. the rest is accessable. In the config file. I uncommented the security= user thing. I now tried to access the network but still fails.

Here is what I can see. when I go to places and click network I see windows network and click it it will say dhome and Workgroup. when I click on the dhome folder it takes a while and then gives me the error saying sorry didnt' get a list from the server. what do I need to do to access the network?

View 1 Replies View Related

Ubuntu :: Personas Doesn't Work Properly?

May 1, 2010

Once I updated to 10.04 I had some problems with my themes, but updated it and it works fine now. BUT, in firefox, 3.6.3 it looks like this:

I can only see the personas image at the tabs and the statusbar. Does anyone know how to fix this?

View 2 Replies View Related

Ubuntu :: Can't Seem To Get The 3d Stuff To Work Properly With Compiz?

May 6, 2010

I've been trying to get full video card support for the following card Radeon HD 2400 XT Im running the new 10.04 and I cant seem to get the 3d stuff to work properly with compiz When I go to Administration - Hardware drivers it recommends the ATI/AMD proprietary FGLRX graphics driver. Even after getting that installed I still cant get Normal compiz to work. I dont know if it is the driver or some other configuration.

View 2 Replies View Related

Ubuntu Servers :: Can't Seem To Get Authentication To Work Properly?

Aug 23, 2010

I have set up an apache 2 server, but can't seem to get authentication to work properly. I have set up this in my apache2.conf:

Code:
<Directory /var/www>
AllowOverride AuthConfig
</Directory>
<Directory /var/www>
AuthType Basic

[Code]...

I have created the passwords file with htpasswd and defiantly have the right password for bob. However, when I try to log in the box just comes up over and over again and never authenticates. What am I doing wrong? I'm a newbie, so please bear with me if I've missed something really stupid.

View 4 Replies View Related

Ubuntu Installation :: Can't Get Grub To Work Properly

Jan 2, 2011

After windows 7 failed to install and decided to take my partitions with it I managed to restore them from liveCD.I now can't get grub to work properly. I finally got it to find boot into one of the my two OS', but then borked grub it again when trying to update-grub2.Output from bootinfoscript attached.

View 9 Replies View Related

Ubuntu :: GRUB Does Not Work Properly On Boot?

Mar 5, 2011

Today when working with Windows 7 Disk Management, I carelessly mark the partition on which Win 7 is installed as ACTIVE and the chain of problems began. When I restarted my laptop, something like this appeared:

Code:
No such partition.
Grub rescue>_

[code]....

View 2 Replies View Related

Ubuntu :: 8.10 Server Apt-get Doesn't Work Properly

Apr 25, 2011

I am trying to install some packages in a ubuntu 8.10 server, however, apt-get doesn't work (I get several 'not found' errors). Is there any way to do that? I know this version is probably not supported anymore but I can't just format a customer server because it's OS is outdated...I just can't put my sources.list on it because I am on ubuntu 10.10 and it would download updates for the wrong OS probably causing a huge damage on the old one.

View 9 Replies View Related

Ubuntu :: Software Center Can't Work Properly

Jul 26, 2011

i meet a problem recently while i try to install a software via software center. After i start the software center, i input the name of software into the input filed. The panel keep the status of searching with nothing return. While i click the installed software, the right panel show nothing but the icon showing processing. My network works perfect, i can install software using the terminal. The ubuntu version i used is 10.14.

View 4 Replies View Related

Ubuntu :: Mouse Wheel Does Not Work Properly?

Jan 13, 2010

I just installed kubuntu 9.10 on my new PC (HP Pavillion). I'm new to ubuntu, I had some experience before with mandriva.Most things work properly but there is a strange problem with the mouse (USB), and more precisely with that little wheel which stands between the two buttons. Turning it when the pointer is on some web page (using firefox) I expect the page to scroll. So I turn the wheel in one direction and the page scroll up. Good!I tried with other programs (konqueror, kmail)... and still the same happens, I can only scroll to the top.

View 9 Replies View Related

Fedora Networking :: Internet Doesn't Seem To Work Properly

Nov 1, 2010

I'm runnig f 13 on my laptop, and it runs like a charm. But once in a while, the internet doesn't seem to work properly. It mostly works, but right now i am unable to reach certain pages such at google (which is annoying), whereas other pages like yahoo and this one works perfectly well.

View 2 Replies View Related

OpenSUSE Wireless :: Get Broadcom BCM4328 To Work Properly On 11.2

Feb 3, 2010

I have been trying to get my Broadcom BCM4328 to work properly on openSUSE 11.2 (kernel 2.6.31.5). Finally, after installing the wl kernel module, I managed to get it working when a run the following commands after a reboot:

sudo /sbin/modprobe -r b43 b44 ssb wl
sudo /sbin/modprobe wl
sudo /sbin/modprobe b44
sudo /etc/init.d/network restart

My question is how can I automate the above commands, i.e. create a startup script to initialise the wireless adapter properly without the need to manually reload the kernel modules?

View 3 Replies View Related

Ubuntu :: Cursors / Pointers Doesn't Work Properly In 9.10

Jan 19, 2010

I am running ubuntu 9.10 on a dell mini 10v. I am experienced in running themes and xsplashes, but for some reason i can not successfully install pointers. I drag and drop the pointer themes to the appearance window found from System>Prefrences>Appearances. When i click customize i see that the pointers i instatlled are there, however when i choose them it doesn't work properly, if i go over text or resize a window i see the new pointers but the main pointer always stays the default white.

View 1 Replies View Related

Ubuntu :: PDF Functions Does Not Work Properly Under O/S (print And Save)

Feb 18, 2010

This is about the 3rd or 4th year that I have tried to fill in my Federal tax return on the IRS website using Ubuntu/Firefox/pdf program(s). Still to this day the PDF functions found available (or should I say unavailable) (whether using either EVINCE or ACROREAD) for this O/S will not properly function in allowing you to CONSISTENTLY complete a PDF IRS form on their website, print and then save that completed IRS form to the hard drive of your computer. This is sort of ridiculous! Yes, I have report this as a bug NUMEROUS times and it is still not fixed.

View 9 Replies View Related

Ubuntu Multimedia :: Get Sound To Work Properly In HP Dv7 Laptop

Mar 28, 2010

I've been struggling to get my sound to work properly in my HP dv7 laptop in Ubuntu 9.10 64-bit.

If I follow the instructions here [URL] then I can get my microphone to work.

My speakers worked fine right out of the box, but the headphone jack does not. When I follow the instructions here [URL] and install the alsa backports then my headphone jack works properly, but when I shutdown my computer I get a loud crackling/popping sound. Uninstalling the alsa backports stops the crackling, but then the headphone jack doesn't function.

View 9 Replies View Related

Ubuntu / Apple :: How To Make Video Work Properly

Aug 10, 2010

So I installed Lucid on my G4 Cube and now am trying to figure out how to make the video work properly.Right now it is in low graphics mode, which is not pleasing whatsoever.I have the 17" Studio Display (LCD, rev b) connected to it and it has the ATI Rage 128 Pro graphics card.I went into the xorg.conf file and there was nothing there. I tried the suggestions for the 15" display but that results in the x server crashing, so i undid that.

View 9 Replies View Related

Ubuntu :: Q -Touch Does NOT Work Properly In 10.10 Netbook Edition

Oct 17, 2010

I am very very new to linux and this is my first experience in linux..I preferred to start with UBUNTU 10.10...I downloaded the last release of 10.10 netbook and desktop edition. I have a TABLET WIN7 PC, it does not have any Keyboard and it supports multi-touch, and works properly on Win7.

My Tablet name is THD PX1 with 1.66 Intell atom processor, 1 GB Ram, 256MB Intell 3d Accelerated VGA, 160 GB H.D.D and 3*USB2 and ... ( And at the back of my Netbook wrote that it supports LINUX and Win both) After I started the netbootin and provided live USB Netbook UBUNTU edition, I used it on my tablet and started it.

When I logged in, I faced with a STRANGE, REALLY STRANGE EVENT...THE TOUCH DOES NOT WORK CORRECTLY, You have to put 2 fingers on it to work as a touch screen tablet,else it does not work as a touchable tablet... And it is not multi touch... YOU HAVE TO PUT 2 Fingers ON IT....! I attached a Wireless USB + Mouse to it and try to install UBUNTU on it, maybe it works, ( I HOPE), but steel it is downloading the updates in installing process..

View 1 Replies View Related







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