Recommended Posts

Another quick way to combine the Awesome Bar and Search Feature is go to about:config and change the key

keyword.URL

to http://www.google.com/search?btnG=Google+Search&q=

just a note it won`t work for anyone who is using Opendns

it looks like a couple of people have the window in full mode and still have the glass effect, and I was wondering how this is done? when I maximize it it turns black.

Thanks

b

Most people are running Windows 7 now which doesn't turn the windows black when they're maximized. You did remind me of Full Screen mode which revealed to me just how much more buggier All-Glass can get.

just a note it won`t work for anyone who is using Opendns

Works for me, and I use OpenDNS. Only thing is, if it's a single word it'll use OpenDNS, otherwise it works as intended.

Most people are running Windows 7 now which doesn't turn the windows black when they're maximized. You did remind me of Full Screen mode which revealed to me just how much more buggier All-Glass can get.

Works for me, and I use OpenDNS. Only thing is, if it's a single word it'll use OpenDNS, otherwise it works as intended.

Thanks for the info

B.

Works for me, and I use OpenDNS. Only thing is, if it's a single word it'll use OpenDNS, otherwise it works as intended.

Thanks , most of the time i search using one word so that`s why i thought it won`t work :) so i used Omnibar instead

Does anyone know how to fix the part I have circled using stylish, it only happens when you round the corners in the address bar and go to a https secure address.

Thanks B.

Try this:
#identity-box, .searchbar-engine-button {
  -moz-border-radius-topleft: 6px !important;
  -moz-border-radius-bottomleft: 6px !important;
}

Replace the 6px with the same value your border has.

Try this:
#identity-box, .searchbar-engine-button {
  -moz-border-radius-topleft: 6px !important;
  -moz-border-radius-bottomleft: 6px !important;
}

Replace the 6px with the same value your border has.

Already have that in there and the value is set the same as the border, thanks for the help though.

B.

I think it looks amazing.. But again like Audio said, if I had to view every webpage with that transparency.....that would be horrible.

Now if I could set it for just my start page and/or google or something. Now that would be nice.

I'm wondering this as well, I'm loving the preview shots so far, can't wait to actually use it.

Sorry guys for the delay. We are going to try and work with SpewBoy, the creator of another Firefox 4.0 theme, to get the best aspects of both themes into one. Such as small buttons, and his great looking tabs. Once that is complete we would like to move our theme over to the default theme as a base, which will keep it nice and simple. After that the latest release ships off to Dert07, who will help us by creating an excellent looking tabs on top version, and KriLL, who will modify his excellent Progress Line to best fit our latest release.

Once again, I'm sorry guys for the delay. I wasn't sure it would take this long, but being we all are located around the globe, it is hard to keep in touch with each other. Keep an eye out, this release will definitely be worth the wait :D.

for anyone who may have had the same problem as I was having I found a solution, I added this code into stylish:

#urlbar .autocomplete-textbox-container {

-moz-border-radius-topleft: 12px !important;

-moz-border-radius-bottomleft: 12px !important;

}

replace 12px with your desired number

B.

Sorry guys for the delay. We are going to try and work with SpewBoy, the creator of another Firefox 4.0 theme, to get the best aspects of both themes into one. Such as small buttons, and his great looking tabs. Once that is complete we would like to move our theme over to the default theme as a base, which will keep it nice and simple. After that the latest release ships off to Dert07, who will help us by creating an excellent looking tabs on top version, and KriLL, who will modify his excellent Progress Line to best fit our latest release.

Once again, I'm sorry guys for the delay. I wasn't sure it would take this long, but being we all are located around the globe, it is hard to keep in touch with each other. Keep an eye out, this release will definitely be worth the wait :D.

Sweet, I think it's better to have a delayed release so everything is tip top than a rushed release with lots of bugs. Keep up the good work.

Great news ByB, glad you guys are going to be working together. Some of his features are pretty nice I agree, and with mixing the 2 together it will really be a great theme.

I just wish his status bar was transparent. So keep that as an idea for the combined version

spewboy updated his 4.0 theme and its so damn buggy, I'm now patiently waiting for an update to this one and hope it much better :)

Ours should be pretty much bug free. I am using the latest build we've created full-time without any issues.

There is still some work to be done, but I will keep you guys updated along the way.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Can we not have paperless office, like we was promised in the 80's
    • I actually laughed out loud in real life at the heading on this—whatever Microsoft is drinking, I want some of it.
    • Euro-Office must default to ODF to be considered "genuinely European", LibreOffice argues by David Uzondu Euro-Office is a web-based collaborative office suite that positions itself as a "European sovereign alternative" to American tech companies, backed by a coalition of developers including Nextcloud, IONOS, Abilian, BTactic, OpenProject, and, more recently, Tuta. The project officially went live a couple of days ago, but not before drawing heavy fire from LibreOffice developers, who called the marketing claim that Euro-Office represents the "first open-source office suite developed in Europe" a deceptive historical inaccuracy because projects like OpenOffice and LibreOffice existed decades earlier. Now that the project has launched, LibreOffice is back with another complaint, arguing that Euro-Office cannot consider itself "genuinely European" while it pushes proprietary Microsoft defaults on users. Euro-Office had promised to improve the OpenDocument Format (ODF) back in April, but the current release still plagues users with several technical failures. For instance, the suite lacks an admin setting to enforce ODF, and mobile editors completely block ODF saves, forcing files into Microsoft's OOXML formats. Some configurations force files into read-only mode, while editing frequently corrupts document formatting or erases data. LibreOffice thinks that merely supporting a format as an afterthought does not make you a sovereign alternative, as file formats are the battleground where" digital sovereignty is won or lost." The road to the first stable release of Euro-Office has been quite bumpy due to an aggressive public fallout with OnlyOffice, from which the coalition originally forked the project. OnlyOffice struck back by accusing the coalition of violating copyright terms under its AGPLv3 branding requirements by stripping the original branding anyway and forking the code. Getting Euro-Office up and running is a bit wonky (at least for non-technical users), as there is no direct installer to grab off the web. The easiest way we learnt is by using Docker. First, pull the official Euro-Office image from the GitHub Container Registry: docker pull ghcr.io/euro-office/documentserver:latest Then, run the container with active ports and a secure JWT token, enabling the test environment: docker run -i -t -d -p 8080:80 --restart=always -e EXAMPLE_ENABLED=true -e JWT_SECRET=my_secure_jwt_secret ghcr.io/euro-office/documentserver:latest And finally, open a web browser and go to the following address: http://localhost:8080 If you are running this on a remote server, replace localhost with your server's IP address. You will see the Euro-Office test page, where you can create new text documents, spreadsheets, or presentations directly in the browser. Image via Euro-Office Nextcloud promises that proper standalone desktop versions and mobile apps will arrive in a future release.
    • It’s any of their products not just windows.
  • Recent Achievements

    • Week One Done
      FBSPL earned a badge
      Week One Done
    • One Year In
      Jim Dugan earned a badge
      One Year In
    • One Month Later
      Tommi118 earned a badge
      One Month Later
    • One Month Later
      sjbousquet earned a badge
      One Month Later
    • Week One Done
      sjbousquet earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      486
    2. 2
      PsYcHoKiLLa
      197
    3. 3
      +Edouard
      155
    4. 4
      Steven P.
      83
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!