[Gambas-user] Issue 539 in gambas: crash if icon theme are not permited access

gambas at ...2524... gambas at ...2524...
Tue Jul 22 17:44:51 CEST 2014


Status: New
Owner: ----
Labels: Version-Any Type-Bug Priority-High OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any Usability Maintainability

New issue 539 by mckayger... at ...626...: crash if icon theme are not  
permited access
http://code.google.com/p/gambas/issues/detail?id=539

1) Describe the problem.

if some new icon theme are put in ~/.icons or /usr/share/icons
ide crashed if are not property permission access due need to
read all icon themes

Problem cos users have no info in crash dialog about real reason!
(no access file permission, in index.file or directory access)

2) Give information about your system.

Not need, fix must be performed in file Stock.class in function Themes_Read

3) Provide a little project that reproduces the bug or the crash.

N/A

4) If your project needs a database, try to provide it, or part of it.

N/A

5) Explain clearly how to reproduce the bug or the crash.

a)goes to /usr/share/icons
b)choose a theme
c)change file permission of file index.theme of theme name to 750
d)open the ide
e)ide crash

Results:

[43] Access forbidden.
Stock.Themes_Read.672

Sugests

create a check in sub rutine ADD_THEME that check if file can be readed


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list