Virtual Keyboard installed, how to put it in the menu?

Using applications, configuring, problems
Post Reply
Message
Author
paschall67
Posts: 5
Joined: Thu 06 Apr 2017, 19:16

Virtual Keyboard installed, how to put it in the menu?

#1 Post by paschall67 »

RE: Slacko Puppy 6.3.0

I installed xvkbd-3.7-i686_s630 via the Package Manager. How do I start the Virtual Keyboard? Xvkbd does not appear in the Utility or any other Menu. How do I get the Virtual Keyboard to show in the Menu?

Note: I can start the Virtual Keyboard from the Terminal by entering xvkbd so I know the package is installed and works.

Thanks

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

If this was a Slacko Pet package, it should be making a menu entry.

First try this:

menu->Exit->Rebuild Menu

Did that help to make a menu entry, probably in Utility?

Also, look on the tray. Some of these pet packages for xvkbd put an icon on the tray. So, you click on that to run it.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

paschall67
Posts: 5
Joined: Thu 06 Apr 2017, 19:16

#3 Post by paschall67 »

Entering "menu" in the terminal returns: bash: menu: command not found

From the start menu I do not see the options menu->Exit->Rebuild Menu

Can you elaborate?

Thanks

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#4 Post by bigpup »

You do not see this if you click on menu in the tray, Go down to Exit and click on that?
Attachments
capture2180.png
(26.48 KiB) Downloaded 637 times
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

paschall67
Posts: 5
Joined: Thu 06 Apr 2017, 19:16

#5 Post by paschall67 »

My menu does not have the rebuild menu option.
Attachments
Screenshot.jpg
(67.26 KiB) Downloaded 166 times

Pelo

xvkbd 3.3 appears in herramientas with Shiba Inu..

#6 Post by Pelo »

xvkbd 3.3 appears in herramientas with Shiba Inu.. try this version, perhaps it will go where it has to go..
Jump here for package, and explanations
Attachments
Jamaique.jpg
Get XVkbd version 3.7 with Colorization !
(107.09 KiB) Downloaded 466 times
Last edited by Pelo on Tue 16 May 2017, 16:49, edited 1 time in total.

User avatar
Médor
Posts: 1754
Joined: Sat 24 Jul 2010, 20:04
Location: France

#7 Post by Médor »

paschall67 wrote:My menu does not have the rebuild menu option.

So to rebuild menu from the Terminal try the command: fixmenus
Check if you realy have the x-keyboard.desktop file: ls -l /usr/share/applications/x-keyboard.*
To print the content: cat /usr/share/applications/x-keyboard.desktop

Slacko-6.9.6.4 now include xvkbd-3.7 on Menu » Utility » X Virtual Keyboard

Code: Select all

# cat /usr/share/applications/x-keyboard.desktop 
[Desktop Entry]
Encoding=UTF-8
Name=X Virtual Keyboard
Icon=/usr/share/pixmaps/puppy/keyboard.svg
Comment=X Virtual Keyboard
Exec=x-keyboard
Terminal=false
Type=Application
Categories=Utility;
GenericName=X Virtual Keyboard
NoDisplay=false
# 
Cheers,
Médor.
[b][url=http://wellminded.net63.net/]Recherches Puppy[/url]|[url=http://puppylinux.org/wikka/PageIndex]Index Puppy[/url]|[url=http://smokey01.com/bruceb/france.html]Index FR[/url]|[url=http://toutoulinux.free.fr/tuto.php]Tuto Toutou[/url][/b]

paschall67
Posts: 5
Joined: Thu 06 Apr 2017, 19:16

#8 Post by paschall67 »

fixmenus command did not resolve the issue. Other commands yielded the following:

# ls -l /usr/share/applications/x-keyboard.*
ls: cannot access /usr/share/applications/x-keyboard.*: No such file or directory
# cat /usr/share/applications/x-keyboard.desktop
cat: /usr/share/applications/x-keyboard.desktop: No such file or directory
#

Thanks

User avatar
souleau
Posts: 148
Joined: Sun 23 Oct 2016, 15:24

#9 Post by souleau »

I am running Precise Puppy myself, so I am not entirely sure that what I say applies to Slacko, but with me, the main executable of xvkbd can be located in the /usr/X11R7/bin/ folder.

The .jwmrc xml file which contains all menu entries has it listed under Utilities like this:

Code: Select all

<Program label="XVkbd virtual keyboard" icon="mini-keyboard.xpm">xvkbd</Program>
I know there's supposed to be a more elegant and proper manner to manage the menu, and so I will be corrected for saying this, but you could open the .jwmrc file in a text editor and add that line where you feel it should show up.

That should make it appear in your menu.

theru
Posts: 163
Joined: Thu 23 Jul 2015, 16:40
Location: Heers, Belgium

#10 Post by theru »

It looks like you've installed xvkbd but not the wrapper script x-keyboard. Only x-keyboard comes with a desktop file.

However when I checked x-keyboard.desktop in a text editor I noticed that it contained the line NoDisplay=true which means it won't show up in the menu.

To get it to show in the menu you can try the following:

- Install x-keyboard and open /usr/share/applications/x-keyboard.desktop in a text editor.
- Comment out the line NoDisplay=true or change the value to false.
- Run fixmenus and restart the window manager

After this it should show up under Utility

User avatar
Mike Walsh
Posts: 6351
Joined: Sat 28 Jun 2014, 12:42
Location: King's Lynn, UK.

#11 Post by Mike Walsh »

Hi, paschall67.

You could always try my 're-packing' of muggins' 3.1:-

http://www.mediafire.com/file/nfa4evdit ... bd-3.1.pet

I got the idea for it when reading muggins' thread about it a few months back. The whole thing involved adding first one bit, then installing something else, etc... I just put all the steps, libs, etc, together into one package, together with a menu entry.

Not taking credit from muggins; I was just trying to make the whole thing a bit easier to use. Of course, you may not wish to use an older version...

The choice is yours.


Mike. :wink:

User avatar
Médor
Posts: 1754
Joined: Sat 24 Jul 2010, 20:04
Location: France

#12 Post by Médor »

Well, there is no desktop file into the xvkbd-3.7-i686_s630.pet and no wrapper script...

So the /usr/share/applications/xvkbd.desktop should be:

Code: Select all

[Desktop Entry] 
Encoding=UTF-8 
Name=X Virtual Keyboard 
Icon=/usr/share/pixmaps/puppy/keyboard.svg 
Comment=X Virtual Keyboard 
Exec=xvkbd 
Terminal=false 
Type=Application 
Categories=Utility; 
GenericName=X Virtual Keyboard 
NoDisplay=false 

Médor.
[b][url=http://wellminded.net63.net/]Recherches Puppy[/url]|[url=http://puppylinux.org/wikka/PageIndex]Index Puppy[/url]|[url=http://smokey01.com/bruceb/france.html]Index FR[/url]|[url=http://toutoulinux.free.fr/tuto.php]Tuto Toutou[/url][/b]

paschall67
Posts: 5
Joined: Thu 06 Apr 2017, 19:16

#13 Post by paschall67 »

Thank You theru, the problem is now corrected!!! Also, thanks to everyone else for their contribution.

:lol: :lol: :lol:

Pelo

Try colors, version 3.7

#14 Post by Pelo »

Try colors (or black & White) thanks to Argolance pets (successful Slacko 6.3.0) from french creators here
Hungarian and Polish added.

Pelo

Rather than utility, i prefer XVkbd in documents

#15 Post by Pelo »

Rather than utility, i prefer XVkbd in documents
in usr/share/applications just modify desktop (Utilitye replaced by TextEditor)
Attachments
teclado.jpg
Done
(60.71 KiB) Downloaded 456 times

Post Reply