Ubuntu Forums Archive Viewer

Boot-Up Manager v.1.2.6

Archived thread 37283 from BUM - Boot Up Manager. Markdown source: BUM_-_Boot_Up_Manager/thread_37283_Boot-Up_Manager_v.1.2.6.md

Original URL About this archive
#1

New version is out!! The name is changed to "Boot-Up Manager" (BUM) and you can download from this page:

http://www.marzocca.net/linux/bum.html

New version includes localization for italian, spanish, german, french and dutch, and other features. See the Changelog on the home page.

Update May 27th New v. 1.2.7 si online. Fixed localization bugs.

Update May 31st BUM is on LinuxJournal: http://www.linuxjournal.com/article/8322

Update June 16th New v.1.3.0 is online! Please read changelog on the site: http://www.marzocca.net/linux/bum.html

#2

downloading the new version now; thanks for this very useful app. have you tested it on debian unstable?

#3

Works great. However, something seems to have gone wrong with the German localization, as it doesn't show Umlauts correctly.

#4

downloading the new version now; thanks for this very useful app. have you tested it on debian unstable?

No. Could you do it for me please?

#5

Works great. However, something seems to have gone wrong with the German localization, as it doesn't show Umlauts correctly.

The german Umlauts look nice on my PC. I will double-check, thanks.

#6

thanks a bunch for useful application

#7

No. Could you do it for me please?

i shouldn't promise since i don't have it set up at the moment. as soon as i can i'll let you know.

#8

Spanish localization is broken. Every á é í ó ú ñ appears as strange characters.

#9

Spanish localization is broken. Every á é í ó ú ñ appears as strange characters.

I know. Sorry. I'm working on it. For the time being, if you want the english text back, just do this:

sudo rm /usr/share/locale/es/LC_MESSAGES/bim.mo

#10

Works great. However, something seems to have gone wrong with the German localization, as it doesn't show Umlauts correctly. its encoded in utf 8, if that helps (maybe you try to view / use them with iso encoding?)

#11

New version 1.2.7 is online. Please provide feedback on fixed localizations.

http://www.marzocca.net/linux/bum.html

#12

French localization work fine with the new version ;) Thanks a lot

#13

Wow, that was fast.

Thanks a lot, works like a charm now. :grin:

#14

TO ALL RUSSIAN-LANGUAGE USERS:

if you want to have bum localized in russian language, without waiting for next release, you can download bum.mo file from this link:

http://www.marzocca.net/linux/downloads/bum.mo

Then, type this command:

sudo cp bum.mo /usr/share/locale/ru/LC_MESSAGES/bum.mo

#15
#16

New version 1.2.7 is online. Please provide feedback on fixed localizations.

http://www.marzocca.net/linux/bum.html German localisation works fine

Thanks for another fine job Jergar

#17

Is it on my system only or does BUM take a long time to startup up? Might it be, that some special service delays it? How long does it take for u guys?

thanks

#18

Is it on my system only or does BUM take a long time to startup up? Might it be, that some special service delays it? How long does it take for u guys?

thanks

As stated on the docs (http://www.marzocca.net/linux/bumdocs.html)), BUM has a delay only on FIRST start, in order to build the cache. If you are continuing experiencing delays at start, it means that you have one or more init scripts that are not recognized as a package, so it take long to search a description for them.

Look at the list. If there is any package with no description, post here the name of the script.

#19

I've found 2 old vmware scripts which I've now deleted. Starts up much faster. There is one more which I don't know: discover can I delete that one and what is it and where does it come from?

thanks

#20

I've found 2 old vmware scripts which I've now deleted. Starts up much faster. There is one more which I don't know: discover can I delete that one and what is it and where does it come from?

thanks

I have deletd /etc/init.d/discover as it has no symlink anywhere, so it is never started at boot. That file will greatly delay BUM start has it doesn't appear to be an official file of the discover1 package.

#21

great! works fine now thanks

#22

great! works fine now thanks

I have better investigated on this. The file /etc/init.d/discover is not removed when the package "discover" is uninstalled from the system, and this could probably happen in all Hoary distributions that have been upgraded from Warty.

If you experience an abnormal delay at BUM start, please check if you have a script named "discover" in /etc/init.d. Then type:

dpkg -L discover

If the result of this command is:

package "discover" is not installed

you can safely delete the file /etc/init.d/discover and you BUM will then start very fast..

#23

good to know. When I check my system I've installed discover1, so I assume that in warty the hardware identification system was discover. Now under hoary it's discover1.