|
Is there a way my program can determine when it's running on a Remote Desktop (Terminal Services)?
I'd like to enable an "inactivity timeout" on the program when it's running on a Remote Desktop session. Since users are notorious for leaving Remote Desktop...
Started by Kluge on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
/// If we are, then you MUST disable animations and double buffering i.e. .
In a remote desktop session.
|
|
When I start Ubuntu it enters tty[1-6] instead of my desktop. Normally I could get back to the desktop by pressing CTRL + ALT + F7 but that doesn't work.
I tried sudo apt-get install ubuntu-desktop but it fails. I tried startx which started the x-server...
Started by Bua on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
(Unless Karmic has replaced GDM, which I doubt.)
If you were using GNOME, you... .
It sounds like you might have managed to uninstall your desktop environment.
Login, and type: /etc/init.d/gdm restart
This should launch Gnome Desktop Manager.
|
|
One of the cool things about the .NET Compact Framework is that you can run .NETCF executables on the desktop version of Windows. However, there are minor incompatibilities between the platforms that have to be dealt with at run-time. My question is, ...
Started by Qwertie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For Both Mobile And Desktop Apps.
|
Ask your Facebook Friends
|
I am trying to run this script which changes my desktops background to a random picture in a directory. It works from the command line, and the cronjob gets run (added output and it gets spit out to a log file), but I can't get it to change my background...
Started by Corey Hart on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
desktop/gnome/background/picture_filename "$PIC"
and it's works on Fedora 12
I works great on my01 * * * * /home/username/.wallpapers/flip.sh
means it runs every hour, if you want to run it every-in-your-wallpaper
bug: https:/....
|
|
I am dealing with some software that "wants" to be run from a system that has a desktop (call it the primary package). This software invokes other packages that also run as user level applications on the desktop (call them the secondary packages).
Most...
Started by Peter M on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
As you stated gui-based programs will run perfectly fine in it's normal Guest OS with Gui, regardless if the Host OS a running GUI desktop....
It solves, there are plenty of VMs that run on host Operating Systems that are GUI-less.
|
|
I have a virtual private server running ubuntu, and I'm just curious (and expecting a solid "no" answer) if it's possible to install a desktop environment and remotely log into it. My only access right now is via shell.
I know, total noob question.
Started by scrot on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You never really need a windowing.
It's probably better to just run your server from the command line, however.
|
|
Hi,
Can I develop a desktop app in VS2008 that can also run on Mac? What approach?
That is, if I am developing an application (thick client) that runs on a Windows XP/Vista PC, is there an approach to do this such that I could also run it on a Mac? (e...
Started by Greg on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I would definitely check out Mono Develop....
Agreed on the Mono front.
You'll have difficulty with the database requirement using Silverlight, and WPF will not work at all .
I would suggest using Mono for this project, since you're already in Windows Forms .
|
|
I want to run an application every time I log on to a remote machine with windows XP's remote-desktop. I set up a schedule using XP's scheduled tasks and the start up modiier ONLOGON (and also tried ONSTART).
However nothing happens when I connect to ...
Started by räph on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
But after I closed the connection....
The other thing was that bginfo wrote its infos to the desktop wallpaper when I logged of programatically testing if the user is on a remote desktop connection or local if you need in.
From my side.
|
|
Normally it is quite easy to run the 32 bit version of a windows application from the command line, e.g. run window:
C:\Windows\SysWOW64\Notepad.exe
You can tell that the process is 32-bit by checking in task monitor\processes as it will have a *32 next...
Started by John Sibly on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
But I think you could ....
Things located in the System32 it, but as far as I know 64bit windows only has a 64bit exe for mstsc and as such can not be forced to run that tab.
Are the 32bit executables that run in 'WOW' (Windows on Windows).
|
|
I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't do is create a shortcut to my application on the devices...
Started by Mitch Wheat on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In your CAB project, continue with adding....
The file's contents should be:
46#\Program Files\My Application\MyApplication.exe.
If you want a shortcut labeled "My Application", create a text file on your PC named "My Application.lnk".
|