General :: How To Make VLC Act As A Kiosk
Jun 20, 2011
I need VLC to start in fullscreen mode (easily done) but not allow the users to open new files or anything. Seeing as this is for a Kiosk I need to lockdown the system behind the application. After the video is done, VLC should simply quit and exit. A user could be able to prematurely kill VLC (Alt+F4) which is also fine. Would I need a script calling VLC to add extra features instead of calling it right from my application?
View 1 Replies
ADVERTISEMENT
Jan 21, 2010
I have a few old workstations no longer serving the company. My thought was to use these as internet stations where employees can register their time thru our internal web-based application. I would like to have an environment working like Windows with the SteadyState add-on, access to a limited list of web-sites and no system changes by the user. I have looked at [URL] and [URL] which both meets me criteria when it comes to locking out the user from all system settings, but both seems to be totally open to all web-sites without the possibility for the admin to make a list of allowed sites.
Running it from a bootable CD without using the HD seems like the way to go for a surf-kiosk.
View 3 Replies
View Related
Jul 18, 2011
I've written two web pages that show the status of a internal application. The idea was to display both of them, on two different monitors, using only a single PC with two graphic cards. The system will be mounted to a wall and has no keyboard or mouse. That's why I need a script that will automatically launch two instances of firefox (in kiosk mode), each on it's own monitor.Currently the OS installed on the PC is OpenSuse, but I'm free to install a different linux flavor.So, how do I launch firefox on a specific monitor?
View 1 Replies
View Related
Nov 30, 2009
I've been trying for a while to get an 8GB usb stick configured with a bootable version of openSUSE. Without any real luck. We are running the 64 bit 11.0 on the server and I've tried various versions of the kiwi build process, without much luck. I've tried building against different versions of Suse and both 32 and 64 bit version.
I've tried copying 11.2 to a usb stick - I was able to get that to boot, but it was read only, then when I tried adding an additional partition, it wouldn't work. I've tried installing 11.2 to a USB drive and I then had a problem with GRUB. I've also tried thependrive linux link - that worked (with 11.2) up until I applied the script in the last step. Has anyone successfully done something like this? Which approach did you take? I want to be able to plug the usb stick in to a PC, boot it, and have the desktop automatically login with a couple of applications on the desktop.
View 1 Replies
View Related
May 23, 2010
I am trying to locate a simple image viewer that does the following simple function:
1. Able to open JPEG files (only .jpg images loaded).
2. Open them in full screen mode (launched via terminal command).
3. Able to close once clicked on them in full screen mode (example config file: MOUSE_BTN0 = quit)
I tried a few, I liked the simplicity of Eye of Gnome ( eog ), but the close on a click while in full screen doesn't seem an option? Unless there's a config file hidden somewhere?
View 4 Replies
View Related
May 15, 2009
I'm trying to run Firefox 3 in a VNC server without a window manager, since I don't want Firefox window chrome. My only problem is that I can't figure out how to resize Firefox. There are parameters to specify width and height, but they don't work (#5104). Please, are there any solutions?
Another question: VNC server seems to run twm, even though it isn't installed. How is that possible?
I'm using Ubuntu Server 9.04.
View 1 Replies
View Related
Mar 1, 2010
The board is an intel chipset running a 600 mhz sempron. There is no hard drive. There is a 4 gb sd card and 512 mb of ram. I am considering using true crypt to hide the real OS and actual gaming roms. The distro must have touchscreen support. I have a prototype board running a standard Puppy distro but it does not seem robust enough. A single power cut usually corrupts the installation requiring "puppy pfix=fsck" or heavier command to restore it. I can't see an average kiosk attendant managing this with multiple machines. I need a very small compact robust kernel capable of hiding another tiny compact robust kernel that will run the games. They themselves require very little in terms of vid resolution or processing power.
View 2 Replies
View Related
Feb 7, 2010
My friend and I are helping a local internet cafe transition their public computers (and possibly servers at some point) to run on free software (after many bad virus experiences). Currently, they are using Antamedia Internet Caffe, with the server program running on a POS system that for the time being still needs to run Windows. We played with ZenCafe a little, but ideally we need something that runs in kiosk mode, allowing the user to browse the web, instant message and word process.
View 1 Replies
View Related
Dec 14, 2014
I'm trying to start Chrome in kiosk mode from a systemd service on boot. The 'webserver app' named 'xx' in the samples launches but chromium never comes up.
xx.service :
Code: Select all[Unit]
Description=xx Service
After=syslog.target
[Service]
Environment="DISPLAY=:0.0"
Type=forking
WorkingDirectory=/usr/bin/xx/
ExecStart=/usr/bin/xx/xx
ExecStartPost=/usr/local/xx/chromium.sh
Restart=on-abort
[Install]
WantedBy=multi-user.target
chromium.sh
Code: Select allchromium-browser --kiosk http://xx-01.local:8081 &
View 1 Replies
View Related
Mar 27, 2015
I just completed a fresh install of the weekly jessie build (downloaded today). All I've done is install updates, add my username to sudoer list, and reboot. When I did, the xfce panel was not there. When I right clicked, Apps, Panel, it opened with an error that I cannot make changes unless I save my session and that it's in kiosk mode. After a logoff or reboot, it's still not there. I saw one thread asked for the output of /.xsession-errors, which I've done, and it doesn't look good... I'm just not sure how to fix:
Code: Select allopenConnection: connect: No such file or directory
cannot connect to brltty at :0
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
(xfce4-panel:896): xfce4-panel-CRITICAL **: panel-window.c:2698 (panel_window_thaw_autohide): expression 'window->autohide_block > 0' failed.
(process:1035): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
tpatt@debian:~$
Like I said I've made no changes other than updates and installing sudo.
View 4 Replies
View Related
Feb 6, 2011
I've been trying to get this sorted for days. I'm trying to use this older Toshiba Satellite 1800 as a kind of Internet Radio kiosk. Sound was working in Xubuntu but everything was too slow so I switched to fresh minimal install from the mini cd and used the guide from psychocats to install IceWM. No I have _no_ sound. (It works perfectly off of Knoppix 6.0.1 live cd.)
[Code]...
View 1 Replies
View Related
Oct 7, 2010
I am getting an error as below.
How do I resolve the error: make[2]: *** No rule to make target `', needed by `mpg123'.
How can I resolve this error.
View 4 Replies
View Related
Feb 25, 2011
I need to modify fs/open.c and fs/read_write.c to make my modifications. I cannot find any options in 'make menuconfig' to make these files modules rather than compiled elements. I'm thinking these cannot be modules because the file system won't work without open.c and read_write.c. Is this correct - I cannot compile fs/open.c and fs/read_write.c as modules, only as compiled elements? Or, is there some way for a module to overwrite these routines when the module is installed and re-enable the routines when the module is removed?
View 3 Replies
View Related
Feb 23, 2010
difference between make and make bzImage commands as both are used to build source code.
View 1 Replies
View Related
Apr 22, 2011
I am an experienced Ubuntu Linux user, but the fact is that I need some help. I recently set up a "venerable"(Pentium 4, single-core, 2.4 GHz, 32-bit architecture) machine with Ubuntu Linux version 10.04 server-i386. My objective is to set up a "kiosk" directory on it which everyone(including guests) on my SOHO network can read from and write to.
I have designated the directory "kiosk"(no surprise there) and defined it in smb.conf. It is directly under the "home" directory, as path = /home/kiosk and set the file permissions as drwxrwxrwx or, if you prefer, like chmod 777. I have a separate machine, System Librarian running Ubuntu Linux 10.04 Desktop amd64 on the network(via Wi-Fi) and a second separate machine running Windows XP Pro, with SP3, also on the network this time via Fast EtherNet(100 Mbs).
From the Linux machine, I can read a complete file list, but I cannot "open" an RTF or an ODT doc in the kiosk directory. When I try to do so, OpenOffice.org simply "opens" a blank, untitled document. JPEG and PNG files in the kiosk directory open just fine. I cannot write to the kiosk directory from this machine, either.
From the Windows XP machine, by contrast, I can list files, open RTF and ODT docs(using Microsoft WordPad) and write file to it without any apparent problems. The file format on the server(Iguanodon) is ext4. Obviously, I have made some sort of mistake in setting this share up,
View 4 Replies
View Related
Feb 20, 2010
In linux kernel compilation steps what is difference in the functionality of 'make' and 'make modules' with respect to file system
View 3 Replies
View Related
Apr 6, 2010
I want to make a file called file roller for Ubuntu 9.10. The folder has a file called install.sh and some others that are make.
I figure first I need to make a file and then run install.sh to install. But I don't know how to do this.
View 2 Replies
View Related
Dec 17, 2010
I notice that when you try to Make link to any file or folder form context menu, It just copy the same file size? even when i tried to copy the link to external storage disk..
View 1 Replies
View Related
Sep 15, 2010
I want to gave much details as possible. working directory (~/a1/shell) in the shell directory i have Makefile. also in the shell directory i have subdirectory's (obj, src, include)
My current Makefile
Quote:
#What needs to be built to make all files and dependencies
clean:
# End of Makefile
I wanted it so: all .o files are created in the obj subdirectory, and my application, sshell, is created in the shell directory.
I am getting this error when i run the make run: No rule to make target 'shell.h', needed by 'shutil.o'. stop
View 1 Replies
View Related
Mar 26, 2016
I build and use a custom kernel, and use the nvidia driver. This is on debian stretch.
By default, I build the image and headers packages with this line:
CONCURRENCY_LEVEL=8 nice -n19 ionice -c3 fakeroot make-kpkg --initrd --append-to-version=-something --revision=1 kernel_image kernel_headers
These kernel sources are usually the sources from debian, with a couple of more patches that I add. It appears that for nvidia-driver package versions higher than 352.79-1, the kernel headers/sources need to be prepared with 'make prepare' and 'make prepare scripts'. It's that simple. I concluded this after the nvidia dkms build failed on my custom kernel, but then succeeded after I pointed it to the full sources, but only after running 'make prepare' and 'make prepare scripts' on them. The problem is that this make-kpkg scheme doesn't appear to do this, or if it does, it doesn't properly include in the headers everything that it should.
View 0 Replies
View Related
Jan 24, 2009
I am following the instructions on Section 8.1.* Device Driver ConceptsHere I was able to proceed till section 8.1.4.After making the hello.c file,the make file and patching the Kconfig as mentioned,I tried to run the $ make ARCH=ARM CROSS_COMPILE=xscale_be- gconfig This gave error as:make: *** No rule to make target `gconfig'. Stop.I am not sure if my kernel is correctly compliled,but I was able to complie and build the kernel for arm before by cloning the kernel and building from the following link without any error. https://omapzoom.org/gf/project/omap...ux+OMAP+Kernel
View 2 Replies
View Related
Aug 20, 2011
On Linux (CentOS, in case that matters), I'm having a problem with git commands. git can take advantage of keys loaded into the ssh-agent cache, but if the keys aren't loaded, it doesn't seem to take any steps to load them (such as calling ssh-add). I have ~/.ssh/config set up like so:
[Code]....
My system already has ssh-agent set up. I believe it's using an implementation supplied by Gnome [URL] I can manually add my github key with the "ssh-add" command. When I do, I can see that the key is loaded using "git add -l" and the git commands that connect remotely (eg "git remote update") work without prompting for a passphrase. What I still want git commands to do is: By default, if ssh-agent is running and the necessary key is not already loaded, use ssh-add to load the key into ssh-agent. ssh-add appears to need help (via a parameter) if the key file is not one of the default filenames (eg 'id_rsa', 'id_dsa', or 'identity'). This seems backward. I have a mapping from hostname to IdentityFile specified in ~/.ssh/config as shown above. Shouldn't ssh-add be able to use that
View 2 Replies
View Related
Aug 11, 2011
i am having redhat 5 version i wanted to know how to make the secure ftp through this
View 2 Replies
View Related
Jun 20, 2011
I just installed Gnome Shell in Ubuntu 11.04 through UGR Linux and everything works fine! The only problem is that I cannot run make and make install. I get the following errors:
Code:
alexandros@Autobot:~/gnome-shell/source/gnome-shell-extensions$ make && make install
Making all in extensions
make[1]: Entering directory `/home/alexandros/gnome-shell/source/gnome-shell-extensions/extensions'[code]........
View 3 Replies
View Related
Apr 5, 2011
I ran across this the other day and was instantly amazed.He says he uses a custom Vim colorscheme (easy) and dwm with tmux. I've downloaded tmux and I'm having some issues with it (my CTRL-b hotkey wont work), but I'm confused at how to start designing something similar to what he has done.My idea is to get my terminal to look like this, then remove KDE from my laptop so that all my computer is is this awesome thing.
How should I go about starting modeling something like this? In the picture, what does tmux handle and what does dwm handle? Speaking from someone who has never used any of them.
View 2 Replies
View Related
Jun 3, 2011
I have a server that delivers media via HTTP (or FTP). If I click on a link, it downloads to /tmp and then plays in vlc, but what I want is for it to run vlc and give it the URL so that it will play it as a stream. I am generating the HTML and I'm using thttpd for the server. If I do it manually (Copy Link Location, paste into vlc) it works fine, but I'd like click-and-play. I've Googled for hours and can't even see the topic addressed. This is possible, right? (Lucid-64, XFCE, Firefox 4.0b11, thttpd, vlc 1.0.6)
View 14 Replies
View Related
Nov 13, 2010
Does someone know of a tool that can be used to that will produce this result:When navigating to specific URL M-F 8 am to 5 pm any computer will receive an error message or be re-routed to a static site that something such as, "This site is only available during these hours."When navigating to that same URL during the other hours it will work as intended.The function needs to work with no intervention needed to the browsing computer or network.
View 6 Replies
View Related
Mar 12, 2011
from this multirow taskbar, extensible quicklaunch, clock day date are only important. And i want to doubleclick upper left corner of a window as alternative close. A better variant is to use the third wheel button on a mouse - to close any window just by pressing wheel inside a window (similar to Firefox close a tab, or in qip close a tab..)
View 3 Replies
View Related
Jan 13, 2011
I have installed Linux on separate drive.
And XP on another drive.
By mistake I deleted the Linux Drive from Disk Management.
Now the message is like this
Please Insert Bootable CD(some thing like this)
Press any key to restart.
View 3 Replies
View Related
Aug 22, 2010
I think that the logical conclusion of the greater self-reliance of Linux users is wanting to make one's own distro entirely. Using that Linux From Scratch distro, probably--at least if you're not a programmer. (I am guessing that if one knows the right programming languages, one doesn't even need LFS.) In an ideal world where we had the time and will for this, most or all of us would make our own distros. I'm interested, but it's much more work than I'm willing to do. Am I right?
View 14 Replies
View Related