Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 63 matches

by ricanlinux
2016-06-28 08:14
Forum: Programming
Topic: moving app to gtk3
Replies: 4
Views: 4165

Re: moving app to gtk3

Thanks for the suggestion! I got furtther alone in my porting. I hit another road block and was looking for some more advice. The section of code that I am working on is as follows: widget_entry(widget_t *w, luakit_token_t UNUSED(token)) { w->index = luaH_entry_index; w->newindex = luaH_entry_newind...
by ricanlinux
2016-06-27 15:29
Forum: Programming
Topic: moving app to gtk3
Replies: 4
Views: 4165

Re: moving app to gtk3

Iskra42463 wrote:That looks like a callback function for signal "switch-page" (check this). In gtk3 the second argument for this is of type GtkWidget* (see docs). You may get away with simply changing the type, since the argument **appears** to be unused.
I am assuming you meant post links?
by ricanlinux
2016-06-26 06:07
Forum: Programming
Topic: moving app to gtk3
Replies: 4
Views: 4165

moving app to gtk3

I am working port the web browser luakit from libwebkitgtk-1.0 to libwebkit2gtk-4.0. The newer version requires I build against gtk3. So for I have been able to use google to resolve most of my compile errors. However I have one that I would like some input. I am getting this error: widgets/notebook...
by ricanlinux
2016-06-20 17:14
Forum: Programming
Topic: trying to resolve lintian error
Replies: 4
Views: 4042

Re: trying to resolve lintian error

There was a desktop file so it was an easy fix.
by ricanlinux
2016-06-19 22:50
Forum: Programming
Topic: trying to resolve lintian error
Replies: 4
Views: 4042

Re: trying to resolve lintian error

debian/menu was the issue. I had another warning indicating I needed to remove it. When I did the fixed it.
by ricanlinux
2016-06-19 04:45
Forum: Programming
Topic: trying to resolve lintian error
Replies: 4
Views: 4042

trying to resolve lintian error

The package luakit comes up with an error when ran against lintian. The error is as follows: menu-icon-not-in-xpm-format I grabbed the luakit.png file and converted it using the following command convert laukit.png luakit.xpm I updated the Makefile and the package built successfully. I looked inside...
by ricanlinux
2016-04-13 14:50
Forum: System and Network configuration
Topic: samba change in 8.4
Replies: 0
Views: 960

samba change in 8.4

I just did an upgrade on my macmini G4 to 8.4. It is my samba home server but with the upgrade the location of the smb.conf file has changed so it no longer reads it from /etc/samba/smb.conf Has anyone run into this issue and can tell me where the new location is? I know it showed up when I did the ...
by ricanlinux
2015-11-21 06:11
Forum: Hardware
Topic: debian testing fails to boot after install on ppc
Replies: 8
Views: 2416

Re: debian testing fails to boot after install on ppc

Thanks for stating the obvious. I deserved that :D
by ricanlinux
2015-11-19 21:37
Forum: Hardware
Topic: debian testing fails to boot after install on ppc
Replies: 8
Views: 2416

Re: debian testing fails to boot after install on ppc

Ok. I went and downloaded the latest netinst for Jessie and instaled it. I still had the issue of needing to select the third mirror on the list because the first two failed. Once Jessie was installed I was able to upgrade to testing then sid. Does anyone have any suggestion as who I could report th...
by ricanlinux
2015-11-14 04:15
Forum: Hardware
Topic: debian testing fails to boot after install on ppc
Replies: 8
Views: 2416

Re: debian testing fails to boot after install on ppc

I don't know but I do know that net install worked fine on squeeze and on wheezy on PPC but got buggy after that. After systend it was FUCKED imho. ymmv I do not buy the systemd broke everything. I have been running Jessie since it was in testing and the only real issue I see was on the radeon card...
by ricanlinux
2015-11-14 02:29
Forum: Hardware
Topic: debian testing fails to boot after install on ppc
Replies: 8
Views: 2416

Re: debian testing fails to boot after install on ppc

I was just running Sid a few months ago on the very same machine. Now is crashes and there is no chance of a fix? Serious??
by ricanlinux
2015-11-14 02:03
Forum: Hardware
Topic: debian testing fails to boot after install on ppc
Replies: 8
Views: 2416

debian testing fails to boot after install on ppc

I was planning on installing Stretch on my iBook G4. So I got my netinst cd and went through the install process. Everything was fine till I got to the section where I selected my mirrors. I chose the US/ftp.debian.org mirror and it failed so I tried the ftp.kernel.org and that failed as well. Then ...
by ricanlinux
2015-07-08 16:01
Forum: System and Network configuration
Topic: samba user permissions
Replies: 0
Views: 526

samba user permissions

I am having an issue with with give a user access to my samba share on my machine running Debian Jessie. I have a 1TB usb drive that I am sharing using Samba and NFS. Now the drive and everything underneath is owned by root, but the permissions are 777 so anyone should be able to mount read and writ...
by ricanlinux
2015-03-22 21:04
Forum: Hardware
Topic: [SOLVED] Sound not working on Debian Jessie
Replies: 1
Views: 1202

Re: Sound not working on Debian Jessie

I fixed it. Just need to install pavucontrol.
by ricanlinux
2015-03-22 18:28
Forum: Hardware
Topic: [SOLVED] Sound not working on Debian Jessie
Replies: 1
Views: 1202

[SOLVED] Sound not working on Debian Jessie

I am having sound issues with iBook G4 running Debain Jessie. I am dual booting Ubuntu_MATE 15.04 and Jessie on the same HD. For PowerpC iBooks and PowerBooks you need to manully load the snd-aoa-i2sbus module in order to open alsamisxer so you can set you PCM Channel. I have done this when I ran Je...
by ricanlinux
2015-03-20 15:35
Forum: General Questions
Topic: possible GTK issue?
Replies: 7
Views: 7601

Re: possible GTK issue?

The issue is the webkit browser are broken in Jessie for powerpc due to a bug in libjavascriptcoregtk-3.0.0. See bug.
by ricanlinux
2015-02-20 22:29
Forum: Hardware
Topic: debian wheezy powerpc printer issues
Replies: 6
Views: 5216

Re: debian wheezy powerpc printer issues

I was able to install the i386 packages using multiarch. I can see my machine recognize my printer but I still do not see the right driver listed and still cannot print.
by ricanlinux
2015-02-20 19:16
Forum: Hardware
Topic: debian wheezy powerpc printer issues
Replies: 6
Views: 5216

Re: debian wheezy powerpc printer issues

The installer is for i386 not powerpc see dpkg -i --force-all brscan-skey-0.2.4-1.i386.deb dpkg: warning: overriding problem because --force enabled: package architecture (i386) does not match system (powerpc) Selecting previously unselected package brscan-skey. (Reading database ... 186411 files an...
by ricanlinux
2015-02-20 18:10
Forum: Hardware
Topic: debian wheezy powerpc printer issues
Replies: 6
Views: 5216

Re: debian wheezy powerpc printer issues

I dowloaded the driver and followed the instructions but I keep getting this error. rican-linux@debian-ppc:~/Drivers/linux-brprinter-installer-2$ sudo bash linux-brprinter-installer-2.0.0-1 Brother MFC-640CW [sudo] password for rican-linux: Driver-packages cannot be found. Confirm the model name. ri...
by ricanlinux
2015-02-20 08:08
Forum: Hardware
Topic: debian wheezy powerpc printer issues
Replies: 6
Views: 5216

debian wheezy powerpc printer issues

I am having issues printing to my brother mfc 640cw printer. I can add it as a network printer but the recommended drivers is for a mfc 6550mc printer not 640cw. When I print a test page I see it connect and successfully send the file. However nothing prints. Any help?