Tagged Questions
1
vote
1answer
34 views
Start the GUI automatically in OpenBSD
I can't find the GUI to start up automatically in OpenBSD hppa 5.3. What commands must I use to get this working?
I want to use Gnome like in OpenSuse which I am more comfortable with.
1
vote
1answer
31 views
Setting mouse speed in Gnome just like in other desktop environments
When I'm using XFCE I can set mouse pointer speed to "Acceleration: 5.0 | Sensitivity: 4 px". When I have to switch KDE I can use same settings because these are simply configuration tools for X11.
...
1
vote
1answer
31 views
Setting the minimum pointer speed with no usable GNOME GUI
I use Debian Squeeze x86-64 (Kernel 3.2) with gdm3 and GNOME on a 2010 MacBook Pro.
Recently, as I tried changing the pointer configuration, I accidentally set the minimum speed of the pointer to 0 ...
0
votes
1answer
77 views
Run a program at startup after starting display services [duplicate]
I have written a script that uses the import command. I want to start it when user logins. I put path of the script in /etc/profile but because it starts before starting gnome I get errors and can't ...
2
votes
1answer
120 views
Is there anyway to run gnome desktop via a remote x window ssh tunnel?
I'd like to run the DE remotely in a window of it's own on my local workstation. When I tried the naive gnome-session from an x-window tunnel it tried to takeover my local xfce desktop, got as far as ...
1
vote
0answers
124 views
Windows losing focus on Gnome on Fedora 17
I have a problem using Gnome on Fedora 17 where, after a period of time, I cannot regain focus on any windows; that is, I can only see the desktop screen. If I Alt-Tab I can see the other windows, but ...
3
votes
2answers
123 views
Is there any way to prevent focus being grabbed by another application?
I am getting annoyed by windows under X opening and taking focus away from the current window which has focus. This is particularly annoying when you are typing a password into a password dialog and ...
1
vote
1answer
226 views
How can I have new ~/.vnc/xtartup files be configured for normal desktop by default?
When a user first runs vncserver, the following ~/.vnc/xstartup file gets created:
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec ...
2
votes
2answers
671 views
log remote X session from ssh (PuTTY)
I've googled alot about this and can't find a way to do this (or if it's even possible)
I want to log a user on a remote machine in his X session (Gnome) from a ssh in a windows machine with PuTTY.
...
1
vote
1answer
522 views
Forcing Skype window resize (under Gnome)
Using Skype 2.2 on Linux, the video which is reproduced seems to be limited to 320x240; the default options to resize the window are disabled.
Is there a way to force a resize of this window? Just ...
1
vote
2answers
233 views
Change default title bar icon
How do I set the default title bar icon for X11 applications? The xterm on my machine is displaying an icon with a red x instead of the normal application-default icon. Changing themes in gnome ...
1
vote
2answers
173 views
Having xwin start by default on system boot
My system boots into a console, from which I can launch my gnome desktop by issuing the command startx. How can X be instructed to start by default upon boot? The commands /etc/init.d/gdm3 start and ...
2
votes
1answer
186 views
Is it possible to control window management in Gnome Shell using D-Bus?
I would like to programmatically be able to communicate with the Window Manager in Gnome 3, using D-Bus.
The tasks I would like to accomplish are:
listening for new windows
get window flags (e.g. ...
1
vote
1answer
430 views
Application receives SIGKILL on system shutdown, why not SIGTERM?
We use our Java application under X that starts from /etc/X11/Xsessions.d/9999ngoma
root@denis-laptop:~# uname -a
Linux denis-laptop 2.6.32-36-generic #79-Ubuntu SMP Tue Nov 8 22:29:26 UTC 2011 i686 ...
2
votes
2answers
1k views
Open GNOME session remotely through SSH
I have a laptop connected wirelessly to my home network. I'm planning on installing a CentOS server on my network, used for a web server, a file server, and experimentation. I want to access it from ...
4
votes
2answers
638 views
How can I change the look of applications running via NoMachine?
I have set up the NoMachine NX server on a virtual machine running on a server in my datacenter to use for keeping applications running and connecting/disconnecting from them via my laptop. The ...
4
votes
1answer
285 views
Make a windowmanager/desktop (Gnome) use only a part of an X11 server's (Xvfb) resolution
I have the following problem: Let's say I have an X11 server (it is the Xvfb) set to run at a resolution of 1024x768. Now I want to run inside it the Gnome desktop, not at the resolution of 1024x768 ...
2
votes
1answer
532 views
How do I use SSH keys for passwordless SSH via X11 apps (like nautilus)?
I just reinstalled Linux on my laptop, and I'm trying to get SSH pubkey authentication working via X11 applications. Specifically, I'm trying to use baobab to display the usage of a remote filesystem, ...
4
votes
3answers
548 views
How to resume a gnome session?
I am in the middle of a project where I repeatedly have to stop X11 to debug. I stop with Ctrl+Alt+F1 then login and
$ sudo /etc/init.d/gdm stop
Then I go about my debugging. then restart gdm ...
