OpenSUSE :: 11.3 With KDE 4.4 - Tiling Window Managers

Jan 23, 2011

Does anybody here has made experiences with tiling-WMs ?
- Are there any in our repos, and there?
- Do they run under the normal DE,or only solo?
- Can I use all programs with them?
Actually,I am using openSuse 11.3 with KDE 4.4.

View 9 Replies


ADVERTISEMENT

Debian Multimedia :: An Introduction To Tiling Window Managers?

Nov 1, 2010

I'm deciding to go with a window manager instead of a desktop environment. I want to go simple and lightweight, and I know a lot of you run window managers such as openbox, fluxbox, and some tiling ones like xmonad, awesome and dwm. I want to give xmonad a try. For those of you who run tiling window managers, how do you know what is running in the background? There is no system tray in a screenshot such as this: [URL]. I'll be playing around with xmobar because that seems to be a popular panel with xmonad, and that's what's in that screenshot.

Also, how do you run your programs? You don't run it always from the command line, do you? When I want to run Chromium, I have to start up a terminal and load it that way, having the terminal and the browser open when using the browser. I know other window managers like openbox provide a right click menu, but xmonad doesn't (or does it?). I know a lot of people who use tiling window managers also use a lot of console apps, and I like that feel, but I don't think I'd want text for everything, such as the web.

View 14 Replies View Related

Slackware :: Black / Dead Space In Terminal (Tiling Window Managers)

Mar 17, 2010

I've been playing around with two tiling window managers, scrotwm, and xmonad. I like xmonad better, but that's not the point. The point is that they both produce these strange black bars at the bottom when a terminal window is opened. Note that this does not happen in fluxbox/openbox, my other wm.
Its hard to explain, so please see the screenshots: [URL]
Note the black bar, or just dead at space the bottom of the the terminal windows. In the third image, the prompt is at the "bottom" of the window, or what should be. Again, this only happens in scrotwm and xmondad, no other wm's I've tested.

View 7 Replies View Related

OpenSUSE Install :: Can't Switch Window Managers

Mar 20, 2011

I've installed Openbox from the repo and when I log out of gnome and go to log into openbox, GDM restarts. It does this with IceWM too, and even TWM. Am I missing something? A config file that needs modified?

View 9 Replies View Related

OpenSUSE Install :: Window Managers Won't Start When Logging In From Kdm

Jul 12, 2010

slash page comes up fine. KDM greeting page and username selector come up. I can choose a session.

If I choose anything other than 'failsafe' (KDE failsafe, KDE, TWM, IceWM, etc), it accepts my password and then just sits there

If I login via failsafe, then type 'startkde', KDE starts up fine and I get all my windows, virtual desktops, etc.

I also just noticed these installed as well:

Nothing in .xsession-errors

The only thing I could find in /var/log/messages that looked close was this:

View 1 Replies View Related

General :: Getting Used To Tiling Window Manager?

Jun 2, 2011

Whenever I have to use a computer that doesn't do tiling. Manually moving and resizing windows?

View 3 Replies View Related

Fedora :: Gnome Shell Many Window Tiling

Jun 21, 2011

I'm looking for a feature in Gnome Shell that would allow me to tile all of the open windows on a desktop. Something akin to Fluxbox's ArrangeWindows keyboard shortcut. I know you can tile two windows side by side, but I would need something capable of tiling ALL of them. Does something like this exist, or would I need to look into writing a Gnome Shell extension?

View 4 Replies View Related

Ubuntu :: Use Tiling Window Manager With LXDE?

Dec 6, 2010

I know that it is possible to run awesome window manager in gnome but is it possible to do this in LXDE? Is there anyway to use any tiling window manager in LXDE (as is possible in gnome)?

View 2 Replies View Related

Slackware :: Changing Window Managers?

Nov 25, 2010

I just installed Enlightenment from slackbuilds, but I'm not sure how to change over to it. Not trying to permanently switch to E, just wanting to play with it some, and use it when I need to free up resources from KDE4. How can I switch between the two?

View 3 Replies View Related

Slackware :: Add E17 To The Kdm List Of Available Window Managers?

May 10, 2011

I'm trying to figure out how to add enlightenment to my window manager list in kdm.

View 2 Replies View Related

Slackware :: Starting Window Managers Other Than Kde?

May 7, 2011

I'm having trouble starting non-kde window managers. From the start-up command line, I get an error message about the XServer when typing "fluxbox" in as a command. However, when I put fluxbox in as a command in konsole, it gives an error message (which makes sense because I was using kde). I also can't start xfce as it is not a recognized command.

View 8 Replies View Related

Fedora :: Install The Additional Window Managers?

Nov 3, 2010

I would like to try KDE and XFCE alongside the Gnome desktop but I cannot seem to find an easy way to simply install them. Add/Remove Software is completely useless with this.

View 14 Replies View Related

General :: Being Inside Multiple Window Managers At The Same Time?

Aug 8, 2010

I'm in Gnome but if I logout I can get to a menu where I can choose KDE as well as other window managers. The problem is I have a program that's running inside Gnome and I don't want to stop it. Is there some way I can get into KDE without having to stop this program?

View 3 Replies View Related

Ubuntu :: Window Managers Support For Workspace Per Screen

Dec 29, 2010

As the title says I am looking for window managers that support having a workspace per screen. Now I'm not talking xrandr, twinview, xinerma or anything. I don't think this feature is possible with metacity. Most tiling window managers are like this and I love it, it makes things so much more efficient.

View 1 Replies View Related

Ubuntu :: Program Window Managers / No Tabs On Panel

Feb 8, 2011

I tried Docky and then uninstalled it. Then got a notification on a missing library item asking if I wanted to delete association. Now I have no open program tabs on my panel. So how do I get them back? And are there other program window management programs that might be of interest? If it matters, I'm using Ubuntu Studio.

View 2 Replies View Related

Hardware :: Disable Wheel Click For Any X11 Window Managers?

Sep 9, 2010

I tried to follow some internet instructions on how to disable the wheel click (that paste the clipboard contents) but I still can't make it work. I tried to add a button mapping to X11 conf file:
Option "ButtonMapping" "1 1 3 4 5"

I also tried by creating a hal policy:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2"> <device>
<match key="info.capabilities" contains="input.mouse">
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="Linux">
<merge key="input.x11_options.ButtonMapping" type="string">1 2 3 4 5 0 0 0 0 0 0 0</merge>
</match> </match> </device> </deviceinfo>
But nothing seems to disable the wheel click.

I am using Xfce 4.6.1 with Slackware 13.0. My Mouse is a Microsoft. IntelliMouse USB PS/2 compatible.

View 2 Replies View Related

Slackware :: All Window Managers Work But Certain Elements Are Distorted

Apr 26, 2010

I've tried KDE, XFCE & fluxbox (this latter of which I think I prefer). They all work but they all have similar streaks & distortions on the GUI. Is this certainly a driver issue?

Also, after using them for a while they freeze.

In an earlier thread dc_eros suggested installing the latest openchrome, which fixed a similar problem he had with his first slack13.

View 9 Replies View Related

Slackware :: Swap Window Managers From KDE To Fluxbox Or XFCE?

Jun 9, 2010

I often swapped window managers between fluxbox kde and gnome back when I ran ubuntu to suit my needs. When I installed slackware, I picked KDE because of the convenient app suite. I don't wish to uninstall kde but I'd like to be able to pick which environment I use when I swap to a GUI. Something like a flag, startx --fluxbox.

View 2 Replies View Related

CentOS 5 Server :: VNC - Black Screen - Missing Window Managers?

May 19, 2010

I have followed to the letter the wiki HowTo on setting up VNC and it works (sort of). I get a VNC session (doesn't matter whether I connect locally, over ssh, or using a vnc client), but all I get is the dreaded black screen with an xterm top left. If I then execute 'startkde' from within the xterm I get my normal desktop up. What I am however getting, is a new desktop session. And this happens each time I start a vnc session. I.e. I end up with a LOT of user sessions for my username. (As shown up by a 'users' cmd.) Consequently, each new time I start a vnc session, I get <x> (representing the previous nr of vnc logins) number of xterm windows + 1 appearing. I never get the logged on session.

However I've also noticed my .xsession-errors file filling up. I've googled around enough to get the impression that the reason I'm not getting the logged-on session up in vnc is due to a missing window manager. but haven't hit on the right google combo to fix the issue. I can believe there being a missing window manager due the following related story;About a year ago, I went to switch from KDE to Gnome. Decided I didn't want to and then set out to switch back to KDE. Each time I installed/uninstalled via the GUI "Add/Remove Software". Eventually I got back to KDE and it appeared to work since, so I left well enough alone.t is only now attempting to set up VNC, I have come across all these issues. I firmly believe VNC will work as expected if I can resove the apparent missing window manage issue.xstartup

#!/bin/sh
# Ensures an xterm is always available
( while true ; do xterm ; done ) &

[code]....

View 11 Replies View Related

Software :: Creating A Graphical Sudo Application For The Lesser Window Managers?

Oct 31, 2010

I dislike dependency ridden applications or applications that do something useful designed for a specific window manager. So I am starting a thread specifically for requests for applications in Gnome and KDE that aren't immediately available in XFCE, Fluxbox,Blackbox, IceWM, LXDE etc. For instance, I am personally creating a graphical sudo application for the lesser window managers. What other applications would you like to see? this is NOT a request for applications for Linux is general, ONLY ones already available in Linux.

View 1 Replies View Related

OpenSUSE :: Install Wine From Their Software Managers - Dont See It Anywhere

Jul 7, 2010

In Ubuntu or Fedora I would install wine from their software managers then simply see it with my applications so I could use it. however I installed it on Suse but dont see it anywhere, in software manager it says its installed- so what am i missing.

View 9 Replies View Related

OpenSUSE :: Interface For Managers To Login And Create Proxy User ID's For External People?

Mar 3, 2011

Does anyone know what is the best open source proxy solution out there? What we need out of the proxy are the following: Access Control - There should be a web interface for managers to login and create proxy user ID's for external people Good password complexity requirement Lock down the allowed websites

View 1 Replies View Related

Ubuntu :: Awesome Or Tiling WM Users Unite

Dec 11, 2010

So who here also uses awesomewm, or a tiling window manger? I've been using awesome for about 6 months at home, and started using it recently at my new job on my desktop at work. Whether it's at work or home, I've noticed that a tiling WM has increased my productivity 10 fold. I'm able to organize everything by tag, then tile. With awesomewm I have come to love it's reliainace on the LUA language. If I need a new feature, I can add it pretty easily. i.e. I have created custom prompts with some scripting to rdp and ssh into box's with the login information, resolution, already inputed.

Put in some if/else in there also, for certain hostnames that require different credentials, or different settings. It also mounts the c$ or root drive once connected to my /ticket/##### directory. So it's a snap to copy any file over. With LUA I've been pretty much able to extend the window manger to my needs with any script I can imagine. So come on everyone, discuss! Whether you are using awesomewn, or dwn or another great tiling window manager. Post your code, your settings, lets make this thread as big as the conky thread.

View 8 Replies View Related

Ubuntu :: Tiling And Compiz Zooming Effect?

Jan 22, 2011

I'm pretty new to ubuntu/linux and my knowledge about window managers is limited, so please bare with me. I was wondering if anyone knows a decent wm that supports tiling and can also have the zoom effect from compiz (mod+scroll up/mod+scroll down). I know compiz can achieve some tiling with the grid addon but that's not that great. I was looking for something more similar to how xmonad manages windows and workplaces.

View 3 Replies View Related

Ubuntu :: Compiz Settings For Maximize / Tiling

Mar 9, 2011

I have been missing this feature from windows, and had thought I would just have to do without, but today, people have alluded that it is possible to do with compiz. I am referring to the ability to take a window, drag it to the edge of the screen and it to then fill up that side of the screen.. or if drug to the top, maximize itself. I have looked and messed with settings, and have been able to do something to the effect of dragging my mouse to the edge of the screen will kind of tile windows, but it does it to all my windows or all of a certain type and whatnot.

And I want to do it to a specific window, and then another - for the side by side viewing. it also does not vertically maximize it, only taking a portion of the screen from top to bottom. I have been able to do it this way by having only 2 windows open and using a keyboard to do so, but i would like to be able to use only my mouse. Is there a way to drag one window the the edge of the screen and have it maximize to that half-side of the screen AND/OR drag to the top and have it maximize to fullscreen?

View 2 Replies View Related

Debian :: Getting Border Gaps While In Monocle View And Tiling Mode?

Feb 28, 2011

just installed dwm i'm getting border gaps while in monocle view and tiling mode.i set border to 0 in my config.h file which fixed the problem, but after rebooting/suspend? the problem appeared again.

heres a pic: ok so maybe it was a bad idea to use black, but you can see part of the wallpaper on the bottom (the blue/purple line).

View 3 Replies View Related

Ubuntu :: Download Managers Not Working

Jun 14, 2010

Every time I try to use Tucan or Gwget to download a file, it gives me a time like 2 minutes or 47 seconds, and downloads an empty file. I checked to make sure I was logged into my RS account, tried it with zShare, and again with several different links. Does the same thing with .rar or .avi, the extension doesn't make a difference. Thought it was Tucan at first, so tried Gwget instead and both are doing it. Until now they both worked fine.

View 1 Replies View Related

Ubuntu :: Package Managers All Of It Is Not Responding?

Dec 14, 2010

My problem is whit the package managers all of it is not responding (update,GDebi,synaptic), it bater if any one know application replacing them because i'm always having problem whit them and this picture could help ;

View 5 Replies View Related

Ubuntu :: Package Managers Crash ?

Jul 14, 2011

All my package managers are crashing. I will try to start them up, they will begin loading, and then will crash. The problem began with the Update Manager putting up the red circle error icon that says: "An error has occured, please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong. The error message was: 'Error: BrokenCount > 0'. This usually means that your installed packages have unmet dependencies."

The recommended fix for this looks to be on this post that I got from LaunchPad: [url]

It says to: "Open the Synaptic package manager. System --> Administration --> Synaptic Package Manager

If anything is broken it will tell you.Choose 'Custom' from the buttons at the bottom then click on 'Broken'

Right click on the offending package and choose to remove it."

Unfortunately, Synaptic won't open.

View 2 Replies View Related

General :: Switch Between Two Desktop Managers?

Jan 5, 2010

If I install a new desktop manager without uninstalling the old one, how do I specify which one to use? I wanted to look at LXDE, so to see what would happen, I installed it without uninstalling KDE. KDE apparently just sat underneath, and was unaffected. I didn't keep LXDE, but I might, if I could switch back to KDE to do work until I understood LXDE. (Keeping up-to-date in MEPIS will force me to learn KDE 4 despite that KDE 3 was fine, so I might as well examine other desktop managers.)

View 4 Replies View Related







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