Ubuntu :: Running Graphical Apps With 'at'

Jan 24, 2010

i'm trying to run a graphical program at a specific time with the help of 'at'. i'm on kubuntu but i think this will be the same on any *buntu.

because 'at' is such a common word. i found this bug [URL] but the mentioned work around doesn't work.

i can make at work with command line if i enter the a tty to make the output to.
example of what i do is:

Code:
$ at now
warning: commands will be executed using /bin/sh
at> date > /dev/tty1
at> <EOT> (CTRL+d)

[Code]....

View 4 Replies


ADVERTISEMENT

Fedora :: Run Graphical Apps As Su Without Launching From The Terminal?

Jan 8, 2010

Is there a way to run graphical apps as su without launching from the terminal? For example is there a way to open File Browser as su? And if the only way is via the terminal, then how can I find out the names of apps like the File Browser so I can launch them?

View 8 Replies View Related

OpenSUSE :: Appearance Of Graphical Apps Run As Root ?

Feb 6, 2010

When I run graphical applications as root (on KDE4), they inherit my window decorations setting, and use the default widget style. I know that, obviously, I can configure root's widget style to match mine, but I do like the visual distinction. I just don't like it using my window decorations, because I have that nicely configured to match my widget style (and therefore clash with anything else). Is there any way to tell KWin to decorate root windows differently, or even run a separate window manager for root windows?

View 9 Replies View Related

Software :: Can Run Any Graphical Apps Without Loading Desktop Environment

Feb 5, 2009

In programming sense what is Desktop ?I can run any gnome apps using terminal or "Run Application" ?Such as , to open terminal i can type gnome-terminal and it invokes. What is Xwindow , xserver and Why do we need Gnome , KDE etc ?Why i cannot launch any graphical application [ firefox as example ] without loading xserver ?? I donot need wallpaper , start menu bla bla .. I only want to run any graphical applictaion using default black terminal.

View 4 Replies View Related

Software :: Opening Several Graphical Apps Via X On A Remote Server?

Mar 5, 2010

This is my first post here. I hope someone can help because I'm quite frustrated by now. I'm trying to write a bash script which will start a graphical app on our Ubuntu compute servers via X. I'm using a loop like:

for machine in 1 2 3 4 5 6
do
ssh -X computer-$machine "xeyes" &

[code]....

View 3 Replies View Related

Software :: DOS Graphical Application Is Not Running On DOSEMU?

Jul 8, 2009

I have installed Linux 2.6 kernel RHEL 5.3 server edition, Upon we installed DOSEMU 1.4.We are unable to run the dos graphical applictions over dosemu. One sample DOS EXE for drawing a circle using Graphics library routines in C fails to start and displays the following errorBGI Error: Graphics not initialized (use 'initgraph')Please let us know any dosemu configuration setting to tweaked to run the DOS graphical application

View 1 Replies View Related

CentOS 5 :: Running X Window Graphical Application Over Ssh Session?

Sep 14, 2010

I want to run X window graphical application over ssh session on my server running Centos 5.5 . i used the -X flag for ssh (ssh -X user@serverip). i checked the /etc/ssh/sshd_config file on the server and i have the line "X11Forwarding yes". but i can not run any X applicaton. when i use root account i get the message: xauth: creating new authority file /root/.serverauth.15813

[Code]...

View 3 Replies View Related

Ubuntu :: Running Apps As User Gdm?

Feb 26, 2011

In Karmic, I could run an app as user gdm by issuing the following command (assume the app is gconf-editor)

Code:

gksudo -u gdm dbus-launch gconf-editor

Now that I've switched to Marverick when I issu the same command I get this:

Code:

towheed@GA1A4CH:~$ gksudo -u gdm dbus-launch gconf-editor
No protocol specifiedNo protocol specified
** (gconf-editor:19812): CRITICAL **: Failed to parse arguments: Cannot open display:

I checked my environment variable DISPLAY using:

Code:

towheed@GA1A4CH:~$ echo $DISPLAY

and it returned:

Code:

:0.0

Now I ran the command:

Code:

gksudo -u gdm dbus-launch gconf-editor --display=:0.0

and got the same error as before.Has either or both dbus-launch or gksudo changed their behavior os is this a bug. Note that the command does not work with any applications being run as the user gdm.

View 2 Replies View Related

Ubuntu :: WindowList - Can't Find Running Apps

Mar 14, 2010

I have 4 workspaces set up and they appear on the bottom menu bar. Usually I can switch to each and see what's running in each, even if the apps are minimised. Now I can only see what hasn't been minimised, and I can't see or return to the ones that are minimised... System Monitor shows the minimised apps are running... I was poking around gconf editor late the other night and I must have altered a setting but I have no idea which. I've looked through docs etc but can't find a solution.

View 6 Replies View Related

Ubuntu :: Cannot Install New Browsers - Other Apps Running?

Feb 16, 2011

After downloading a Chrome (for Linux of course) installation package via FireFox. Opening it from Downloads, entering the Administrator password. Then clicking on the " Install Package " button in the " Package Installer " window, I get a message:
"Only one software management tool is allowed to run at the same time, please close the other application 'synaptic', 'aptitude', or 'update manager' first."
I see no evidence of these apps or any others running & I got rid of the Firefox. Are these " Other Apps " hidden somewhere, how do I determine this?

View 1 Replies View Related

Ubuntu :: Running Apps From Across Two Distros On Same Disk

Feb 21, 2011

I really do not know how to phrase this question properly. I am quite unaware of the PC jargon. But I have Ubuntu as the main OS and Mandriva is the second OS on the same hard disk. The boot loader is the Ubuntu. When I want to switch to Mandriva, on boot up I press Shift and then select the kernel.However, if I am on Ubuntu and want to run an application which resides on Mandriva, how do I do that? My fstab file does not even mention Mandriva. However, the file system does show up that file and I can open any files I need by clicking on GUI "Places". But when I try to run any of its applications by clicking the appropriate file on its /bin file nothing happens. A pop-up window briefly flashes and disappears. So my questions are:

1. First how can I change directory so that I am on Mandriva. Can' cd ...something' take me to that file because I see it in "Places" as a 36Gb file system?
2. How can I run an application which resides on that file system e.g., R or Octave which I do not have installed on Ubuntu, without rebooting into Mandriva.
3. Can I do this from command line.
4. And finally, can I do the same from Mandriva i.e., access Ubuntu from it.

I did read quite a bit about mounting files and fstab, but the fstab does not show the file system I am talking about. These are the outputs from Ubuntu os.

View 2 Replies View Related

Ubuntu :: X Apps Via SSH - Displaying Already Running Instance Of A Process

Jan 5, 2010

how to configure X11 forwadring over SSH so, that when I open any app over SSH, I get displayed window of a process that is already running on my server (in case its running ), not a new instance of it.

View 3 Replies View Related

Ubuntu Multimedia :: Running Apps Through JACK In Lucid?

May 22, 2010

I have lucid and jack almost the way I want. I can't get apps like flash (in firefox) and rhythmbox to run through JACK. I've followed some outdated guides on the forums here, but I haven't had any luck.

I set up gstreamer to use jackaudiosink, but no luck.

If you ask me, JACK + ALSA should be the default, with maybe a simplified or automated control system for people who don't want to exploit their might

I hate having to close up a massive JACK patch just to watch a quick movie, or having to close Pidgin so JACK will start.

View 1 Replies View Related

Ubuntu :: Running GNOME Apps In KDE - Looked Old Fashioned

Sep 15, 2010

I've just installed KDE on to my regular Ubuntu 10:04 install and thats all good and well but now when I run my fav GNOME apps in KDE, they look old fashioned like some from Win 95 or 98 type thing. Do I have to install additional GNOME Libraries and if so which ones?

View 4 Replies View Related

Debian :: Running Too Many Apps On My DockStar?

Feb 4, 2011

What are the ways to check the CPU/memory utilization on my headless torrent box on Seagate DockStar? Besides rtorrent and sabnzbd, I also have Asterisk running on it for occasional telephone calls.

View 1 Replies View Related

General :: Wins Apps Running On 10.04?

Jul 14, 2010

my wife needs the 'horrible' dos because she uses - Russian - programs written for windows only.

i suppose:
they - the Russians - never discovered the linux-os (very surprising)
or
she - my wife - got the wrong version.
my Q:

is there an easy way to run windows-progs on ubuntu 10.04 ?

View 5 Replies View Related

OpenSUSE :: Running Gui Apps As Superuser?

Jul 18, 2010

Im comming from ubuntu/mint and one of the things I got used too was doing something like "sudo nautilus" or "sudo gedit" and similar things. In Suse 11.3 I always get errors like the following

(gedit:6115): Gtk-WARNING **: cannot open display:
kate: cannot connect to X server
Could not parse arguments: Cannot open display:

or similar variations of these.What can I so to prevent this from happening? even if I do "su" and try from there it doesnt always work.I like Suse as it feels more professional then ubuntu, but I am trying to make it as user friendly.

View 5 Replies View Related

OpenSUSE :: Running Apps Don't Appear On Taskbar

Oct 15, 2010

I had some problems which were were already as bugs on which kde4.4.4 crashed and since than I lost this functionality. I cannot say if I have any apps running if they were all minimized as they don't appear on the taskbar. I can switch through them via Alt-Tab.

View 1 Replies View Related

OpenSUSE :: Running Win Apps Under Wine?

Jun 12, 2011

There are some apps for win that run on wine just with an ordinary install procedure. There are others that will never work at all. But there are also some that wine users claim to have made run by changing some specific configuration of wine, using some trick or even creating scripts on playonlinux.

So if I try to run an app on wine and it doesn't and I don't find any user documentation about some specific trick or config for that app what adjustments can I do to try to make it run? I mean, it's tiring and perhaps foolish to spend hours playing with every possible config in wine frontend without knowing what I'm doing. So what can I do to find out what libraries, configs, tricks or scripts are needeed to make an app run under wine if it didn't at the first try?

View 9 Replies View Related

Networking :: Running Web Apps In Windows?

Feb 27, 2011

I have a simple home network consisting of 2 laptops - one is a linux box and the other runs windows and linux with a dual boot setup.I develop my web apps on the linux box but would like to test them out on the windows machine using IE7. I have abandoned the idea of doing this in Linux using wine since in the real world this is unrealistic

View 9 Replies View Related

Ubuntu :: Graphical Volume Manager - Finding Graphical Partition Editors That Work With Lvm2

May 9, 2010

I know how to manage them from a commandline but I was wondering if there are any graphical partition editors that understand and work with lvm2?

View 1 Replies View Related

Ubuntu Multimedia :: Enable Audio For Other Apps While Mythtv Is Running?

Nov 14, 2010

I have Songbird running on another display on the same machine as my Mythtv frontend but while the frontend is running, audio seems to be disabled for it and other applications. I assume that this is because Mythtv suspends Pulse audio.

Is it possible to make this work without enabling pulse audio?

View 2 Replies View Related

Fedora :: Running 32bit Apps On 64Bit 11?

Mar 25, 2010

I'm trying to run a library compiled in a 32bit Linux (CentOS) environment on my Fedora11 64bit image. I ran into a few issues with dependencies such as gcc, xml2, ssl plus a whole stack more that existed in /lib64 and no/lib where the binary was expecting them. After a bit of reading around, I found I needed to install the .i586 version of each of the dependencies. After adding most of them, I was left with libssl, libcrypto and libxml2. When I tried to do the following

Code:

yum install openssl.i586

I got an error stating it could not be copied due to a conflict with the i686 version. I was going to erase the i686 but it was going to remove a ton of other stuff so I created a symbolic link in /lib to point to 64bit version. Eventually, ldd had no missing dependencies so I figured I was good to go. I now get the following errors when I call my library

./SupervisionServer: /usr/lib/liblber-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: /usr/lib/libldap_r-2.4.so.2: no version information available (required by /lib/libphp5.so)
./SupervisionServer: error while loading shared libraries: /lib/libpalo_ng.so.0: cannot restore segment prot after reloc: Permission denied

PHP is installed and working and the libpalo_ng.so.0 is in the /lib folder

View 5 Replies View Related

General :: Display GUI Apps Running On One Box On Another Machine?

Sep 8, 2011

I'd like to display GUI apps running on one Linux box on another machine.

I already do this with local machines, but how to do this over the internet?

Update: I'm already using ssh to access the machine over the internet.

View 3 Replies View Related

General :: Auto Running Apps In Succession?

Aug 19, 2010

I want to write something that will run apps in succession.For example, you'd click on the app icon,and it would start up one application, have questions alert the user to add a file to do something in that program, run that program & finish. Then open up another program to take that file and prompt the user to do something else with it, and so on.Basically I have a friend who needs an auto, completely easy interface to accomplish certain tasks that require multiple application steps to perform.

View 7 Replies View Related

Ubuntu :: Freshly Booted 8.10 With No Apps Running Shows Network Activity?

Mar 30, 2010

How can I track down what's using my nic and kill it (if appropriate). There are no applications running which might be authorized to send and receive packages, so I don't really know why the System Monitor shows network activity.

View 9 Replies View Related

Software :: Running Windows Apps By Installing WINE?

Jan 26, 2011

I'm somewhat knew to Linux (CentOS), so WINE is completely foreign to me also. I'm immediately interested in TaxAct, which is how I learned about WINE. My question is whether my system will maintain the same stability that Linux is known for, and whether my CentOS build will keep it's current RHEL integrity after I install WINE, and probably other Windows Apps. Your experience with WINE is coveted.

View 4 Replies View Related

Ubuntu :: Script Display A Nice Little Graphical Thing To Indicate That The Script Has Finished Running?

Sep 9, 2010

I've been starting to have a play with scripting, I'm still learning the basics though.I have one little question that. I want to have the script display a nice little graphical thing to indicate that the script has finished running. preferably some sort of customizable message with an OK button to close it. Even better if it looks proper as though it was always an Ubuntu app.

View 2 Replies View Related

OpenSUSE Multimedia :: DVD And MP3 Playback - Running All The Necessary Files - Codecs - Apps

Dec 26, 2009

For the longest time DVD and MP3 playback have haunted me. I fully understand the idea behind open source and not packaging the codecs with the OS. My question is this: I am running openSUSE 11.2 on my lappy. When I try to follow steps online to install all the necessary codecs, plugins and applications. I always seem to run into dependency problems. Can ANYONE out there give a step by step walk through of installing and running all the necessary files, codecs, apps. from a fresh install that has worked for them to get media to work in suse 11.2? For the sake of example and trying to get this process done right lets assume that I have installed suse fresh on my system and want to play DVD's and listen to MP3's.

View 3 Replies View Related

General :: Display X Apps Running On Host1 And Displaying On Host2 ?

Feb 20, 2010

I have three boxes with lenny debian recently installed. I'd like to be able to display X apps running on host1 and displaying on host2. "xhost +" would do the trick for me if I could get it to work but as far as I can tell it does nothing. (BTW, I'm aware of the security risks. This is not a concern for me. I'm safely behind a good firewall. I'm also aware of "ssh -X" but that won't quite solve my problem. See the long version below.) I suspect that Debian secures the xhost command out of the box in some way but I can't seem to figure out what it is. If that is true and someone can show me how to reset it, or direct me to appropriate documentation I think that would solve my problem.

Here's the long version:

What I really want to do is play xbattle with my kids but I need to be able to display the board to three different screens. In xbattle the command line is: % xbattle -red me -blue host1:0 -green host2:0 {and more stuff of no consequence to my question}

This opens a game board for player red locally, player blue on host1 and player green on host2. Or at least it should. If there is a way to make this work with "ssh -X" (or anything else for that matter) I'll be happy to use that instead, but so far as I can tell "ssh -X" only lets me redirect the display back to the one I ssh'd from whereas I need to direct to multiple displays to run xbattle.

View 2 Replies View Related







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