Search found 466 matches

Go to advanced search

by simargl
11 Oct 2014, 15:22
Forum: General Discussion
Topic: New web site style
Replies: 14
Views: 42192

New web site style

There is now a new web site in place to substitute old one which have used Arch style http://alphaos.tuxfamily.org/ New one is based on this nice free template: http://www.opendesigns.org/design/theme-4/ Thanks to CodingDev http://codingdev.de/ (site seems not accessible ATM) I've put web site files...
by simargl
21 Sep 2014, 12:14
Forum: Scripting and Programming
Topic: Building alphaOS from source
Replies: 24
Views: 137678

Re: Building alphaOS from source

You're missing package filesystem for 01_core group. (same like smil99 few comments above)
viewtopic.php?p=3043#p3043
anonymous2 wrote:[code]
cp: cannot stat ‘/mnt/home/data/alphaos/01_core/spkg/packages/*’: Not a directory

In this dir you'd place that package...
by simargl
20 Sep 2014, 11:41
Forum: Scripting and Programming
Topic: Emendo text editor
Replies: 32
Views: 107158

Re: emendo

ggg wrote:How to activate "enable text wrapping" in the last version of Emendo. Thanks

I removed it from preferences, because text wrapping should be always off by default, and enabled only when needed. This item belongs to the menu, not preferences. It will be added, eventually.
by simargl
20 Sep 2014, 11:37
Forum: General Discussion
Topic: Sim, I got the bug
Replies: 1
Views: 5049

Re: Sim, I got the bug

It was a bug, yes, but I've now removed that line, guess_fstype is needed no more:
https://github.com/alphaos/build/commit ... bf43224423
by simargl
17 Aug 2014, 16:54
Forum: Announcements
Topic: alphaOS 15.0 - 15.4
Replies: 49
Views: 165100

Re: alphaOS 15.0 - 15.4

john3voltas wrote:Could you tell us what branch of the arch rollback machine is going to be used in 15.4, please?
Thanks :)

ARM date is the same as in all other 15.x versions. This update is mainly just to put new emendo with tabs in the latest iso on sourceforge.
by simargl
16 Aug 2014, 11:16
Forum: Announcements
Topic: alphaOS 15.0 - 15.4
Replies: 49
Views: 165100

Re: alphaOS 15.0 - 15.4

I'm starting upload of the new 15.4 iso:

Changes:
- Emendo has tabs support
- Wallpaper setter loads thumbnails asynchronously
- Taeni typing 'exit' closes active tab only, not the whole application
- Added dconf-editor to control center
- Patched SpaceFM to use standard GTK3 bookmarks file
by simargl
16 Aug 2014, 10:00
Forum: General Discussion
Topic: How do you setup a permanent swap file?
Replies: 10
Views: 18584

Re: How do you setup a permanent swap file?

Here:
https://wiki.archlinux.org/index.php/sw ... e_creation

Swap file should stay outside of /, in could be in /mnt/home or other partition. Then just add that line for activating swap to /root/.start and it will be permanent.
by simargl
04 Aug 2014, 17:25
Forum: Scripting and Programming
Topic: Voyager - Image viewer in Vala
Replies: 15
Views: 62206

Re: Voyager - Image viewer in Vala

Here it is_ for a test: // valac test.vala --pkg gtk+-3.0 --target-glib=2.38 int main() { Gdk.Pixbuf pix = new Gdk.Pixbuf.from_file("/usr/share/backgrounds/default.jpg"); Gdk.Pixbuf pixr = pix.rotate_simple(Gdk.PixbufRotation.CLOCKWISE); // save rotated 270 pixr.save("/root/default270...
by simargl
03 Aug 2014, 18:41
Forum: Scripting and Programming
Topic: Voyager - Image viewer in Vala
Replies: 15
Views: 62206

Re: Voyager - Image viewer in Vala

Simargl, could you please let me know if it's possible to add this feature? But only if it's lossless. ;) I'm just asking if it can be done, I'm not asking you to do it right now. Since I can't program I would be greatly appreciated if you could add it to your to-do list :) Cheers Looked now on val...
by simargl
03 Aug 2014, 11:07
Forum: Scripting and Programming
Topic: Emendo text editor
Replies: 32
Views: 107158

Re: Emendo text editor

Emendo with tabs support, new find dialog based on Gtk.Popover and improved replace dialog.

Install with packer -S emendo. This will overwrite previous version, so better try it without save file.

Image

Go to advanced search

cron