You are not logged in.

#51 2010-11-14 21:26:17

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

dammit! No graphical themes. It doesn't respond to any hot keys nor does it seem to read my /etc/defaults/burg

wtf smile


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#52 2010-11-15 00:03:06

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

@graysky for graphical themes you need to instal burg-themes-fixed and/or burg-themes-extra and re-run update-burg / burg-mkconfig -o /boot/burg/burg.cfg to see them also I recommend installing the burg-emu for configure it before reboot and everytime you edit /etc/default/burg you need to re update burg.cfg  also about the warnings I really don't know how to fix them I get those too but it works correctly and I have no issues

Offline

#53 2010-11-15 01:07:00

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

@cruznick - I have all three packages installed.  Still no graphical themes are available.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#54 2010-11-15 07:42:40

Beelzebud
Member
From: Illinois, U.S.
Registered: 2010-07-16
Posts: 154

Re: BURG on Arch Linux

Very nice work on this!  I hadn't even heard of it until tonight.   Got it running with no problems, got it booting between Arch and Slackware, and even got Splashy to work with it (just put back in the vga= commands in the burg.cfg).

Thanks for the effort!

Offline

#55 2010-11-15 08:17:54

Caspian
Member
Registered: 2007-05-22
Posts: 263

Re: BURG on Arch Linux

@Beelzebud: What kind of vga argument did you write in burg.conf? Please post your burg.conf. Maybe this will work for console resolution, although I doubt it.

Offline

#56 2010-11-15 17:24:11

Beelzebud
Member
From: Illinois, U.S.
Registered: 2010-07-16
Posts: 154

Re: BURG on Arch Linux

Here is my Arch Linux entry from the burg.cfg.   I hope it helps:

menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os --group group_main {
    savedefault
    insmod ext2
    set root='(hd0,1)'
    search --no-floppy --fs-uuid --set 97a78bdc-b69b-41cc-aa6d-c6beb8f005b6
    echo    'Loading Linux vmlinuz26 ...'
    linux    /vmlinuz26 root=/dev/disk/by-uuid/1db17a90-7c5b-4d1c-975e-fdaf24a0c6f3 ro quiet vga=792 splash
    echo    'Loading initial ramdisk ...'
    initrd    /kernel26.img
}

If I remember correclty, I'm fairly sure that 792 is 1024x768 on my nvidia 6600.   I didn't change anything else in the burg.cfg file except to add the vga line to my Arch install, and fix the Slackware entry that os-prober made.

Offline

#57 2010-11-15 18:03:14

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: BURG on Arch Linux

graysky wrote:

dammit! No graphical themes. It doesn't respond to any hot keys nor does it seem to read my /etc/defaults/burg

wtf smile

What do you see when you run su -c /opt/burg-emu/bin/burg-emu (from an X environment)? Give us your burg.cfg and burgenv (ignore any line that looks like #######...).


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#58 2010-11-15 22:25:29

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: BURG on Arch Linux

EDIT: works now.  It didn't work until I manually deleted /boot/burg/burgenv then install the themes-fixed package.

Last edited by graysky (2010-11-15 22:39:33)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#59 2010-11-16 10:14:27

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: BURG on Arch Linux

Two new themes in -extra, minimal and radianceblack. Nothing to write home about.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#60 2010-11-23 20:29:37

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

Hi sorry for the latency I've been with a lot of work but I finally have five minutes to fix this I made some changes on the pkgbuilds here they are

1.- added backup=('etc/default/burg' 'etc/burg.d/40_custom') to burg-bzr-fixed pkgbuild (graysky recomendation)
2.- added a pre_install order in burg-themes-fixed for fixing problems with burgenv when installing
3.- fixed deps and makedeps in bug-emu-fixed (bzr moved to makedep graysky fix)
4.- added update-burg script easy way for updating burg.cfg

Also I made 2 repos in dropbox they include burg-bzr, burg-emu, burg-themes and burg-themes-extra (thanks to fsckd) here they are

for x86-64 =
[Burg-x86-64]
Server = http://dl.dropbox.com/u/11529444/x86_64/

for i686 =
[Burg-i686]
Server = http://dl.dropbox.com/u/11529444/i686/

I have to say that I only probed x86-64 pkgs because I use that arch the i686 pkgs  are build in a chroot so I think there will be no problems any issue please contac me

Also I want to ask 2 things
first  if anyone have problems when updating burg.cfg does the script generates 3 arch outputs

I'm working on fixing the patch for this so I need some feedback if anyone interested on the patch and help me inproving it you can find it here in my git repo  https://github.com/cruznick/parches

second any one have tested the password protection options described here http://code.google.com/p/burg/wiki/Authentication If yes could you help us improving the wiki page  https://wiki.archlinux.org/index.php/Burg I will do the spanish translate when ready also thanks to fsckd for all the help in the wiki

Last edited by cruznick (2010-11-24 11:39:39)

Offline

#61 2010-11-24 07:51:41

lynix
Member
From: Karlsruhe, Germany
Registered: 2008-04-23
Posts: 230

Re: BURG on Arch Linux

@cruznick: The correct link to your Github repo should be https://github.com/cruznick/parches, the other one doesn't work wink

Offline

#62 2010-11-24 11:38:55

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

lynix wrote:

@cruznick: The correct link to your Github repo should be https://github.com/cruznick/parches, the other one doesn't work wink

yes sorry I didn't notice the .git in it thans

Offline

#63 2010-11-24 16:37:18

kinu
Member
Registered: 2009-06-13
Posts: 64

Re: BURG on Arch Linux

Hi,

Is there a repo or package for burg-manager?

Thank you in advance.

Offline

#64 2010-11-24 17:08:47

ANOKNUSA
Member
Registered: 2010-10-22
Posts: 2,141

Re: BURG on Arch Linux

Not that I've seen.  It would be in the AUR if their were.

Last edited by ANOKNUSA (2010-11-24 17:09:48)

Offline

#65 2010-11-24 17:12:22

Stefan Husmann
Member
From: Germany
Registered: 2007-08-07
Posts: 1,391

Re: BURG on Arch Linux

There is a request to delete the packages named *-fixed on aur-general. I orphaned the corresponding packages without that suffix.

@cruznick: please upload the PKGBUILDs you have for your repo packages. If you like you can re-orphan them afterwards, so that someone can take them.

Offline

#66 2010-11-24 21:12:28

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

@Stefan Husmann pkgbuilds in aur are updated I adopted the corresponding ones and orphaned the ones with *-fixed in the name
x86_64 repo it's updated i686 it's compiling by now when ready I will notify here

Offline

#67 2010-11-24 22:04:35

cruznick
Member
From: México
Registered: 2010-07-15
Posts: 37
Website

Re: BURG on Arch Linux

Now both repos updated
@ kinu about burg manager we need buc but I'm having troubles when compiling it here is the out put when I manae to solve that I will put it on the dropbox's repos
here is the error I get

g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Imodules -I. -o MCheckBox.o modules/MCheckBox.cpp
modules/MCheckBox.cpp: En la función miembro 'void MCheckBox::changeValue(int)':
modules/MCheckBox.cpp:31:24: error: 'sprintf' no se declaró en este ámbito
make: *** [MCheckBox.o] Error 1

Offline

#68 2010-11-26 19:19:54

kinu
Member
Registered: 2009-06-13
Posts: 64

Re: BURG on Arch Linux

cruznick wrote:

Now both repos updated
@ kinu about burg manager we need buc but I'm having troubles when compiling it here is the out put when I manae to solve that I will put it on the dropbox's repos
here is the error I get

g++ -c -m64 -pipe -march=x86-64 -mtune=generic -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt/mkspecs/linux-g++-64 -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Imodules -I. -o MCheckBox.o modules/MCheckBox.cpp
modules/MCheckBox.cpp: En la función miembro 'void MCheckBox::changeValue(int)':
modules/MCheckBox.cpp:31:24: error: 'sprintf' no se declaró en este ámbito
make: *** [MCheckBox.o] Error 1

Hi,

I've found that this is a gcc version trouble. I've tried adding

#include <cstdio>

to the modules that failed when compiling (MCheckBox.h, MMEnvVar.h,MListWidget.h, MListWidgetItem.h), and it compiled ok. BUT I'm not sure of what I am doing roll ... limited knowledge here...

Gracias Cruz.

Offline

#69 2010-11-27 23:24:30

Cody
Member
Registered: 2010-11-08
Posts: 42

Re: BURG on Arch Linux

I just installed burg-bzr and I can't run burg-install this is what I get.

# sudo burg-install /dev/sda
sudo: burg-install: command not found

Can anyone help?

Offline

#70 2010-11-27 23:28:39

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 749

Re: BURG on Arch Linux

try

sudo /sbin/burg-install /dev/sda

Offline

#71 2010-11-27 23:34:18

Cody
Member
Registered: 2010-11-08
Posts: 42

Re: BURG on Arch Linux

$ sudo /sbin/burg-install /dev/sda
Installation finished. No error reported.

Thanks smile

Offline

#72 2010-11-27 23:42:56

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 749

Re: BURG on Arch Linux

Np, just a small note, it seems that /sbin is not in your $PATH, but probably should be. wink

Offline

#73 2010-11-28 00:31:03

Cody
Member
Registered: 2010-11-08
Posts: 42

Re: BURG on Arch Linux

Okay thanks (:

Edit: Solved

Last edited by Cody (2010-11-28 11:12:10)

Offline

#74 2010-11-28 01:01:26

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 749

Re: BURG on Arch Linux

As always, wiki is your friend:
https://wiki.archlinux.org/index.php/Burg

Last edited by Xabre (2010-11-28 01:04:05)

Offline

#75 2010-11-28 11:12:44

Cody
Member
Registered: 2010-11-08
Posts: 42

Re: BURG on Arch Linux

Now none of the hot keys are working. Any solution?

http://www.burgloader.com/bbs/index.php?topic=125.0
http://www.burgloader.com/bbs/index.php?topic=118.0
I've looked here but they didn't help, although they are the same problem.

Solved: I followed post #58 and #52

Last edited by Cody (2010-11-28 11:19:51)

Offline

Board footer

Powered by FluxBB