Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • thg thg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 829
    • Issues 829
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mercurial
  • TortoiseHg
  • thgthg
  • Issues
  • #4212
Closed
Open
Created Jul 04, 2015 by Bitbucket Importer@bitbucket_importerOwner

Suggest printing fullpath/URI instead of filename if when icon ist not found

Created originally on Bitbucket by wittifred (Sven Witterstein)

Currently, mercurial and tortoisehg are missmatched in ubuntu trusty's ppa's for keeping mercurial current there... I managed to run from the stable-branch of a cloned thg repo, and even my nautilus and nemo integration scripts do seem to work. Unfortunately, I am stuck with the "icon not found" error. So I need to figure out where I have to put those icons.

I suggest changing utils/paths.py as follows:

#!python

@@ -33,7 +33,7 @@
     if os.path.isfile(icopath):
         return icopath
     else:
-        print 'icon not found', icon
+        print 'icon not found', icopath
         return None
 
 def get_icon_path():
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking