Search found 466 matches

Go to advanced search

by simargl
14 Jul 2014, 09:42
Forum: Announcements
Topic: alphaOS 15.0 - 15.4
Replies: 49
Views: 165174

Re: alphaOS 15.0 - 15.3

Changelog for 15.3: - Improved zoom function in image viewer - Control center redesigned, now uses IconView instead of buttons - Added options to Control center for changing tint2 and conky themes, as well as notification gravity - 4 new tint2 themes - Updated mpv to 0.4.1: it's still from Arch ARM ...
by simargl
11 Jul 2014, 19:19
Forum: Scripting and Programming
Topic: Building alphaOS from source
Replies: 24
Views: 137909

Re: Building alphaOS from source

Hi Sim, Finally managed to compile the linux kernel after copying def-scripts/01_core/filesystem from github repo to /mnt/home/data/spkg/def-scripts and typing spkg -c filesystem :D That is good, means you've finished the most complicated part ;) To compile packages from the 01_core group and the o...
by simargl
10 Jul 2014, 14:18
Forum: Misc. & Off Topic
Topic: glyph text editor
Replies: 0
Views: 10939

glyph text editor

Found a text editor written in Vala based on Gtk3, it has tabs support, file browser,syntax highlight... but no save button :shock:
https://github.com/phaylon/glyph

To build:

Code: Select all

pacman -S libgee06 json-glib
git clone https://github.com/phaylon/glyph
cd glyph
./build.sh
by simargl
09 Jul 2014, 19:35
Forum: General Discussion
Topic: WiFi - Broadcom BCM4313
Replies: 4
Views: 7062

Re: WiFi - Broadcom BCM4313

I've made patch using ndrands file as suggested for connman gtk https://github.com/alphaos/build/blob/master/def-scripts/03_extra/connman-ui/list_height.patch brcm folder is 1.7MB compressed, a bit too much. Will you check if all of that files are required, or is there something else to removed from...
by simargl
06 Jul 2014, 18:35
Forum: General Discussion
Topic: depmod error [SOLVED]
Replies: 26
Views: 34693

Re: depmod error

Scooby wrote:So you svn the package right?
and then edit PKGBUILD

I downloaded from Arch site, every package has link to source files
https://www.archlinux.org/packages/comm ... t-modules/
https://projects.archlinux.org/svntogit ... ox-modules
by simargl
06 Jul 2014, 12:33
Forum: General Discussion
Topic: depmod error [SOLVED]
Replies: 26
Views: 34693

Re: depmod error

Sim, what AUR package did you use? Did you use dkms at all? It's PKGBUILD from Arch community. This: https://www.archlinux.org/packages/community/i686/virtualbox-modules/ and modified https://github.com/simargl/alphaos/tree/master/def-scripts/PKGBUILDS @ducklin5: Changing screen resolution in virtu...
by simargl
05 Jul 2014, 14:56
Forum: Scripting and Programming
Topic: Building alphaOS from source
Replies: 24
Views: 137909

Re: Building alphaOS from source

smill99, you have filesystem package in /mnt/home/data/alphaos/01_core/spkg/packages? is there /bin symlink pointing to /usr/bin in /mnt/home/data/spkg/packages/install? That could be what is missing. If not you may want pasting output of find /mnt/home/data/alphaos -type f to compare with list here...
by simargl
05 Jul 2014, 14:50
Forum: General Discussion
Topic: depmod error [SOLVED]
Replies: 26
Views: 34693

Re: depmod error

I've just rebuilt virtualbox-modules package with alphaos kernel headers (PKGBUILD required some minor adjustment), and uploaded to sourceforge. Now when you install virtualbox, it will pull this package instead of that with equal name from Arch because alpha_OS repo has highest priority. Firstly is...
by simargl
29 Jun 2014, 13:23
Forum: General Discussion
Topic: Boot from .iso
Replies: 2
Views: 5249

Re: Boot from .iso

This is what works here, using Grub2

Code: Select all

menuentry "alphaOS GNU/Linux 15.1 iso" {
   set isofile="/iso/alphaos_15.1-20140612-x86_64.iso"
   
   loopback loop $isofile
   linux (loop)/alphaos/boot/vmlinuz from=$isofile
   initrd (loop)/alphaos/boot/initrfs.img
}
by simargl
29 Jun 2014, 13:19
Forum: Announcements
Topic: alphaOS 15.0 - 15.4
Replies: 49
Views: 165174

Re: alphaOS 15.0 - 15.2

Scooby wrote:Sim, does the version with grub support UEFI-booting?
I know you did some work on it?

Iso doesn't support UEFI, but this new installer has a box for EFI System partition. I don't know for sure if it works, have no proper hardware to test.

Go to advanced search

cron