Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:darix
loxodo
loxodo-fix_icon_path.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File loxodo-fix_icon_path.patch of Package loxodo
Index: src/frontends/wx/loadframe.py =================================================================== --- src/frontends/wx/loadframe.py.orig +++ src/frontends/wx/loadframe.py @@ -38,7 +38,7 @@ class LoadFrame(wx.Frame): self.panel_1 = wx.Panel(self, -1) self._lb_passwd = wx.StaticText(self.panel_1, -1, _("Password") + ":") self._tc_passwd = wx.TextCtrl(self.panel_1, -1, "", style=wx.TE_PASSWORD) - self.bitmap_1 = wx.StaticBitmap(self.panel_1, -1, wx.Bitmap(os.path.join(os.path.dirname(os.path.realpath(config.get_basescript())), "resources", "loxodo-icon.png"), wx.BITMAP_TYPE_ANY)) + self.bitmap_1 = wx.StaticBitmap(self.panel_1, -1, wx.Bitmap("/usr/share/pixmaps/loxodo.png", wx.BITMAP_TYPE_ANY)) self._fb_filename = filebrowsebutton.FileBrowseButtonWithHistory(self.panel_1, -1, size=(450, -1), changeCallback = self._on_pickvault, labelText = _("Vault") + ":") if (config.recentvaults): self._fb_filename.SetHistory(config.recentvaults, 0) Index: src/frontends/wx/vaultframe.py =================================================================== --- src/frontends/wx/vaultframe.py.orig +++ src/frontends/wx/vaultframe.py @@ -356,7 +356,7 @@ if not, write to the Free Software Found ) about = wx.AboutDialogInfo() - about.SetIcon(wx.Icon(os.path.join(os.path.dirname(os.path.realpath(config.get_basescript())), "resources", "loxodo-icon.png"), wx.BITMAP_TYPE_PNG, 128, 128)) + about.SetIcon(wx.Icon("/usr/share/pixmaps/loxodo.png", wx.BITMAP_TYPE_PNG, 128, 128)) about.SetName("Loxodo") about.SetVersion("0.0-git") about.SetCopyright("Copyright (C) 2008 Christoph Sommer <mail@christoph-sommer.de>")
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor