similar to: running application from gnome-terminal

Displaying 20 results from an estimated 30000 matches similar to: "running application from gnome-terminal"

2008 Jun 18
4
inverse cumsum
I've a matrix like this: 1985 1.38 1.27 1.84 2.10 0.59 3.47 1986 1.05 1.13 1.21 1.54 0.21 2.14 1987 1.33 1.21 1.77 1.44 0.27 2.85 1988 1.86 1.06 2.33 2.14 0.55 1.40 1989 2.10 0.65 2.74 2.43 1.19 1.45 1990 1.55 0.00 1.59 1.94 0.99 2.14 1991 0.92
2011 Oct 12
1
Re: dot matrix POS parallel printer problems
fluis wrote: > With ubuntu 7.10 and wine 0.9.57 there isn't any problem. > > Thank you for your help > > Luis Forra > --- I've had the same problem with you Fluis. I joined this forum because of this problem. now I've installed ubuntu 7.10 and wine 0.9.57. My printer is great now thanks to you :D
2010 Dec 15
3
Google Picasa / GNOME / how to launch application?
I had installed Picasa,apparently properly, but am unable to launch the application. In the GNOME Desktop menu, Applications > Graphics > Picasa > Picasa it does not launch. Reinstalled it and the same issue. Reinstalling: picasa i386 2.7.3736-15 google It is installed in /opt/picasa Box is CentOS 5.5 (32 bit) fully updated. How can I get this app to
2007 Jun 07
3
1) Power off 2) Automatic updates with GNOME
Hi, 1) When I'm doing a server install as well as a desktop install, I always start from a minimal install, then add components as needed. Now I noticed that on a minimal system (no X11, no GNOME), when doing either 'halt' or 'shutdown -h now', the machine halts... but doesn't switch off the power. The user has to do it manually. (I vaguely remember that on older
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Could someone please apply this patch to the Win32 support so that Morten and Jeff can handle the recent changes? I can't do it because I"m on the road with only email access. Thanks, Reid. -----Forwarded Message----- > From: Morten Ofstad <morten at hue.no> > To: Reid Spencer <reid at x10sys.com> > Subject: Updated LLVM Visual Studio project files > Date: Thu,
2008 Apr 02
6
Wine menu in Windows application
Hi! Here something I noticed: When using the application, most of the menu points are missing (this means I can save using the icon, the corresponding menu item is missing, the menu item "back" is missing although CTRL +Z (on a German keyboard) is working). Now, Wine's menu is being added see screenshot. The screenshot had been taken on Crossover but since it definitely comes from
2011 May 04
3
join tables in R
I'd to match-merge 2 tables in such a manner that I keep all the rows in table 1, but not the rows that are in both table 1 and 2. Thank you for your help, Alfredo > master <- data.frame(ID=2001:2011) > train <- data.frame(ID=2004:2006) > valid <- ??? in this example table valid should have the following > str(valid) Year: int 2001 2002 2003 2007 2008 2009 2010 2011
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Some of the run commandlines don't seem to be the *default ref* configuration. For instance, in 099.go, what's in the script is: LEVEL = ../../../.. BM=099.go ifeq ($(RUN_TYPE),test) STDIN_FILENAME = /dev/null STDOUT_FILENAME = null.out RUN_OPTIONS = 40 19 else STDIN_FILENAME = 2stone9.in STDOUT_FILENAME = 2stone9.out RUN_OPTIONS = 50 9 endif include ../../Makefile.spec95
2013 Mar 19
3
2 questions re UPS management
Hi, trying to figure out how the system manages UPS connections. On both Centos 5.9 and 6.4, merely plugging in a USB UPS device causes an icon to appear in the top panel, and (at least on 5.9, haven't yet tested this in 6.4) when the UPS suffers a power failure the system notices and after a bit does a clean shutdown. All this without installing ANYTHING extra. one of the UPSes I'm
2007 Jun 16
1
Re: [hylafax-users] Having problems running sendfax from a bash script.
I've been working on a way to send faxes from a bash script. It requires changing what parameters are used for each command. I keep having problems with quoted strings passed to the command. I've created a really short test script which fails on my system. commandline="sendfax -f noreply at prudentrx.com -n -x \"Test fax\" -d 13105551212 /etc/hosts" echo
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote: > which suggests the compiling command: > gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c g27b.c > g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c g2s3.c g2shp.c > and the running commandline: > ./spec_go 50 9 2stone9.in > < are these correct ? > I believe that we only include test/train inputs for
2011 Jan 27
2
[LLVMdev] Question about compiling plugins for LLVM tools
When I load my plugin into opt or llc, I get a bunch of warnings: llc: CommandLine Error: Argument 'use-unknown-locations' defined more than once! llc: CommandLine Error: Argument 'disable-debug-info-print' defined more than once! llc: CommandLine Error: Argument 'print-dbgscope' defined more than once! llc: CommandLine Error: Argument 'disable-sched-hazard'
2011 Feb 02
0
[LLVMdev] Question about compiling plugins for LLVM tools
On Thu, Jan 27, 2011 at 1:27 AM, Talin <viridia at gmail.com> wrote: > When I load my plugin into opt or llc, I get a bunch of warnings: > > llc: CommandLine Error: Argument 'use-unknown-locations' defined more than > once! > llc: CommandLine Error: Argument 'disable-debug-info-print' defined more > than once! > llc: CommandLine Error: Argument
2009 Jan 03
2
How to replace application icon?
I've installed Tournament Indicator (poker hand analyser) but instead of the normal program icon, it has assumed the wine default wineglass icon. I know the location of the icon....so how do I assign that icon to the desktop?
2007 Jun 19
1
[LLVMdev] Question about adding a pass in LLVM
Hi, I've met a problem when I am trying llvm. I've added a small pass in it, and when I define or use an object of APInt class, it will get the following output while running: $ opt -load hello.so -hello test.bc -o test.hello.bc opt: CommandLine Error: Argument 'disable-opt' defined more than once! opt: CommandLine Error: Argument 'disable-inlining' defined more than
2005 Jul 22
2
[LLVMdev] Need help on SPEC 95 "standard" commandlines
Does anyone know the "standard" commandline to compile and run spec95 benchmarks ? I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not sure if they are the *default ref* configurations. <Some of them seem to use smaller problem sizes.> SPEC95 was retired many years ago, so few people around me know how to compile and run them. I am building from
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote: > Does anyone know the "standard" commandline to compile and run spec95 > benchmarks ? > > I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not > sure if they are the *default ref* configurations. <Some of them seem to use > smaller problem sizes.> SPEC95 was retired many years ago, so few people
2008 Oct 11
5
msiexec errors with photobook installation
I am unable to install the programme from photobook.com.my on my Ubuntu 7.10 Gutsy with wine 1.0. Can someone help on this? The wine is set default to WinXP and there is nothing in new override for library. Below is the output: $ wine Desktop/MyPhotoBookInstaller.exe Usage: Install a product: msiexec {package|productcode} [property] msiexec /i {package|productcode} [property]
2008 Sep 05
4
Gnome Desktop Questions?
I have a couple of oddities that I hope someone here can clarify for me. OS = CentOS-5.2 all updates applied to date. 1. On the gnome desktop in the top panel (or menu bar) I have an icon for "System Monitor" which runs the application "gnome-system-monitor". On my other desktop CentOS-5.2 system I have the same thing. However, one one system the icon gives me a real time
2007 Sep 17
3
data frame
Hi everybody, If I've a data frame like this: dataframe a X0 X2 X4 X6 X8 X10 X12 X14 X16 1957 0 0 0 0 0 0 0 0 0 1958 0 0 0 0 0 0 0 0 0 1959 831 0 0 0 0 0 0 0 0 1960 544 282 0 0 0 0 0 0 0 1961 446 365 0 0 0 0 0 0 0 1962 442 473 0 0 0 0 0 0 0 1963 595 468 0 0 0 0 0 0 0 1964