similar to: Gnome Desktop Questions?

Displaying 20 results from an estimated 10000 matches similar to: "Gnome Desktop Questions?"

2008 Mar 12
2
Gnome desktop, workspaces and windows
I was editing a file in gvim when I inadvertently pressed some key combination that caused the vim window to disappear from the desktop. I looked in ps and found that it was still running. Checking the tool bar at the bottom of my display I noticed that a large rectangle now occupied the second of four boxes on the extreme right hand side. Clicking on that box brought back the gvim instance but
2012 Oct 04
2
gnome-desktop on Centos-6.3
I have installed a minimal kvm host system. I wish to provide a graphical login on the host. To this end I performed the following group installs: yum groupinstall "general purpose desktop" "x windows system" I can login on the host system as root and then run 'startx' which gives me a desktop, sort of. The top menu bar with the various tool sets is missing as is
2006 Sep 18
3
Gnome Desktop Screensaver Security Lock Override?
We deployed our first CentOS-4 based workstation this past spring to see if we can conveniently replace all, or at least most, of our MS-Win based user systems with Linux boxes instead. Generally this trial unit has proved a success but there is one lingering problem that I cannot seem to find a straight-forward answer to: Is there an administrator override to a user's password protected
2009 May 22
3
Gnome terminal oddity
I have the following gnome terminal profile settings: Backspace = ASCII DEL Delete Key = Escape Sequence If the logged in session in the terminal window is my own user id then the delete key does nothing. If however, I su -l in the same terminal window then the delete key removes the character under the cursor and left shifts the rest of the line. I am fairly confident that the delete
2012 Oct 05
2
Installing a gnome-desktop on CENTOS-6.3 following minimal system install.
I am still trying without much success to get a desktop on my minimal + virtualization install of a CentOS-6.3 kvm host. When I run startx I get a desktop but other than the icons for computer, home and trash there is nothing displayed. I can right click the mouse and from there I can open a terminal window and creat a folder on the desktop but I have no title bar and no status bar. There are
2012 Aug 28
7
KVM as a desktop
I am nearing the end of a project that moved our disparate services and hosts onto kvm virtualized servers. What I am now contemplating is setting up my desktop as a virtual host and using one of the guests as my primary workstation. However, I am not sure how this would work in practice. I am accustomed to working with virtual instances via ssh (a terminal window) and with my desktop system in
2008 Jul 07
1
Help with gnome terminal
I am experiencing a problem with gnome terminal, most likely caused by something that I have done and which I need to undo. The problem is that somehow the gnome configuration has been changed so that the "Contents" menu item under "Help" in Gnome Terminal has the character "space" mapped as a keyboard accelerator. I would prefer that this be mapped to just about
2013 Feb 01
2
Opening a jar file from the desktop
I have java-1.7.0-openjdk installed on a CentOS-6.3 x86_64 system. On my desktop I have a jar file containing a calculator program which runs fine on CentOS-5 and on MS-Windows machines. On the CentOS-6 system when I right-click on the jar file and say open with java nothing apparently happens. When I double-click on it then I see a file browser window offering to extract the contents but there
2007 Nov 24
5
rspec.opts
Where can I find a list of the options and their usage and meanings for the contents of this file? Regards, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley Drive vox: +1 905 561 1241 Hamilton, Ontario fax: +1 905 561 0757 Canada
2020 Jul 07
3
Can someone explain why host reports no SOA record for domain on DC?
[root at smb4-1 ~ (master)]# samba-tool dns query localhost brockley.harte-lyne.ca brockley.harte-lyne.ca ALL -U administrator Password for [BROCKLEY\administrator]: Name=, Records=4, Children=0 SOA: serial=3, refresh=900, retry=600, expire=86400, minttl=3600, ns=SMB4-1.brockley.harte-lyne.ca., email=hostmaster.brockley.harte-lyne.ca. (flags=600000f0, serial=110, ttl=3600) NS:
2013 Sep 16
3
easy BASH question
I am obviously missing something basic here but can someone explain to me what is wrong with the first statement, which returns nothing? $ history | grep ^su $ history | grep su 2997 su -l 3024 su -l 3050 su -l 3054 su -l Thanks, -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited
2015 Mar 03
6
TLS, SRTP, Asterisk11 and Snom870s
CentOS-6.5 (FreePBX-2.6) Asterisk-11.14.2 (FreePBX) snom870-SIP 8.7.3.25.5 I am having a very difficult time attempting to get TLS and SRTP working with Asterisk and anything else. At the moment I am trying to get TLS functioning with our Snom870 desk-sets. And I am not having much luck. Since this is an extraordinarily (to me) Byzantine environemnt I am going to ask if any of you have gotten
2010 Sep 13
7
Problem with SSHD update.
This morning I applied the 13 or so new updates to my servers. On one of them the ssh service and clients stopped working immediately after the update. I restarted the server in anticipation that there might be some instability introduced by updating on a system with active ssh connections. However, this has not cleared the problem. The packages in question are: openssh.i386
2014 Dec 02
7
Help with at Bash script
I am attempting to get a script borrowed from DJB to work on my CentOS-6.6 box. Simplified it looks like this: tcpdump -l -n -e port 53 \ | awk '{if ($14 ~ /A.*?/) print $15}' \ | while read domain ; do echo $domain ; done ; The sticking point is the 'while read' construct. Run just as 'tcpdum | awk' I get this: english.stackexchange.com. www.urbandictionary.com.
2006 Jan 25
8
conditional replacements in rhtml
I am working on the Agile programming tutorial and trying out some ruby code. Can someone tell me why the following works: <h1>Display Cart</h1> <p> Your cart currently holds <%= @items.size %> <%= @items.size == 1 ? "item" : "items" %>. </p> while this does not? <h1>Display Cart</h1> <p> Your cart currently
2007 Sep 07
7
rpm spec files for ruby
I am trying to package ruby-1.8.6 for CentOS-4.5 and I would like to take a look at the spec files used for ruby-1.8.1 that ships with CentOS. Is there any place that I can see these or could someone do me the kindness of sending them to me? I am also confused as to how one breaks out the component parts of a build into separate rpm packages. The source distribution from ruby-lang.org seemingly
2006 Jan 27
4
testing for nil numeric value in find
In the agile/rails tutorial book the following construct is added to products.rb. def self.salable_items find( :all, :conditions => "date_available <= now()", :order => "date_available desc") end Now, I wish to extend :conditions => to exclude products that have a nil value for the price. I have tried different syntax
2011 Dec 14
2
Shutdown KVM guest not working
I am in the middle of a rather confusing situation. At the moment I am unable to shutdown a KVM guest machine. Nor am I presently able to open a virt-manager session on the host. I am not exactly sure what has happened but the problem with the vm guest is that issuing a "virsh shutdown 1" from the root console has no effect. # virsh list Id Name State
2015 Jun 16
4
NUX Skype for Linux
I had cause to install the Skype for Linux package from the NUX repo. I discover that this package is configured to automatically start Skype whenever one logs on to the Gnome desktop. This behaviour I do not wish. However, there seems to be no option in Skype to turn that 'feature' off. Is there any way to disable this in Gnome or elsewhere? I will be removing Skype shortly when the
2005 Dec 01
5
Configuring X after instal on CentOS4
What is the name of the program that replaces Xconfigurator and XF86Setup for resetting video display values for X post-install? Regards, Jim -- *** e-mail is not a secure channel *** mailto:byrnejb.<token>@harte-lyne.ca James B. Byrne Harte & Lyne Limited vox: +1 905 561 1241 9 Brockley Drive fax: +1 905 561 0757 Hamilton, Ontario