OpenSUSE :: Window Placement - Resizing From Command Line

Feb 10, 2011

I'm looking for a solution which would allow me to move and resize windows (e.g. rdesktop or firefox, etc...) in X. Preferably independent of either GNOME or KDE. The purpose of this is to be able to perform demo, where certain windows would be placed on a laptop's external monitor, without the obvious mouse cursor movements and resizing.

View 6 Replies


ADVERTISEMENT

Ubuntu :: Change 'line Width' For Window Edge Resizing?

Dec 2, 2010

This has bugged me forever.....and I mean really bugged me. The 'pixel width' is too low, such that trying to get my mouse to line up just perfectly on the window edge to get the resize icon, is very difficult. After a bit of searching, I discovered Alt F8, which, for those that don't know, is a resize shortcut and works very well, however, I will still use the 'edge resizing' option quite a bit, and would like to widen the 'line' a few pixels. Is this possible in a user settings file, or is this hardcoded? I am learning to develop, so I wouldn't mind looking into this one as a beginning project. If that's the case, could someone point me to the appropriate package?

View 5 Replies View Related

OpenSUSE :: Resizing Oversized Window To Install Updates

Aug 14, 2011

I installed openSUSE on my macbook pro 7,1. As of now I am trying to update the software, unfortunately, I have encountered a problem. As I hit the "Install Updates" icon, I get a window that gives me a readout of the current updates. No problem there. However, after I click the "Update" button, a second window pops up that gives a very long list of other software that needs to be either removed, installed, or updated for the original updates to be installed. Only problem is the list is so long, it extends beyond the visible desktop. This is a problem because I cannot click on the button to install those updates. The window cannot be re-sized, so there is no way I can reach the button, and I have even tried rotating the desktop 90 degrees (to make it longer), but still to no avail, as the install button is out of reach even then. I don't know how I can update the software if I can't hit the right button. Is there perhaps another way to get around this (like with terminal)?

View 1 Replies View Related

Ubuntu :: Button Placement On The Top Of The Window?

Mar 26, 2011

I want the three buttons on the top of the window to be on the right side, but every time I go to another theme they get switched over to the left again.

View 5 Replies View Related

Fedora :: Window Button Placement - To The Left Like In Ubuntu ?

Jan 17, 2011

Is there an easy way to move the buttons to the left like in Ubuntu?

View 4 Replies View Related

OpenSUSE Install :: LVM - Can't Boot Into X Window - Only GRUB Command Line During Boot

Nov 4, 2010

Out of curiosity and stupidity, I configured 2 extended partitions to LVM in gparted. Now, I can't boot into X window, and there's only GRUB command line during boot.

View 5 Replies View Related

Debian :: Remembering Window Placement On Dual Monitor Setup

Mar 22, 2016

I am wondering if it is possible to have programs remember which monitor they were last placed on when re-opening them?

View 1 Replies View Related

Ubuntu :: Create A Window Message From Command Line?

Sep 20, 2010

Is there a way to create a windowed message from the command line? Like an alert?

View 3 Replies View Related

General :: Open A Folder In A Window From The Command Line?

Nov 24, 2010

How can I open a folder in a window from the command line. I don't want to list the contents of the folder by the "ls" command, but want to open the folder through the command line, like it opens when we double click on the folder.

View 12 Replies View Related

General :: X Window KDE Logout / Exit From KDE And Go To Command Line?

Mar 28, 2010

every time I logout from Xwindow KDE, it doesn't redirect me to Linux command line, instead it was halted without the machine being shut down. How can I exit from KDE and go to Linux command line?

View 10 Replies View Related

General :: Create A New Terminal Window From The Command Line In RHEL 5.3

May 18, 2011

I use putty to get to my RHEL 5.3 workstation from my Windows laptop.

Typically, if I want a new terminal on my windows 7 workstation from another terminal or mc, I have to type start and I will see a new terminal window running the default shell.

QUESTION : What is the equivalent command in RHEL 5.3 (and or solaris) to create a new terminal window from the command line ? I will be entering this command from the shell prompt or mc's command line.

In Windows, if I want to start another terminal and in that terminal, I want to run a program, I can do "start program.exe arg1 arg2". this will create a new terminal window and runs program.exe in that terminal window. I don't have to create a terminal and then in a separate step run the program. How can I do this in Linux ?

View 3 Replies View Related

Ubuntu :: Change Default Window Manager Through Command Line?

Jul 16, 2011

I'd to know how to change ubuntu's default window manager through command line.

View 1 Replies View Related

Ubuntu :: Compiz "smart" Window Placement And Cairo-dock?

Aug 23, 2010

I have cairo-dock 2.2 set to auto-hide when it overlaps the current window, allowing me to maximize windows to fill the entire screen or view two windows side by side with grid without having the dock taking up space (but still accessible by going to the bottom of the screen). My only problem is that this way I can't effectively use the Smart mode in the Place Windows plugins of compiz because new windows get placed over the dock and hide it when I don't want to. So I'm stuck using Cascade.

Is there any way to make it so a window will not appear on top of the dock without using panel mode or some other space-wasting feature, or any kind of "keep below" arrangement making the dock inaccessible when a window is over it?

View 1 Replies View Related

General :: Use Command Line And Wmctrl To Make A Window Larger Than The Screen To Get A Huge Screenshot?

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

Ubuntu :: Show Contents While Resizing A Window?

Jan 24, 2010

Anyone know the trick to getting Ubuntu to show the contents of a window while I resize it? It WAS doing this until I loaded up the drivers for my Nividia Quador 135M (works great!) I'm very happy with my Ubuntu 9.10, I even have all the bouncy window effects running.

Still, I would love get rid of the "faded blue resizing box" and see the contents instead.

View 6 Replies View Related

Ubuntu :: 10.04 - Window Resizing Very Slow And Laggy

Sep 16, 2010

Ever since I installed 10.04 my window resizing has been incredibly slow. The type or resizing I mean is when you grab the bottom-right corner or one of the sides. I used to use 9.04 a while back and never had this issue. I have an nVidia 8400. My monitor is a Dell 22" widescreen at 1680x1050 resolution and 60hz. I do not have any visual effects turned on.

Here is my xorg.conf:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Nov 8 21:50:38 PST 2009
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection .....

View 1 Replies View Related

Ubuntu :: Disable Window Resizing When Dragged To An Edge?

May 9, 2011

In 11.04, how can I disable windows automatically resizing when they're dragged to an edge? It's incredibly irritating.

View 5 Replies View Related

Ubuntu Installation :: Resizing Partition Window Stays At 0 Percent

May 20, 2010

I am installing ubuntu on my Delete Inspiron laptop and after selecting "install them side by side" option the window saying "Resizing partition..." on it has come up and just says 0%. I am partitioning so that ububtu has 100GB, but should it be taking this long - it's been about 25 mins. Is this normal?

View 3 Replies View Related

OpenSUSE :: OpenOffice Writer Period Placement Warning

Dec 16, 2010

My document contains a parenthetical remark, like this:

(This is a long parenthetical remark.)

OpenOffice Writer advises me that the dot should rather be placed after the parenthesis:

(This is a long parenthetical remark).

I think OpenOffice Writer is wrong.

View 9 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

Debian Multimedia :: Disabling Automatic Resizing Window (Aero Snap)

Jul 24, 2015

In Debian 8.1 with KDE, I don't find how to disable the automatic resizing of windows when the mouse drags a window to screen edges; seems that this function is called "aero snap".

I would like to disable this aero snap function.

View 2 Replies View Related

Ubuntu Installation :: Window Decorations Lost - No Icons For Close Minimize Maximize - No Resizing By Mouse

Apr 30, 2011

After upgrading from 10.10 to 11.04, at first everything worked fine. Then i changed the compiz configuration to cube, confirmed some questions, and now i have no window decorations. No icons for close, minimize, maximize. No resizing by mouse. No title bar.

In the launcher, i lost applications and files&?, and in the top menu bar, i lost the leftmost part, where some menus and the Ubuntu icon were found.

View 4 Replies View Related

OpenSUSE :: Boot To A Command Line?

Mar 12, 2010

Running 11.2, Is it possible to configure it to boot directly to a command line, outside of the GUI....as a default

View 9 Replies View Related

OpenSUSE :: Sending A Command Line SMS?

Jun 21, 2011

I'm trying to send a text message from the command line to a cell phone. Right now I'm working with gnokii but it isn't panning out. I ranCode:echo "This is a test message" | gnokii --sendsms +17191234567 -r but it isn't working. The output I get is this

Code:
GNOKII Version 0.6.27

[code]....

View 9 Replies View Related

OpenSUSE :: Start VirtualBox From Command Line?

Feb 5, 2010

if is posible to start a VM from the command line?

[code]...

View 3 Replies View Related

OpenSUSE :: Find Files In 11.2 Without Using The Command Line

May 25, 2010

How do I find files in opensuse 11.2 without using the command line. I see in dolphin "nepomuksearch", but it doesn't work. Even in the command line you cannot whereis a file like Monday, Monday.mp3. whereis also seems to be case sensitive.

View 5 Replies View Related

OpenSUSE :: Starting Applications From Command Line?

Feb 20, 2011

I am a redhat admin and also use Ubuntu. Installed opensuse on my home machine to give it a whirl. I can't seem to figure out why i can't open gui application from the command line.

I receive a GTK error when trying to open with sudo. What am i doing wrong?

EDIT: NM solved my own question, had to add DISPLAY and XAUTHORITY to the sudoers file.

View 5 Replies View Related

OpenSUSE Install :: Keep Iso's Updated - Can't Use Command Line

Jun 25, 2011

Doing an install of Suse 11.4 --- and the screen runs off the monitor to the right. A little guess word with the tab key and I could move through the install process by tabbing three times after the ""help" button. As I'm writing this the machine rebooted after initial load and the screen is okay - and I can see the abort-back-next buttons now. But really, what's with that? That's just so unprofessional. Hopefully the dev team reads these forums since there isn't any easily discoverable way to communicate with them. And you don't keep the iso's updated? The BETA of Firefox 4?? Really? Then I can only update to 4.01 from the repository? so I download an unpack the 5.0 from Mozilla -- and find out ./configure no longer works. The archive extractor still doesn't have an "install package" option anywhere, and now I can't use the command line either?

View 8 Replies View Related

Ubuntu :: Resizing Windows In Evolution \ Resizing Doesn't Work And It Only Moves Horisontally, Not Vertically?

Oct 28, 2010

maybe this is something extremely simple and my brains are just mush after a whole night of struggling (and succeeding) with wifi driver issues.i'm running a brand new 10.10 netbook on a brand new asus eee 1015. i am trying to set up my email in evolution and the evolution windows are larger than the netbook screen, which means that the OK, SAVE, etc buttons are outside reach. i tried to resize, move window - resizing doesn't work and it only moves horisontally, not vertically.

View 9 Replies View Related

OpenSUSE :: Change Default Command Line Editor?

Mar 1, 2010

I want to change the default command line editor from vim to nano, so for example when I type "visudo", I want it to user nano. In Ubuntu this can be easily done by using "update-alternatives --config editor", but openUSE doesn't have an editor-option

View 4 Replies View Related







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