Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

www-client/surf blank page on startup [solved]

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
17 posts • Page 1 of 1
Author
Message
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

www-client/surf blank page on startup [solved]

  • Quote

Post by h2sammo » Thu Jan 27, 2011 9:11 pm

has anyone tried this browser?

Code: Select all

[I] www-client/surf
     Available versions:  (~)0.4.1 {savedconfig}
     Installed versions:  0.4.1(16:08:02 01/27/11)(savedconfig)
     Homepage:            http://surf.suckless.org/
     Description:         a simple web browser based on WebKit/GTK+
everytime i start it i get a blank page with no possibility of interacting with it.
Last edited by h2sammo on Sat Jan 29, 2011 12:32 am, edited 1 time in total.
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Fri Jan 28, 2011 3:04 am

ctrl+g

Reading the man page might be helpful:

Code: Select all

man surf
http://man.suckless.org/surf/1/surf
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Fri Jan 28, 2011 4:19 am

i read it. there is no response to my commands.

here is what the terminal shows when i try Ctrl - g

Code: Select all

bobby@main ~ $ surf
_SURF_URI: dmenu: command not found
cut: write error: Broken pipe
_SURF_URI: dmenu: command not found
cut: write error: Broken pipe
i am using gnome desktop... i dont know if matters. i dont have dmenu installed nor was it pulled in as a dependency for surf
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Fri Jan 28, 2011 6:08 pm

It worked back when I tried it.

Maybe dmenu should be a dependency?

Dmenu is tiny. I'd try emerging it and see if surf works then. If not, I'd file a bug.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Fri Jan 28, 2011 8:52 pm

yeah, i emerged dmenu and now it works wonderfully. i love this little browser. i will try to file a bug
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Fri Jan 28, 2011 9:07 pm

Glad it works. Let me know if you have trouble filing the bug.

Add [Solved] to the subject line of the original post.

By the way, another cool little tool is surfraw.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Sat Jan 29, 2011 12:34 am

i read up on surfraw before this but i didnt understand how if would work from the description on its main page.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Sat Jan 29, 2011 1:06 am

i filed this bug: http://bugs.gentoo.org/show_bug.cgi?id=353105
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Sat Jan 29, 2011 1:23 am

Looks good. If you unmerge surf, don't forget to unmerge dmenu.

I use an extremely minimal window manager by surfraw called dwm. The whole thing is less than 2,000 lines of C code. It uses dmenu.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Sat Jan 29, 2011 5:10 pm

where do i paste the autologin script for surf?
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Sat Jan 29, 2011 6:56 pm

h2sammo wrote:where do i paste the autologin script for surf?
I don't know. You have probably surpassed my knowledge of it at this point. I only tried it briefly once. Sorry.

Do read the man page. I know there's a config file. You can run things via dmenu. It's addressable via X properties or similar. There may be some help, scripts, extensions, etc. on the web site. That's about all I can tell you.
Top
dreadlorde
Apprentice
Apprentice
User avatar
Posts: 243
Joined: Tue Dec 16, 2008 8:29 pm
Location: /adm/timezone/US_Michigan
Contact:
Contact dreadlorde
Website

  • Quote

Post by dreadlorde » Sun Jan 30, 2011 9:17 pm

BoneKracker wrote:Looks good. If you unmerge surf, don't forget to unmerge dmenu.

I use an extremely minimal window manager by surfraw called dwm. The whole thing is less than 2,000 lines of C code. It uses dmenu.
surfraw != surf. surfraw isn't written by the same person/people who wrote surf or dwm. The only similarity between them is that they let you browse the web and have similar names.
Ludwig von Mises Institute
I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Sun Jan 30, 2011 9:27 pm

dreadlorde wrote:
BoneKracker wrote:Looks good. If you unmerge surf, don't forget to unmerge dmenu.

I use an extremely minimal window manager by surfraw called dwm. The whole thing is less than 2,000 lines of C code. It uses dmenu.
surfraw != surf. surfraw isn't written by the same person/people who wrote surf or dwm. The only similarity between them is that they let you browse the web and have similar names.
You are confused. Nobody here thinks surf is surfraw or is confused about the difference between them.
But I see that I probably (somehow) caused that confusion when I erroneously attributed to dwm to "surfraw" when I meant to say "suckless". :lol:
Top
dreadlorde
Apprentice
Apprentice
User avatar
Posts: 243
Joined: Tue Dec 16, 2008 8:29 pm
Location: /adm/timezone/US_Michigan
Contact:
Contact dreadlorde
Website

  • Quote

Post by dreadlorde » Sun Jan 30, 2011 10:13 pm

BoneKracker wrote:
dreadlorde wrote:
BoneKracker wrote:Looks good. If you unmerge surf, don't forget to unmerge dmenu.

I use an extremely minimal window manager by surfraw called dwm. The whole thing is less than 2,000 lines of C code. It uses dmenu.
surfraw != surf. surfraw isn't written by the same person/people who wrote surf or dwm. The only similarity between them is that they let you browse the web and have similar names.
You are confused. Nobody here thinks surf is surfraw or is confused about the difference between them.
But I see that I probably (somehow) caused that confusion when I erroneously attributed to dwm to "surfraw" when I meant to say "suckless". :lol:
That would be what caused the confusion.
Ludwig von Mises Institute
I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.
Top
Bones McCracker
Veteran
Veteran
User avatar
Posts: 1611
Joined: Tue Mar 14, 2006 8:23 am
Location: U.S.A.

  • Quote

Post by Bones McCracker » Sun Jan 30, 2011 10:27 pm

dreadlorde wrote:That would be what caused the confusion.
Please accept my apologies for said confusion.
Top
dreadlorde
Apprentice
Apprentice
User avatar
Posts: 243
Joined: Tue Dec 16, 2008 8:29 pm
Location: /adm/timezone/US_Michigan
Contact:
Contact dreadlorde
Website

  • Quote

Post by dreadlorde » Mon Jan 31, 2011 3:31 pm

BoneKracker wrote: Please accept my apologies for said confusion.
Save them for later. ;) It's not like you kicked my grandmother in the chest or anything.
Ludwig von Mises Institute
I am not to be a shepherd, I am not to be a grave-digger. No longer will I speak to the people; for the last time I have spoken to the dead.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Fri Feb 04, 2011 10:06 pm

ha, von Mises to the rescue :)
Top
Post Reply

17 posts • Page 1 of 1

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic