Here you can post about the issues related to modifications performed manually (not through the kiosk wizard). Example: swapped kernel, added 3rd party modules or files.
Please describe in detail what has been changed and hopefully other kiosk user will be able to help.
Porteus team wont resolve bugs posted in this category as we support only modifications made by the kiosk wizard.
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries:
https://porteus-kiosk.org/contact.html
-
wsteven
- Black ninja
- Posts: 40
- Joined: 21 Aug 2013, 10:01
- Distribution: lubuntu
- Location: Rennes
Post#1
by wsteven » 17 Oct 2013, 09:42
Which is pretty annoying. Any key pressed on a page opens this quick find features, digging a bit around didn't give me a satisfying answers, such as :
Code: Select all
user_pref("searchkeys.disable.all", true);
Which isn't doing anything, I guess this is for an old version of firefox.
Anyone tried to do this?
Last edited by
wsteven on 17 Oct 2013, 13:57, edited 1 time in total.
wsteven
-
donald
- Full of knowledge
- Posts: 2098
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#2
by donald » 17 Oct 2013, 12:16
Uncheck "Search for text when I start typing" in preferences > advanced tab
EDIT:
sorry, I didn't noticed that it is Kiosk-edition
donald
-
wsteven
- Black ninja
- Posts: 40
- Joined: 21 Aug 2013, 10:01
- Distribution: lubuntu
- Location: Rennes
Post#3
by wsteven » 17 Oct 2013, 13:56
Code: Select all
user_pref("accessibility.typeaheadfind", false);
Or simply removing the line should do the trick as false is the default value.
wsteven