WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: virtualbox requests updates in a loop  (Read 2151 times)

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
virtualbox requests updates in a loop
« on: August 25, 2015, 12:42:41 AM »
hi friends,

my virtualbox-package vbox.sce wants to be updated again and again.

this is my vbox.sce.lst
virtualbox-4.3.18-host-modules-3.16.6-tinycore
virtualbox-qt

i experience a second issue or a further bug:
the icon in my wbar works fine,
but the menue-entry in fluxbox leads to an error message:
Neither freedesktop file nor vbox executable exists.  Please invoke from terminal or menu.

my ondemand-menue in fluxbox:
[submenu](OnDemand)
[exec](vbox){/etc/sysconfig/tcedir/ondemand/vbox}
[end] OnDemand

the third issue is that my keyboard-layout in xorg is changed by loading this virtualbox-package.
after changing the keyboard-layout with setkbdmap in a terminal everything works fine again.

i understand the cause of these problems, but perhaps you know tiny solutions or you tell us ways to solve these cosmetic issues on our own?

thank you for your patience and help.
« Last Edit: August 25, 2015, 12:47:36 AM by netnomad »

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: virtualbox requests updates in a loop
« Reply #1 on: August 25, 2015, 01:19:54 AM »
some additional informations:

i changed my package-name from vbox.sce to virtualbox.sce,
that my ondemand-menue works.

starting virtualbox.sce with ondemand, i get my normal standard-fonts.
starting virtualbox.sce with wbar, i get tiny unusual small fonts.

thank you for your help.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: virtualbox requests updates in a loop
« Reply #2 on: August 25, 2015, 04:44:36 AM »
I will look into this tonight.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: virtualbox requests updates in a loop
« Reply #3 on: September 06, 2015, 04:25:43 AM »
hi jason,

the update loops are corrected now,
but the other issues remained...

especially the keyboard change is really unpleasant...
do you see there a chance for a little hack to load the original loaded keyboard layout, after loading virtualbox?

thank you for your help!

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: virtualbox requests updates in a loop
« Reply #4 on: September 06, 2015, 08:31:50 AM »
I am not familiar with the keyboard behavior of Virtualbox.  Is this it's standard expected behavior or more like a bug?

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: virtualbox requests updates in a loop
« Reply #5 on: September 12, 2015, 01:13:46 AM »
hi jason,

no it should not be a standard behavior, cause i use virtualbox in standard debian for years.

do you have an idea to set the former used keyboard back, perhaps with a little script?

thank you for your help.

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: virtualbox requests updates in a loop
« Reply #6 on: September 12, 2015, 01:21:05 PM »
I will look into it, but please list any commands or configuration settings that help achieve this esp. if a script can accomplish it as I am not familiar with it.  It would help save time.

Offline netnomad

  • Hero Member
  • *****
  • Posts: 1026
Re: virtualbox requests updates in a loop
« Reply #7 on: September 12, 2015, 04:14:22 PM »
hi jason,

in my bootlocal.sh i use the command
sudo loadkeys de
for my keyboard setting.

after loading virtualbox i get the us-keyboard, so i open a terminal and repeat the command
sudo loadkeys de
for my keyboard setting.

thank you for your help.