Warning: session_start(): open(/tmp/sess_h1sv4od27udrsmdro26sjk3ls1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
dax918's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- dax918's profile .- Fan of  .- CV  .- Friends (1) .- Content (3) .- Latest Comments (99) . 
Re: Amarok problems with domino?
Oct 4 2008  on content Domino

The KDE 3.5 version has been discontinued by its author a long time ago so unless someone locates where these bugs are the answer will be never I'm afraid. The truth is that only a limited handful of people are interested but none of them can cooperate with the programming needed.

.
Re: Query!
Sep 21 2008  on content Ultra pack - 220 color schemes

Hi, thanks! I'm afraid I don't have that theme anymore, most of it was hard-coded, (that's how the default domino actually looked to me). In case anyone is still interested, recently I published some basic instructions on how to customize Domino on that page.

http://www.kde-look.org/content/show.php/Domino?content=42804

.
Re: BorderSize
Aug 21 2008  on content Domino


Hi, I don't truly understand to which particular borders you are referring to, (I can think of at least 3 of them) here's how mine used to look
http://www.kde-look.org/content/show.php?content=72811. I used to tweak the code a lot, so basically that is as thin as it gets. For the moment I don't have access to a linux machine to test the code properly so all I can give you now are some pointers, I rewrote parts of the code so is now different to the one available here. But you don't need to rewrite anything, just find some values and adjust them, it is a trial and error approach but is not complicated, search for a client directory and a file named dominoclient.cpp, here are the most relevant lines:

namespace Domino
{
const int titleEdgeTop = 3;
const int titleEdgeBottom = 1;
...
const int titleGradientHeight = 15; // original value was 10
const int bottomBorderHeight = 8;
const int borderWidth = 2; // original value was 5

Try those settings first, edit, compile, test, uninstall, edit further if necessary. I still could be missing something here, like I said I haven't worked on Domino for a while, but everything revolves around those variables, thankfully the author named them properly. Hope this helps.

.
Re: Re: Re:
Aug 21 2008  on content Ultra pack - 220 color schemes

Also, if you know some C++, the KDE4 port of Domino could definitely use your help.

.
Re: Icons
Aug 21 2008  on content Ultra pack - 220 color schemes

Hi!, sorry for the delay, it seems these notifications are filtered as spam. They are a mix of two iconsets, one of them is called Noiro, I posted the links here http://ultradax.deviantart.com/art/Desktop-2008-03-28-81132664

.
Re: Re: Re: Re: Re: Re: all colourlovers.c
Aug 3 2008  on content Ultra pack - 220 color schemes

I think that the most remarkable example is MenuetOS, an operating system built entirely on assembly, also intended to assembly programmers
http://www.menuetos.org/. I tried it last year and submitted a report of my processor. It may not look much at first but it's certainly promising, it is always nice to see this kind of programs, it reminds me of the way Linux started. Second, fasm, probably the best compiler right now, http://flatassembler.net/examples.php, Third, masm, it comes with a bunch of mini-programs but just for windows. They have a fixed position against the GPL/HLL that put me off, they don't let you release your code with that license. So Fasm is the way to go, however it's too complicated for me, I can't get the language.

.
Re: Re: Re: Re: Re: all colourlovers.c
Aug 3 2008  on content Ultra pack - 220 color schemes

Also, most of the gui problems on W32 are related to bloated libraries, I've seen pretty nice applications built on assembly that can surpase the console performance by far. An average 1MB C++ application can be done with just 100kb of compiled Assembly, you can barely notice it, the load is minimal. The actual problems are that the window console is pretty much useless compared to a proper shell, you can't pipe or do any complex stuff, it got stuck in the 80s, and also low-level languages are very very hard to grasp properly. I tried to program assembly both on Linux and Windows with not much luck.

.
Re: Re: Re: Re: Re: all colourlovers.c
Aug 2 2008  on content Ultra pack - 220 color schemes

It can be done, it requires a bit of imagination and memory management. I don't know about newer versions of getright but it used to handle a 1000 download queue list without problems, even on my old 64MB pc. It reads a plain-text file only while downloading, pretty much like wget, you just have to make sure to give it a little time to clean-up the queue if you don't have a fast connection.

for (int i=0; i<500000; i++)
{
// new string url + append i
// copy string to clipboard
// wait 2 seconds
// getright adds it to the queue list
// if (i mod 500==0) then wait 60 seconds and resume loop
// by then there's enough room to keep adding more
}

This way only a limited portion of RAM gets used. This same procedure applies to any other download manager capable of clipboard monitoring such as KGet.

I used to have a spare old hard drive, which is now pretty much pointless because is only 3GB, not enough for modern needs. :(

.
Re: Re: Re: all colourlovers.com
Aug 2 2008  on content Ultra pack - 220 color schemes

Their Desktop finder works fine, but obviously only a limited number of previews show up.

.
.
Great!
Aug 2 2008  on content Reflektions

Good work!, I think it looks pretty elegant, very nice indeed.

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team