Problems at use | Problèmes à l'utilisation
Guest, Friday 30 April 2010 à 13:32
|
|
|
!!! N'oubliez pas le Filtre anti-spam !!!
Could somebody tell me which are the differences between drawing icon in trash applet and i.e. Showdesktop applet? So i can file a correct bug to ati devs.
Tx in advance and sorry for necro bumping. |
Subscription date : 30 November 2007
Messages : 17118
|
that's the point, I see no difference !
the only difference is that at first, the dustbin icon is blank (so the texture is fully transparent), and when the applet has finished counting the files in the Trash folder, it sets the appropriate image (full or empty)
in both cases same functions are used (basic OpenGL, based on glTexImage2D()) |
4javier, Friday 30 April 2010 à 16:52
|
|
Subscription date : 15 October 2008
Messages : 67
|
Could you tell me which lines I had to modify, to make applet starts with empty icon anyway, and eventually change it to full one?
Please, if you can, post the exact code, I'm a middle dumb in coding, and a total idiot in C!!! |
Subscription date : 30 November 2007
Messages : 17118
|
ok thanks, well let's try this first then :
add
CD_APPLET_SET_DEFAULT_IMAGE_ON_MY_ICON_IF_NONE;
in the Dustbin applet-init.c, before _cd_dusbin_start line 187
and let's see if the Dustbin is still invisible.  |
4javier, Friday 30 April 2010 à 19:43
|
|
Subscription date : 15 October 2008
Messages : 67
|
Still no icon.
I modified that file, rebuilded cairo-dock-plug-ins and restarted the dock, but dustbin icon isn't present
Thanks for the try, and have a nice week-end |
ssri, Sunday 02 May 2010 à 09:12
|
|
Subscription date : 01 May 2010
Messages : 3
|
fabounet : that's the point, I see no difference !
the only difference is that at first, the dustbin icon is blank (so the texture is fully transparent), and when the applet has finished counting the files in the Trash folder, it sets the appropriate image (full or empty)
in both cases same functions are used (basic OpenGL, based on glTexImage2D())
I do not see this, as the dustbin simply shows the information that I selected to show when the trash folder has a file in it. However, any icon from an installed theme or personally selected still fails to show. |
Subscription date : 30 November 2007
Messages : 17118
|
well this is a problem with ATI drivers unfortunately, so we can't do much about it
what if you enter the config of Dustbin and apply ? |
ssri, Friday 07 May 2010 à 22:46
|
|
Subscription date : 01 May 2010
Messages : 3
|
fabounet : well this is a problem with ATI drivers unfortunately, so we can't do much about it
what if you enter the config of Dustbin and apply ?
Hmm, I'm using the latest git pull of the radeon opensource drivers with mesa (7.7) providing opengl 1.5. Changing individual settings and hitting apply anytime I changed something always yields an empty icon field. I can right-click and empty everything out. However, the respective dustbin icons do not show. It is not a big deal, as I learned to live with out it. When going back to cairo-dock's emulated compositor, the dustbin icons show up. However, I couldn't stand the multiple icons that hide behind their respective apps whenever there was more than one instance of that app going, even though I set multiple instances to become a subdock that fans out. Going with opengl, this last bug disappears. I should start a new thread on this last behavior before I digress any further. |
ssri, Thursday 03 June 2010 à 04:51
|
|
Subscription date : 01 May 2010
Messages : 3
|
The problem continues...
arch x86_64
kde 4.4.4
Cairo-dock 2.1.3-9
xserver 1.8.1
xf86-video-radeon-git
glxinfo:
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
OpenGL vendor string: DRI R300 Project
OpenGL renderer string: Mesa DRI R300 (RV515 7188) 20090101 TCL DRI2
OpenGL version string: 1.5 Mesa 7.8.1 |
Subscription date : 30 November 2007
Messages : 17118
|
did you report the problems to the drivers devs ? |
matttbe, Thursday 03 June 2010 à 12:29
|
|
Subscription date : 24 January 2009
Messages : 12573
|
Maybe it can be interresting to go to #mesa-dev channel on Irc, no? |
4javier, Saturday 27 November 2010 à 12:34
|
|
Subscription date : 15 October 2008
Messages : 67
|
Solved by mesa 7.9 that includes Gallium3D |
Problems at use | Problèmes à l'utilisation
|