@fedora

Страница 175 из 2988
VikaS
26.08.2016
08:12:09
if somehow I succesfully unsinstall xfce? do i get those mouse settings back?

Kohane
26.08.2016
08:12:33
Yes

VikaS
26.08.2016
08:12:44
why those settings lost?

Kohane
26.08.2016
08:13:07
It's a conflict between two different tools trying to take over the same resource

Google
VikaS
26.08.2016
08:13:40
I have the list of packages installed, in a text file

can it help in uninstalling xfce?

Kohane
26.08.2016
08:14:30
Gnome use a programme, I don't remember its name, to manage touchpad & mouse settings. But other desktop use a different one and they clash

Synaptic is one. Xinput is the other, I think.

Yes, uninstalling XFCE will help.

VikaS
26.08.2016
08:17:43
second one is the right file

i ran this "sudo dnf remove $(cat packages)"

lets see what happens

thanks community

everthing is fine now

Kohane
26.08.2016
08:29:33
Excellent!

Glad you solve it.

But please file a bug. Installing a desktop shouldn't delete kernels.

Google
Tobias?
26.08.2016
08:37:03
But please file a bug. Installing a desktop shouldn't delete kernels.
Unless it pulls in kernel$newest and therefore updates it

Leighton
26.08.2016
09:05:07
Fedora Server 24 successfully installed on my Fitlet PC today. New firewall/router in the making... :)

SSD and four 1Gbps NICs.

Leighton
26.08.2016
09:15:01
I'm making a firewall router to replace the other one.

Ahmed Waleed
26.08.2016
09:22:33
Leighton
26.08.2016
09:23:45
Will do, thanks.

So far so good. Installed OS fine with uefi boot. Now onto the packages and Firewall rules.... :)

Naresh
26.08.2016
09:27:19
Hi guys I'm Naresh Kumar from India ✌️✌️

Anxhelo
26.08.2016
09:27:45
Welcome :)

Naresh
26.08.2016
09:28:19
I'm interested in learning such cool stuffs

Kohane
26.08.2016
09:29:08
Great! Learning is always good

Naresh
26.08.2016
09:30:08
Yep I'm very happy to have contact with you guys

??

Kohane
26.08.2016
09:31:27
Nice

Is there any topic you like more?

Naresh
26.08.2016
09:33:09
I'm trying to build a customized os

Could you please guide me

Anxhelo
26.08.2016
09:33:45
ok so you want to build your own linux OS

you can start by choosing what your main source will be, like arch, fedora, etc

Google
Naresh
26.08.2016
09:35:28
Let me tell my requirements, and then u suggest me one.

Anxhelo
26.08.2016
09:38:31
Yeah sure :)

Naresh
26.08.2016
09:38:35
The purpose of the OS is to conduct online examination under fully controlled environment. My customized OS should be live bootable and kick-started

from the domain server

Anxhelo
26.08.2016
09:39:03
ok, what type of examinations?

Naresh
26.08.2016
09:39:28
Objective type examination

Anxhelo
26.08.2016
09:39:43
hmm

Naresh
26.08.2016
09:39:55
Any online examination can be an example

Anxhelo
26.08.2016
09:40:43
hmm maybe modifying a fedora spin

Naresh
26.08.2016
09:41:13
I need it to be very very light weight

Anxhelo
26.08.2016
09:41:33
what DE you like?

Naresh
26.08.2016
09:41:34
It should work even with 512mb RAM

Anxhelo
26.08.2016
09:41:50
so xfce

or smth lighter

or lxde

Naresh
26.08.2016
09:42:16
My desktop case is peculiar. Let me describe it

When it boots up a browser pop-up window should pops up and occupy the whole screen no shortcut key r smart keys are allowed to work. Moreover...

The browser should automatically connect to my examination web server. Which means at the client end the user has no other option except participating the online examination.

Anxhelo
26.08.2016
09:46:07
so lightweight, live bootable and kick-started from server, browser window full screen at startup, disabled shortcut keys..

oh yes, I figured what you like to do

Google
Naresh
26.08.2016
09:46:23
Exactly

Anxhelo
26.08.2016
09:46:34
have seen smth like that in my drivers license test

only a browser window and nothing else

Naresh
26.08.2016
09:47:00
Yep

Anxhelo
26.08.2016
09:47:08
should the examination require keyboard input?

Naresh
26.08.2016
09:49:06
Of course. My browser should be able to display some graphical images, video clips and all other capabilities of a modern browser must have to conduct the online examination

Admin
ERROR: S client not available

Anxhelo
26.08.2016
09:49:24
ok so I think a good option would be to modify fedora lxde, set to automatic login, remove all unneccessary packages and add packages that disable shortcut keys, adding a browser window with defined parameters on startup

maybe others can help you since I`m not that informed with this process :)

Naresh
26.08.2016
09:52:17
In theory I myself too knew this. please guide me how to start and how to Proceed. I've some hands-on in Linux. But I've no idea how to do the said task

Ok then thanks for your time and please don't hesitate if you got smth fr me

Anxhelo
26.08.2016
09:54:26
http://www.linuxfromscratch.org/

this might help you :)

Naresh
26.08.2016
09:57:11
Thank you buddy ?? let me go through the link.

Anxhelo
26.08.2016
09:57:34
no problem, glad I could help you :)

Meruso
26.08.2016
10:02:41
or lxde
why should he need a desktop env?

just plain X would be enough

Anxhelo
26.08.2016
10:03:28
you are right

Meruso
26.08.2016
10:05:05
Make your file system Readonly. This allows you to plug off the system without file loss

Google
¯\_(ツ)_/¯
26.08.2016
10:05:06
just plain X would be enough
How so, he would need a DE , if the users are going to access it

Meruso
26.08.2016
10:05:25
He said he only needs one window, the browser window, right?

So the only thing he needs is the default x server with the application opened via some init script

Desktop Envs are for providing... a desktop. But he wanted a kiosk mode

It's one command: startx iceweasel

https://addons.mozilla.org/en-us/firefox/addon/r-kiosk/

this helps you limiting it down

you can also try to use some wrapper instead. like nodewebkit

would be a bit of scripting but worth it

Tobias?
26.08.2016
10:15:31
There is "Chrome for Work" which allows you to set 100+ Policies Using a JSON File (Linux) or Group Policies One like "Autostart on Crash" "Disable Exiting KIOSK Mode" "Disable Adresses but (.*)" and so on. https://www.chromium.org/administrators/linux-quick-start

You just need to roll out a *nix that has all shortcuts and kernel shortcuts disabled, then autostart chromium with that settings file

A list of all settings: https://www.chromium.org/administrators/policy-list-3

¯\_(ツ)_/¯
26.08.2016
10:17:10
It's one command: startx iceweasel
Okie I didnt know we could do this. Thanks for letting know

Meruso
26.08.2016
10:18:09
RMS uses this trick if he has to use graphical applications ^^ He has no desktop environment either

Welcome

Matheswaaran
26.08.2016
10:19:59
thank you

Meruso
26.08.2016
10:20:51

Страница 175 из 2988