General :: Minimizing Windows From CLI (wmctrl Not Working)?
Sep 19, 2010
I'm trying to minimize windows from the CLI (not tied to Gnome/KDE). wmctrl mentions it can set a `hidden' option for windows but this doesn't seem to work. Also found this: [URL]
View 2 Replies
ADVERTISEMENT
Dec 9, 2010
When I connect to my Ubuntu box from any Mac OSX 10.6 client (Snow Leopard) using Nomachine, the 'd' key minimizes all windows on my Ubuntu box. I found another post here that says the issue can be fixed by changing some settings on the Ubuntu box when connected. However, I cannot find the location of the settings indicated in that post [URL].
Does anyone know how to resolve this 'd' key problem?
View 1 Replies
View Related
Feb 12, 2010
I am using RHEL5. Whenever I try to minimize any window, instead of it getting minimized in the bottom panel it get minimized at the right hand bottom corner. So If I want to view that window again, the only option I can view that again is by using Alt+Tab. How can I make these windows to populate in the bottom panel whenver I minimize those.
View 1 Replies
View Related
Jun 4, 2010
I'm running Kubuntu, updated to 10.04. After working OK, today Windows started disappearing whenever I click to minimize them. They're still running, but I have to go to System Monitor, locate the program in the list and click "Show Window." That's a nuisance.
I think this began after I tried to move panel icons to the right with an adjustable spacer. I've hunted all over the place for some setting to get windows to operate properly. The "Window Behavior" item in System Settings doesn't have anything. I removed the spacer and that didn't do anything, either.
View 4 Replies
View Related
Apr 22, 2010
I've seen people use the fire effect when minimizing windows and even saw someone setting up the fire effect to fit their needs in compiz but I do not have the fire effect in my compiz effects manager. Where can i get it??
View 9 Replies
View Related
Aug 27, 2010
When i minimize, maximize or resize a window, instead to do that instantly, it gets stuck for a second, i dont know why. I have disabled compiz and i have tried a few other things but is still not working as it should.
View 3 Replies
View Related
Nov 18, 2010
When I minimize windows they completely disappear. Doesn't matter if its a program or my home folder, anything I open disappears when its minimized.I can run the system monitor and check running processes and they are still running. I just cant see them. All I can do is kill them with the system monitor.I can log on as another user and they work fine. It's just in one account. Is there a way to fix this, or to completely reset my desktop to the default settings? I know it's something I did but I can't find out where to fix it.
View 3 Replies
View Related
Sep 20, 2010
I'm using wmctrl on an Ubuntu machine to manage windows from a script, that I run inside a (gnu) screen.
If I start the screen session from the local machine, wmctrl works fine, including if I completely close the terminal window and issue the wmctrl commands when connecting to the screen remotely via ssh.
Conversely, if I connect remotely with ssh and start a screen, wmctrl doesn't work (returns "Cannot open display") even if I attach that screen session locally from the Ubuntu Terminal.
I guess there is some hidden screen parameter that doesn't get set in a way that allows accessing the display when it's launched remotely -- any ideas what it is and how to modify it from within a remote ssh-screen session so that that the script can access the windows?
View 1 Replies
View Related
Jan 24, 2011
I use a program which makes a large image which I have to scroll to view. The program has no way to save the image, and I have no access to the source to modify it. The only way I have to get the image from the program is by screenshot. My goal is to save the full size image without having to piece together individual screenshots. I'm using this script to try taking a screenshot:
#!/bin/bash
window=$(wmctrl -l | grep "Program$" | awk '{print $1}')
wmctrl -v -i -r $window -e '0,0,0,6030,5828'
wmctrl -i -a $window
import -window $window ~/Desktop/screenshot.png
This uses wmctrl to get the window id ($window) for a window named "Program". It then tries to resize the window to the desired dimensions. It uses imagemagick (import) to save a screenshot.png on the user's Desktop. All of this works except the resize step. I can resize the window using wmctrl -r -e, but sizes greater than the screen size don't work. I'm using Ubuntu 10.04 and the Gnome Desktop. I run two monitors, but I've tried this with one of them disabled. Is there a way to resize the window larger than my screen to get a huge screenshot?
Part II: I tried using xrandr to set up screen panning, so as to have a bigger desktop than my monitor. xrandr --output LVDS --panning 2600x2500 This command makes the laptop screen pan over a 2600x2500 size desktop, even though it can only show 1440x900 at one time. To turn off the panning, I can use a similar command to set total size and with zeroes for the panning section. This gives me back my original laptop display behavior. xrandr --fb 1440x900 --output LVDS --panning 0x0 This is all done with xrandr, and does not require any Xorg.conf changes (my Ubuntu system doesn't even have an Xorg.conf).
My video card seems to only allow about 6.5 million pixels, even though the maximum dimensions are 8192x8192. That maximum seems to be the maximum for either dimension, but there is a limit to how many pixels can be drawn, which is the width multiplied by the height. Once I did the screen resize, I tried my script again and got a screenshot. The screenshot however is totally scrambled. I'm not sure if it's unable to take a screenshot of an off-screen window or if it is unable to handle the large dimensions of the window. With the panning display, the window should think it is visible, and the window manager should think it is on-screen. So there is a pixel buffer somewhere with those pixels in it, so there should be a way to get a screenshot.
View 1 Replies
View Related
Mar 12, 2010
Recently i upgraded from Suse 10.3 to Suse 11.2. There was a option available on 10.3 for minimizing all the opened windows to see "Desktop", and that was "Alt+Cntrl+d" The same is not working on 11.2 (even i tried Alt+d, Window+d).
View 6 Replies
View Related
May 19, 2011
I have dual monitors (both 1600x1200) and X is set to span them. I prefer to set my Eclipse window to 3200x1100. However, when I use VNC to connect to my desktop, I'd have to pan around a lot, so I use wmctrl via a script to resize Eclipse (and Chrome, etc.) to better fit my smaller VNC viewport.
When I return to my dual-monitor desktop, I want to resize/move my windows again. But wmctrl does not work correctly. If I do
Code:
(from a script), then instead of putting the window at 0,0 and width 3200, the window appears on the second monitor (i.e. at 1600,0) with width 1600. So I must manually resize it which is more difficult.
Am I using wmctrl correctly? Is it not wmctrl's problem but my window manager? I'm using compiz in Ubuntu 10.10.
View 1 Replies
View Related
Jun 29, 2010
Minimizing bar gone as well as start button. How do I get these back?
View 9 Replies
View Related
Feb 1, 2011
I'm trying out Screenlets widgets, but whenever I click the "show desktop" button, all the widgets vanish, how do I prevent this happening? so no matter what they will always be under everything else, but there when u minimize all windows.
View 6 Replies
View Related
Apr 13, 2011
I'm on the Ubuntu Natty Narwhal and on a netbook. Hardware details are given on the signature.
Well, I'm trying to learn how to use Unity, but this bug is freaking me out. When I minimize any window, the menus are kept on the top bar 'till I click on anything else (or on the desktop), also I can't recover the window till I click on anything else (It's like it haven't been minimized, just hidden).
After restoring the window, if I try to maximize, the window borders will be maximized, but the actual window won't. I'll be attaching pictures for better understanding.
Also, if I try to un-maximize, the Close-Minimize-Maximize and the menus will be unavailable (Visible, but like they didn't exist, cant even move the window around)
If I maximize and THEN minimize, then it goes crazy. When I recover the screen, it will look ok, but if I un-maximize, there'll be a huge ugly black border around the window that follows it, no matter where I push it around.
Couldn't find anything related. I'm using the Natty Beta 1 (installed yesterday thru updates). I'm also using the latest Intel drivers (from intellinuxgraphics.org). Everything else works fine.
Hope there's a fix out there. Should I fill a bug report?
View 1 Replies
View Related
May 2, 2011
I have around 150 images and each one of them has the size of 3.3 MB.I need to shrank them to small size. What I need is, is there any way to minimize them in few minutes ?
View 1 Replies
View Related
Jan 15, 2011
My Windows XP PC crashed and died. I tried to restore it, but it asks for a system file I don't have. I thought I could start up with the Linux0S2007 CD, but it doesn't seem to recognize the CD drive either. Is there a code or keyboard entry I could use to run my PC off of the Linux CD without Windows working? I have not installed Linux on this PC.
View 12 Replies
View Related
Apr 23, 2011
Most discussion of lightweight desktops seems to focus on cpu and/or gpu load. I want to ask a different question (though it may have the same solution): how to set up a secure remote desktop server for students to minimise network load. My current setup (gnome plus vncserver, tunneled over ssh) is certainly a bad choice, but I'm having trouble finding the right information about what to choose. My current best guesses:LXDE (not too unfamilar to students used to gnome)NX (generally said to give better compression) Is this a reasonable compromise? Is there a better solution? host server settings to reduce network load client settings the students could use to minimise network load security implications of distributing the nx ssh session key widely
View 1 Replies
View Related
Oct 15, 2010
I'm using the Messaging Menu and pidgin, and generally I like how I can get notifications. My biggest gripe is that when I click the close button (not quit) on pidgin instead of quitting the program like it used to it will minimize to the Messaging Menu. Is there some way to disable this?
View 1 Replies
View Related
Oct 22, 2010
After installing Maverick 64 bit (clean install, used to be 32 bit Lucid) any applications I run in WINE disappear when I minimize them. They don't crash, they're just impossible to reach as they're no longer in task manager, they don't show up through alt-tab but I can see them if I run ps -x from a terminal. I tried with mIRC and the client is still responding, it'll still accept files with auto-get on so it's working fine, but the UI is gone
View 1 Replies
View Related
Dec 10, 2010
I've been running Ubuntu on my laptop for a couple months now and I've been using compiz settings manager. For some reason I can't seem to get the window effects for minimizing, closing, etc. to work. I have followed a few tutorials and nothing seems to make any difference. As far as I can tell, that is the only thing in compiz that is not working. I am running Ubuntu 10.10
View 4 Replies
View Related
Jan 19, 2011
Today my minimising, maximising, and closing buttons on the window border moved from the right to the left without any apparent reason. (At least i dind't ask them to). The other computer I work on didn't change though.
I use Gnome, Dust Sand theme on 10.04.
I really dislike having them there, how can i move them back where they belong?
View 9 Replies
View Related
Jul 16, 2011
I'm running Ubuntu 10.04 as a full install from a USB flash drive. In other words, I've installed to the flash stick just as though it were a normal hard drive. This is not a Live USB/Persistent install.
The drive is an off-the shelf 8GB Gigaware stick, and its read/write performance is pretty slow. Any time I do anything that requires disk access, it's very sluggish and tends to hang.
I'm looking for advice on things I could do to minimize the amount of disk-access made in the course of using the system, so that it will feel snappier and more responsive.
Some things I've done already:Installed 'preload', which is a daemon that monitors what programs you use frequently, and pre-loads them into RAM to reduce startup time. Mounted /tmp as a tmpfs (RAM disk) and moved my Firefox and Chrome browser caches into RAM. Set noatime for my root and home partitions.
Should I be trying to disable the filesystem journal as well? I'm less concerned with potentially burning out the flash drive with too many writes than I am with just making the system more responsive and nicer to use.
One other thing I was reading about is the so-called "Laptop Mode" that appears to be kernel settings to allow you to spin down a laptop hard drive: [url]
Obviously a flash drive doesn't spin, but it seems like some of those same techniques could be helpful here. Is there anyone who has experience running Linux in a situation with a very slow hard drive?
The computers I'm using this flash drive with all have between 2 and 8 GB of RAM, so moving more stuff into RAM is unlikely to be an issue.
View 1 Replies
View Related
Apr 8, 2011
I have Nagios working and the check_logfiles plugin installed on my Ubuntu box and NSClient ++ installed on my windows box. My end goal is to be able to get the check_logfiles plugin to flag certain words in Windows Log Files. I can call the check_logfiles from the Ubuntu command line and it works fine when I look at a local log file on the Nagios box. If I try to do something similar but point to a remote windows file the process fails. I have NRPE enabled and I think working on the Windows machine. Before I post Config files etc can someone tell me if my approach is correct? Should I be calling the check_logfiles plugin from the Nagios box or do I need to install the Windows version of Check_logfiles on the remote machine and then make some sort of reference to it in the NSC.ini file on the Windows box.
View 1 Replies
View Related
Jan 23, 2010
I am trying Linux with the mint cd rom install. I have two hard drives and bootit ng on hdo, with windows xp. I installed mint the first time on hd1 using the install cd. When I booted up I could run the linux but not the windows. I reinstalled bootit ng but had not luck. I reinstalled Linux again and this time tried to get it to install grub on a certain partition but still no luck. I reinstalled it again and this time disconnected hd0 and it worked again and I could run the linux with no problem. But when I connect hd0 I can boot windows but not linux. Bootit sees the other hard drive and can see all the partitions on it but every time I try to boot it just says the partition is not bootable.
I have fiddled with various settings and tried setting the embr and hard drive swap but nothing works. Bootit web site had some help pages that said to run grub from a bootable cd and then type grub> find /boot/grub/stage1. I have tried this but always get error code 15 file not found. grub> find /grub/stage1 same thing I install mint using the following partitions. /boot is about 300 megs. / is about 3 gigs and /home is 8 gigs and /swap is 1 gig. I feel that if some knew bootit ng then they could tell me what to do in five minutes. The hard drive is there and recognized and the partitions are there the system works but I just can not boot to it with out disconnecting the one hard drive
View 6 Replies
View Related
Apr 8, 2011
linux and windows dual boot.
Dell desktop (older)
openSUSE 11.2
Windows XP
Grub Bootloader
I had XP installed first then i installed openSUSE and configured for dual boot. What do I have to do to reinstall windows? Can i just do it like i normally would and just make sure it installs on the correct partition and doesn't do anything to the others. I don't want it to screw up the bootloader or something else.
View 8 Replies
View Related
Dec 30, 2009
My simple problem is: i ftp my running ksh script from linux to windows and then to other linux box.
But my script is not working showing different errors.
View 3 Replies
View Related
Dec 17, 2010
I have a pdc with a samba file share and have multiple xp workstations that can install programs from the server and share files, but I have 2 new windows 7 machines that I have edited the registries on and joined the domain with but cannot install programs from the pdc even though they have root accounts. I have tried to change folder privileges from the workstations but I am not allowed.
View 2 Replies
View Related
May 18, 2011
I have a DSL connection attached to a wireless router at home which at the moment working fine on my windows laptop. However I have problems connecting to the internet via my desktop which has fedora on it and TP-Link PCI Wireless card. The connection with the wireless network keeps restarting, disconnecting and reconnecting and when it is connected either no internet or very slow sluggish internet barely loading the webpage title.
I installed Ubuntu and the same problem is happening.Yesterday However everything was working fine even on the desktop.
When I first installed Fedora about 4 days ago I had the same problem but when i restarted the computer everything worked fine. Restarting the machine does not seem to solve the problem now.Please help me diagnose the problem here as it's really hard for me to extend a cable from my desktop to my router. And I need to internet on my Desktop.
View 8 Replies
View Related
Feb 5, 2011
I am currently dual booting between Linux Mint 10, and Windows Vista SP2. Wireless works fine in both these OSes, but when I quit Mint and load Windows, 70% of the time my wireless stops working.
ie, it does not detect any wireless networks nearby, althought there are tons of them.
Restarting the wireless device doesnt help, I have to restart my computer at least 4 times for wireless to start working again.
And as of now, my wireless in Linux Mint has stopped working.
View 1 Replies
View Related
Dec 10, 2010
I have 3 computers. One running openSuse 11.3 with SAMBA and the other 2 are Windows 7 Professional boxes. I have the same user name and passwords for all three boxes.
From the Linux box I can access one of the Windows 7 boxes but the other won't accept my user name and password. The one that won't accept has Windows LiveID Sign-In Assistant installed. Apparantly that's an automatic install now.
I've read that there is a bug with the SAMBA libsmbclient [URL].
I tried updating via YAST but still end up with version 3.5.4-5.1.2 and this doesn't work.
View 1 Replies
View Related