OpenSUSE :: Force An Application To Appear On Specific Virtual Desktop?
Jul 11, 2011
concerning controlling the windows in virtual desktop.
a) Say to a application to be launched to virtual desktop 2 for example.
b) How can you ask from a virtual application to be only visible at one virtual desktop. For example I work on virtual desktop 6 and I want to start skype that should be on virtual desktop 2. Right now If I launch the app on virtual desktop 6 it will appear on the same one. Would it be possible to ask for an applicaiton to be launched on an other virtual desktop. If yew how?
View 7 Replies
ADVERTISEMENT
Feb 21, 2010
I have 2 monitors. I'm using the Nvidia driver in Twinview Mode on the right side. I can move the cursor from one monitor to the next and I can drag applications between the two. I have multiple activities. And the second monitor selected one of those other activities as the background. I'm not sure how this was chosen, or if I have a choice. Anyone know? Do activities affect what is displayed in a dual monitor setting? As I toggle through the activities, the two monitors change, but never to the same one.
When I open an application, it's a guessing game which monitor it appears on. Can I control that?
I know if one clicks the top left corner of an application they can send it "To Desktop" ("all", "Desktop 1", "Desktop 2", etc). If I could assign "Desktop 1" to monitor 1, and "Desktop 2" to monitor 2, I could then use the "To Desktop".
At a minimum, how does one control where applications open in a dual monitor setting?
View 1 Replies
View Related
May 19, 2011
I install suse 11.4 (KDE) in my lap top. The problem is that the taskbar shows all the application from all 4 desktop. I want to restrict to taskbar to show the application of its own desktop only, not that of other desktops.
View 1 Replies
View Related
Feb 1, 2010
I know that every .desktop file comes into the Applications section but how can I find the .desktop file for a specific application?
View 5 Replies
View Related
Jun 19, 2009
I need to run an application on a virtual desktop (let say desktop #2) and control it via another app running on the root desktop (desktop #1). That would include screen capture and mouse movements. So basically I capture the application window from desktop #2, scrape it and then click on buttons via my app on desktop #1. Anyway you got the idea.Now my big question is: is that doable ? and if so what's the best language to do it ?
View 1 Replies
View Related
Jul 30, 2010
I have installed freeswitch app from opensuse 11.2 repositories. App got broken during the process/setup.., I have removed it (yast) ignoring some of it's dependencies, also I have removed folder /opt/freeswitch manually. In Yast it shows that app is still installed.. when trying to remove it, there is an error, force remove also out puts an error. "whereis" command shows no file, I was also trying to force install it one more time but it fails. Is there a was to delete it permanently?
View 3 Replies
View Related
Jun 7, 2011
If an application stops responding how do I force it to quit without rebooting
View 9 Replies
View Related
Oct 28, 2010
I have two sound cards in my computer. OpenSuSE 11.3 recognizes them both without a problem, and I can play sound through each of them. Is it possible to set one application to use one sound card simultaneously with another sound card routing to a different application? That would be sweet. For example, I have my surround speakers plugged into one sound card, so I can provide music for the whole room, and have my PC speakers next to the monitor playing a movie.
View 2 Replies
View Related
Jun 25, 2011
I run a bunch of CentOS 5.6 servers, where we continuously deploy our software. Our software comes in self-made rpm packages from a network-local yum repository. As bugs happen in software development, I sometimes want to downgrade to the previous release, so force the installation of a specific version of the package.I tried the allow-downgrade plugin, but so far no luck. Neither yum update nor yum install seem to work with allow-downgrade. (It does not seem to do anything?). Does anyone have a working example for yum --allow-downgrade?
This is what I tried:
1) Show current yum version
[root]# yum --version
[code]....
View 5 Replies
View Related
Jul 15, 2010
I decided I was going to compile XChat from source today for "fun." What I ended up doing was spending a few hours getting it to compile, then find out everything didn't work the way I thought it did. I was under the impression that after I ran "sudo make install" I was "upgrading", when in reality I'm just installing a seperate version alongside the old one. Apparently I have to keep the old version so every program that was compiled with it will continue to work, so how do I:
1) Force a program to use a specific version of GTK when compiling.
2) Find where my version of GTK installed to.
I've asked some people and I've just been told to "learn LD_PRELOAD". I've googled and can't figure how I could even apply that to my current problem
View 3 Replies
View Related
Mar 4, 2010
I've got a machine running 9.10 with two network interfaces, one being motherboard based (atl1) and the other in a PCI slot (e100). By default at boot the interfaces come up in the wrong order. I'd prefer to have the e100 come up as eth0 instead of eth1. And then have the atl1 come up on eth1 instead of eth0. Both interfaces use static addresses and IP4 routing should be active across them. Where do I configure things to force the specific settings?
View 2 Replies
View Related
Feb 7, 2011
I just upgraded my storage server to maverick and it seems the 2.6.35-25 kernel doestn like the hardware im using
since im pretty sure its a hardware related problem and the previous kernel hastn the issue im currently booting this old kernel everytime i need the server by hand (using Shift during boot for the grub menu to appear)
well, it narrows down to the following question:
how can i exclude a specific grub entry - in my case the current kernel 2.6.35-25 - so only previous kernels OR future kernels from the next updates will have a chance to boot?
View 4 Replies
View Related
Feb 9, 2011
I need to actively make sure some files, in a specific directory, are chmod 750 and owned by transmission:media-daemons. Other users will save to this directory, with other permissions and UID/GID but I must make sureto reinforce this default.
So I have this on my /etc/crontab:
Code:
# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.
[Code]....
View 1 Replies
View Related
Aug 12, 2010
I'm hoping some of the Linux network experts can help me with this problem.
Situation: I have a technology which is a WebLogic JEE application that communicates to an Oracle database. Everything is installed in a single Linux virtual machine running in VirtualBox. Traffic from the JEE application goes via JDBC over TCP to the local running database. What I want to do is test a new database firewall server that wants all traffic destined for the database to flow via another virtual machine running the DB Firewall software.So therefore want I need to do is have DB traffic forced out over one interface only to return on another interface on the same VM listening on a different address.
JEE application running in WebLogic bound to 192.168.111.12 (eth1 a VirtualBox hostonly interface). Makes a request for 10.0.111.12 (eth2 a VirtualBox internal interface) which the database is listening on. Because both IPs are on local interfaces, Linux is going to handle the traffic and not route the 10.x traffic via the 192.x interface.I also have running the database firewall server which has a bridge (br0) between the HostOnly network and the Internal network.Both systems are running Oracle Enterprise Linux R5U4, which is basically the same as RedHat.What I want to do is have the request for 10.0.111.12 forced out via 192.168.111.12, bridged over the br0 connection and back into 10.0.111.12 and to the database. My networking knowledge is pretty good, but i'm stuck right now on the right way to do this. I'm pretty sure it is possible, I just need clear advice.
Reason for setup: Ideally I would build the system with the database on a separate machine so that I can easily route the traffic. Unfortunately we have many VirtualBox based demonstration systems with both the application and database installed on the same VM and therefore the amount of work to migrate these two dual VMs is going to be significant, also many of these VMs are demonstrated from laptops which have limited resources and creating a new database VM reduces overall performance. If I can create a way to force the traffic in this manner off and back onto the same VM via the other VM bridge, it would be fantastic.
View 7 Replies
View Related
Dec 9, 2010
I am running a series of tests for an implementation of a remote pager that sends page faults to other computers in a network. Long story short, I was wondering if there is an easy way to force a process to use virtual memory as oppose to physical RAM so that I can better measure the performance of my implementation against how the system would perform while swapping to the hard drive.
View 4 Replies
View Related
Dec 14, 2010
I have my desktop displayed on two monitors. I have a chat application that opens a separate dialog window when I click on a contact.But this new window does not open on the same monitor as the contact list window.Is there a way to force all child windows to open on the same monitor as their parent?
View 1 Replies
View Related
Feb 6, 2010
Anyone knows of a video capturing tool for Linux that can work like FRAPS in Windows? Basically capture a window or full workspace in video.
View 1 Replies
View Related
May 24, 2010
This has probably been asked about before.... I would like to start apps in desktop 2, 3 and 4. To start apps during boot, I use two different methods: The .xinitrc file in /home/dan works fine under: "Add your own lines here..." Startup Applications in Gnome | System works well as well. Here, I can enter nautilus /dir and nautilus starts up just fine in that directory. But as I mentioned, I have yet to find a way to direct the program to run in a different desktop other than #1.
View 1 Replies
View Related
Jan 16, 2011
I had a play with Linux some while ago, but could never find one that worked with my computer. I know have one that worked, well so far. Haven't sorted out the printer as yet though. I am trying to locate the application for links onto the desktop. eg. Want to put Opera browser linked to the desktop, or have to locate the application for things to work.
View 9 Replies
View Related
Dec 23, 2010
I am unable to select an option that just shows the applications designated to a current desktop and hides the rest. After all these years, I do not even know why KDE does not have this set by default.
My system is openSUSE 11.3 64-bit with KDE 4.4.4
If it helps, I installed my system through the openSUSE 11.3 LiveCD.
The following are images of my Multiple Desktops and Pager Windows respectively.
Multiple Desktops Window
Pager Window
View 9 Replies
View Related
Jan 30, 2011
In my case I have TeamViewer 6 (remote desktop application) opening as one of my Startup applications. I only really need it to run in the background, so I don't need it in my face after logging in.
What I'm looking for is a command line option for opening an application in a minimized state. Is this possible? Or should I start looking into a script to find the window and minimize it?
View 2 Replies
View Related
Mar 8, 2011
I have few virtual machines running on one of xen servers & I'm experiencing a problem booting up one of clients "domain".
How can I force this machine to boot up to runlevel 1? I can't see grub menu when first booting it up!
View 6 Replies
View Related
Aug 17, 2010
When Desktop Effects are enabled in KDE the window for Tecplot 'bleeds' through, as if ~40% transparent in various regions. Disabling desktop effects fixes this, however, I would like to keep them. Is there a way to disable desktop effects on a single window/application?
View 7 Replies
View Related
Aug 24, 2010
Had a boot failure last night; first one for 11.3 64 bit:
Aug 23 19:32:06 suse1 gnome-session[4822]: WARNING: could not read /etc/xdg/autostart/ksmolt-autostart.desktop
Aug 23 19:32:06 suse1 gnome-keyring-daemon[4800]: unable to create keyring dir: /home/rthornto/.gnome2/keyrings
Aug 23 19:32:06 suse1 gnome-keyring-daemon[4800]: couldn't write to file: /home/rthornto/.gnome2/keyrings/login.keyring: No such file or direct
ory
[Code]...
View 1 Replies
View Related
Apr 22, 2010
I want to know, how to allow to a specific user to run an application (for example Virtual Machine Manager) without entering a password? I have tried to add this user into appropriate groups, but it didn't helped.
View 7 Replies
View Related
Jun 12, 2010
how can you set specific application's data to always reside in ram, so it runs and launches super fast all the time?
i recall reading about how you could put all your libs folders into ramfs once, but it took up a lot of ram, so i never bothered, and it was really just for faster (instant) launching times.
i just want to be able to set that for specific things, like for example, the GIMP and Inkscape.
View 2 Replies
View Related
Aug 14, 2015
I want to remap my keys for a game I'm playing, for example WASD instead of arrows to walk, r, f, c to act like f1, f2, f3 and so on. I'm aware of xmodmap, but I want to do this just for one application and be able to use hotkey to toggle between this script and default setting. I've been trying to use AutoKey, but I cannot force it to work just for specific app. On windows solution is AutoHotKey, but it won't work through wine.
View 0 Replies
View Related
Oct 14, 2010
I want to make specific keymaps for application, that working only in it and doesn't affect other apps.
For example, I already use my Caps key to toggle input language (via xorg.conf), but I want Capslock to behave like Esc in vim.
Looks like xmodmap doesn't have any options related to that.
View 1 Replies
View Related
Jul 24, 2010
I am using ubuntu 10.04 and opensuse 11.3. I would like to know how to assign each application to a specific worksapce. For example,when I open a pdf file, it will be moved to workspace2. When I open a movie, it will be moved to workspace3. In Leopard, "Space" have such features. I would like to know the way to achieve this in ubuntu and opensuse, in an easy way, meaning that just need to install a small package, not a big one , like compiz
View 1 Replies
View Related
Jan 4, 2011
I just changed my windows to Ubuntu. Now I need to install software for my SLR camera, I tried to do an search on but end in vain. How can i use the sony software on my system.
View 4 Replies
View Related